@charset "utf-8";

/* ==============================================================
プリント用css
============================================================== */

#body-class.format_top,
#body-class.type_torikumi,
#body-class.format_top,
#body-class.format_top {
  -webkit-print-color-adjust: exact;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.87);
  -ms-transform: scale(0.87);
  transform: scale(0.87);
  overflow: visible !important;
  height: 99%;
}


