@charset "UTF-8";
/* CSS Document */

#view_google_map {
    display: none;
}

#view_japan_map {
    display: none;
}

#chihonAreaMap {
    float: left;
    width: 400px;
    height: 400px;
}

.footer_college_recruit {
    display: none;
}

/* 地域事務所・案内所用GoogleMaps表示エリア */
div#ov_cntChnMap{
	display:none;
}

.cl_chnCoordinate {
    display: none;
}

/* GoogleMapオーバレイ表示部品
-----------------------------------------------------------*/
.gmapBox {
position: relative;
margin: auto;
padding: auto;
left: 35%;
}

.gmapBox .inner {
position: relative;
width: 400px;
/*padding: 5px;*/
/*border: solid 3px #d9d9d9;*/
background: #fff;
}

.gmapBox .close {
position: absolute;
top: -20px;
right: -15px;
}

#ov_setMapArea {
width: 400px;
height: 400px;
}

/*SP*/@media (max-width:640px){

#chihonAreaMap{
	width: 100%;
	height: 250px;
}

div.chihonDetail {
    float: none;
    width: 100%!important;
    border: 1px solid #e4e0a3;
    min-height: 398px;
}

.gmapBox{
	left: 0;
}

#ov_setMapArea {
width: 100%;
height: 400px;
}


}/*sp_end*/