<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";




/*-----------------------------------------
	メイン
-------------------------------------------*/

#main-box{
	width:720px;
	float:left;
	position:relative;
}

#result-box{
	position:absolute;
	top:220px;
	right:0;
}

#result-box span.num{
	font-size:32px;
	color:#387FE5;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
}



#result-box span.txt{
	font-size:24px;
	color:#387FE5;
}

#main-box .unit{
	margin-bottom:10px;
}

#school-list table{
	width:100%;
	border-top:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
}

#school-list td table{
	width:100%;
	border-top:none;
	border-right:none;
}

#school-list table th{
	font-weight:normal;
	/*background:#EEF6F9;*/
	background:#FAFAFA; /* --表組見出し標準カラ― grey--*/
	border-left:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
	color:#00264C;
}

#school-list table th.dev{
	width:70px;
}

#school-list table th.name{

}

#school-list table th.type{
	width:107px;
}

#school-list table th.ad{
		width:80px;
}

#school-list table td.type{
	width:107px;
}

#school-list table td.type ul{
	margin-left:10px;
}

#school-list table td.type li{
	float:left;
}

#school-list table td.dev{
	font-size:24px;
	text-align:center;
	/*color:#0085B2;*/
	color:#4498FF; /* --高校標準カラ―　強調*/
	/*background:#F7FBFD url(../images/bottom_border.gif) repeat-x 0 bottom;*/
	background:#F4FAFF url(../images/bottom_border.gif) repeat-x 0 bottom; /* -- 高校表組背景　強調1 --*/
}

#school-list table td.ad{
	text-align:center;
	width:80px;
}

#school-list table td{
	border-left:1px solid #cbcbcb;
}

#school-list td table td{
	border-left:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
}

#school-list table td.name{
	text-align:left;
	border-left:none;
	padding:15px;
}

#school-list table td.name a{
	color:#196AD7;
}



table td.line{
	background:#cbcbcb;
	height:1px;
}


h4{
	font-weight:bold;
	color:#00264C;
	font-size:22px;
	padding-left:15px;
	background:url(../images/tit_vl.gif) no-repeat 0 47%;
}



h4 span{
	font-weight:normal;
	color:#3F80DE;
	padding:0 3px;
	position:relative;
	top:-1px;
	left:0;
	font-size:24px;
}




h5{
	font-size:30px;
	color:#46B7C6;
}

#search-box{

}

#select-box #btn{
	cursor:pointer;
}


#research-box .wrap{
	overflow:hidden;
	width:720px;
}

#select-box{
	position:relative;
	top:0px;
	left:0;
}


p#caution{
	position:absolute;
	top:10px;
	right:0;
}

#select-box .inner{
	width:100%;
	padding:15px 0 5px;
	margin:0;
	/*background:#EEF8FA;*/
    background:#E1EFFF; /* -- 高校表組背景　強調1 --*/

}

#select-box table{
	font-size:13px;
	border:none;
	width:620px;
	/*background:#EEF8FA;*/
	border-collapse: collapse;
}

#select-box th{
	font-weight:normal;
	width:120px;
	color:#00264C;
	vertical-align:top;
	text-align:right;
}

#select-box td{
	color:#00264C;
	vertical-align:top;
	padding-bottom:10px;
}

#select-box table div{
	float:left;
	width:100px;
}

#select-box table .w130{
	width:130px;
}



#dev-slider{
	width:720px;
	margin-bottom:45px;
	border-bottom:3px solid #E7E7E7;
}

#s-ui{
	position:relative;
}

#bar{
	position:absolute;
	top:0;
	left:0;
}

#dev-slider input{
	width:84px;
	text-align:center;
	font-size:22px;
	color:#17395A;
}

#dev-slider #txt-box{
	position:absolute;
	top:-13px;
	right:10px;
	font-size:22px;

}

#dev-slider #txt-box p{
	text-align:center;
}

#dev-slider #txt-box span{
	width:50px;
	text-align:center;
}

#dev-slider .inner{
	box-sizing:border-box;
	height:110px;
	padding:15px 40px 0;
	width:100%;
	border:4px solid #79B4FF;  /*-- 高校標準カラ―　--*/
}



/*-----------------------------------------
	サイド
-------------------------------------------*/
#side-box{
	width:240px;
	float:right;
}

#side-box .tit{
	width:240px;
	height:44px;
	margin-bottom:10px;
	background: url(../images/side_pickup_tit.gif) no-repeat 0 0;
}

#side-box .tit h3{
	font-size:18px;
	color:#FC7214;
	padding:1px 0 0 45px;
}

.thumb80{
	background:#FEF7AF;
	padding:13px 10px 13px 10px;
	margin-bottom:10px;
}

.thumb80 img{
	width:60px;
	float:left;
}

.thumb80 .txt{
	font-size:12px;
	line-height:1.2;
	width:155px;
	float:left;
}

.thumb80 .lead{
	color:#FC7214;
	margin-bottom:5px;
}


.thumb80 p{
	padding-left:10px;
}





/*-----------------------------------------
	スライダー
-------------------------------------------*/
#slider{
	width:360px;
}





















</pre></body></html>