@media print {
	a[href^="http"]::after {
		content: " (" attr(href) ")";
	}
	.scroll-container {
		overflow: visible !important;
		height: auto !important;
	}

	/* 例：不要な要素を非表示にする */
	header, #header, .header, .subTitle contents, .roadnav, .newsMeta, .newsTitle, .btnList, .access, .footer, #footer, .pageTopBtn, .sidebar, .btn-primary {
		display: none !important;
	}
	body {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.news, .newsDetail {
		padding-top: 0;
	}
	/* メインコンテンツの幅を強制的に紙幅いっぱいに */
	.entry-body {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		float: none !important; /* レイアウト崩れ防止 */
	}
}

@page {
  size: A4;
  margin: 10mm;
}

