@charset "UTF-8";
.mfp-bg {
	background: transparent;
}

/* モーダル表示アニメーション */
.mfp-move-horizontal {
	/* start state */
	/* animate in */
	/* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
}
.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
	filter: alpha(opacity=0);
}

/* モーダルの見た目 */
/* コンテンツ部分 */
.modal-common {
	margin: 20px auto;
	position: relative;
	background: rgba(0, 0, 0, 0.9);
	width: auto;
	max-width: 340px;
	max-height: 500px;
}
.modal-common .mfp-close, .modal-common .modalTitle {
	color: #ffffff;
}
.modal-common .mfp-close, .modal-common .modalTitle {
	height: 3.6rem;
	line-height: 4rem;
}
.modal-common .mfp-close {
	background-color: #01587c;
	width: 3.6rem;
	font-size: 2rem;
	border-radius: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.modal-common .mfp-close:active {
	top: 0;
}
.modal-common .modalTitle {
	padding-left: 2rem;
	display: block;
	position: relative;
	box-shadow: rgba(255, 255, 255, 0.4) 0 1px 3px 1px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 3px 1px;
	-moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 3px 1px;
}
.modal-common .modalContents {
	width: 100%;
	height: 90%;
	background-color: rgba(0, 0, 0, 0.4);
}
.modal-common .modalCtrlArea {
	margin: 1rem 0;
	text-align: center;
}
.modal-common .modalCtrlArea button {
	padding: 0.5rem 1rem;
	margin-bottom: 0.5rem;
	border: none;
	border-radius: 2px;
	background: #303030;
	background: -webkit-linear-gradient(#525557 0%, #303030 100%);
	background: -o-linear-gradient(#525557 0%, #303030 100%);
	background: linear-gradient(#525557 0%, #303030 100%);
	color: #ffffff;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
}

/* レイヤー切替モーダル */
#currentLayer {
	color: #ffffff;
}
#currentLayer ul {
	margin: 0 auto;
	width: 90%;
}
#currentLayer ul li {
	height: 4rem;
	line-height: 4rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#currentLayer ul li label {
	width: 100%;
	padding-left: 2rem;
	display: inline-block;
}
#currentLayer ul li:last-child {
	border: none;
}
#currentLayer .modalCtrlArea button {
	padding: 0.5rem 1.5rem;
	letter-spacing: 0.5rem;
}
/*超過状況画面選択モーダル*/
#moveOverScreen li{
	display: inline-block;
	width: 49%;
	text-align:center;
	margin-top: 30px;
	margin-bottom: 10px;
}
/* ミニ表 */
.currentGrid {
	position: fixed;
	bottom: 0;
	height: auto;
	color: #ffffff;
	width:90%;/*とりあえず*/
	display: none;
}
.currentGrid .modalTitle, .currentGrid .mfp-close {
	height: 2.7rem;
	line-height: 3rem;
}
.currentGrid .modalTitle {
	padding-left: 1rem;
}

.currentGrid .modalTitle .obsTime{
	margin-left:0.5rem;
}

.currentGrid table {
	border-collapse: collapse;
	width: 100%;
}
.currentGrid table th, .currentGrid table td {
	padding: 0.25rem 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
}
.currentGrid table th:first-child, .currentGrid table td:first-child {
	border-left: none;
}
.currentGrid table th:last-child, .currentGrid table td:last-child {
	border-right: none;
}
.currentGrid table tr:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.4);
}
.currentGrid table tr:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.6);
}
.currentGrid table thead th {
	padding: 0.25rem 1rem;
}
.currentGrid table thead a {
	color: #ffffff;
}
.currentGrid table thead a span {
	border-bottom: 1px solid #ffffff;
}
.currentGrid table tbody {
	/* alignXXクラスを付けている場合はそちらを優先 */
}
.currentGrid table tbody th, .currentGrid table tbody td {
	padding: 0.25rem 0.5rem;
}
.currentGrid table tbody th:not([class*=" align"]):not([class^="align"]),
.currentGrid table tbody td:not([class*=" align"]):not([class^="align"]) {
	text-align: center;
}
/* 凡例 */
.currentGrid.legend{
	width: 100%;
	left: 0;
	bottom:0;
	margin:0;
	max-width: 100%;
	height:80px;
	overflow: hidden;
	padding-right: 50px;
}
.currentGrid.legend button{
	height: 100% !important;
}
.currentGrid.legend .scrollArea{
	position:  absolute;
	bottom: 0;
	overflow-x: scroll;
	overflow-y:hidden;
	height: 80px;
	margin-right: 50px;
}
.currentGrid.legend .legendScrollPanel{
	width: 1000%;
}
.currentGrid.legend ul{
	float: left;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	position: relative;
	padding: 0 3px;
}
.currentGrid.legend ul li{
	float: left;
	display: inline-block;
	margin: 5px 3px;
	margin-top: 26px;
	height: 50px;
}
.currentGrid.legend ul.legendBox li.legendTitle{
	display: inline-block;
	margin: 0;
	width: 100%;
	text-align: center;
	height: 26px;
	line-height: 26px;
	font-size: 1.5rem;
	position: absolute;
	top:0;
	left: 0;
}
li.ex-radar{/*レーダー凡例*/
	font-size: 26px;
}
/*住所検索*/
div#searchLocation .modalContents{
	text-align: center;
}
div#searchLocation .modalContents input[type="text"]{
	width: 90%;
	margin: 20px 0 10px 0;
	line-height: 2rem;
}
div#searchLocation .modalContents button{
	margin: 0 5px;
}

/* スマホ縦向き表示 */
@media only screen and (orientation: portrait) {
	.currentGrid {
		left: 0.5rem;
	}
}
/* スマホ横向き表示 */
@media only screen and (orientation: landscape) {
	/* レイヤーモーダル : 横向きにした場合は2カラムのリストにする */
	#currentLayer ul {
		overflow: hidden;
	}
	#currentLayer ul li {
		width: 50%;
		float: left;
		box-sizing: border-box;
		display: inline;
	}

	/* ミニ表 */
	.currentGrid {
		right: 0.5rem;
	}
}
