@charset "UTF-8";

/* print width */
@page {
margin: 13mm 10mm;
size: 210mm 297mm;
}
body {
-webkit-print-color-adjust: exact;
width: 1440px;
zoom: 0.7;
}
/* line */
.line,
.gotop{
position:absolute !important;
}
/* youtube */
.youtube{
    padding-top:0;
    width:640px;
    height:360px;
}
.youtube iframe{
    position:static;
    width:640px;
    height:360px;
}