@charset "utf-8";

/* ****************************************************************************************************
   * 共用
**************************************************************************************************** */

#main div.body {
  max-width: 920px;
}

/* ****************************************************************************************************
   * 地図
**************************************************************************************************** */

#korea-access div.map {
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#korea-access div.map * {
  max-width: none;
}

#korea-access div.map iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #korea-access div.map {
    padding-bottom: 60%;
  }

}
