@charset "utf-8";
/* CSS Document */


/*見積書　印刷時*/	
@media print {
	.print .pem_6{
		width:6em;
	}
	.print .pem_8{
		width:8em;
	}
	.pageblock{
		page-break-before: always;
	}
    #main{
       flex: 0 0 100%;
    max-width: 100%;
    }
}