@charset "utf-8";



/* -- Menu
-------------------------------------------------------------------------------- */
article > h1 {
	background: url(../img/vis.png) no-repeat center 0;
	padding-top: 45px;
}
article > h1 + section,
article > h1 + section:before {
	height: 1230px;
}

article > section dl {
	font-size: 16px;
	line-height: 1.87;
	margin-left: 250px;
	display: block;
}
article > section dt {
	font-weight: bold;
}
article > section dd {
	line-height: 1.875;
	margin: -1.87em 0 20px 10em;
}
article > section dd:last-child {
	margin-bottom: 0;
}
article > section dd span {
	display: inline-block;
	width: 6em;
}
article > section dd b {
	font-weight: normal;
	font-size: 13px;
	display: block;
	margin-top: 10px;
}
article > section dd em {
	font-size: 14px;
}
article > section dd a {
	color: #46210c!important;
	text-decoration: underline!important;
}

#info dl {
	margin-bottom: 50px;
}
#info iframe {
	width: 100%;
	height: 400px;
}
#guide {
	padding-top: 75px;
}
