@charset "UTF-8";

/* =========================================================
   Print Top
========================================================= */
/* layout
----------------------------------------------- */
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: visible;
  /zoom: 90%;
  _zoom: 0.75;
}

/* content
----------------------------------------------- */
#commonHeader,
#commonBanner .menu,
#cmsPreviewMark {
  display: none;
}
#commonBanner .logo {
  padding-bottom: 10px;
}
/* Chrome,Opera */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  #globalNavi li a span {
    box-shadow: none !important;
  }
}
/* firefox */
@-moz-document url-prefix() {
  .contentArticleDoc .header .publishedAt {
    position: static;
  }
}
.contentArticleDoc table {
  max-width: 100% !important;
}
.inquiry {
  page-break-inside: avoid;
  page-break-after: avoid;
}
.maps .map {
  width: 100%;
}