@charset "UTF-8";
html,body{
	width: 100%;
	height: 100%;
}
body{
	padding: 5px 0 0 0;
}
img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#Wrapper{
	width: 100%;
	height: 100%;
}
header{
	width: 100%;
	height: 4rem;
	display:flex;
	align-items: center;
	justify-content: space-between;
}

#IMGHeaderLogo{
	display: block;
	height: 100%;
	margin: 0;
}
/* ヘッダメニュー部 */
#GblNav{
	/* width: 32rem; */
	margin: 0 auto;
}
#GblNav ul{
	display: block;
	height: 100%;
	padding: .25rem 0;
	overflow: hidden;
}
#GblNav ul::after{
	content: '';
	clear: both;
}
#GblNav li{
	float: left;
	height: 100%;
}
#GblNav li > div,#GblNav li select{
	width: 10rem;
	height: 100%;
	margin: 0 .25rem;
	text-align: center;
	background-color: #D3EAF9;
	border: 1px solid #969696;
	cursor: pointer;
}
/* #GblNav li div.BtnOn{
	background-color: #202C78;
	color: #FFFFFF;
} */
#GblNav li div.ImageBtn img:nth-child(2){
	display: none;
}
#GblNav li div.ImageBtn.BtnOn img:nth-child(1){
	display: none;
}
#GblNav li div.ImageBtn.BtnOn img:nth-child(2){
	display: block;
}
/* お気に入りボタン */
#GblNav li #BtnOkini:hover img:nth-child(1){
	display: none;
}
#GblNav li #BtnOkini:hover img:nth-child(2){
	display: block;
}
#BtnOkini div.OkiniBtnWrap{
	display: none;
	color: rgb(29, 32, 136);
	width: 10rem;
	margin-left: -1px;
	background-color: white;
	border: 1px solid rgb(29, 32, 136);
	text-align: left;
	position: absolute;
	z-index: 100000;
}
#BtnOkini:hover div.OkiniBtnWrap{
	display: block;
}
#BtnOkini div.OkiniBtnSub{
	padding-left: 5px;
}
#BtnOkini div.OkiniBtnSub:hover{
	color: white;
	background-color: rgb(29, 32, 136);
}

#FaseSelectDiv{
	margin: 0 auto;
}

.MLTList{
	display: none;
	position: absolute;
	width: 10rem;
	height: fit-content;
	z-index: 100;
}
#BtnDisp6Contents:hover .MLTList,
.MLTList:hover
{
	display: block;
}
.MLTList > div:first-child{
	background-color: #e2f0d9;
	/* background-image: url('../project/DispContents/img/fase1.png');
	background-size: cover;
	background-repeat: repeat-y; */
}
.MLTList > div:nth-child(2){
	background-image: url('../project/DispContents/img/fase2.png');
	background-size: cover;
	background-repeat: repeat-y;
}
.MLTList > div:nth-child(3){
	background-image: url('../project/DispContents/img/fase3.png');
	background-size: cover;
	background-repeat: repeat-y;
	color: #FFFFFF;
}

#MailExample{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 auto;
}
#MailExample a{
	color: blue;
	cursor: pointer;
}
#Toplink{
	display: flex;
	flex-direction: column;
	text-align: right;
}
section{
	position: relative;
	width: 100%;
	height: calc(100% - 4rem);
	overflow: hidden;
}
#ContentsArea{
	width: 100%;
	height: 100%;
}
#ContentsArea > div{
	width: 100%;
	height: 100%;
	padding: 5px;

}


/* LeftMenu */
#LeftMenu,
#ContentsArea > #LeftMenu{
	position: fixed;
	padding: .25rem;
	width: 33.333%;
	height: calc(100% - 4.75rem);
	background-color: #2e75b6;
	z-index: 15;
	box-shadow:2px 2px 3px 0px #23284f;
	top: 4.5rem;
}
#Wrapper:has(#BtnLinks.BtnOn) #LeftMenu{
	/* リンク画面では左側メニューは非表示 */
	display: none;
}
#LeftMenu:has(#MenuTLLevelInfo.BtnOn){
	background-color: #70ad47;
}
#ContentsLeftMenu{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
}
#FrameLeftMenu2,#FrameLeftMenu3,#FrameLeftMenu4{
	width: 100%;
	height: 100%;
}

#LeftMenu nav{
	width: 1.5rem;
	position: absolute;
	left: 100%;	/* LeftMenu幅に依存 */
	bottom: -3px;
	text-align: center;
}
#LeftMenu nav ul{
	display: block;
}
#LeftMenu nav li{
	box-shadow: 3px 2px 3px #21274f;
	background-color: #bfd8ed;
	line-height: 1rem;
	border-radius: 0 .5rem .5rem 0;
	cursor: pointer;
	margin-bottom: .25rem;
	height: 10rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: .25rem;
}
#LeftMenu nav li#MenuTLLevelInfo{
	box-shadow: 3px 2px 3px #33532d;
	background-color: #c8e1b7;
}

