@charset "UTF-8";
#mapNav {
	position: relative;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	font-size: 0.8rem;
	height: 40px;
	z-index: 10;
}
#mapNav ul {
	height: 100%;
}
#mapNav ul li {
	box-sizing: border-box;
	display: table;
}
#mapNav ul li a {
	position: relative;
	display: table-cell;
	background: #e3e7ef;
	background: -webkit-linear-gradient(#fcfcfc 0%, #e3e7ef 100%);
	background: -o-linear-gradient(#fcfcfc 0%, #e3e7ef 100%);
	background: linear-gradient(#fcfcfc 0%, #e3e7ef 100%);
	width: 100%;
	height: 100%;
	color: #495564;
	font-weight:bold;
}
#mapNav ul li span {
	display: block;
	border: none;
}
#mapNav ul li [class^="icon-"],
#mapNav ul li [class*=" icon-"] {
	font-size: 2rem;
	display: inline-block;
	text-shadow: 2px 2px 0 white;
}

#mapWrapper {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#mapWrapper .legend {
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
}
#mapWrapper .legend button {
	padding: 0;
	text-align: center;
	width: 4.8rem;
	height: 4.8rem;
	line-height: 4.8rem;
}
#mapWrapper .subMode {
	position: absolute;
	top: 3.5rem;
	left: 0.5rem;
	display:none;
}
#mapWrapper .subMode button {
	padding: 0;
	text-align: center;
	width: 4.8rem;
	height: 4.8rem;
	line-height: 2.4rem;
}

#mapWrapper .dataTime{
	font-size:large;
	position:absolute;
	top:0.5rem;
	left:0.5rem;
	width:auto;
	height:auto;
	display:none;
	text-align:center;
	width:14.4rem;
	background: rgba(255, 255, 255, 0.8);
}

#mainContents img {
	width: 100%;
}

.icon {
	position: absolute;
	display: block;
	/* TODO: ここから */
	/* ここまで消す */
}
.icon.rain {
	border-radius: 7px;
	background-color: #1172ee;
	width: 15px;
	height: 15px;
}
.icon.water {
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-right-width: 8px;
	border-left-width: 8px;
	border-bottom-color: #e18f00;
}
.icon.dam {
	border-top: 12px solid red;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	height: 0;
	width: 24px;
}

.timeSelect{
	position:absolute;
	top:auto;
	bottom:10px;
	height:auto;
	font-size:large;
	opacity:0.8;
	right:auto;
	width:100%;
}

.timeSelect table{
	margin-left:20%;
	width: 60%;
	border-collapse:collapse;
	background-color:white;
}

.timeSelect td{
	width:14%;
	/*background-color:lightgray;
	border:solid 1px black;*/
	color:black;
	text-align:center;
	font-size:normal;
}

.timeSelect td.current{
	/*background-color:orange;*/
	color:orange;
	font-size:x-large;
}



/**
 * 縦向き
 */
@media only screen and (orientation: portrait) {
	#mapNav {
		width: 100%;
		box-shadow: rgba(113, 135, 164, 0.5) 0 0 2px 1px;
		-webkit-box-shadow: rgba(113, 135, 164, 0.5) 0 0 2px 1px;
		-moz-box-shadow: rgba(113, 135, 164, 0.5) 0 0 2px 1px;
	}
	#mapNav ul li {
		padding-right: 1px;
		width: 20%;
		float: left;
	}
	#mapNav ul li:last-child {
		padding: 0;
	}
}
@media only screen and (orientation: landscape) {
	#mapNav {
		width: 15%;
		font-size: 1rem;
		float: left;
		box-shadow: rgba(113, 135, 164, 0.5) 0 0 2px 1px;
		-webkit-box-shadow: rgba(113, 135, 164, 0.5) 0 0 2px 1px;
		-moz-box-shadow: rgba(113, 135, 164, 0.5) 0 0 2px 1px;
	}
	#mapNav ul {
		height: 100%;
	}
	#mapNav ul li {
		width: 100%;
		padding-bottom: 1px;
		height: 20%;
	}
	#mapNav ul li a {
		vertical-align: middle;
	}
	#mapNav ul li:last-child {
		padding: 0;
	}
}
