@charset "utf-8";
/* CSS Document */

@page {
	margin: 0mm 5mm;
	size: A4 portrait; //横の場合はlandscape
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	background: white;
	color: black;

	page-break-before: avoid;
}
