@charset "UTF-8";


/*
	--------------------------
	signup.css
	modefied: 2013.02.11
	--------------------------
*/



/* ---------------------------
	共通
---------------------------- */

.mainBody {
	margin: 10px 0 0 0;
}

.mainBody .section {
	width: 610px;
	margin: 0 0 20px 0;
	padding: 20px;
	background: #fff;
	border-radius: 3px;
}

.mainBody .formHeader .flow {
	position: relative;
	width: 620px;
	margin: 0 -5px 0 -5px;
	padding: 5px 0 26px 0;
	background: url(../../common/img/ds_h_01.png) repeat-x left bottom;
}

.mainBody .formHeader .step {
	padding: 30px 0 0 0;
	color: #001554;
	font-size: 87.5%;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 3px;
}

.mainBody .formHeader h3 {
	padding: 10px 0 0 0;
	color: #005f9e;
	font-size: 87.5%;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 2px;
}

.mainBody .formBody {
	padding: 30px 0 0 0;
}

.mainBody .formBody .lead,
.mainBody .formBody .txt {
	font-size: 87.5%;
	line-height: 1.5;
}



/* ---------------------------
	#signupInfo
---------------------------- */

#signupInfo .lead h3 {
	padding: 10px 0 0 0;
	font-size: 87.5%;
	line-height: 1.5;
	font-weight: normal;
}

#signupInfo .lead p.txt {
	padding: 20px 0 0 0;
	font-size: 75%;
	line-height: 1.667;
}

#signupInfo .lead p.txt strong {
	color: #ff2626;
	font-weight: bold;
	text-decoration: underline;
}


#signupInfo .merit h3 {
	padding: 8px 0 2px 0;
	color: #005f9e;
	font-size: 87.5%;
	line-height: 1.5;
	letter-spacing: 1px;
}

#signupInfo .merit dl {
	padding: 20px 0 0 0;
}

#signupInfo .merit dl dt {
	padding: 0 0 0 20px;
	background: url(../../img/signup/ico_star.png) no-repeat 0em 0.15em;
	color: #001554;
	font-size: 87.5%;
	line-height: 1.5;
	font-weight: bold;
	vertical-align: bottom;
}

#signupInfo .merit dl dd {
	margin: 9px 0 0 0;
	padding: 10px 12px;
	background: #e5f7fd;
	border-radius: 3px;
	font-size: 75%;
	line-height: 1.667;
}

#signupInfo p.btnSignup {
	padding: 30px 0 10px 0;
	text-align: center;
}

#signupInfo p.btnSignup a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.60;
}



/* ---------------------------
	#signupMail
---------------------------- */

#signupMail .lead strong {
	font-weight: bold;
	text-decoration: underline;
}

#signupMail #terms {
	margin: 30px 0 0 0;
}

#signupMail #terms .termsContainer {
	margin: 10px 0 0 0;
	height: 200px;
	padding: 15px;
	border: 1px solid #d4d4d4;
	overflow: auto;
	font-size: 75%;
	line-height: 1.5;
}

#signupMail #terms .termsContainerInner {
	padding: 0 0 30px 0;
}

#signupMail #terms .termsContainer h2 {
	font-size: 117%;
	font-weight: bold;
}
#signupMail #terms .termsContainer h3 {
	margin: 20px 0 5px 0;
	font-weight: bold;
}

#signupMail #terms .termsContainer li:first-child h3 {
	margin: 10px 0 5px 0;
}

#signupMail #terms .termsContainer ol {
	margin: 0.25em 0 0 0;
}

#signupMail #terms .termsContainer ol li {
	margin: 0 0 0 2em;
	list-style-type: decimal;
}



/* ---------------------------
	#signupMailComplete
---------------------------- */

#signupMailComplete .formBody .txt {
	padding: 0 0 45px 0;
}

#signupMailComplete .formBtns li {
	position: relative;
}



/* ---------------------------
	#signupComplete
---------------------------- */

#signupComplete .formBtns li p.note {
	position: absolute;
	top: 100%;
	width: 200px;
	font-size: 12px;
	text-align: center;
	
}


/* ---------------------------
	応急手当
---------------------------- */

.mainBody #faq h3 span {
	background-image: url(../../common/img/h_ico_faq_01.png);
}

.mainBody .block h3 span {
	padding: 0 0 3px 28px;
	background: no-repeat;
}

.mainBody .block h3 {
	color: #001554;
	font-size: 87.5%;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 2px;
}

#faq .list ul li {
	padding: 6px 0 6px 1.333em;
	text-indent: -1.333em;
}

#faq .list {
	font-size: 75%;
	line-height: 1.667;
}

#faq .list ul li span {
	color: #444;
	white-space: nowrap;
}

div.formBtns li input {
	width: auto;
}