@charset "UTF-8";
/**
 * 【公開WEB】
 * 広島県河川情報
 * 共通CSS
 *
 * 更新履歴
 * [01] 2020.09.08	M.Obara	警戒レベル配色変更対応：
 *                          【水位】現時点でイントラ＝旧配色、公開系＝新配色のため、水位色定義を共通common.cssから分離

 */
/* ------------------------Common Style */
body{
	background: #fff;
	font-size: 12px;
}
h1 {
	background: none;
}
table{
	border-collapse: collapse;
}

table th{
	background: #d9ede0;
}
table thead th{
	border: 1px solid #90A296;
}
table td{
	border: 1px solid #90A296;
	border-right-width: 0;
}
a{
	text-decoration: underline;
}
table th a,
table td a,
div.contentsDetail a{
	color: #2f8709;
	text-decoration: underline;
}
/*=======================
	Header
	+ Global Navigation
	+ topicPathBox
	+ headerNews
  =======================*/
div#header{
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	z-index: 100;
	background: none;
}
div.newsBox,div.globalNavi,div.topicPathBox{
	position: relative;
	width: 100%;
}
/*globalNavi*/
div.globalNavi{
	position: relative;
	height: 41px;
	padding: 0;
	background: #ffffff;
	margin: 0 auto;
	width: 1280px;
	border-bottom: none;
	background-color: #2f8709;
}
/* system title */
h1 {
	width: 206px;
	padding: 0;
	height: 41px;
	text-align: left;
	background-color:#FFFFFF;
	border-right: dotted 1px #c9eeb9;
}
h1 span{
	background: url(../public_images/common/imgH1.png) no-repeat 8px 7px;
}
h1 img{
	margin:7px 0 0 8px ;
}

.globalNavi ul li a:hover{
	color: #c9eeb9;
}
div.globalNavi a,
div.globalNavi span{
	display: block;
	padding: 12px 0 0 0;
	color:#FFF;
	text-decoration: none;
	width: 100%;
	height: 29px;
}
div.globalNavi span{
	cursor: default;
}
/* ul.naviBtn -----------------------グロナビ左 */
div.globalNavi ul.naviBtn{
	list-style: none;
	position: absolute;
	top: 0;
	left: 204px;
	border-right: none;
}
div.globalNavi ul.naviBtn li{
	display: inline-block;
	width: 119px;
	height: 41px;
	text-align: center;
	top:0;
	font-size: 14px;
	float: left;
}
.naviBtn li a,
.naviBtn li span {
	border-right: dotted 1px #c9eeb9;
	border-left: none;
}
div.globalNavi ul.naviBtn li a:before,
div.globalNavi ul.naviBtn li span:before {
	content:none;
}
div.globalNavi ul.naviBtn li.on a,
div.globalNavi ul.naviBtn li.on span{
	background: #3eb02c;
	color: #ffffff;
	border-right: dotted 1px #c9eeb9;
	border-left: dotted 1px #c9eeb9;
}
div.globalNavi ul.naviBtn li#top a,
div.globalNavi ul.naviBtn li#top span{
	background: url(../public_images/common/iconHome.png) no-repeat 19px 15px;
	width:94px;
	letter-spacing: 3px;
	padding: 12px 0 0 10px;
}
div.globalNavi ul.naviBtn li.on#top a,
div.globalNavi ul.naviBtn li.on#top span{
	background: url(../public_images/common/iconHome_on.png) no-repeat 19px 15px #3eb02c;
}
/* ul.naviLink -----------------------グロナビ右 */
div.globalNavi ul.naviLink{
	position: absolute;
	top: 0;
	right: 0;
}
div.globalNavi ul.naviLink li{
	display: inline-block;
	width: auto;
	height: 41px;
	text-align: center;
	top:0;
	font-size: 12px;
	float: left;
	margin-right: 20px;
	padding-left: 20px;
}
div.globalNavi ul.naviLink li#landslide{
	background: url(../public_images/common/iconSabo.png) no-repeat 0px 12px;
}
div.globalNavi ul.naviLink li#dictionary{
	background: url(../public_images/common/iconDictionary.png) no-repeat 0 10px;
}
div.globalNavi ul.naviLink li#cautionMenu{
	background: url(../public_images/common/iconHins.png) no-repeat 0px 10px;
}
div.globalNavi ul.naviLink li#help{
	background: url(../public_images/common/iconHelp.png) no-repeat 0px 10px;
	margin-right: 30px;
	padding-left: 0px;
	width: 20px;
}
div.globalNavi ul.naviLink li#help:hover{
	background: url(../public_images/common/iconHelp_on.png) no-repeat 0px 10px;
}
/* div.topicPathBox -----------------------パンくず */
div.topicPathBox{
	background: #dbe1e6;
	border-top: 1px solid #c0cbcf;
	border-bottom: 3px solid #2F8709;
}
div.topicPathBox ul.topicPath{
	list-style: none;
	margin: 0 auto;
	padding: 0 0 0 21px;
	height: 20px;
	width: 1260px;
}
div.topicPathBox ul.topicPath li{
	display: inline-block;
	font-size: 12px;
	margin: -3px 0 0;
}
div.topicPathBox ul.topicPath li:before{
	content: "＞";
	padding: 0 5px;
}
div.topicPathBox ul.topicPath li:first-child:before{
	content: none;
}
div.topicPathBox ul.topicPath li#toplist{
	background: url(../public_images/common/iconHomeS.png) no-repeat 0 3px;
	padding: 0 0 0 16px;
}
/* div.headerNews -----------------------緊急新着情報 */
div.headerNews{
	height: 30px;
	font-size: 12px;
	margin: 0 auto;
	width: 1280px;
	padding-top: 2px;
	box-shadow:none;
}
p.newsLogo{
	height: 22px;
	letter-spacing: 2px;
	line-height:1.8em;
}
p.newsLogo_no{
	height: 22px;
	letter-spacing: 2px;
	line-height:1.8em;
}
/*=======================
	main
	+ asideMenu
  =======================*/
