@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;*/
}
dl.colorLegend dd{
	text-indent:5px;
	min-width:90px;
}
/* ----------------------説明と例 */
.example{
	width: 110px;
}
.example p span{
	height: 1.4em;
}
/* ------------------データ表現凡例*/
dl.dispLegend dt{
	width:45px;
	margin-right: 5px;
	margin-left: 5px;
}
dl.dispLegend dd{
	min-width:100px;
}
/* ---------------- 位置:水位グラフ個別 */
.explainBox.bottomB.waterP{
	margin: 78px 0 0 0;
}