@charset "utf-8";



/* -- Menu
-------------------------------------------------------------------------------- */
article > h1 {
	background: url(../img/vis.png) no-repeat center 0;
	background-size: auto 100%;
}
article h1 img {
	top: 17px;
	margin-left: -102px;
	width: 204px;
	height: auto;
}

article > section dl {
	font-size: 13px;
	display: block;
}
article > section dt {
	font-weight: bold;
}
article > section dd {
	margin: -1.5em 0 15px 5.5em;
}
article > section dd:last-child {
	margin-bottom: 0;
}
article > section dd span {
	display: block;
}
article > section dd b {
	font-weight: normal;
	font-size: 11px;
	display: block;
	margin-top: 5px;
}
article > section dd em {
	font-size: 11px;
	display: block;
}
article > section dd a {
	color: #46210c!important;
	text-decoration: underline!important;
}

#info dl {
	margin-bottom: 25px;
}
#info iframe {
	width: 100%;
	height: 282px;
}
#guide {
	padding-top: 35px;
}
