@charset "UTF-8";
/* CSS Document */
/* ======= Common ============= */
html{ height:100%; }
body{ height:100%; }
* html div#wrapper-all{
	height: 100%;
}
div#wrapper-all{
	width: 100%;
	margin: 0px auto;
	position: relative;
	min-height: 100%;
}
body > #wrapper-all {
	height: auto;
}
div#wrapper-header-contents{
	padding-bottom: 45px;
}
#wrapper-header{
}
#wrapper-contents{
	width: 850px;
	margin: 0px auto;
	padding-top: 25px;
	padding-bottom: 50px;
}
#wrapper-footer{
	position: absolute;
	bottom: 0px;
	height: 45px;
	width: 100%;
}

/* ------- to pagetop ------------- */
.pagetop-btn{
	width: 850px;
	text-align: right;
	margin: 12px 0 25px 0;
	padding: 10px 0 0 0;
	border-top:dotted 1px #000000;
}
.pagetop-btn-none{
	width: 850px;
	text-align: right;
	margin: 12px 0 25px 0;
}
.pagetop-back{
	margin-top: 15px;
}

/* ------- title ------------- */
h1.pic{ margin-bottom:15px; }
h2.pic{ margin-bottom:15px; }
h3.pic{ margin-bottom:15px; }

.ttl-wrapper{
	width: 850px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.ttl-left{
	float: left;
	width: 570px;
}
.ttl-read{
	margin-left: 15px;
}

.ttl-left-prod{
	float: left;
	width: 570px;
	border-left: solid 4px #00a2e6;
}
.ttl-left-prod-s{
	float: left;
	width: 488px;
	border-left: solid 4px #00a2e6;
}
.ttl-left-prod-txt{
	font-weight: bold;
	border-bottom: dotted 1px #000000;
	padding: 2px 0 4px 10px;
}
.ttl-left-prod-txt-name{
	font-weight: bold;
	padding: 7px 0 7px 10px;
}
.ttl-left-prod-txt-sub{
	font-weight: bold;
	padding: 0 0 2px 10px;
}

/* ------- about SSL ------------- */
.about-ssl{ float:right; width:255px; }
.about-ssl-txt{ padding:8px 0; background-color:#f4f4f4; }
.about-ssl-txt p{ margin:0 8px; line-height:1.3em; }

/* ------- subtitle ------------- */
.sub-ttl-pic{
	width:850px;
	padding-bottom:10px;
	border-bottom: solid 1px #e1e1e1;
	margin-bottom:10px;
}

/* ------- text ------------- */
.text-only{ margin-left:15px; }

/* ------- border frame ------------- */
.border-frame{
	width:850px;
	padding:20px 0;
	border: solid 1px #e1e1e1;
	text-align: center;
}
.border-frame-l{
	width:850px;
	padding:50px 0;
	border: solid 1px #e1e1e1;
	text-align: center;
}
.border-frame-n{
	width: 848px;
	border: solid 1px #e1e1e1;
	margin-bottom: 20px;
}
.border-frame-notice{
	padding: 10px 20px;
	margin: 0 0 10px 15px;
	border: solid 1px #ff0000;
	text-align: center;
	font-weight: bold;
	color: #ff0000;
}

/* ------- button-set ------------- */
.btn-set-l{
	width: 850px;
	background-image: url("/reception/ssl/inquiry/img/btn_bg-footer.gif");
	background-position: left bottom;
}
.btn-set-l-header{
	width: 850px;
	background-image: url("/reception/ssl/inquiry/img/btn_bg-header.gif");
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	padding: 12px 0;
}
.btn-set-l-header ul{ margin:0 auto; }
.btn-set-l-header ul li{
	vertical-align: bottom;
	display: inline;
}

/* ------- onegai ------------- */
ul.onegai-txt li{
	list-style-type: disc; 
	margin-left: 2.5em;
	padding: 0 0 0.5em 0;
	line-height: 1.3em;
}

/* ------- menu ------------- */
.menu-btn-logout{
	width:820px;
	text-align: right;
	margin-bottom:7px;
}
table.menu-btn-set{
	border-collapse: collapse; border: none; border-spacing: 0; 
	margin:0 auto;
}

/* ------- error ------------- */
ul.text-error{ margin: 25px 0 25px 15px;
}
ul.text-error li{
	font-weight: bold;
	color: #e60012;
	margin-bottom:0.5em;
}

/* ------- inquiry form ------------- */
.prod-form-ttl{
	font-weight: bold;
	padding: 10px;
	background-color: #e9e9e9;
}
.prod-form-ttl-attention{
	font-weight: bold;
	padding: 10px;
	background-color: #dbdbdb;
}
table.prod-form-tbl{
	border-collapse: collapse; border: none; border-spacing: 0; 
	width: 850px;
	border-right: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
}
table.prod-form-tbl tr th{
	width: 140px;
	border-left: solid 1px #e1e1e1;
	border-top: solid 1px #e1e1e1;
	background-color: #efefef;
	padding: 12px 0 12px 12px;
}
table.prod-form-tbl tr td{
	border-left: solid 1px #e1e1e1;
	border-top: solid 1px #e1e1e1;
	padding: 12px 0 12px 12px;
}
table.prod-form-tbl th.attention{ background-color:#dbdbdb; }
table.prod-form-tbl td.attention{ background-color:#e2e2e2; }
.attention-bg{ background-color:#e2e2e2; }
.attention-txt{ font-weight:bold; color:#ff0000; }
.attention2-txt{ color:#ff0000; }

table.prod-form-tbl input{ font-size:100%; padding-left:2px; }
table.prod-form-tbl select{ font-size:100%; }
table.prod-form-tbl textarea{ font-size:100%; }

.prod-info-input01{ width:100px; }
.prod-info-input02{ width:200px; }
.prod-info-input03{ width:300px; }
.prod-info-input04{ width:400px; }
.prod-info-input05{ width:500px; }
.prod-info-input06{ width:600px; }
.prod-info-input065{ width:650px; }
.prod-info-input07{ width:700px; }

ul.prod-form-select{
	text-align: left;
	margin-left: 15px;
}
ul.prod-form-select li{
	margin: 0 0 0.75em 0;
}
.prod-form-box{
	width: 840px;
	height: 180px;
}
.prod-form-txt-thanks{
	width: 850px;
	text-align: center;
	font-weight: bold;
	margin-top: 25px;
}
.prod-form-select-answer{
	text-align: left;
	list-style-type: disc; 
	margin-left: 2.5em;
	padding: 0 0 0.5em 0;
	line-height: 1.5em;
}

/* ------- question items ------------- */
ul.idt-list{
	margin: 0;
	list-style: none;
}
ul.idt-list li{
	margin: 0;
	padding:2px 0 0 1em;
	text-indent: -0.75em;
	list-style-type: none;
}

.qa-form-inner-box{
	text-align: left;
	padding-left: 20px;
}
.qa-form-inner-box2{
	padding-left: 20px;
}
.qa-form-inner-box3{
	padding: 4px 10px 5px 30px;
}
table.qa-form-inner-tbl{
	border-collapse: collapse; border: none; border-spacing: 0;
	text-align: left;
}
table.qa-form-inner-tbl tr th{
	text-align: right;
	padding: 0;
}
table.qa-form-inner-tbl tr td{
	text-align: left;
	padding: 0;
	border: none;
}
table.qa-form-inner-tbl th.attention{ background-color:#e2e2e2; vertical-align:top; }
table.qa-form-inner-tbl td.attention{ background-color:#e2e2e2; }
table.qa-form-inner-tbl input{ padding-left:2px; }

.qa-form-q-txt{
	margin-bottom: 2px;
}

.qa-form-type{
	width: 138px;
	float: left;
	background-color: #ccdfa6;
	margin: 0 2px 0 0;
	text-align: center;
}
.qa-form-type-index{
	width: 130px;
	margin: 5px 4px 0 4px;
	background-color: #a8cf5d;
	vertical-align: top;
}

/* ------- add style ------------- */
.prod-form-ttl em {	font-weight: normal; }

/* ------- step ------------- */
.melfa_sec_flow { margin-bottom: 25px; }
.melfa_sec_flow li { float: left; background: url(/ssl/bms/shared/img_980/module/bg_sec_flow.gif) no-repeat 0 50%; padding-left: 20px; }
.melfa_sec_flow li span { display: block; width: 270px; background-color: #f0f0f0; padding: 7px 0 6px; color: #999999; font-size: 75%; text-align: center; }
.melfa_sec_flow li.melfa_active span { width: 266px; background-color: #eceef5; border: 2px solid #26448c; padding: 5px 0 4px; color: #333333; font-weight: bold; }
.melfa_sec_flow li.melfa_first { background: none; padding-left: 0; }

/* ------- check-confirmuser ------------- */
.check-confirmuser { margin-bottom: 25px; padding: 10px; background-color: #e9e9e9; }
.check-confirmuser .confirmuser-btn { float: right; padding: 0.5em 10px; }
.check-confirmuser .indent-text { margin-left: 1em; text-indent: -1em; }