/* 印刷用 */
@page {
	size: A4;
	margin: 12.7mm 9.7mm;
}

body {
	zoom: 0.60;
	-webkit-print-color-adjust: exact;
}

#nav_fixed .logo {
	display:none;
}


#sidebar {
    width: 250px !important;
}

#pgc-23-0-0, #pgc-23-0-1, #pgc-23-1-0, #pgc-23-1-1 {
    width: 50% !important;
}
#pg-23-0.panel-has-style > .panel-row-style,
#pg-23-1.panel-has-style > .panel-row-style,
#pg-23-3.panel-has-style > .panel-row-style{
    flex-direction: inherit !important;
}
#pgc-23-3-0 {
    width: 75% !important;
}
#pgc-23-3-1 {
    width: 24% !important;
}
.headerbmenu-menu {
    width: 1100px !important;
    margin-left: -20px !important;
}

/* IE10以上 */
@media print and (-ms-high-contrast: none) {
        /* @pageの指定いらないかも */
    @page {
        size: A4;
        margin: 12.7mm 9.7mm;
    }

    body {
        zoom: 1.9;
        width: 1100px;
        transform: scale(0.5);
        transform-origin: 0 0;
    }
}