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

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

#map-ui{
	position:relative;
	height:36px;
}

#map-ui p#btn{
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}

#map-ui p#icon{
	position:absolute;
	top:0;
	right:0;
}

#research-box{
	height:160px;
	/*background:#EEF8FA;*/
	background:#E1EFFF; /* -- 高校表組背景　強調2 --*/

}

#gmap{
	width:100%;
	height:550px;
	margin-bottom:40px;
}



#research-box table{
	width:700px;
	margin:0 ;
	border:none;

}

#research-box .inner{

	padding:20px 25px;
}

#research-box table th{
	line-height:1;
	width:120px;
	padding:5px 0;
	text-align:right;
	vertical-align:top;
	color:#00264C;
	font-weight:normal;
}

#research-box table td{
	padding-bottom:10px;
}


#research-box table div{
	width:110px;
	float:left;

}

#research-box table .w140{
	width:140px;
}

/*----------------------------------------------------
	地図
----------------------------------------------------*/
#map-box{
	position:relative;
}

#result-counter{
	padding:3px 10px 0;
	background:#fff;
	position:absolute;
	top:20px;
	right:20px;
}

#result-counter span{
	font-size:24px;
	color:#387FE5;
}

#result-counter span.num{
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	line-height:1;
	font-size:34px;
}


/*----------------------------------------------------
	インフォウィンドウ
----------------------------------------------------*/
.infowin {
	width:406px;
	color:#333;
	padding:5px;
	overflow:hidden;
}

.infowin .left-box {
	float:left;
	width:173px;
}


.infowin .st {
	margin-bottom:10px;
}

.infowin .tit{
	padding-top:3px;
	font-size:14px;
	font-weight:bold;
}

.infowin span.dev{
	color:#38ACBE;
}


.infowin .right-box{
	width:230px;
	float:left;
}
</pre></body></html>