@charset "utf-8";

/* バナー */
.pref-bn-point{
	padding: 0 0 24px;
	text-align: center;
}
.pref-bn-point a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* メニュー */
.pref-top-menu{
	padding: 24px 0 11px 18px;
	background: #ebebeb;
}

.pref-top-menu-box{
	padding: 0 0 20px;
}
.pref-top-menu-title{
	margin: 0 4px 6px;
	padding: 0 0 0 7px;
	border-left:5px solid #232272;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.pref-top-menu-det{
	width: 288px;/*320*/
	margin: 0 4px;
	padding: 12px 16px 8px;
	border: 1px solid #ccc;
	background: #fff;
	float: left;
}
.pref-top-menu-det-title{
	font-size: 12px;
	padding: 0 0 2px;
}
.pref-top-menu-det-img{
	padding: 0 0 8px;
}
.pref-top-menu-det-img img{
	width: 286px;
	border: 1px solid #ccc;
}
.pref-top-menu-det-tx{
	padding: 0 0 4px;
	font-size: 12px;
	line-height: 1.5;
}
.pref-top-menu-det-link{
	
}
.pref-top-menu-det-link a{
	margin:0 0 0 164px;
	display: block;
	width: 121px;
	height: 24px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	background: url(/exam/common/img/top_02.png) 0 0 no-repeat;
}
.pref-top-menu-det-link a:hover{
	background-position: 0 -24px;
}

.pref-top-menu-box:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .pref-top-menu-box{
	zoom: 1;/* IE6 */
}
*:first-child+html .pref-top-menu-box{
	zoom: 1;/* IE7 */
}


/***************************************
 * 受験対策の流れ
 ***************************************/
.pref_flow {
	padding: 12px 0 11px 7px;
	width: 688px;
	font-size: 12px;
	background-color: #ebebeb;
	}
.pref_flow dl {
	float: left;
	}
dl#pref_flow1, dl#pref_flow2 {
	width: 230px;
	}
dl#pref_flow3 {
	width: 228px;
	}
.pref_flow dt {
	height: 27px;
	background: url(../img/top_01.png) 210px 0 no-repeat;
	}
.pref_flow dt span {
	display: block;
	width: 210px;
	height: 27px;
	overflow: hidden;
	text-indent: 10px;
	line-height: 28px;
	font-size: 14px;
	font-weight: 900;
	color: #fff;
	background-color: #1d1c6a;
	}
.pref_flow dd {
	margin-top: 15px;
	}
.pref_flow dd h3 {
	font-weight: 900;
	color: #333;
	}
.pref_flow dd img {
	margin-top: 2px;
	border: 1px solid #ccc;
	width: 208px;
	height: 85px;
	}
.pref_flow dd p {
	width: 210px;
	line-height: 16px;
	}
p.pref_flow_h1 { height: 50px;}
p.pref_flow_h2 { height: 40px;}
.pref_flow dd a {
	margin-left: 89px;
	display: block;
	width: 121px;
	height: 24px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	background: url(../img/top_02.png) 0 0 no-repeat;
	}
.pref_flow dd a:hover {
	background-position: 0 -24px;
	}