@charset "UTF-8";
/**
 * 【公開WEB】
 * 広島県河川情報
 * 気象注警報一覧 CSS
 *
 * 更新履歴
 * [01] 2020.09.08	M.Obara	警戒レベル配色変更対応：
 *                          【気象】現時点でイントラ＝旧配色、公開系＝新配色のため、色定義を共通weather.cssから分離

 *
 */

.weather tbody th.areaName{
	background-color: #d9ede0;
}
/* --------------- 気象注警報->発表文 */
/* 発表日時 */
#weatherPopup h5{
	border-left-color:#c9eeb9;
}
#weatherPopup .scrollBox p{
	margin-left:20px;
	font-size: 13px;
	line-height: 1.5em;
}


/***************************************
  [01]気象配色を公開のみ新配色にする
*****************************************/
/* 大項目 */
th.emergCtg{
	background-color: #0c000c;
	color:#fff;
	letter-spacing:2px;
}
th.alertCtg{
	background-color: #ff2800;
	color:#fff;
	letter-spacing:2px;
}
th.warningCtg{
	background-color: #f2e700;
	letter-spacing:2px;
}
/* 種別 */
th.dosyaHeader{
	line-height: 1.1em;
	background-color: #fa9f00;
}
th.emergHeader{
	line-height: 1.3em;
	background-color: #afafaf ;
}
th.alertHeader{
	line-height: 1.3em;
	background-color: #fac1c1;
}
th.warningHeader{
	line-height: 1.3em;
	background-color: #ffffb2;

}

/* 土砂災害警戒 */
.bgDosya{
	background-color:#ffebca;
}
/* 特別警報 */
.bgEmerg{
	background-color:#dddcdd;
}
/* 警報 */
.bgAlert{
	background-color:#fed1d0;
}
/* 注意報 */
.bgWarning{
	background-color:#ffffd8;
}
