/* /////////////////////////////////////////////////////////

map

//////////////////////////////////////////////////////////// */
.fleet {
  overflow: hidden;
  position: relative;
}

.fleet * {
  box-sizing: content-box;
}

.fleet img {
  max-width: none;
}

.fleet #worldMap {
  font-size: 0;
}

.fleet .sp-header {
  display: none;
}

@media screen and (max-width: 768px) {
  .fleet .sp-header {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    display: block;
    padding: 2.66667vw 2.66667vw 0;
  }
  .fleet .sp-header h2 {
    display: none;
  }
  .fleet .sp-header .bands {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1;
  }
  .fleet .sp-header .bands span img {
    width: auto;
    height: 2.93333vw;
  }
}

@media screen and (max-width: 768px) {
  .fleet.fleet-full h2 {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 4.26667vw;
    line-height: 1.2;
    margin-bottom: 1.33333vw;
  }
}

#visual {
  width: 100%;
  display: block;
  background: url(../images/visual-bg.png) repeat-x 50% 0 #000;
}

#visual a:link, #visual a:visited {
  color: #FFF;
}

#visual h2.pc {
  display: none;
  position: absolute;
  top: 20px;
  left: 1px;
}

.fleet-full #visual h2.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .fleet-full #visual h2.pc {
    display: none;
  }
}

#mapArea {
  width: 901px;
  height: 490px;
  margin: 0 auto;
  position: relative;
  background-image: url(../images/map-bg.gif);
  background-repeat: repeat-y;
  background-position: 1px top;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  margin-top: -40px;
}

@media screen and (max-width: 1120px) {
  #mapArea {
    margin-top: -2.96053vw;
  }
}

.fleet-full #mapArea {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #mapArea {
    width: 790px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -18.66667vw;
  }
  .fleet-full #mapArea {
    margin-top: -9.33333vw;
  }
}

#satelliteBtn {
  position: absolute;
  padding-top: 40px;
  top: 50px;
  left: 1px;
  width: 160px;
  height: 380px;
  background: url(../images/map-menutitle.gif) top left no-repeat;
}

@media screen and (max-width: 768px) {
  #satelliteBtn {
    display: none;
  }
}

#satelliteBtn a {
  padding-left: 20px;
  font-size: 11px;
  display: block;
  width: 90px;
  height: 18px;
  line-height: 18px;
  background: url(../images/map-menu-bg.gif) left -20px no-repeat;
}

@media screen and (max-width: 768px) {
  #satelliteBtn a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: none;
    padding: 0  5px;
    margin: 0 5px;
    width: 60px !important;
    height: 60px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    color: #000 !important;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  #satelliteBtn a:hover {
    /*width:140px;*/
    color: #000;
    background: url(../images/map-menu-bg.gif) left top no-repeat;
  }
}

#satelliteBtn .newSatellite a {
  background: url(../images/map-menu-bg.gif) left -60px no-repeat;
}

#satelliteBtn .newSatellite a:hover {
  background: url(../images/map-menu-bg.gif) left -40px no-repeat;
}

#satelliteBtn .noneSatellite {
  width: 109px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #satelliteBtn .noneSatellite {
    width: inherit;
    overflow: visible;
  }
}

#satelliteBtn .noneSatellite a {
  color: #FFF;
}

#satelliteBtn .noneSatellite a:hover {
  background: #FFF;
  color: #000;
}

#satelliteBtn #overviewBtn {
  display: none;
}

#satelliteBtn #overviewBtn a {
  margin: 10px 0 0 10px;
  text-indent: -9999px;
  width: 70px;
  height: 20px;
  background: url(../images/map-menu-overview-btn.gif) top left no-repeat;
}

#satelliteBtn #overviewBtn a:hover {
  background: url(../images/map-menu-overview-btn.gif) bottom left no-repeat;
}

#satelliteBtn-sp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.66667vw;
  padding-left: 4vw;
  padding-bottom: 5.33333vw;
  overflow-x: scroll;
  background-color: #000;
}

#satelliteBtn-sp li {
  margin-right: 2.66667vw;
}

#satelliteBtn-sp li a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: none;
  padding: 0 5px;
  width: 17.33333vw;
  height: 17.33333vw;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 11px;
  color: #000;
  text-align: center;
  line-height: 1;
}

#satelliteBtn-sp li a.current {
  background-color: #47c9ff;
  color: #fff;
  font-weight: bold;
}

#satelliteBtn-sp li#overviewBtnSP a {
  background-color: #a61419;
  color: #fff;
}

@media screen and (min-width: 769px) {
  #satelliteBtn-sp {
    display: none;
  }
}

#satelliteFleetBox {
  position: relative;
  display: block;
  margin-left: 111px;
  overflow: hidden;
  width: 790px;
  height: 490px;
}

@media screen and (max-width: 768px) {
  #satelliteFleetBox {
    margin-left: 0;
  }
}

#satelliteFleet {
  position: relative;
}

