body, p { line-height: 160%; }
/** { font-family: "UD Digi Kyokasho NK-R"; }
.gm-style-iw div div { font-family: "UD Digi Kyokasho NK-R"; }*/
#map_canvas { width: 100%; height: 95%; }
#map_frame {
	position:fixed;
	width:70%;
	height:100%;
	left:340px;
	bottom: 10px;
	top: 10px;
}
#list_frame {
	width:30%;
	height:100%;
	float:left;
	max-width: 340px;
}
#list_frame div {
	display: inline-block;
}
#pagetitle {
	color: white;
	background: rgba(56, 120, 199, 0.65);
	/*background: #4db546;*/
	border-radius: 5px;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 1.8em;
	padding-right: 20px;
	/*font-weight: bold;*/
	margin-top: 4px;
	margin-left: 10px;
}
#pagetitle:before {
	position: relative;
	font-family: "FontAwesome";
	content: "\f041";
	left: -15px;
}
#infodate {
	font-size: 10px;
}
#infodate i {
	font-size: 14px;
	margin-right: 3px;
}
.sitelist{
	counter-reset:list;
	list-style-type:none;
	font: 14px/1.6 "Meiryo UI", Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-top:0;
}
#sitelist {
	margin-top: 5px;
	padding-top: 7px;
}
.sitelist li{
	background-repeat: no-repeat;
	background-size: 30px;
	padding-left: 30px;
	position:relative;
	margin: 7px 0 7px 0px;
	font-weight: bold;
	font-size:14px;
	line-height: 17px;
	min-height: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	transform-origin: left top;
}
.sitelist_hover {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
}
.sitelist li.spring {
	background-image: url('lightblue.png');
}
.sitelist li.fall {
	background-image: url('red.png');
}
.sitelist li.allseason {
	background-image: url('mix.png');
}
.sitelist li.dead {
	background-image: url('gray.png');
}
.sitelist li:before{
	counter-increment: list;
	content: counter(list);
	display: block;
	position: absolute;
	left: 8px;
	width: 10px;
	text-align: right;
}
.sitelist li.fall:before{
	color:white;
	font-size:8px;
}
.sitelist li.spring:before, li.allseason:before{
	color:black;
	font-size:8px;
}
.sitelist li.dead:before{
	color:DimGray;
	font-size:6px;
}
.sitename {
	background: linear-gradient(transparent 60%, #a5d7f9 60%);
	padding-bottom: .2em;
}
.sitedetail {
	font-size:10px;
	color:#636363;
	font-weight: normal;
}
#list_tooltips {
	bottom: 30px;
	left: 370px;
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px 20px 5px 5px;
	border: 1px solid gray;
	border-radius: 20px;
	position: fixed;
}
#langChoice input{
	display: none;
}
#langChoice label{
	display: block;
	float: left;
	cursor: pointer;
	width: 80px;
	margin: 0;
	padding: 12px 5px;
	border: 1px solid #abb2b7;
	background: #bdc3c7;
	color: #555e64;
	font-size: 18px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
#langChoice label:first-of-type{
	border-radius: 3px 0 0 3px;
}
#langChoice label:last-of-type{
	border-radius: 0 3px 3px 0;
}
#langChoice input[type="radio"]:checked + label {
	background-color: #ffffff;
	color: black;
}
#langChoice {
	position:absolute;
	bottom: 40px;
	right: 130px;
	position: fixed;
}
