@charset "utf-8";
/*-------------------------------------*/

/* check */

/*-------------------------------------*/

section#checkBlock span.readTxt{
	display: block;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 25px;
	padding: 0 10px;
}

ul#sampleList{
	margin: 10px 0 30px;
	display: block; 
}

ul#sampleList li{
	line-height: 1.9;
}

/*-------------------------------------*/
/* table */


section#checkBlock #checkSheetTable{
	width: 100%;
	margin-bottom: 30px;
}


section#checkBlock #checkSheetTable th.thTitle{
	background: #D6E6AE;
	border-left: 3px solid #ffffff;
	padding: 16px 4px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}

section#checkBlock #checkSheetTable th:nth-child(1){
	border: none;
	text-align: left;
	padding-left: 16px;
}

section#checkBlock #checkSheetTable td{
	border-left: 3px solid #ffffff;
	text-align: center;
	padding: 13px 0px;
	font-size: 12px;
}

section#checkBlock #checkSheetTable td:nth-child(1){
	border-right: 2px solid #ffffff;
	border-left: none;
	text-align: right;
	padding-left: 6px; 
	padding-right: 6px; 
}

section#checkBlock #checkSheetTable td:nth-child(2){
	border-left: none;
	padding: 0 10px 13px 10px;
	text-align: left;
	line-height: 1.7;
}

section#checkBlock #checkSheetTable td input{
	border: 1px solid #121212;
	background: none;
	padding: 30px;
	border: none;
	font-size: x-large;
}

section#checkBlock #checkSheetTable tr.even td { background: #CEE3BC;}
section#checkBlock #checkSheetTable tr.odd td { background:#E7F3DB;}

div#leftContents section span.txtS{
	line-height: 1.7;
	font-size: 12px;
	display: block;
	margin-bottom: 30px;
	padding-left: 5px;
}

section#checkBlock p#btnNext{ text-align: right;}


/*-------------------------------------*/

/* answer */

/*-------------------------------------*/

section#answerBlock dl#typeExp{ margin-bottom: 30px;}

section#answerBlock dl#typeExp dt{
	display: block;
	margin: 50px 0 20px 0px;
	background: url(/img/share/bg_optique.gif) repeat 0 0;
	padding: 13px 13px 13px 20px;
}


section#answerBlock dl#typeExp dd{
	line-height: 1.9;
	padding: 0 20px;
}

/*-------------------------------------*/
/* section#otherType */

strong.titOther{
	display: block;
	margin: 70px 0 30px 0px;
	background: url(/img/share/bg_optique.gif) repeat 0 0;
	padding: 13px 13px 13px 20px;	
}

section#otherType{
	margin-top: 50px;
	padding-left: 10px;
	clear: both;
}

section#otherType ul{ padding: 0 10px;}

section#otherType ul li{	
	display: block;
	line-height: 2.7;
	margin-bottom: 14px;
	letter-spacing: 1px;
	color: #666666;
}

section#otherType ul li a{
	color: #666666;
	padding: 0 0 0 170px;
	display: block;

	min-height: 34px;
	height: auto !important;
	height: 34px;

}

section#otherType ul li:nth-child(1) a{ background: url(/img/check/img_type1.gif) no-repeat left 0px;}
section#otherType ul li:nth-child(2) a{ background: url(/img/check/img_type2.gif) no-repeat left 0px;}
section#otherType ul li:nth-child(3) a{ background: url(/img/check/img_type3.gif) no-repeat left 0px;}
section#otherType ul li:nth-child(4) a{ background: url(/img/check/img_type4.gif) no-repeat left 0px;}
section#otherType ul li:nth-child(5) a{ background: url(/img/check/img_type5.gif) no-repeat left 0px;}

/*-------------------------------------*/

span#commonMsg{
	display: block;
	padding: 18px 22px;
	border: 1px dotted #86B2E0;
	font-size: 11px;
	margin-top: 30px;
}

p#attentionMsg{
	padding: 0 20px;
/* 	color: #00A395; */
	line-height: 1.8;
	margin: 0 0 50px;
}

/*-------------------------------------*/

div#btnMoreWrap{
	position: relative;
	overflow: hidden;	
}

ul.btnMore{
	position: relative;
	left: 50%;
	float: left;
/* 	width: 700px; */
}

ul.btnMore li{
	position: relative;
	left: -50%;
	float: left;
	display: inline;
	margin: 0 6px;
}

/*-------------------------------------*/

/* バリデーション */

/*-------------------------------------*/

#error-message {
	background: url(/img/check/bg_validation.gif) no-repeat center top;
	display: none;
	min-height: 76px;
	height: auto !important;
	height: 76px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	color: #ffffff;
}
