@charset "utf-8";
/* CSS Document */
#contents {
	padding-top: 120px;
}
#title {
	display: block;
	margin-bottom: 40px;
	width: 1015px;
}
#title h1 {
	display: block;
	margin: 0;
	height: 100px;
	width: 1015px;
}
#anq {
	font-size: 12px;
	text-align: right;
	display: block;
	margin-top: 40px;
	padding-right: 10px;
	float: right;
	width: 650px;
}

#accessmap {
	display: block;
	margin: 40px auto;
	width: 400px;
}
#accessmap p {
	margin-top: 10px;
}

#accessmap p a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#access {
	margin: 0 auto;
	width: 800px;
}

#access dd {
	margin-left: 2em;
}

.noma {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 8px;
}

#bus {
	display: block;
	margin: 10px auto;
	padding: 15px;
	width: 98%;
	border: dotted 3px #FF9900;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-sizing: border-box;
}
#bus dt {
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	margin-bottom: 5px;
}