#main{
	width: 1280px;
	margin: 0 auto;
	background: none;
	height:auto;
	position: relative;
	margin-bottom: 1px;
	min-height: 879px;
}
/* ----------------------Clickable Map */
.citySelect-map{
	margin-top:15px;
	height: 167px;
}
/*=======================
	main
	+ contents
		+ dataMenuBox
		+ dataBox
  =======================*/
.contents{
	padding-top: 10px;
	padding-left: 10px;
	height: 100%;
}

.dataBox a{
	color: #2f8709;
}
/* 局名タイトル */
.dataBox h4{
	background-image: url(../public_images/common/marker.png);
}
/* div.dataMenuBox ---------------------*/
/* Base */
div.dataMenuBox{
	height: 33px;
	border-bottom-color:#2f8709;
}
/* データ種選択メニュー  */
ul.dataSelect{
	top: 9px;
}
.dataSelect li a,
.dataSelect li span{
	height: 23px;
	line-height:25px;
	color: #2f8709;
	background: #c9eeb9;
	border-top-color:#D8FFC7;
}
	.dataSelect li a:hover{
		background: #d9ede0;
		border-top-color:#d9ede0;
	}
/* first tab */
.dataSelect li:first-child{
	background: url(../public_images/menu/dataMenu_tabL.png) no-repeat left top;
}
.dataSelect li:first-child a{
	background: #c9eeb9;
}
.dataSelect li:first-child:hover{
	background: url(../public_images/menu/dataMenu_tabL_hover.png) no-repeat left top;
}
.dataSelect li:first-child a:hover{
	background: #d9ede0;
}
/* last tab */
.dataSelect li.lastTab{
	background: url(../public_images/menu/dataMenu_tabR.png) no-repeat right top;
}
.dataSelect li.lastTab a,
.dataSelect li.lastTab span{
	background: #c9eeb9;
}
.dataSelect li.lastTab:hover{
	background: url(../public_images/menu/dataMenu_tabR_hover.png) no-repeat right top;
}
.dataSelect li.lastTab a:hover{
	background: #d9ede0;
}

/* selected tab */
.dataSelect li.is-selected{
	background: #2f8709;
}
.dataSelect li.is-selected a,
.dataSelect li.is-selected span{
	background: #2f8709;
	border-top-color: #3eb02c;
}
.dataSelect li.is-selected a:hover{
	background: #2f8709;
}
/* selected first tab */
.dataSelect li.is-selected:first-child,
.dataSelect li.is-selected:first-child:hover{
	background: url(../public_images/menu/dataMenu_tabL_on.png) no-repeat left top;
}
.dataSelect li.is-selected:first-child a,
.dataSelect li.is-selected:first-child:hover > a,
.dataSelect li.is-selected:first-child span{
	background: #2f8709;
}
/* selected last tab */
.dataSelect li.lastTab.is-selected,
.dataSelect li.lastTab.is-selected:hover{
	background: url(../public_images/menu/dataMenu_tabR_on.png) no-repeat right top;
}
.dataSelect li.lastTab.is-selected a,
.dataSelect li.lastTab.is-selected:hover > a,
.dataSelect li.lastTab.is-selected:span{
	background: #2f8709;
}

