@charset "utf-8";

/* CSS Document */
/* 検索条件 */
#search_frame {
  margin: auto;
  /* 横並び */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* 発生年度 */
#search_year {
  /* 横並び */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#selectyeardata {
  width: 100px;
}

/* 災害名称 */
#search_name {
  /* 横並び */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#selectpulldata {
  width: 340px;
}

/* 市町村 */
#search_city {
  /* 横並び */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#selectdata {
  width: 185px;
}

/* 上部の表 */
table#top_graph {
  border: 1px solid #000;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
  margin-top: 15px;
}

table#top_graph th, table#top_graph td {
  padding: 3px;
  border: solid 1px #333;
}

/* 地図 */
#map {
  text-align: center;
  margin-top: 15px;
}

/* 説明 */
#setsumei_list {
  background: url(mark.gif) no-repeat left top;
  text-indent: 0em;
  padding: 2px 10px 2px 1.2em;
  width: 620px;
  margin: 10px auto 0px auto;
}

/* 取り消し時の説明文 */
#torikeshi {
  text-align: center;
  color: red;
  font-size: 20pt;
  line-height: 1.2em;
}

/* 下部の表 */
#bottom_graph_frame {
  margin: 15px auto 0 auto;
  max-width: 850px;
  width: 100%;
}

table#bottom_graph_top {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: none;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
  margin: 0 auto;
}

table#bottom_graph_top th, table#bottom_graph_top td {
  padding: 3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}

table#bottom_graph_top th {
  font-weight: normal;
  background-color: #ffc966;
}

table#bottom_graph_bottom {
  border-top: none;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
}

table#bottom_graph_bottom th, table#bottom_graph_bottom td {
  padding: 3px;
  border-top: none;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

.blue_bg {
  background-color: palegoldenrod;
}

.topblue_bg {
  background-color: cornflowerblue;
}