@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	アクセス
------------------------------------------------------------*/
#conts h2 {
	margin: 0 0 10px;
}

#conts h3 {
	margin: 30px 0 10px;
}

#conts h4 {
	margin: 1em 5px 0;
	font-weight: bold;
}

#conts p {
	margin: 0 5px 1em;
}

#conts #map {
	margin: 0 5px;
}

#conts #map p {
	margin: 10px 0;
}

#conts #map img {
	vertical-align: top;
}

#conts .route {
	margin-bottom: 15px;
}

#conts ul.notes {
	margin: 0 5px;
	color: #f00;
}

#conts ul.notes li {
	padding-left: 1em;
	text-indent: -1em;
}

#conts .btns {
	margin-top: 30px;
	text-align: center;
}

#conts .btns li {
	display: inline;
}

#conts .btns li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#conts .photo {
	margin-left: 5px;
}

#conts .photo img {
	float: left;
}

#conts .photo p {
	margin-left: 260px;
}

