@charset "utf-8";

h2#docbody_head {
	background: url(../image/title_site1.png) no-repeat 0 0;
}

#gmapinfo {
	position: relative;
	height: 452px;
	overflow: hidden;
	margin: 0 0 30px 0;
}
#gmap {
	width: 513px;
	height: 450px;
	border: 1px solid #dec700;
}
#gmapinfo .infowindow {
	width: 300px;
	font-size: 14px;
	background: url(../image/back_map_infowindow_orange.png) 0 0;
	border: 1px solid #cf6300;
	color: #000;
	padding: 15px 20px;
	display: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#gmapinfo .infowindow h4 {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
#gmapinfo .infowindow h5 {
	color: #000;
	font-size: 12px;
}


