@charset "utf-8";
/* CSS Document */
/*========================================
　　パスワードをお忘れの方
========================================*/
#password p {
	text-align: center;
}
#passwordForm {
	padding: 0 0 60px;
}
#passwordForm table {
	margin: 0 0 30px;
	width: 100%;
	font-size: 94%;
	line-height: 160%;
}
#passwordForm table th {
	width: 220px;
}
#passwordForm table td.textbox01 input {
	width: 100%;
	max-width: 800px;
}
#passwordForm table td.textbox02 input {
	width: 100%;
	max-width: 400px;
}
#passwordForm table td.textbox03 input {
	width: 100%;
	max-width: 200px;
}
#passwordForm table td.textbox04 input {
	width: 100%;
	max-width: 100px;
}
#passwordForm table td.textbox05 input {
	width: 100%;
	max-width: 200px;
}
#password div.buttonContent.button02 ul li:first-child a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	#password p {
		text-align: left;
	}
	#passwordForm {
		padding: 0 0 40px;
	}
}
@media screen and (max-width: 480px) {
	#passwordForm table th {
		width: 100%;
	}
}
/*　認証メールの配信
----------------------------------------*/
#passwordFinish {
	padding: 0 0 60px;
}
#passwordFinish div.step dl {
	position: relative;
	margin: 0 0 40px;
	padding: 20px;
	line-height: 160%;
	background-color: #FFF;
	border: 1px solid #DDD;
}
#passwordFinish div.step dl:before,
#passwordFinish div.step dl:after {
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin: auto;
	content: "";
}
#passwordFinish div.step dl:before {
	margin-bottom: -20px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	border-left-width: 10px;
	border-left-style: solid;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
#passwordFinish div.step dl:after {
	top: auto;
	margin-left: 5px;
	width: 10px;
	height: 10px;
}
#passwordFinish div.step dl:last-child:before,
#passwordFinish div.step dl:last-child:after {
	display: none;
}
#passwordFinish div.step dl:first-child {
	padding: 20px 16px;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
}
#passwordFinish div.step dl:first-child:before,
#passwordFinish div.step dl:first-child:after {
	bottom: -25px;
}
#passwordFinish div.step dl dt {
	float: left;
	width: 90px;
	font-weight: 700;
	font-size: 114%;
	letter-spacing: 1px;
}
#passwordFinish div.step dl dd {
	margin: 0 0 0 90px;
}
#passwordFinish div.clear {
	clear: both;
	text-align: center;
}
#passwordFinish div.buttonContent {
	padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
	#passwordFinish {
		padding: 0 0 40px;
	}
}