@charset "utf-8";

.articlebody .articlhead {
	width: 615px;
	min-height: 58px;
	height: auto !important;
	height: 58px;
	background: url(../image/back_head_doc.png) no-repeat 15px 0;
	margin: 0 0 20px 0;
}

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

.infomainimg {
	margin: 0 0 20px 0;
}

#gmapinfo {
	position: relative;
	height: 452px;
	overflow: hidden;
	margin: 0 0 30px 0;
}
#gmap {
	width: 513px;
	height: 450px;
	border: 1px solid #a1c763;
}
#gmapinfo .infowindow {
	width: 300px;
	font-size: 14px;
	background: url(../image/back_map_infowindow_green.png) 0 0;
	border: 1px solid #588e15;
	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;
}


