@charset "utf-8";

.map_area{
	position: relative;
	z-index: 1;
}
.startDisplay{
	/*z-index: -10 !important;*/
}
#gmap {
	position: relative;
	width: 673px;
	height: 300px;
	z-index: 0;
	overflow: auto !important;
}
#nodata_on_position,
#nodata_on_zoom {
	display: none;
}
.gmap_infowindow {
	width: 253px;
}
.gmap_infowindow .name {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e0d4c2;
	font-size: 16px;
	font-weight: bold;
	color: #5b3300;
}
.gmap_infowindow .name .open01 {
	font-size: 12px;
	color: #000000;
	display: block;
}
.gmap_infowindow .name .open02 {
	font-size: 12px;
	color: #ff6600;
	display: block;
}
.gmap_infowindow .hdg {
	position: absolute;
	top: 0;
	left: 5px;
	font-size: 14px !important;
	font-weight: bold !important;
}
.gmap_infowindow .address {
	position: relative;
	margin: 7px 0;
	padding: 0 0 7px 75px;
	border-bottom: 1px dotted #e0d4c2;
	color: #5b3300;
}
.gmap_infowindow .address .addr{
	display: block;
}
.gmap_infowindow .tel {
	position: relative;
	margin: 7px 0;
	padding: 0 0 7px 75px;
	border-bottom: 1px dotted #e0d4c2;
	color: #5b3300;
}
.gmap_infowindow .link {
	padding: 0 0 5px;
	background: none;
}
.gmap_infowindow .link a {
	color: #0000ee;
	text-decoration: none;
}
.gmap_infowindow .link a:hover {
	text-decoration: underline;
}
.gmap_infowindow .time {
	position: relative;
	margin: 7px 0;
	padding: 0 0 7px;
	text-align: left;
	border-bottom: 1px dotted #e0d4c2;
}
.gmap_infowindow .time .hdg {
	position: static;
	display: block;
	padding-bottom: 5px;
}
