@charset "UTF-8";
@page {
    /* margin: 0; */
}

aside {
    display: none !important;
}

header {
    display: none !important;
}

footer {
    display: none !important;
}

#page-top {
    display: none !important;
}

html, body {
    min-width: 760px !important;
    width: 760px !important;
    margin: 0 auto !important;
}

#Contents {
    width: 760px !important;
}

#Contents>article {
    float: none !important;
    margin: 0 auto !important;
}

.contents_body>div, .contents_body>table {
    page-break-inside: avoid;
}