#satelliteFleet li {
  position: absolute;
  display: none;
}

#satelliteFleet #worldMap {
  left: -395px;
  width: 1580px;
  height: 489px;
}

#satelliteFleet #mapPoint dd {
  position: absolute;
  display: block;
  text-indent: -9999px;
  width: 21px;
  height: 21px;
  background: url(../images/point.png) bottom left no-repeat;
}

@media screen and (max-width: 768px) {
  #satelliteFleet #mapPoint dd {
    pointer-events: none;
  }
}

#satelliteFleet #mapPoint dd.saOn {
  background: url(../images/point.png) top left no-repeat;
}

#satelliteFleet #mapPoint dd a {
  display: block;
  width: 21px;
  height: 21px;
}

#satelliteFleet #mapSatelliteText {
  width: 300px;
  height: 90px;
  display: block;
  top: 190px;
  left: 410px;
  color: #47c9ff;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  line-height: 1em;
  text-shadow: 0px 0px 3px black;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=90);
  zoom: 1;
  pointer-events: none;
}

#satelliteFleet #mapSatelliteText span {
  line-height: 1.3em;
  font-size: 30px;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  #satelliteFleet #mapSatelliteText span {
    font-size: 7.46667vw;
  }
}

#mapPoint dd.point1 {
  top: 280px;
  left: 747px;
}

#mapPoint dd.point7 {
  top: 305px;
  left: 788px;
}

#mapPoint dd.point2 {
  top: 305px;
  left: 723px;
}

#mapPoint dd.point3 {
  top: 280px;
  left: 747px;
}

#mapPoint dd.point4 {
  top: 330px;
  left: 718px;
}

#mapPoint dd.point5 {
  top: 280px;
  left: 731px;
}

#mapPoint dd.point6 {
  top: 280px;
  left: 640px;
}

#mapPoint dd.point8 {
  top: 280px;
  left: 803px;
}

#mapPoint dd.point9 {
  top: 305px;
  left: 747px;
}

#mapPoint dd.point10 {
  top: 280px;
  left: 910px;
}

#mapPoint dd.point11 {
  top: 280px;
  left: 1077px;
}

#mapPoint dd.point12 {
  top: 305px;
  left: 747px;
}

#mapPoint dd.point13 {
  top: 280px;
  left: 670px;
}

#mapPoint dd.point14 {
  top: 305px;
  left: 670px;
}

#mapPoint dd.point15 {
  top: 250px;
  left: 731px;
}

#mapPoint dd.point16 {
  top: -500px;
  left: 1090px;
}

#mapPoint dd.point17 {
  top: 330px;
  left: 670px;
}

#mapPoint dd.point18 {
  top: 305px;
  left: 817px;
}

#mapPoint dd.point19 {
  top: 330px;
  left: 747px;
}

#mapPoint dd.point20 {
  top: 280px;
  left: 778px;
}

#mapPoint dd.point21 {
  top: 280px;
  left: 960px;
}

#mapPoint dd.point22 {
  top: 260px;
  left: 768px;
}

#satelliteFleet #mapText {
  top: 240px;
  left: 410px;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
}

#satelliteFleet #mapAreas {
  left: -395px;
  top: 96px;
  width: 790px;
  height: 393px;
}

#satelliteFleet #mapAreas .animate {
  position: relative;
}

#satelliteFleet #mapAreas .animate span {
  position: absolute;
  top: 0px;
  left: 0px;
}

#satelliteFleet #mapAreas img {
  display: none;
}

#satelliteFleet #mapLine1 {
  top: 291px;
  width: 790px;
  height: 2px;
  background: url(../images/map-line1.gif) bottom left repeat-x;
}

#satelliteFleet.saOn #mapLine1 {
  background: url(../images/map-line1.gif) top left repeat-x;
}

#satelliteFleet #mapLine2 {
  top: 0px;
  left: 395px;
  width: 1px;
  height: 490px;
  background: none;
  /*background:url(../images/map-line2.gif) bottom left repeat-y;*/
}

#satelliteFleet.saOn #mapLine2 {
  background: url(../images/map-line2.gif) bottom right repeat-y;
}

#satelliteFleet #mapLoading {
  display: block;
  top: 235px;
  left: 379px;
  width: 32px;
  height: 32px;
}

#longitude {
  position: absolute;
  top: 125px;
  left: 900px;
}

@media screen and (max-width: 768px) {
  #longitude {
    display: none;
  }
}

#bands {
  display: none;
  position: absolute;
  top: 50px;
  left: 600px;
  width: 174px;
  height: 54px;
  line-height: 1;
}

.fleet-full #bands {
  top: 20px;
}

#bands span {
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #bands {
    display: none;
  }
}

.morebtn {
  position: absolute;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  left: 0;
  right: 0;
  bottom: 26.66667vw;
  background-color: #a61419;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  border-radius: 4px;
}

.morebtn a {
  color: #fff;
}
