<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift-jis";
/* CSS Document */

/*共通部分------------------------------*/

article dl{
	padding:10px ;
}

article dt {
	font-weight:bold;
	background-color:#fff4d0;
	color:#e14d19;
	font-size:14px;
	border:1px solid #cccccc;
	padding:7px 12px;
	font-weight:bold;
}

article dd {
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:10px;
	font-weight:bold;
}

article dd.last {
	border-bottom:1px solid #cccccc;
}

article span.text {
	display:inline;
}

/*パスワードお問い合わせ------------------------------*/


article#password dt span {
	color:#cb2c2c;
	padding-left:10px;
}

article#password dd {
	line-height:1em !important;
}

article#password dd span {
	color:#cb2c2c;
	font-size:10px;
}

article#password p {
	font-size:10px;
	padding-top:10px;
	display:block;
	color:#cb2c2c;
	font-weight:bold;
	margin-bottom:5px;
}

#explanation {
	line-height:1.2em !important;
	margin-left:20px !important;
	margin-bottom:0 !important;
	text-indent:-1em;
	margin-left:10px;
}

dd.error p,
dd.last p {
	margin-bottom:10px !important;
	color:#fff !important;
	background:#F00 !important;
	padding:3px 0 2px 5px !important;

}

p.error {
	margin-left: 0 !important;
}

/*テキスト幅-------------------------------*/

article#password input#regist-text {
	margin: 0 ;
	width:99.7%;
}

/*秘密の質問---------------------------*/

article#password #regist-select {
	width:100%;
	margin-bottom:10px;
	margin-top: 0 !important;
}

article#password #regist-text02 {
	width:47%;
	margin:8px 0 10px 2px;
	height:20px;
	padding:2px 0;
}

/*回答テキスト-------------------------*/

article#password span.checkT {
	color:#666666 !important;
}

/*登録ボタン---------------------------*/

#registBtn {
	margin: 10px auto 0 ;
	display: block;
	width:170px;
	height:40px;
	text-indent:-9999px;
	background:url(../img/password/pass_btn.png) 0 0 no-repeat;
	-webkit-background-size: 170px 40px !important;
	-moz-background-size: 170px 40px !important;
	-o-background-size: 170px 40px !important;
    border: none !important;
	cursor:pointer;
}

.centerTxt {
    text-align:center;
}

.btnReset{
    background-color: #f3981c;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: inline !important;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
}

.password-input {
	display: block;
    position: relative;
}
.password-input i {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10%;
    font-size: 1rem;
    color: #000;
}</pre></body></html>