@charset "UTF-8";

/* -------- .box1 -------- */
#exam .box1 .leftBox{
	float:left;
	width:350px;
	padding-left:5px;
}
#exam .box1 .rightBox{
	float:right;
	width:213px;
	text-align:center;
	padding-right:5px;
}
#exam .box1 .tit_sub{
	margin:8px 0 20px 0;
}
/* -------- .box2 -------- */
#exam .box2 .leftBox{
	float:left;
	width:360px;
}
#exam .box2 .rightBox{
	float:right;
	width:231px;
}
/* -------- .type2 -------- */
#exam table.type2 {
	border:#abbbca 1px solid;
	margin:23px 0 0 0;
}
#exam table.type2 th {
	border:#abbbca 1px solid;
	background:#dfe5eb;
	font-weight:bold;
	color:#5e7387;
	padding:4px 15px 2px 15px;
	text-align:center;
}
#exam table.type2 td {
	border:#abbbca 1px solid;
	padding:7px 15px 5px 15px;
	text-align:center;
}
/* -------- .type3 -------- */
#exam table.type3 {
	border:#abbbca 1px solid;
	margin:10px 0 0 0;
}
#exam table.type3 th {
	border:#abbbca 1px solid;
	background:#dfe5eb;
	font-weight:bold;
	color:#5e7387;
	padding:7px 10px 7px 10px;
	text-align:left;
}
#exam table.type3 thead td {
	border:#abbbca 1px solid;
	background:#f2f4f7;
	text-align:center;
	padding:5px;
}
#exam table.type3 tbody td {
	border:#abbbca 1px solid;
	padding:7px 15px 5px 15px;
	text-align:center;
}
#exam table.type3 tbody td .link1{
	padding-left:15px;
	background:url(../images/icon_link1.png) 0 40% no-repeat;
}
#exam table.type3 tbody td .link2{
	padding-left:15px;
	background:url(../images/icon_link2.png) 0 40% no-repeat;
	color:#9a9a9a;
}

#exam table.type3 span.ttl_blue {
	color:#006CBD;
	font-weight:bold;
}
#exam .ind_1 {
	text-indent:-2.2em;
	padding-left:2.2em;
	line-height:1.5em; 
}
#exam .ind_2 {
	text-indent:-1.3em;
	padding-left:1.3em;
	line-height:1.5em; 
}
/* -------- .bgDot -------- */
#exam .bgDot {
	width:670px;
	height:1px;
	background:url(../images/bg_dot.png) 0 0 repeat-x;
	margin:14px 0 0 -16px;
}

/*---------------------------------------------------------
    pagetop
----------------------------------------------------------*/

#exam #contents .pagetop2{
	text-align:right;
}

#exam #contents .pagetop2 a{
	padding-left:15px;
	background:url(/kentei/images/icon_link3.png) 0 40% no-repeat;
}


