@charset "UTF-8";

img{	border:0px none #FFFFFF;	}

/* Visual Studioでの未定義エラー回避用 */
.png_bg{width:auto;}
.ov{width:auto;}


/* body */
body
{
	/*border-top:		1px solid #94C74C;*/
	color:				#333;
	font-size:			13px;
	font-family:		"Meriryo UI","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",Meriryo,sans-selif;
	margin:				10px;
	/*padding:			3px 0px 0px 0px;*/
}

.select-box {
	/*background: #FFFDF4;*/
	background: #f2f2f2;
	border: 2px solid gray;
	border-radius: 5px;
	color: #0C2245;
	/*font-size: 14px;*/
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	width: 80px;
	margin: 0px 0 5px 5px;	/* 上マージン0、右マージン0、下マージン30px、左マージン0 */
	padding-left: 5px;
}


button.button3 {
	/* 文字サイズを1.3emに指定 */
	/*font-size: 1.3em;*/
	/* 文字の太さをboldに指定 */
	font-weight: bold;
	/* 縦方向に8px、横方向に20pxの余白を指定 */
	padding: 8px 20px;
	/* 背景色を濃い青色に指定 */
	background-color: #24a;
	/* 文字色を白色に指定 */
	color: #fff;
	/* ボーダーをなくす */
	border-style: none;
	/* 角丸の指定 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

button.button3:hover {
	/* 背景色を明るい青色に指定 */
	background-color: #08f;
	/* 文字色を白色に指定 */
	color: #fff;
}

button.button4 {
	/* 文字サイズを1.3emに指定 */
	/*font-size: 1.3em;*/
	/* 文字の太さをboldに指定 */
	font-weight: bold;
	/* 縦方向に8px、横方向に20pxの余白を指定 */
	padding: 8px 20px;
	/* 背景色を濃い緑色に指定 */
	background-color: #14692E;
	/* 文字色を白色に指定 */
	color: #fff;
	/* ボーダーをなくす */
	border-style: none;
	/* 角丸の指定 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

button.button4:hover {
	/* 背景色を明るい緑色に指定 */
	background-color: #20AA49;
	/* 文字色を白色に指定 */
	color: #fff;
}


.radio_ex input{
	display: none;
}
.radio_ex label{
	display: block;
	float: left;
	cursor: pointer;
		margin: 0;
	padding: 8px 6px;
	border-right: 1px solid #abb2b7;
	background: #f2f2f2;
	color: #070201;
	font-size: 10pt;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
 
.radio_ex label:first-of-type{
	border-radius: 5px 0 0 5px;
}
.radio_ex label:last-of-type{
	border-right: 0px;
	border-radius: 0 5px 5px 0;
}
.radio_ex input[type="radio"]:checked + label {
	background-color: #0637cc;
	color: #fff;
	font-weight:bold;
}

td {
	font-size: 13px;
}

/* 色分け凡例 */
#map-legend {
	position: absolute;
	/*right: 20px;*/
	/*top: 90px;*/
	min-width: 160px;
/*	padding: 10px 10px 0px 10px; */
	/* font-size: 90%; */
	color: black;
	text-align: left;
	border: 1px solid black;
	background-color: rgba(255,255,255,0.6);
	z-index: 10001;
	visibility: hidden;
}

div#map-legend table{
	margin:8px 10px;
	font-size:70%;
}

div#map-legend img{
	border:solid 1px #000000;
	display:block;
	background:inherit;
}

#map-legend-header {
	padding: 10px;
	border-bottom:solid 1px #000000;
	background-color: rgba(220,220,220,0.5);
	font-weight:bold;
}

#loading{
	display:block;
	border:1px dashed #999;
	padding:15px;
	position: fixed;
	top:50%;
	left:50%;
	background-color:#FFF;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
#loading .loadingMsg{
	display:block;
	text-align:center;
	padding-top:100px;
	width:100px;
	background-image:url("../img/loading.gif");
	background-position: center top;
	background-repeat: no-repeat;
}


#ipop {
	padding: 0;
	/*background-color: #fed;*/
	/*border: 1px solid #aaa;*/

	/* この５行は必須 */
	width: 160px;
	height: 320px;
	position: absolute;
	display: none;
	z-index: 9999;
}

#ipop_title {
	/*background-color: #fdc;*/
	cursor: move;
}

#ipop_close {
	cursor: pointer;
	float: right;
}

