

/* -----------------------------------------------------------------
   ＰＣ対応CSS
-------------------------------------------------------------------- */


/* --------------------------------------------------
   レイアウト
-------------------------------------------------- */

#tmp_wrapper {
	width: 100%;
	position: relative;
	height:auto !important;
	height: 100%;
	min-height: 100%;
}


/* ---------------------------------------------
   TEST用
	border: solid 1px #888888;
--------------------------------------------- */

/* ---------------------------------------------
   ヘッダー部
--------------------------------------------- */

#tmp_wrap_header {
	margin:0;
	width:100%;
	height:106px;
	overflow: hidden;
	background:#F2F5F8 url("/shiken/common/images/head_back.png") repeat-x;
}
#tmp_header {
	margin:0 auto;
	width:860px;
	height:103px;
}
#tmp_title_logo {
	position: relative;
	width:300px;
	height:85px;
	top: 10px;
	left:10px;
	float: left;
}

#tmp_title_photo {
	position: relative;
	width:411px;
	height:101px;
	top: 0px;
	left:150px;
	float: left;
}



/* ---------------------------------------------
   コンテンツ
--------------------------------------------- */

#tmp_wrap_main {
	padding-bottom:-25px;
}

#tmp_main {
	margin:10px auto;
	height:auto !important;
	height:100%;
	width:860px;
}

#main_content {
	margin:0 auto;
	width:860px;
}

#tmp_main_end {
	width:90%;
	height:40px;
	clear:both;
}



/* ---------------------------------------------
   コンテンツ(メイン)
--------------------------------------------- */

/* -- コンテンツ ( 基本 )
---------------------------- */
#main_content {
	font-size:0.96em;
}


/* -- コンテンツタイトル ( h2 )
---------------------------- */
#main_content .ttl {
	margin:5px auto;
	width:700px;
	overflow:hidden;
}

#main_content .ttl h2 {
	padding:8px;
	padding-left:30px;
	font-size:1.15em;
	font-weight: bold;
	color:#ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background:#232e47;
}


/* -- 枠内
---------------------------- */
#main_content_line {
	margin:0 auto;
	padding:10px;
	width:600px;
	border: solid 1px #9BA4D3;
	overflow:hidden;
}

#send_form {
	margin:0 auto;
	padding:2px;
	width:80%;
	overflow:hidden;
}

#send_form dl {
	overflow:hidden;
}

#send_form dt {
	clear:both;
	width:35%;
	padding-top:20px;
	padding-left:20px;
	float:left;
	padding-right:10px;
}
#send_form dd {
	width:35%;
	padding-top:20px;
	padding-right:10px;
	float:left;
}

#send_form #bottun_area {
	clear:both;
	margin:0 auto;
	margin:30px 0;
	text-align:center;
}
#send_form .bottun {
	margin-right:10px;
	padding:1px 10px;
	font-size:0.93em;
}


/* -- 枠内 テキスト表示
---------------------------- */
#main_content_line p.comment {
	margin:0 auto;
	padding:2px 30px;
	line-height:130%;
}

#main_content_line p.align-r {
	margin:0 auto;
	padding:2px 30px;
	text-align:right;
	line-height:130%;
}

#main_content_line p.align-c {
	margin:0 auto;
	padding:2px 30px;
	text-align:center;
	line-height:130%;
}



/* -- 枠内 採点表
---------------------------- */

#main_content_line p.saiten-h {
	margin:0 auto;
	width:80%;
	line-height:130%;
}


#main_content_line .saiten-hyo {
	margin:0 auto;
	border-spacing: 0px;
	width:80%;
	border-bottom: solid 1px #40B040;
}
#main_content_line .saiten-hyo td.line {
	border-top: solid 1px #40B040;
	border-left: solid 1px #40B040;
	line-height:130%;
	padding:3px 10px;
}
#main_content_line .saiten-hyo td.lend {
	border-top: solid 1px #40B040;
	border-left: solid 1px #40B040;
	border-right: solid 1px #40B040;
	line-height:130%;
	padding:3px 10px;
}



/* ---------------------------------------------
   フッター部
--------------------------------------------- */

#tmp_footer {
	width:100%;
	position:absolute;
	height:25px;
	bottom:0;
	background:#8ecdfd url(/shiken/common/images/fut_back.png)  repeat-x;
}

