@charset "utf-8";
/* ---------------------------------------------------------------- *
	
	日本語レベルチェック用CSS INDEX

		※レイアウトはsimulator/container.cssを使用しています。
		[1] /japanese/wp_common/css/container.css layouts settingの上書き
		[1] 日本語レベルチェック用
		[00]clearFix


2011/12/1 作成 Bresto
		
 * ---------------------------------------------------------------- */
 
/*======================================

	[1] /japanese/wp_common/css/container.css
	layouts settingの上書き

=======================================*/

 .pageTop {
	background: url(images/ic_arrow.gif) left 3px no-repeat;
	margin: 10px 0 0px 0 ;
	}
.pageTop a:link,
.pageTop a:hover,
.pageTop a:active,
.pageTop a:visited {
	color: #333;
	text-decoration: underline;
	}
.pageTop a:hover {
	text-decoration: none;
	}
.pB100 {
	padding-bottom: 100px;
	}
.pT80 {
	padding-top: 80px;
	}
/*======================================

	[2] 日本語レベルチェック

=======================================*/

h3 {
	border: 1px solid #cfcfcf;
	background: url(images/parts_01.jpg) bottom repeat-x;
	padding: 7px;
	margin:20px 0 0px;
	font-size: 106%;
	clear: both;
	}
	
.lvl_01 dl {
	border: 1px solid #C4C1C8;
	margin-top: -1px;
	}
.lvl_01 dl dt {
	background: #FFFBDB;
	border-bottom: 1px dashed #C4C1C8;
	padding: 7px;
	background: #FFFBDB url(images/ic_q.gif) 7px 7px no-repeat;	
	}
.lvl_01 dl dt span.no {
	display: block;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 108%;
	color: #FF9933;
	width: 25px;
	padding-left: 25px; 	
	line-height: 1.6;
	}
.lvl_01 dl dt span.ti {
	display: block;
	float: left;
	width: 500px;
	line-height: 1.6;
	}
.lvl_01 dl dd { 
	padding: 12px 10px 12px 55px;
	}
.lvl_01 dl dd label {
	display: inline-block;
	width: 155px;
	}
.lvl_01 dl dd label input {
	vertical-align: text-bottom;
	}


*html .lvl_01 dl dd label input{ vertical-align: middle;}
*:first-child+html .lvl_01 dl dd label input{ vertical-align: middle;}

.lvl_01 #submit {
	background: #FFCEEA;
	padding: 10px;
	margin: 15px 0 10px 0;
	text-align: center;
	}
.tbl_add {
	border: 1px solid #C4C1C8;
	width: 100%;
	}
.tbl_add th,
.tbl_add td {
	border-right: 1px solid #C4C1C8;
	border-top: 1px solid #C4C1C8;
	padding: 7px;
	}
.tbl_add th {
	background: #dddddd;
	font-weight: normal;
	text-align: left;
	}

/*--------------------------------------

	[00]clearFix
	
---------------------------------------*/


.lvl_01 dl dt:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

/*----IE7 ----*/
.lvl_01 dl dt	{	
	display:inline-block;
	}

/*Hides from IE-mac\*/
*html .lvl_01 dl dt {	height:1%;}
.lvl_01 dl dt	{ display:block;}
/*End hide from IE-mac*/