/* -------------------画面選択メニュー */
.dispSelect li{
	border-right-color:#BDBEBF;
}
	.dispSelect li:first-child{
		border-left-color:#BDBEBF;
	}
.dispSelect li a,
.dispSelect li span{
	color: #2f8709;
}
.dispSelect li.is-selected a,
.dispSelect li.is-selected span{
	background: #d9ede0;
	color: #2a5318;
}
/* データメニュー影 */
.tabMenuBorder{
	border-top-color:#DAD9D9;
}
/* div.dataBox ---------------------*/
.dataHeaderBox,
.dataBox{
	width:100%;
	margin-left: 0;
}
.dataBox{
	margin-top: 10px;
}
/*スピナー*/
.dataBox #spinnerBox{
	position: absolute;
	top:-80px;
	left:0;
	background-color: rgba( 255, 255, 255, 0.25 );
	width: 100%;
	height: 100%;
	z-index: 255;
}
.dataBox #spinnerBox img{
	position: relative;
	top:50%;
	left:50%;
	margin: -16px 0 0 -16px;
}
/* ------------------------画面タイトル */
h2{
	height:28px;
	line-height: 30px;
	background: url(../public_images/common/iconH2.png) no-repeat left center;
}
/* -------------------ページ送り戻し・局選択 */
.pagerBox{
	top: 6px;
}
.pagerBox span.pages{
	border-color: #DAD9D9;
}
/* 局選択 */
div.pointSelectBtn,
div.pointSelectBtn a{
	color: #2a5318;
}
/*局選択モーダルの選択ボタン*/
#pointSelectPopup button.pointSelect{
	color: #2a5318;
}
/* 前ページ */
button.prevPage{
	color: #2a5318;
	background: url(../public_images/button/prevPage.png) no-repeat;
}
button.prevPage:hover{
	background: url(../public_images/button/prevPage_hover.png) no-repeat;
}
button.prevPage.is-disabled{
	cursor: default;
	background: url(../images/button/prevPage_disabled.png) no-repeat;
}

/* 次ページ */
button.nextPage{
	color: #2a5318;
	background: url(../public_images/button/nextPage.png) no-repeat;
}
button.nextPage:hover{
	background: url(../public_images/button/nextPage_hover.png) no-repeat;
}
button.nextPage.is-disabled{
	cursor: default;
	background: url(../images/button/nextPage_disabled.png) no-repeat;
}
/* ------------------------
	時刻操作部
 ------------------------- */
.timeBox{
	border-color: #DAD9D9;
}
.timeBox ul{
	border-left-color:#DAD9D9;
}
/* 時刻送り戻し */
.timeChange button{
	color: #2f8709;
	background-image: url(../public_images/button/timeBtn_public.png);
}
.timeChange button:HOVER{
	color:#3eb02c;
}
/* 時間幅切替 */
.timeMode button{
	color: #2f8709;
	background-image: url(../public_images/button/timeMode.png);
}
.timeMode button:HOVER{
	color:#3eb02c;
}
/* ============================
	スライダー
   ============================*/
/* スライダーボタン */
.timeSlider button{
	color: #2f8709;
	background: url(../public_images/button/timeSlider.png) no-repeat 0% 0%;
}
/* ============================
	共通部品
   ============================*/
/* Horizontal Rule */
hr{
	border-top-color: #DAD9D9;
}
/*----------------------- ボタン汎用 */
.funcBtn{
	color: #2a5318 !important;
}
/*----------------------- チェックボックス */
/* default */
input[type='checkbox']{
	/*on時の画像読み込みが遅いと非表示になるので、先読み目的で見えないところに設定しておく*/
	background-image: url(../public_images/common/chkBox_on.png);
	background-position: -20px -20px;
	background-repeat: no-repeat;
}
label.disp-checkbox{
	background-image: url(../public_images/common/chkBox_off.png);
}
/* checked */
label.is-checkboxOn{
	background-image: url(../public_images/common/chkBox_on.png);
}
/*=======================
	凡例
  =======================*/
