@charset "UTF-8";
/* Chrome用 */
@page {
  size: A4;
  margin: 0;
}

body {
  width: 1280px;
  transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform-origin: 0 0;
}
/*# sourceMappingURL=print.css.map */