@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;	
}

#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;
}


.div_caution_map{
	padding: 3px 0 0 240px;
    font-size: 12px;
    line-height: 1.3;
}
}

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

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

#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;
}
