@charset 'UTF-8';
html {
	height: 100%;
}
body {
	font: 14px/1.5em "メイリオ", "MS-PGothic", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅";
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#title {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 20px 20px;
}
#title img {
	float: left;
	height: 60px;
	margin-right: 10px;
	vertical-align: middle;
}
h1 {
	font: 32px/1.2em;
	font-weight: bold;
	margin: 12px 0 0 50px;
	color: #00a0e9;
}
#regend_head {
	position: absolute;
	top: 75px;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	margin: 0;
	padding: 5px 20px;
	background-color: #eee;
	z-index: 1;
}
#regend_head:hover {
	background-color: #cef
}
#regend_head:before {
	display: inline-block;
	color: #e9546b;
	content: '▲';
	margin-right: 5px;
	transform: rotate(90deg);
}
#regend_head.on:before {
	transform: rotate(180deg);
}
#regend {
	display: none;
	padding: 10px 20px 0;
}
ul {
	margin-top: 10px;
	padding: 0;
}
li {
	display: inline-block;
	min-width: 100px;
	list-style: none;
}
#regend img {
	vertical-align: middle;
	margin: 3px;
}
#map {
	width: 100%;
	height: 100%;
	margin-top: 20px;
}
#map h2 {
	font: 18px/1.2em;
	font-weight: bold;
	margin: 0 0 10px;
	color: #00a0e9;
}
#map .icon {
	margin: 5px 5px 0 0;
}
@media (max-width: 770px) {
	h1 {
		font-size: 28px;
		margin-top: 14px;
	}
}
@media (max-width: 690px) {
	h1 {
		font-size: 24px;
		margin-top: 16px;
	}
}
@media (max-width: 600px) {
	h1 {
		margin-top: 4px;
	}
}