@charset 'UTF-8';
html {
	height: 100%;
}
body {
	font: 14px/1.5em 'UD Shin Go Light';
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#title {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 20px 7px;
}
h1 {
	font: 32px/1.2em 'UD Shin Go Medium';
	margin: 12px 0 0 0;
	color: #00a0e9;
}
#regend_head {
	position: absolute;
	top: 100px;
	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: 30px 20px 0;
}
ul {
	margin-top: 10px;
	padding: 0;
}
li {
	display: inline-block;
	min-width: 150px;
	list-style: none;
}
#regend img {
	vertical-align: middle;
	width: 50px; 
	margin: 3px;
}
.red {
	color: #e60012;
}
.blue {
	color: #0068b7;
}
#map {
	width: 100%;
	height: 100%;
	margin-top: 20px;
}
#map h2 {
	font: 18px/1.2em 'UD Shin Go Medium';
	margin: 0 0 10px;
	color: #00a0e9;
}
#map .icon {
	margin: 5px 5px 0 0;
}
.detail {
	width: 150px;
}
@media (max-width: 620px) {
	#regend_head {
		top: 119px;
	}
}
	