@charset "UTF-8";
/**
 * 石川県河川情報
 * テーブル用 CSS
 *
 */
/*=========================
	表
  =========================*/
/* ----------------観測所一覧*/
table.obsPointList{
	width: 100%;
}
.obsPointList th{
	line-height: 1.4em;
	padding:2px 0;
}
.obsPointList td{
	height: 23px;
}
.obsPointList td span{
	margin-left:8px;
	line-height:1.4em;
}
.obsPointList td.alignColC span{
	margin-left: 0;
}
.obsPointList tr.dataNameCol th{
	border-bottom:none;
	line-height:1.2em;
}
.obsPointList tr.unitCol th{
	border-top:none;
	line-height:1.0em;
}

/*=========================
	現況表(一覧表)
	+ 基本左寄せ +
  =========================*/
.currentTbl{
	width:100%;
}
.currentTbl th{
	line-height: 1.2em;
	padding:2px 0;
}
.currentTbl td {
	height: 26px;
	padding-left: 5px;
}
/* 局名link */
.currentTbl td a{
/*	float: left;
	margin-left:10px;*/
}

/*=========================
	時系列表
	+ 基本右寄せ +
  =========================*/
.timelineTbl{
	width:100%;
}
/* ヘッダー */
.timelineTbl thead th {
	line-height: 1.2em;
	padding:1px 0;
}
/* ヘッダーちょっと広い */
.timelineTbl thead tr.highCol th,
.timelineTbl thead tr.highCol td {
	line-height: 1.2em;
	padding:3px 0;
}

/* データ */
.timelineTbl td {
	height: 16px;
	text-align: right;
	padding-right: 5px;
}

/* 月/日 時:分 */
.timelineTbl tr td:first-child {
	padding-right:12px;
}

/*---------------------- 水位時系列表 */
/* 水位定数ヘッダ */
.timelineTbl thead tr.odd th,
.timelineTbl thead tr.even th{
	background: transparent;
}
/* 水位定数データ */
.timelineTbl thead td {
	text-align: center;
}
.timelineTbl.stage td{
	padding-right: 0px;
}
.timelineTbl.stage td.extCol {
	padding-right: 3px;
}
/*=========================
	局諸元表 ：グラフ画面用
  =========================*/
table.obsInfoTbl{
	width:auto;
	margin-top:5px;
}
.obsInfoTbl th,
.obsInfoTbl td{
	line-height: 1.2em;
	padding:2px 0;
}
.obsInfoTbl td span{
	margin-left:10px;
}
.obsInfoTbl span.unit{
	display: block;
	margin-left:5px;
	width:35px;
	text-align: left;
	float:right;
}
/*------------------ ダム諸元表*/
.obsInfoTbl.dam{
	width: 900px;
	margin-bottom:10px;
}

/*=========================
	予測表のシマシマ
  =========================*/
.odd-forecast {
	background:#eeffff;
}
.even-forecast {
	background:#cff3ee;
}

/*=========================
	局選択モーダル 表
  =========================*/
.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: #1c486f;
	background: #dedfe0 url(../images/menu/asideArrow.png) no-repeat 10px center;
	cursor: pointer;
}
.pointSelectTbl th.is-selected{
	color: #fff;
	background: #006cb1 url(../images/common/iconArrow_down_on.png) no-repeat 10px center;
}
.pointSelectTbl td{
	height:22px;
	text-align: center;
	border: 1px solid #bdbebf;
	position: relative;
	padding: 5px 0px;
	width: 110px;
	cursor: default;
}
.pointSelectTbl td a{
	text-decoration: underline;
	cursor: pointer;
	color: #1f4d77;
}
.pointSelectTbl td span.is-selected{
	background-color:#d9e7ed;
	color: #005c82;
	display: block;
	line-height:22px;
	margin: 0 4px;
}
.pointSelectTbl tr td{
	display: none;
}
.pointSelectTbl div.pointList{
	width: 575px;
	margin: 5px 0px 5px 85px;
	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: 70px;
	height: 20px;
	display: block;
	text-align: center;
	cursor: default;
	color: #FFFFFF;
	line-height: 22px;
	position: absolute;
	top:50%;
	left:5px;
	margin-top: -12px;
}
/*=========================
	共通 Option
  =========================*/
/* 左寄せ */
td.alignColL{
	text-align: left;
	padding:0;
}
td.alignColL span{
	margin-left:10px;
}

/* センタリング */
td.alignColC{
	text-align: center;
	padding:0;
}
td.alignColC span{
	margin-left:0;
}

/* 右寄せ */
td.alignColR{
	text-align: right;
	padding-right: 5px;
}

/* 右サイド補助項目あり (水位上昇下降 など)*/
tbody td.extCol {
	border-left: none;
	border-left-width: 0;
	padding-right: 2px;
}

