@charset "UTF-8";
/**
 * 【公開WEB】
 * 広島県河川情報
 * グラフ CSS
 *
 * 更新履歴
 * [01] 2020.09.08	M.Obara	警戒レベル配色変更対応：
 *                          【水位】現時点でイントラ＝旧配色、公開系＝新配色のため、水位色定義を共通graph.cssから分離

 */
/*=======================
	グラフ
  =======================*/
.graphBoxL{
	min-height:560px;
}
/* グラフ局名 */
ul.graph li h4, h4{
	background: url(../public_images/common/marker.png) no-repeat 0 5px;
}
/* 局諸元表位置 */
ul.graph li table{
	margin-bottom:30px;	/*表が縦に長いから稼ぐ*/
	margin-top:10px;
}
dl.graphLegend{
	font-size:12px;
}
/*dl.graphLegend dd{
	min-width:100px;
}*/
.graphBoxR h3{
	border-left-color: #3eb02c;
	border-bottom-color:#2f8709;
}
/* ダム貯水率グラフ凡例 */
.graph-item-box dl.graphLegend.damG dt span{
	margin-top:7px;	/*border*/
}
.graph-item-box dl.graphLegend.rainM dt span{
	margin-top:3px;	/*block*/
}

/* 住民向けPDF*/
.explanation_2{
	float:right;
	margin-top: -20px;
}
.pdf_link a{
	font-size: 15px;

}
.pdf_link{
	text-align: center;
}

.explanation_1{
	margin-left: 150px;
	margin-top: -20px;
	margin-bottom: 20px;
}

/* 春日池_個別グラフ凡例 */
dl.graphLegend span.ex-kasugaAlmLv1{
	margin-left: 3px;
}
dl.graphLegend span.ex-kasugaAlmLv2{
	margin-left: 8px;
}
dl.graphLegend span.ex-kasugaAlmLv3{
	margin-left: 9px;
}

/*=======================
	[01]水位グラフ_定数凡例（公開のみ）
  =======================*/
/* 定数:はん濫危険 */
span.ex-grp-stageLv4{
	background: url(../images/icon/ex_dotted_pur.png) no-repeat;
}
/* 定数:避難判断 */
span.ex-grp-stageLv3{
	background: url(../images/icon/ex_dotted_red.png) no-repeat;
}
/* 定数:はん濫注意 */
span.ex-grp-stageLv2{
	background: url(../images/icon/ex_dotted_yel.png) no-repeat;
}
/* 定数:水防団待機 */
span.ex-grp-stageLv1{
	background: url(../images/icon/ex_dotted_sbl.png) no-repeat;
}
