/*
*
*	Title: Benesse ChallengeWeb - Password
*	Last Modified: 2013-07-22
*	Description: Password Page Style
*
*/

/* =========== INDEX LIST ============

	1: RESET
	2: STYLE

====================================== */

/* ===================================

	1: RESET

====================================== */
.ctsBox table {
	margin : 0;
	empty-cells: show;
	border-collapse:collapse;
	border-spacing: 0;
}
.ctsBox th, td {
	text-align: left;
	vertical-align: top;
}
.ctsBox img {
	border: none;
	line-height: 1;
	vertical-align: top;
}
.ctsBox li {
	list-style: none;
}
.ctsBox fieldset, .ctsBox form, .ctsBox label, .ctsBox legend {
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
.ctsBox input, .ctsBox textarea, .ctsBox select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
.ctsBox {
	font-size: 13px;
	*font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
	line-height: 1.231;
}
.ctsBox select,
.ctsBox input,
.ctsBox button,
.ctsBox textarea {
	font:99%;
}
.ctsBox table {
	font-size:inherit;
	font:100%;
}

/* ===================================

	2: STYLE

====================================== */
#grd-all-shr-tp-base .grd-all-shr-tp-base-0nen {
	padding: 5px 0 0;
}
.ctsBox {
	background: #fff;
	margin: 0 5px 10px;
	padding: 0 40px;
	text-align: left;
}
.ctsBox h2 {
	width: 580px;
	margin: 0 0 20px;
	padding: 34px 0 0;
	float: left;
}
.ctsBox p,
.ctsBox ul,
.ctsBox ol,
.ctsBox dl {
	margin: 0 0 10px;
	font-size: 114%;
	line-height: 1.6;
}
.ctsBox a:link {
	color: #0070cb;
}
.ctsBox .btn a,
#nav-pw a {
	display: block;
}
.ctsBox .btn a:hover,
#nav-pw a:hover,
.ctsBox .btn a:active,
#nav-pw a:active {
	text-indent: -9999px;
}
#nav-utility-login {
	width: 220px;
	height: 75px;
	background: url(../img/bg_utility_login.png) scroll no-repeat 0 0;
	padding: 10px 5px 5px;
	float: right;
	overflow: hidden;
}
#nav-utility-login .btn-login {
	margin: 0 0 5px;
}
#nav-utility-login .btn-login a {
	width: 220px;
	height: 40px;
	background: url(../img/btn_login_h_on.png) scroll no-repeat 0 0;
}
#nav-utility-login .btn-login a:active {
	background-position: 0 -40px;
}
#nav-utility-login .btn-login-faq a {
	width: 220px;
	height: 30px;
	background: url(../img/btn_login_faq_h_on.png) scroll no-repeat 0 0;
}
#nav-utility-login .btn-login-faq a:active {
	background-position: 0 -30px;
}

#pw-tabs {
	padding: 0 0 50px;
	position: relative;
	clear: both;
}
#nav-pw {
	background: url(../img/bg_nav_pw.png) scroll no-repeat 0 0;
	margin: 0 0 30px;
	padding: 20px;
	clear: both;
	overflow: hidden;
}
#nav-pw li a {
	width: 270px;
	height: 50px;
}
#nav-pw li.active a {
	text-indent: -9999px;
	pointer-events: none;
	cursor: default;
}
#nav-pw #nav-first {
	width: 260px;
	margin-right: 10px;
	float: left;
}
#nav-pw #nav-first a {
	width: 260px;
	background: url(../img/nav_pw_01_on.png) scroll no-repeat 0 0;
}
#nav-pw #nav-first a:active {
	background-position: 0 -50px;
}
#nav-pw #nav-first.active a {
	background: url(../img/nav_pw_01_cur.png) scroll no-repeat 0 0;
}
#nav-pw #nav-passmodif {
	width: 270px;
	float: left;
}
#nav-pw #nav-passmodif a {
	background: url(../img/nav_pw_02_on.png) scroll no-repeat 0 0;
}
#nav-pw #nav-passmodif a:active {
	background-position: 0 -50px;
}
#nav-pw #nav-passlost {
	width: 270px;
	float: left;
}
#nav-pw #nav-passlost a {
	background: url(../img/nav_pw_03_on.png) scroll no-repeat 0 0;
}
#nav-pw #nav-passlost a:active {
	background-position: 0 -50px;
}