#footer_box {
	text-align:center;
	margin-top:4px;
	color:#ffffff;
	font-size:94%;
}



/* -- ＰＣ対応CSS (ここまで)
---------------------------------- */



/* -----------------------------------------------------------------
   スマートフォン対応CSS
-------------------------------------------------------------------- */

@media screen and (max-width:640px){


/* --------------------------------------------------
   レイアウト
-------------------------------------------------- */

#tmp_wrapper {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}


/* ---------------------------------------------
   TEST用
	border: solid 1px #888888;
--------------------------------------------- */

/* ---------------------------------------------
   ヘッダー部
--------------------------------------------- */

#tmp_wrap_header {
	margin:0;
	padding-bottom:2px;
	width:100%;
	overflow: hidden;
	background:#F2F5F8;
	border-bottom:3px solid #2D40B4;
}
#tmp_header {
	margin:0 auto;
	width:100%;
	overflow: hidden;
}
#tmp_title_logo {
	position: relative;
	width:100%;
	top: 5px;
	bottom: 5px;
}
#tmp_title_logo img {
	width:80%;
	height:auto;
}

#tmp_title_photo {
	display: none;
}



/* ---------------------------------------------
   コンテンツ
--------------------------------------------- */

#tmp_wrap_main {
	padding-bottom:-25px;
}

#tmp_main {
	margin:10px auto;
	height:auto !important;
	width:100%;
}

#main_content {
	margin:0 auto;
	width:100%;
}

#tmp_main_end {
	width:100%;
	height:10px;
	clear:both;
}



/* ---------------------------------------------
   コンテンツ(メイン)
--------------------------------------------- */

/* -- コンテンツ ( 基本 )
---------------------------- */
#main_content {
	font-size:0.96em;
}


/* -- コンテンツタイトル ( h2 )
---------------------------- */
#main_content .ttl {
	margin:5px auto;
	width:95%;
	overflow:hidden;
}

#main_content .ttl h2 {
	padding:8px;
	padding-left:20px;
	font-size:1.15em;
	font-weight: bold;
	color:#ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background:#232e47;
}


/* -- 枠内
---------------------------- */
#main_content_line {
	margin:0 auto;
	padding:10px;
	width:95%;
	border: solid 1px #9BA4D3;
	overflow:hidden;
}

#send_form {
	margin:0 auto;
	padding:2px;
	width:70%;
}

#send_form dt {
	width:40%;
	padding-top:20px;
	padding-left:20px;
	float:left;
}
#send_form dd {
	padding-top:20px;
	padding-right:10px;
}

#send_form #bottun_area {
	margin:0 auto;
	margin:30px 0;
	text-align:center;
}
#send_form .bottun {
	margin-right:10px;
	padding:1px 10px;
	font-size:0.93em;
}


/* -- 枠内 テキスト表示
---------------------------- */
#main_content_line p.comment {
	margin:0 auto;
	padding:2px 10px;
	line-height:130%;
}

#main_content_line p.align-r {
	margin:0 auto;
	padding:2px 10px;
	text-align:right;
	line-height:130%;
}

#main_content_line p.align-c {
	margin:0 auto;
	padding:2px 30px;
	text-align:center;
	line-height:130%;
}



/* -- 枠内 採点表
---------------------------- */

#main_content_line p.saiten-h {
	margin:0 auto;
	width:80%;
	line-height:130%;
}


#main_content_line .saiten-hyo {
	margin:0 auto;
	border-spacing: 0px;
	width:80%;
	border-bottom: solid 1px #40B040;
}
#main_content_line .saiten-hyo td.line {
	border-top: solid 1px #40B040;
	border-left: solid 1px #40B040;
	line-height:130%;
	padding:3px 10px;
}
#main_content_line .saiten-hyo td.lend {
	border-top: solid 1px #40B040;
	border-left: solid 1px #40B040;
	border-right: solid 1px #40B040;
	line-height:130%;
	padding:3px 10px;
}



/* ---------------------------------------------
   フッター部
--------------------------------------------- */

#tmp_footer {
	width:100%;
	position:absolute;
	height:25px;
	bottom:0;
	background:#8ecdfd url(/shiken/common/images/fut_back.png)  repeat-x;
}

#footer_box {
	text-align:center;
	margin-top:4px;
	color:#ffffff;
	font-size:94%;
}


/* -- スマートフォン (ここまで)
---------------------------------- */

}
