@charset "utf-8";

body {
  zoom: 0.35;
  -webkit-print-color-adjust: exact;
}

body {
  overflow: visible !important;
}

.topintv-main {
  height: auto !important;
  max-height: none !important;
}

.topintv-subrow {
  height: auto !important;
  max-height: none !important;
}

a.topintv-subcol {
  height: auto !important;
  max-height: none !important;
}
.topintv-subrow .topintv-subcol .topintv-main-txt {
  height: auto !important;
  max-height: none !important;
}

.topintv-shozoku,
.topintv-name-en {
  font-size: 10pt !important;
}

.intv-entry-header {
  height: 80vw !important;
}

.backtopbtn {
  display: none;
}

@-moz-document url-prefix() {
  #contents-container {
    /*display: block;
		overflow: hidden;*/
  }

  #main-contents {
    /*float: left;*/
  }

  #sidebar {
    /*float: right;*/
  }

  #footer-container {
    display: none;
  }
  .ft-copyright {
    display: none;
  }
}

/* IE10以上 */
@media print and (-ms-high-contrast: none) {
  body {
    zoom: 1.3;
    width: 1600px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }

  .intv-entry-header {
    height: 450px !important;
  }
}
