@charset "UTF-8";
/**
 * 【神奈川県河川】テーブル用CSS
 * ------
 * 更新履歴
 * [00] 新規作成
 * [01] 2019.03.10 K.Fujimaki 1画面1局用の局選択モーダルに追加する他の時刻モードの局選択表示用cssを追加
 */

table{
	width:100%;
	background:#FFF;
/* 	border: 1px solid #6D7D88; */
}
table th,
table td{
	box-sizing: border-box;
	border: 1px solid #6D7D88;
	line-height: 13px;
	padding: 3px 2px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {/*Chrome用*/
	table th,
	table td{
		box-sizing: content-box;
	}
}
table th{
	background-color: #D7E9F9;
	color:#0C3353;
	text-align:center;
}
table td{
	text-align: left;
}
.odd{
	background: #fff;
}
.even{
	background: #F2F2F2;
}
span.arrowCol{
	display:inline-block;
	width: 16px;
}
/* 左寄せ */
.alignColL{
	text-align: left !important;
}
/* センタリング */
.alignColC{
	text-align: center !important;
}
/* 右寄せ */
.alignColR{
	text-align: right !important;
}
/*=========================
	現況表
	+ 右に凡例レイアウト +
  =========================*/
.currentTbl th{
	padding-top:7px;
	padding-bottom: 7px;
}
/* 基本的に現況はデータ数値につき右寄せ */
.currentTbl td {
	padding-top:7px;
	padding-bottom: 7px;
	text-align: right;
}
/* 水位定数の色ラベル */
.currentTbl span.colorLbl{
	margin-left: 10px;
}
.currentTbl span.colorLbl:before{
	margin-left: -10px;
	margin-right: 3px;
	margin-top:-2px;
}
/*=========================
	時系列表
  =========================*/
/*時系列表は6行おきに線を引く*/
.timelineTbl td {
	border-top: none;
	border-bottom: none;
	padding: 1px 2px;
}
.timelineTbl tbody tr:nth-child(6n) {
	border-bottom:solid 1px #6D7D88;
}
/* 基本はデータなので右寄せ */
.timelineTbl tbody td {
	text-align: right;
	padding: 2px 2px 1px 2px;
}
/* 時刻欄 */
.timelineTbl tbody tr td:first-child {
	background-color: #D7E9F9;
	padding-right: 5px;
}
/* 水位定数欄 */
.timelineTbl.stage thead td {
	text-align: center;
}
/* 水位定数の色ラベル */
.timelineTbl.stage span.colorLbl{
	box-sizing: border-box;
	width: 100%;
	padding-left: 15px;
	position: relative;
}
.timelineTbl.stage span.colorLbl:BEFORE{
	position: absolute;
	top:0;
	left: 2px;
}
/*=========================
		凡例BOX
  =========================*/
.explainBox{
	font-size:11px;
	line-height:16px;
	min-height:30px;
	height:auto;
	background-color: #fff;
	position: relative;
	border: 1px solid #6D7D88;
}
/*一覧表と線が重ならないように1pxずらす*/
.currentTbl + .explainBox,
.timelineTbl + .explainBox{
	margin-top: -1px;
}
/* ---------------------- title */
.explainBox h6{
	width: 20px;
	font-size: 13px;
	height:100%;
	text-align:center;
	background-color: #356DB1;
	color:#fff;
	position: absolute;
	top:0;
	left: 0;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	line-height/*\**/: 26px\9;/*IE*/
}
/* ---------------------- 区切り線 */
.explainBox hr{
	border-bottom: 1px solid #6D7D88;
	border-top-width: 0;
}
/* ---------------------- 凡例共通 */
.explainBox dl{
	margin: 0px 10px 0px 20px;
}
.explainBox dt,
.explainBox dd{
	height: 16px;
	line-height:18px;
	float: left;
	padding-top: 1px;
}
.explainBox span.br{
	float: none;
	display: block;
}
/* 項目名 */
.explainBox .ex-label{
	min-width: 65px;
	text-align:right;
	margin-right: 5px;
}
.explainBox .ex-label:AFTER{
	content: "：";
}
/* ---------------------- 色凡例 */
dl.colorLegend dt span{
	width: 6px;
	height: 12px;
	display: inline-block;
	margin-top:2px;
	margin-right: 3px;
}
dl.colorLegend dd:not(.ex-label){
	padding-right:15px;
}
/* ------------------データ表現凡例*/
dl.dispLegend dt{
	width:45px;
	text-align: center;
	/*margin-right: 3px;*/
}
dl.dispLegend dd{
	/*min-width:100px;*/
	color: #365b81;
	margin-right: 15px;
}
/* ----------------------説明と例 */
/*値が超越した場合、背景色が変わります*/
.example{
	margin: 5px 10px;
}
/* ---------------- 位置:右サイド個別 */
.explainBox.sideR{
	width: 160px;
	position:absolute;
	top:0;
	right:0;
	margin-top: 0;
}
.explainBox.sideR h6{
	width: 100%;
	height:auto;
	position:relative;
	writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	-moz-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
}
.explainBox.sideR  dl{
	margin: 0 5px;
}
.explainBox.sideR dd{
	float: none;
}
.explainBox.sideR .ex-label{
	text-align:left;
	margin-top: 5px;
}
/*=========================
	局選択モーダル 表
  =========================*/
.pointSelectTbl{
	margin: 0 auto;
	border: 1px solid #bdbebf;
	width: 670px;
}
.pointSelectTbl th{
	text-align: left;
	border-top: 1px solid #bdbebf;
	border-bottom: 1px solid #bdbebf;
	line-height: 2.5em;
	text-indent: 25px;
	letter-spacing: 0.2em;
	color: #fff;
	background: #006cb1 url(../images/common/mark_openArrow_on.png) no-repeat 10px center;
	cursor: default;
}
.pointSelectTbl td{
	height:22px;
	text-align: center;
	border: 1px solid #bdbebf;
	position: relative;
	padding: 5px 0px;
	width: 110px;
}
.pointSelectTbl td a:not(.funcBtn){
	margin: 0 4px;
	line-height:22px;
	display: block;
}
.pointSelectTbl td span.is-selected{
	background-color:#d9e7ed;
	color: #005c82;
	display: block;
	line-height:22px;
	margin: 0 4px;
}
.pointSelectTbl div.pointList{
	width: 575px;
	margin: 5px 0px 5px 80px;
	text-align: left;
}
.pointSelectTbl div.pointList span{
	display: inline-block;
	line-height: 20px;
}
.pointSelectTbl div.pointList span:before{
	content: "、";
}
.pointSelectTbl div.pointList span:first-child:before{
	content: "";
}
/* 複数局の場合の選択中表示 */
.pointSelectTbl span.is-selectedBtn{
	background-color:#3a98cc;
	border: 2px solid #3a98cc;
	border-radius: 5px;
	width: 61px;
	height: 20px;
	display: block;
	text-align: center;
	cursor: default;
	color: #FFFFFF;
	line-height: 22px;
	position: absolute;
	top:50%;
	left:5px;
	margin-top: -12px;
}
/* [01]別の時刻モードの局一覧の追加表示用見出し*/
.addPointSelect{
	margin: 0 auto;
	width: 670px;
	margin-top:20px;
	margin-bottom: 5px;
}