#btnArea{
	display: none;
	width: 100%;
	height: 30px;
	background-color: #2e75b6;
}
#btnArea button{
	height: 22px;
	margin: 4px;
	padding: 0 10px;
	font-size: 14px;
	border-radius: 5px;
	background: linear-gradient(#fff,#eee);
	cursor: pointer;
}
#FrameWatchSuii{
	height: calc(100% - 30px);
}
/* LeftMenu Click部分 */
#LeftMenu nav li.BtnOn{
	font-weight : bold;
	background-color: #2e75b6;
	color: #fff;
}
#LeftMenu nav li#MenuTLLevelInfo.BtnOn{
	background-color: #70ad47;
}

/*TimeLineLevel*/
.none{
  background-color: #ffffff;
  color: #000000;
}
.level0{
  background-color: #e2f0d9;
  color: #000000;
}
.level1{
  background-color: #70ad47;
  color: #000000;
}
.level2{
  background-color: #ffff00;
  color: #000000;
}
.level3{
  background-color: #ff0000;
  color: #ffffff;
}
.level4{
  background-color: #7030a0;
  color: #ffffff;
}
.level5{
  background-color: #000000;
  color: #ffffff;
}


.popup{
	display: none;
	position:fixed;
	left:35%;
	top:35%;
	width: 35rem;
	/* height: 15rem; */
	padding: 1rem;
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 15px;
}
.popup p{
	clear: both;
}
.popup table{
	margin-left: 2rem;
}
.popup input[name="submit"]{
	display: block;
	text-align: center;
	margin: auto;
	margin-top: 1rem;
	padding: 0.25rem 1.2rem;
	background-color: #eee;
	cursor: pointer;
}
input[name="closeBtn"]{
	float: right;
	padding: 0 0.4rem;
	cursor: pointer;
	background-color: #f00;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
}

img.CCTVIMG{
	width: 100%;
}

.maillist-popup{
	display: none;
	position: absolute;
	top: calc(50vh - 760px / 2);
	left: calc(50vw - 700px /2);
	width: 700px;
	height: 760px;
	background-color: white;
	border: 2px solid black;
	z-index: 20;
}
.maillist-popup-head{
	display: flex;
	align-items: flex-start;
}
.maillist-popup-head div:first-child{
	font-size: 1.8em;
	padding: 5px;
	line-height: 1.1;
}
.maillist-popup-head .maillist-popup-close{
	font-size: 2em;
	margin-left: auto;
	border: 2px solid black;
	line-height: 1.1;
}
.maillist-popup-table-wrapper{
	width: 600px;
	margin: 0 auto;
}
.maillist-popup table{
	width: 100%;
	margin: 0 auto;
}
.maillist-popup table td{
	font-size: 0.9em;
	border: 1px solid black;
	text-align: center;
}
.maillist-popup .vcol{
	width: 2em;
	padding: 5px 0;
	writing-mode: vertical-lr;
	text-align: center;
}
.maillist-popup .info-col{
	text-align: left;
	padding: 3px 2px;
}
.maillist-popup .info-col a{
	color: blue;
	cursor: pointer;
}

.mailexample-popup{
	position: absolute;
	width: 500px;
	min-height: 500px;
	background-color: white;
	border: 2px solid black;
	z-index: 21;
}
.mailexample-level-popup{
	position: absolute;
	top: 4rem;
	left: calc(50vw - 84em / 2);
	background-color: white;
	border: 2px solid black;
	z-index: 21;
}
.mailexample-popup-head,
.mailexample-level-popup-head
{
	display: flex;
	align-items: flex-start;
}
.mailexample-popup-head div:first-child{
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px;
	line-height: 1.1;
}
.mailexample-popup-head .mailexample-popup-close,
.mailexample-level-popup-head .mailexample-level-popup-close
{
	margin: 1px 1px 1px auto;
	border: 1px solid black;
	line-height: 1.1;
}
.mailexample-popuup-body{
	padding: 0 10px;
}
.mailexample-level-popup-body{
	display: flex;
}
.mailexample-level-body{
	width: 42em;
	border: 3px double black;
	margin: 0 5px 5px;
}
.mailexample-level-body > div{
	padding: 5px;
}

/*--------------------------*/
/* 気象庁画像対応 */
/*--------------------------*/
.jwaimg{
position: relative;
text-align: center;
}
.jwaimg img{
	width:100%;
}
.jwaimg p{
  position: absolute;
  color: #000;
  font-size: 1.3vw;
  top:50%;
  left: 0px;
  width:100%;
  height:6vw;
  transform: translate(0,-50%);
  background: #fff; /*背景を白に*/
  opacity:0.6;/*透過度*/
  /*padding: 1rem;*//*文字の周りに余白*/
  padding:10px 0px;
}