#pw-tabs .tab-cont {
	display: none;
	padding: 0 20px;
	position: absolute;
}
#pw-tabs .active {
	display: block;
	position: static;
}
#pw-tabs .tab-cont h3 {
	margin: 0 -20px 30px;
}
#pw-tabs .attention {
	padding: 5px 0 0;
	font-size: 92%;
	color: #fb0217;
}
#pw-tabs .attention dt {
	min-height: 16px;
	background: url(../img/icn_attention.png) scroll no-repeat 0 0;
	padding-left: 26px;
	font-weight: bold;
}
#first-login .col-wrap {
	width: 100%;
	margin: 0 0 20px;
	overflow: hidden;
}
#first-login .col-txt {
	width: 480px;
	float: left;
}
#first-login .col-txt h4 {
	margin: 0 0 5px;
}
#first-login .col-txt strong {
	font-weight: bold;
}
#first-login .col-img {
	width: 290px;
	padding-left: 20px;
	border-left: 1px dotted #b0a78b;
	float: right;
}
#first-login .col-img .link-help {
	line-height: 1.4;
	font-size: 100%;
}
#first-login .col-img .link-help li {
	margin: 0 0 5px;
}
#first-login .col-img .link-help a {
	display: block;
	min-height: 20px;
	background: url(../img/icn_help.jpg) scroll no-repeat 1px 0;
	padding-left: 26px;
}
#first-login #saving-pw {
	background: url(../img/bg_saving_pw.png) scroll no-repeat left bottom;
	padding: 0 0 12px;
}
#first-login #saving-pw .wrap {
	margin-bottom: 0;
	padding: 20px 19px;
	border-left: 1px solid #1ebdb0;
	border-right: 1px solid #1ebdb0;
}
#first-login #notice,
#first-login #howto {
	padding: 18px 0 0;
	border-top: 1px solid #ccc;
}
#first-login #saving-pw h6 {
	margin: 0 0 18px;
}
#first-login #notice .wrap {
	width: 789px;
	margin-right: -19px;
	padding: 0 0 5px;
	border: none;
	overflow: hidden;
}
#first-login #notice dd {
	padding: 0 0 0 30px;
}
#first-login #notice dd strong {
	color: #00998c;
	font-weight: bold;
}
#first-login #notice dd .txt-notice {
	font-size: 85%;
}

#first-login #howto .img {
	width: 455px;
	margin-top: -35px;
	float: right;
	text-align: right;
}
#first-login #howto li {
	padding-left: 1em;
	text-indent: -1em;
}
#first-login #howto li span {
	color: #1ebdb0;
}

#passmodif {
	width: 810px;
	overflow: hidden;
}
#passmodif .col-txt {
	width: 395px;
	float: left;
}
#passmodif .btn-change-pw {
	width: 355px;
	background: url(../img/bg_btn_change_pw.png) scroll no-repeat 0 0;
	padding: 20px;
	float: right;
}
#passmodif .btn-change-pw a {
	width: 355px;
	height: 60px;
	background: url(../img/btn_change_pw_on.png) scroll no-repeat 0 0;;
}
#passmodif .btn-change-pw a:active {
	background-position: 0 -60px;
}

#passlost #must {
	background: url(../img/bg_must.png) scroll no-repeat left bottom;
	margin: 0 0 15px;
	padding: 0 0 10px;
}
#passlost #must dl {
	margin: 0;
	padding: 10px 19px;
	border-left: 1px solid #ff3333;
	border-right: 1px solid #ff3333;
}
#passlost .attention ul {
	margin: 0;
	font-size: 100%;
}
#passlost .attention ul li {
	background: url(../img/icn_list_must.png) scroll no-repeat 5px 5px;
	padding: 0 0 0 15px;
}
#passlost .attention ul span {
	color: #666;
	font-size: 85%;
}

#passlost table.howto {
	width:700px;
	margin:auto;
}

#passlost table.howto th,
#passlost table.howto td {
	text-align: center;
}
#passlost table.howto th {
	padding: 0 0 11px;
}
#passlost table.howto td {
	/* width: 262px; */
	margin: auto;
	padding: 0 0 18px;
}
#passlost table.howto td a {
	width: 248px;
	height: 40px;
	margin: auto;
}
#passlost table.howto .btn-reissue-01 a {
	background: url(../img/btn_reissue_01_on.png) scroll no-repeat center top;
}
#passlost table.howto .btn-reissue-01 a:active {
	background-position: center -40px;
}
#passlost table.howto .btn-reissue-02 a {
	background: url(../img/btn_reissue_02_on.png) scroll no-repeat center top;
}
#passlost table.howto .btn-reissue-02 a:active {
	background-position: center -40px;
}
#passlost table.howto .btn-reissue-03 a {
	background: url(../img/btn_reissue_03_on.png) scroll no-repeat center top;
}
#passlost table.howto .btn-reissue-03 a:active {
	background-position: center -40px;
}
#passlost .list-note {
	margin: 20px 0 20px;
	font-size: 92%;
}
#passlost .contact-f {
	width: 100%;
	height: 80px;
	background: #ddeaf0;
	margin: 0 -60px -50px;
	padding: 0 60px;
	position: relative;
}
#passlost .contact-f p {
	position: absolute;
	top: 25px;
	left: 300px;
}
#passlost .contact-f .btn-contact-f {
	left: 450px;
}
#passlost .contact-f .btn-contact-f a {
	width: 170px;
	height: 30px;
	background: url(../img/btn_contact_f_on.png) scroll no-repeat 0 0;
}
#passlost .contact-f .btn-contact-f a:active {
	background-position: 0 -30px;
}
