/*contents*/
/**
 * 日付表示
 * 0A38C2
 */
#datetime {
  width: 180px;
  z-index: 4;
  position: absolute;
  border: 0;
  margin: 0;
  padding: 2px;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  background-color: #0075FF;
}

/**
 * 履歴遷移ボタン
 */
#record_controll {
  position: absolute;
  bottom: 5px;
  left: 5px;
  height: 22px;
  font-size: 0;
  margin: 0;
  padding: 0;
  z-index: 10;
}

#record_controll li {
  height: 22px;
  margin: 0 3px 0 0;
  padding: 0;
  list-style: none;
  float: left;
}

/**
 * 表示切り替えボタン
 */
#region_controll {
  position: absolute;
  bottom: 5px;
  left: 526px;
  height: 22px;
  margin: 0;
  padding: 0;
  font-size: 0;
  z-index: 10;
}

#region_controll li {
  height: 22px;
  margin: 0 0 0 3px;
  padding: 0;
  list-style: none;
  float: left;
}

/**
 * 地図オーバーライド
 */
#map {
  overflow: hidden;
  position: relative;
}

.meshMapArea-wrapper {
  position: absolute;
  overflow: hidden;
  width: 770px;
  height: 480px;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.map__wallpaper {
  position: absolute;
}

#meshMapArea {
  position: absolute;
  visibility: hidden;
  will-change: transform;
}

#meshMapArea img {
  position: absolute;
}

img#backgroundMap {
  z-index: 1;
  image-rendering: pixelated;
  /* Chrome */
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE */

}

img#rainfallMesh {
  z-index: 2;
  image-rendering: pixelated;
  /* Chrome */
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE */
}

img#foregroundMap {
  z-index: 3;
}

div#datetime {
  z-index: 4;
}

div#explanation {
  z-index: 5;
}

div#now_loading {
  z-index: 6;
}

div#error_display {
  z-index: 7;
}

/**
 * 右下のクリッカブルマップのオーバーライド
 */
div#navi {
  position: relative;
  overflow: hidden;
}

img#navi img {
  position: absolute;
}

div#area_boundary {
  width: 10px;
  height: 10px;
  position: absolute;
  border: 2px solid #FF0;
  display: block;
}

/*//contents*/


#now_loading {
  position: absolute;
  display: none;
  /* マップエリアの高さの半分 - この本体の高さの半分 */
  top: calc(50% - 17px);
  /* マップエリアの幅の半分 - この本体の幅の半分 */
  left: calc(50% - 73px);
  width: 147px;
  height: 34px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#error_display {
  position: absolute;
  display: none;
  /* マップエリアの高さの半分 - この本体の高さの半分 */
  top: calc(50% - 17px);
  /* マップエリアの幅の半分 - この本体の幅の半分 */
  left: calc(50% - 73px);
  width: 147px;
  height: 34px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.transparent {
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}
