@charset "utf-8";

#map_canvas {
	width: 998px;
	height: 650px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.location_park {
	width: 450px;
	float: left;
}
.oth_location {
	margin-right: -20px;
	width: 1020px;
}
.oth_location div {
	width: 320px;
	margin-right: 20px;
	float: left;
}
.oth_location div table {
	width: 320px;
	margin-bottom: 20px;
}
.oth_location div table th {
	text-align: left;
}
.oth_location div table td {
	text-align: right;
}
.oth_location div table th,.oth_location div table td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: 200;
	font-size: 90%;
	line-height: 120%;
}
.oth_location div h4 {
	color: #FFFFFF;
	background-color: #6C732F;
	text-align: center;
	font-weight: 200;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.oth_location:after {
height: 0;
visibility: hidden ;
content: ".";
display: block ;
clear: both ;
}
.access_car {
	background-color: #6C732F;
	clear: both;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
	color: #FFFFFF;
}
.access_car dt {
	font-weight: 200;
	font-size: 80%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C6CD86;
}
.access_car dd {
	font-size: 130%;
}
