@charset 'UTF-8';

/* ----------------------------------------------------------------------------
 * メインビジュアル
 * ------------------------------------------------------------------------- */

.maparea {
  background-image: url("/wimax/area/use/airport/images/bg_map.png");
  background-position: top center;
  background-repeat: no-repeat;
  height: 403px;
  margin: 0 auto 50px;
  position: relative;
  width: 790px;
}
.maparea .area {
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  height: 65px;
  overflow: hidden;
  position: absolute;
  width: 155px;
}
.maparea a {
  color: #2c2c2c;
  text-decoration: none !important;
}
.maparea a:hover,
.maparea a:focus {
  color: #2c2c2c;
  opacity: .7;
}
.maparea .area .hdg {
  background-color: #eee;
  display: table;
  font-family: "新ゴ M", "Shin Go Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.maparea .area .hdg .txt {
  display: table-cell;
  vertical-align: middle;
}
.maparea .area .hdg::after {
  background-size: 7px 5px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
.maparea .area .content {
  display: table;
  width: 100%;
  height: 35px;
}
.maparea .area .content .txt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.maparea .area .content .txt::before {
  content: url("/wimax/area/use/airport/images/icon_airplane_01.png");
  display: inline-block;
  position: relative;
  top: 3px;
  left: -8px;
  margin-left: -5px;
}
.maparea .hokkaido {
  top: 20px;
  right: 1px;
}
.maparea .hokkaido .hdg {
  background-color: #e7e3fa;
}
.maparea .tohoku {
  top: 125px;
  right: 1px;
}
.maparea .tohoku .hdg {
  background-color: #d7e9fa;
}
.maparea .kanto {
  top: 208px;
  right: 1px;
}
.maparea .kanto .hdg {
  background-color: #dcf4fd;
}
.maparea .chubu {
  bottom: 44px;
  right: 1px;
}
.maparea .chubu .hdg {
  background-color: #e8f5d0;
}
.maparea .hokuriku {
  top: 23px;
  left: 228px;
}
.maparea .hokuriku .hdg {
  background-color: #def3d9;
}
.maparea .kansai {
  top: 124px;
  left: 0;
}
.maparea .kansai .hdg {
  background-color: #fffac5;
}
.maparea .chugoku {
  top: 208px;
  left: 1px;
}
.maparea .chugoku .hdg {
  background-color: #ffedca;
}
.maparea .shikoku {
  top: 334px;
  left: 319px;
}
.maparea .shikoku .hdg {
  background-color: #ffe3d5;
}
.maparea .kyushu {
  bottom: 44px;
  left: 1px;
}
.maparea .kyushu .hdg {
  background-color: #fde0e5;
}