@charset "utf-8";

#map {
	margin-bottom: 40px;
}
.access_area1 {
	float: left;
	width: 400px;
	margin-bottom: 30px;
	padding-left: 10px;
}
.access_area2 {
	float: right;
	width: 400px;
	margin-bottom: 30px;
	padding-right: 10px;
	text-align: right;
}

#courtesy_bus {
	clear: both;
	margin-bottom: 30px;
	padding: 0;
	border: 1px #e9e4d8 solid;
}
#courtesy_bus dt {
	padding: 0.1em 10px;
	background: #e9e4d8;
}
#courtesy_bus dd {
	padding: 0.1em 15px;
	background: #fff;
}
#courtesy_bus dd address {
	display: inline;
	font-size: 100%;
	font-style: normal;
}

