@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;
}
#footer {
  page-break-inside: avoid;
}

/* content
----------------------------------------------- */
#cmsPreviewMark {
  display: none;
}
/* Chrome,Opera */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  #topimglink {
    width: 699px;
  }
  #docTab .wrapper {
    box-shadow: none !important;
  }
}
#docTab .links .feed {
  display: none;
}
#pickup li {
  page-break-inside: avoid;
}
.contentArticleDoc table {
  max-width: 100% !important;
}
.inquiry {
  page-break-inside: avoid;
  page-break-after: avoid;
}
.maps .map {
  width: 100%;
}