@charset "UTF-8";
@media print {
	thead {
		display: table-header-group
	}

	img, svg, tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	h2, h3, h4, p {
		orphans:3; /* 改ページされる際の前ページの最低行数 */
		widows:3
	}

	h2, h3, h4 {
		page-break-after: avoid
	}

	.navbar {
		display: none
	}
	a[href]:after {
		content: "" !important;
	}
	abbr[title]:after {
		content: "" !important;
	}
}