/**
 * 【総合防災】台風用css
 * ------
 * 更新履歴
 * [00] 新規作成
 *
 */
/*********************
          凡例
**********************/
.weather-exBox .legendBox{
  background: #96d0dc;
}
.weather-exBox .legendBox p{
  margin-bottom: 5px;
  text-align: center;
}
.weather-exBox dl.colorLegend dd{
  color: #fff;
}
.weather-exBox dl.colorLegend dt span{
  font-weight: bold;
}
/* --------------- 凡例の〇*/
span.data-typItem4{color: #BA00FF;}
span.data-typItem3{color: #FD4848;}
span.data-typItem2{color: #FFFD4E;}
span.data-typItem1{color: #FFF;}
/*********************
          一覧
**********************/
.weather-tabBox ul table{
  margin-top: 0;
}
.weather-tabBox ul table:first-child{
  margin-top: 10px;
}
