@charset "UTF-8";
/**
 * 【公開WEB】
 * 石川県河川情報
 * テーブル用 CSS
 *
 */
/* -----------------------汎用 */
.list{
	margin-bottom: 10px;
}
/*.list th,*/
.list td {
	height: auto;
	line-height: 1.6em;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* -------------------- 現況表:右に凡例 */
.currentTbl{
	width:730px ;
	margin-bottom: 10px;
}
/*.currentTbl th,*/
.currentTbl td{
	height: auto;
	line-height: 1.7em;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* ------------------ 時系列表:下に凡例 */
/*.timelineTbl th,*/
.timelineTbl td{
	height: auto;
	line-height: 1.6em;
/*	padding-top: 2px;
	padding-bottom: 2px;*/
}
.timelineTbl thead tr.highCol th,
.timelineTbl thead tr.highCol td {
	padding:5px 0;
}
/*----------------------- ダム諸元表 */
.damItemTbl tbody th{
	border-right: none;
}
.damItemTbl td {
	border-left: none;
}
/* ------------------
	 表凡例
--------------------*/
/*.explainBox dl dt,
.explainBox dl dd{*/
.explainBox{
	font-size:11px;
	line-height: 1.7em;
}
/* .explainBox h6{
	height: auto;
	line-height:1.5em;
} */
/* ---------------- 位置:下部 */
.explainBox.bottomB{
	margin-bottom: 10px;
}
/* ---------------------- 色凡例 */
/* dl.colorLegend dt span{ */
/* 	height: 14px; */
/* /*	margin-top:3px;*/ */
/* } */

/*-- Change by TuyenLA 12月20日 p-1202 --*/
dl.colorLegend dd{
	text-indent:5px;
	/* min-width:90px; */
	min-width:75px;
}
/*-- Change by TuyenLA 12月20日 p-1202 --*/
/* ----------------------説明と例 */
.example{
	width: 110px;
}
/*-- Change by TuyenLA 12月20日 p-1202 --*/
.exampleR{
	width: 250px;
}
/*-- Change by TuyenLA 12月20日 p-1202 --*/
.example p span{
	height: 1.4em;
}
/*-- Change by TuyenLA 12月20日 p-1202 --*/
/* ------------------データ表現凡例*/
dl.dispLegend dt{
	width:25px;
	margin-right: 5px;
	margin-left: 5px;
}
dl.dispLegend dd{
	/* min-width:100px; */
	min-width:70px;
}
/*-- Change by TuyenLA 12月20日 p-1202 --*/
/* ---------------- 位置:水位グラフ個別 */
.explainBox.bottomB.waterP{
	margin: 15px 0 0 0;/*-- Change by NghiaNV1 2016.12.29 p-1204 --*/
}

.timelineTbl.p1203 td {
	line-height: 16px;
	height: 16px;
}
