@charset "UTF-8";
/**
 * 【神奈川県河川】テーブル用CSS-公開上書き用
 * ------
 * 更新履歴
 * [00] 2019.03.03 sawa　新規作成
 */
/*=========================
	 グラフ右サイド  時系列表
 =========================*/
/*表タイトル*/
.timelineTbl.graph caption{
	letter-spacing: 0;	/**/
}
/*長くなる見出し文字に対応*/
table.timelineTbl.graph th.wordBreak{
	word-break:break-all;
}
/*=========================
		凡例
  =========================*/
.explainBox h6{
	font-size: 11px;	/**/
}
/* ---------------------- 凡例共通 */
.explainBox dd{
	padding: 2px 0 1px;
	line-height:14px;
	min-width:90px;
}
/* データ項目名 */
.explainBox .ex-label{
	min-width:70px;/*65*/
	width:85px;
	height:auto;
}
/* ---------------------- 色凡例 */
dl.colorLegend dd:not(.ex-label){
	padding-right:8px;/*15*/
	max-width:160px;
}
/* ------------------データ表現凡例*/
dl.dispLegend dt{
	width:auto;
	min-width:45px;
}
dl.dispLegend dd{
	margin-right: 5px;/**/
}
/* ------------------グラフ下の凡例*/
.graphArea .explainBox:not(.graph-sideList){
	margin-top:25px;
}

