@charset "utf-8";

/* ----------------------------------------------------
　パスワードを忘れた方へ　#page-remind
---------------------------------------------------- */

#page-remind .formArea .headinglineBottom {
	border-bottom: solid 2px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#page-remind .formArea .headinglineLeft {
	border-left: solid 3px #bbb;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 10px;
}

#page-remind .formArea input[type="email"],
#page-remind .formArea input[type="text"],
#page-remind .formArea input[type="password"] {
	border: solid 1px #ccc;
	padding: 5px;
	width: 96%;
}

#page-remind .formArea li {
	border-bottom: dotted 2px #ccc;
	padding: 15px 0;
}

#page-remind .key {
	font-size: 24px;
	font-weight: bold;
	background-color: #f8f8f8;
	padding: 15px 0;
	text-align: center;
}

#page-remind .key span {
	color: #999;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}

#page-remind .explanation span {
	color: #f03040;
	font-size: 15px;
	font-weight: bold;
}

#page-remind .toLogin {
	background-color: #999;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	padding: 13px 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

/* パスワードを忘れた方へ */

#page-remind.page-remind .formArea {
	border-top: dotted 2px #ccc;
	margin-top: 15px;
	padding-top: 15px;
}

#page-remind.page-remind .formArea .submit {
	margin-top: 15px;
}

#page-remind.page-remind .formArea .headinglineLeft {
	border-left: solid 3px #f03040;
}

/* パスワード再設定用URL送信 */

#page-remind.page-remindRequest .unit {
	margin: 18px 3%;
}

/* パスワード再設定 */

#page-remind.page-reset .formArea li .attention {
	margin-top: 10px;
}

#page-remind.page-reset .formArea li .attention span {
	color: #f03040;
}

#page-remind.page-reset .submit {
	margin-top: 15px;;
}

/* パスワード再設定完了 */

#page-remind.page-resetComplete .explanation {
	line-height: 260%;
}
