@charset "utf-8";
/* CSS Document */

.access h2 {
	color: #0061AC;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.5em;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.access p {
	text-align: left;
}
.access h3 {
	text-align: left;
	background-image: url(../image/h3_back.png);
	color: #0061AC;
	font-size: 1.5em;
	margin-top: 50px;
	}
.access h3 span {
	background-color: #FFF;
	line-height: 1.5em;
	padding: 5px;
}
.address h4 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
}
.address p {
	padding-left: 20px;
}

.traffic {
	padding-bottom: 30px;
}
.traffic h4 {
	font-size: 1.5em;
	color: #990000;
	text-align: left;
}
.traffic dl {}
.traffic dl dt {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 10px;
}
.traffic dl dd {
	padding-left: 1em;
	text-align: left;
	padding-bottom: 10px;
}