.explainBox{
	font-size:12px;
	line-height: 1.4em;
	border-color: #90A296;
	margin-bottom:5px;
}
.explainBox hr{
	border-color-bottom: #90A296;
}
.explainBox h6{
	height: auto;
	line-height:1.5em;
}
/* ---------------------- 色凡例 */
dl.colorLegend dt span{
	height: 13px;
}
dl.colorLegend dd{
	line-height: 1.6em;
}
/* ----------------------説明と例 */
.example p span{
	height: 1.4em;
}
/* ------------------データ表現凡例*/
dl.dispLegend dt{
	width:45px;
}
dl.dispLegend dd{
	color: #2a5318;
}
/* ---------------- 位置:下部個別 */
/* 区切り線 */
.explainBox .borderR{
	border-right-color: #90A296;
}

/*=======================
	ポップアップモーダル
  =======================*/
/* --------------- 見出し */
.white-popup h4,.popupHeader h4{
	border-left-color: #3eb02c;
}
/* popup 閉じるボタン */
.popupFooter .mfp-close{
	color: #2a5318;
}
/*=======================
	エラー画面
  =======================*/
div.errContents a{
	color: #2f8709;
	background: url("../public_images/common/linkMarker.png") no-repeat 0 center;
}
/*=======================
	footer
  =======================*/
div.footer{
	width: 1280px;
	margin: 0 auto;
	position: relative;
	border-top: 2px solid #2F8709;
	background: #ffffff;
}

div.footer ul.menu{
	list-style: none;
	height: 13px;
	margin: 10px auto;
	width: 860px;
	border-right: solid 1px #BDBEBF;
}

div.footer ul.menu li{
	float: left;
	color: #2a5318;
	padding: 0 16px;
	border-left: solid 1px #BDBEBF;
	text-align: center;
	font-size: 12px;
	line-height: 13px;
}

div.footer div.addressBox{
	clear: left;
	color: #3a5059;
	background: #ffffff;
	height: 40px;
	padding: 25px 0 0 30px;
	border-top: 1px solid #DAD9D9;
}

div.footer div.addressBox div.addressContents{
	width: 600px;
	margin: 0 auto;
}

div.addressBox p.officeName{
	vertical-align: middle;
	width: 180px;
	font-size: 14px;
	font-weight: 600;
	float: left;
	height: 31px;
	letter-spacing: 0.1em;
	line-height: 34px;
}

div.addressBox div.address{
	margin: -5px 0 0 185px;
	line-height: 14px;
	height: 31px;
	padding: 0 0 0 20px;
	border-left: solid 1px #BDBEBF;
}

div.addressBox div.address p{
	font-size: 12px;
	margin: 0 0 4px 0;
}
/*=======================
	水位グラフ_避難勧告対象市町(2015.06.23小原)
  =======================*/
/* 避難勧告対象市町 */
p.announce{
	margin: 5px 0;
	color: black;
	font-size: 15px;
}
/*=======================
	リンク画面共通_公開用(2015.06.15小原)
  =======================*/
 .linkBoxArea{
	position: relative;
	display: inline-block;
}

.linkBox{
	display: inline-block;
	padding-right: 20px;
}

.linkImgBox{
	position: relative;
	height: 400px;
	width: 300px;
	border: 1px solid #a4b9cb;
	padding: 10px;
	font-size: 13px;
}
.linkImgBox img{
	height: 230px;
	width: 280px;
	border: 1px solid #a4b9cb;
}

/*=======================
	[01] 水位色定義（公開用）
  =======================*/
td.dtBgStageLv4,					/* 水位) Lv4 氾濫危険 */
.colorLbl.ex-dtBgStageLv4:before,	/* 水位) Lv4 氾濫危険 table header 凡例 */
.explainBox span.ex-dtBgStageLv4,	/* 水位) Lv4 氾濫危険 凡例 */
td.overRate div.dtBgStageLv4
{
	background: #aa00aa;
	color: #fff;
}

td.dtBgStageLv3,					/* 水位) Lv3 避難判断  */
.colorLbl.ex-dtBgStageLv3:before,
.explainBox span.ex-dtBgStageLv3,
td.overRate div.dtBgStageLv3
{
	background: #ff2800;
	color: #fff;
}

td.dtBgStageLv2,					/* 水位) Lv2 氾濫注意 */
.colorLbl.ex-dtBgStageLv2:before,
.explainBox span.ex-dtBgStageLv2,
td.overRate div.dtBgStageLv2
{
	background: #f2e700;
	color: #000;
}