@charset "UTF-8";
/* ===================================================================
CSS information

file name  : copy.css
style info : エラーページ
=================================================================== */
@media print {
  body {
    width: 1200px;
    -webkit-print-color-adjust: exact;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}
/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
