@charset "UTF-8";
/**
 * 石川県河川情報
 * 気象注警報一覧 CSS
 *
 */
/* 発表時刻 */
.issueBox{
	position: absolute;
	top: 5px;
	right: 0px;
	height:20px;
	font-size: 13px;
}
.issueBox a{
	margin-left:30px;
}



/*-------------------table header */
thead th.adjMoji,thead th.ctg{
	line-height: 1.3em;
}

/* 大項目 */
th.emergCtg{
	background-color: #8131ac;
	color:#fff;
	letter-spacing:2px;
}
th.alertCtg{
	background-color: #e91e00;
	color:#fff;
	letter-spacing:2px;
}
th.warningCtg{
	background-color: #ffd200;
	letter-spacing:2px;
}
/* 種別 */
th.dosyaHeader{
	line-height: 1.1em;
	background-color: #fa9f00;
}
th.emergHeader{
	line-height: 1.3em;
	background-color: #d1d0ff ;
}
th.alertHeader{
	line-height: 1.3em;
	background-color: #fac1c1;
}
th.warningHeader{
	line-height: 1.3em;
	background-color: #ffffb2;

}
/*------------------- td */
.weather tbody td{
	height:20px;
	text-align:center;
	padding:0;
}
.weather tbody td img{
	vertical-align:bottom;
}
.weather tbody th{
	background: #fff;
	text-align: left;
	padding-left:10px;
}
.weather tbody th.areaName{
	width:3em;
	text-align:center;
	padding:0 5px;
	line-height: 1.3em;
	background-color: #dde5ec;
}

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

/* --------------- 気象注警報->発表文 */
/* 発表日時 */
#weatherPopup h5{
	font-size: 15px;
	line-height: 12px;
	text-indent: 6px;
	margin: 0 0 20px 20px;
	vertical-align: bottom;
	border-left:5px solid #a2bdd1;
}
/* 発表電文本文 */
#weatherPopup .scrollBox p{
	margin-left:20px;
	font-size: 13px;
	line-height: 18px;
}

