@charset "utf-8";

/* パスワードを忘れた方
----------------------------------------------------------- */
div#forgot_pop {
	width: 570px;
	margin: 15px auto;
	background: url(../images/popup_bg.gif) 0 0 repeat-y;
	text-align: left;
}

div#forgot_inner {
	width: 570px;
	padding: 30px 0 0 0;
	background: url(../images/popup_bg_top.gif) 0 0 no-repeat;
}

div#forgot_inner h1 {
	width: 496px;
	height: 32px;
	margin: 0 25px 15px 25px;
	padding: 0 12px;
	background: url(../images/title_bg.gif) 0 0 no-repeat;
	color: #3F1A0A;
	font-size: 110%;
	font-weight: bold;
	line-height: 32px;
}

* html body div#forgot_inner h1 {
	width: 520px;
}

div#forgot_inner p {
	margin: 0 30px;
}

div#forgot_inner .attention {
	color: #FF0000;
}

div#forgot_inner a {
	color: #3A75AF;
}

div#forgot_inner div#completebox {
	margin: 20px 30px;
	padding: 30px 55px;
	border: 5px solid #CCC;
	text-align: center;
}

div#forgot_inner div#completebox em {
	color: #FF0000;
	font-size: 110%;
	letter-spacing: 1px;
}


div#forgot_inner div.btn {
	width: 570px;
	padding: 0 0 45px 0;
	background: url(../images/popup_bg_bottom.gif) 0 bottom no-repeat;
	text-align: center;
}

div#forgot_inner div.btn a {
	font-size: 0;
	line-height: 0;
}
