@charset "UTF-8";
/**
 * 【公開WEB】
 * 広島県河川情報
 * テーブル用 CSS
 *
 */
/* -------------------- 現況表 */
.currentTbl,
.currentTbl th,
.currentTbl td{
	border-color: #90A296;
}
.currentTbl td{
	height: 28px;
	line-height: 1.6em;
}
/* ------------------ 時系列表 */
.timelineTbl,
.timelineTbl th,
.timelineTbl td{
	border-color: #90A296;
}
.timelineTbl td{
	height: auto;
	line-height: 1.6em;
}
.timelineTbl thead tr.highCol th,
.timelineTbl thead tr.highCol td {
	padding:5px 0;
}
/*----------------------- 諸元表 */
table.obsInfoTbl{
	margin-bottom:30px;
}
.obsInfoTbl,
.obsInfoTbl th,
.obsInfoTbl td{
	border-color: #90A296;
}
.obsInfoTbl td{
	line-height: 1.6em;
}
/*=========================
	局選択モーダル 表
  =========================*/
.pointSelectTbl th{
	color: #2a5318;
}
.pointSelectTbl th.is-selected{
	background: #2f8709 url(../public_images/common/iconArrow_down_on.png) no-repeat 10px center;
}
.pointSelectTbl td a{
	color: #2f8709;
}
.pointSelectTbl td span.is-selected{
	background-color:#d9ede0;
	color: #2a5318;
}
/* 複数局の場合の選択中表示 */
.pointSelectTbl span.is-selectedBtn{
	background-color:#3eb02c;
	border-color: #3eb02c;
}
