/**
 * 【総合防災】気象警報・注意報用css
 * ------
 * 更新履歴
 * [00] 新規作成
 * [01] 2017.08.25 K.Fujimaki 色調整（青ver)
 */
/*********************
          disapre_sp.cssの上書き
**********************/
.disapre-sub-page .disapre-sub-page-label{
  border-bottom: none;
}
.disapre-content-tab{
  padding: 0px;
  margin-top: -26px;
}
.disapre-sub-page-date{
  border-top: 1px solid #386598;/*[01]*/
}
/*********************
       リスト形式の一覧表
**********************/
.weather-listTable .dataBox {
  font-size: 0;
  line-height: 0;
}
.weather-listTable .dataBox span{
  display: inline-block;
  width: auto;
  margin: 1px 4px 2px 0px;
  padding: 3px 4px 4px 4px;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
/*********************
          凡例
**********************/
.weather-exBox li span.itemName{
  width: auto;
}
/* 気象注警報 */
*.data-alarmLv1{
  background-color: #FFC766 !important;
}
*.data-alarmLv2{
  background-color: #E42222 !important;
  color: #ffffff !important;
}
*.data-alarmLv3{
  background-color: #5C00A2 !important;
  color: #ffffff !important;
}
/* 土砂災害警戒情報 */
*.data-landslide{
  background-color: #E42222 !important;
  color: #ffffff !important;
}
/* 竜巻注意情報 */
*.data-tornado{
  background-color: #E42222 !important;
  color: #ffffff !important;
}
