﻿@charset "UTF-8";

main hr {
	clear: both;
	height: 10px;
	margin-bottom: 40px;
}
div#content {
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	white-space: nowrap;
}
div#content .floatL {
	float: left;
}
div#content .top, div#content .bottom {
	clear: both;
}
div#content .appeal {
	font-size: 26px;
	line-height: 1.5em;
}
div#content .appeal2 {
	font-size: 32px;
	line-height: 1em;
}
div#overview_title {
	margin-left: 10px;
	border: solid #2193b0;
	border-width: 0 0 0 10px;
	box-sizing: border-box;
	padding: 10px 20px;
	width: 860px;
	background-color: rgba(192, 192, 192, 0.4);
}
div#overview_title h1 {
	margin: 0;
	padding: 9;
	line-height: 1.5em;
	font-size: 2.5em;
	white-space: normal;
}
div#overview_image {
	margin: 40px auto 0;
	width: 100%;
	height: 500px;
}
div#overview_image iframe {
	margin: 0 50px;
	width: 860px;
	height: 484px;
}
div#detail iframe {
	margin: 0 50px;
	width: 860px;
	height: 80vh;
}