@charset "utf-8";

/* section */
body.home #tab1 div.section {
	float:right;
	clear:none;
	width:46%;
}
body.home #tab1 div.section h3 {
	margin:0;
	padding:8px 13px 6px;
	border:none;
	color:#fff;
	background:#556B8D;
	font-size:116%;
}
body.home #tab1 div.section h3:before,
body.home #tab1 div.section h3:after {
  display:none;
}

/* 地図 */
body.home #ww-map {
	float:left;
	position:relative;
	width:52%;
	max-width:360px;
	padding:20px 0 2px;
	background:#fff url(../img/map/bg.png) repeat-y center top;
	text-align:center;
}
body.home #ww-map div.group {
	position:relative;
	width:256px;
	margin:0 auto 1.4em;
}

/* 地図の各地域の画像 */
#ww-map img.area {
	position:absolute;
	z-index:4;
}
#ww-map img.area.city {
	z-index:5;
}
#ww-map img.area.city:hover,
#ww-map img.area.hover {
/*	outline:2px solid rgba(0,255,255,0.4);
	z-index:10;*/
}
#ww-map img.area.advice { z-index:6; }	/* 注意報 */
#ww-map img.area.warn   { z-index:7; }	/* 警報 */
#ww-map img.area.alert  { z-index:8; }	/* 特別警報 */

#ww-map #ww-050000  { left:-25px; top:-17px; z-index:1; }	/* 秋田県全域 */
#ww-map #ww-050010  { left:-19px; top:-18px; z-index:2; }	/* 沿岸 */
#ww-map #ww-050020  { left:126px; top:-19px; z-index:2; }	/* 内陸 */
#ww-map #ww-050011  { left:  0px; top:107px; }	/* 秋田中央地域 */
#ww-map #ww-050012  { left: 50px; top: 11px; }	/* 能代山本地域 */
#ww-map #ww-050013  { left: 33px; top:235px; }	/* 本荘由利地域 */
#ww-map #ww-050021  { left:107px; top:  0px; }	/* 北秋鹿角地域 */
#ww-map #ww-050022  { left:106px; top:132px; }	/* 仙北平鹿地域 */
#ww-map #ww-050023  { left:104px; top:283px; }	/* 湯沢雄勝地域 */

#ww-map #ww-0520100 { left: 67px; top:167px; }	/* 秋田市 */
#ww-map #ww-0520600 { left:  0px; top:113px; }	/* 男鹿市 */
#ww-map #ww-0521100 { left: 52px; top:150px; }	/* 潟上市 */
#ww-map #ww-0536100 { left: 73px; top:128px; }	/* 五城目町 */
#ww-map #ww-0536300 { left: 69px; top:135px; }	/* 八郎潟町 */
#ww-map #ww-0536600 { left: 65px; top:149px; }	/* 井川町 */
#ww-map #ww-0536800 { left: 45px; top:107px; }	/* 大潟村 */
#ww-map #ww-0520200 { left: 55px; top: 35px; }	/* 能代市 */
#ww-map #ww-0534600 { left: 81px; top: 17px; }	/* 藤里町 */
#ww-map #ww-0534800 { left: 50px; top: 91px; }	/* 三種町 */
#ww-map #ww-0534900 { left: 48px; top: 11px; }	/* 八峰町 */
#ww-map #ww-0521000 { left: 56px; top:235px; }	/* 由利本荘市 */
#ww-map #ww-0521400 { left: 33px; top:308px; }	/* にかほ市 */
#ww-map #ww-0520400 { left:125px; top:  6px; }	/* 大館市 */
#ww-map #ww-0520900 { left:197px; top: 21px; }	/* 鹿角市 */
#ww-map #ww-0521300 { left:108px; top: 41px; }	/* 北秋田市 */
#ww-map #ww-0530300 { left:192px; top:  0px; }	/* 小坂町 */
#ww-map #ww-0532700 { left:107px; top:108px; }	/* 上小阿仁村 */
#ww-map #ww-0521200 { left:105px; top:203px; }	/* 大仙市 */
#ww-map #ww-0521500 { left:152px; top:131px; }	/* 仙北市 */
#ww-map #ww-0543400 { left:156px; top:260px; }	/* 美郷町 */
#ww-map #ww-0520300 { left:113px; top:283px; }	/* 横手市 */
#ww-map #ww-0520700 { left:125px; top:332px; }	/* 湯沢市 */
#ww-map #ww-0546300 { left:104px; top:321px; }	/* 羽後町 */
#ww-map #ww-0546400 { left:182px; top:335px; }	/* 東成瀬村 */


/* 更新時間・お知らせ */
#ww-update {
	margin:0.5em 0;
	text-align:center;
}


/* 表 */
#contents #ww-table {
	width:100%;
	margin:0;
	border:0;
	border-collapse:collapse;
}
#contents #ww-table tr.hover {
	background:#f0f5ff;
}
#contents #ww-table tr th {
	width:7.5em;
	padding:0.7em 0 1.4em 13px;
	border-width:0 1px 1px 0;
	background:none;
	text-align:left;
}
#contents #ww-table tr td {
	border-width:0 0 1px 1px;
}
#ww-table dl,
#ww-table dl * {
	float:none;
	width:auto;
	margin:0;
	padding:0;
}
#ww-table dl dt {

}
#ww-table dl dd {
	display:none;
	padding-left:1em;
	border:0;
	font-size:92%;
}
#ww-table dl.has-city dd {
	display:block;
}
#ww-table dl dt.advice { color:#c80; }
#ww-table dl dt.warn   { color:#f30; font-weight:bold !important; }
#ww-table dl dt.alert  { color:#90c; font-weight:bold !important; }
#ww-table dl dt.public {}
#ww-table dl dt.cancel { color:#888; }
#ww-table dl dt.run .status { display:none; }
#ww-table dl dt .note { font-size:92%; }
#ww-table dl dt .note:before { content:'\ff08'; }
#ww-table dl dt .note:after  { content:'\ff09'; }



/* new地図 */
/*.map svg {*/
/*	width: 256px;*/
/*}*/
.svg-map .area,.svg-map .area-group {
	fill: #fff;
	stroke: #707c80;
}


.svg-map .advice,.svg-map .advice .area {
	fill: #f3b638;
	cursor:pointer;
	transition: .2s fill;
}

.svg-map .advice:hover,.svg-map .advice .area:hover{
    fill: #f4c465;
}


.svg-map .alert,.svg-map .alert .area {
	fill: #b442ea;
	cursor:pointer;
	transition: .2s fill;
}

.svg-map .alert:hover,.svg-map .alert .area:hover{
    fill: #c46fed;
}

.svg-map .warn,.svg-map .warn .area {
	fill: #ea5641;
	cursor:pointer;
	transition: .2s fill;
}

.svg-map .warn:hover,.svg-map .warn .area:hover{
    fill: #f17361;
}