/**
 * 【総合防災】気象警報・注意報用css
 * ------
 * 更新履歴
 * [00] 新規作成
 *
 */
/*********************
          操作部
**********************/
.weather-operationBox .operationButton{
  width: 100%;
}
/*********************
          発表日時
**********************/
.weather-operationBox .obsTimeStr{
  width: auto;
  line-height: 2rem;
}
/*********************
          一覧表
**********************/
.weather-table tbody td,
.weather-table tbody th {
  padding: 5px 8px;
}
.weather-table tbody span{
  display: inline-block;
  width: auto;
  margin: 2px 3px;
  padding: 4px 5px 5px 5px;
  border-radius: 2px;
}
/*********************
          履歴ボタン
**********************/
.weather-table button.weather-button.history-button{
  width: 50px;
}
/*********************
          凡例
**********************/
.weather-exBox dl.colorLegend dd.itemName{
  min-width:0;
  width: auto;
  margin-right: 5px;
}
.weather-exBox dl.colorLegend dd + dd.itemName{
  margin-left: 30px;
}
.weather-exBox dl.colorLegend dd{
  min-width:30px;
  margin-right: 20px;
}
.weather-exBox dl.colorLegend dt span.data-wState1{
  padding: 1px 5px;
}