
@import url("../style.css");
@import url("./myalbum.css");
@import url("./font-awesome.css");


@media print {
	// 印刷したくない領域
	.hidden-print {
		display: none;
	}
	// 印刷したい領域
	.content-print{
		top:0 !IMPORTANT;
		left:0 !IMPORTANT;
		width:172mm !IMPORTANT;
		height:251mm !IMPORTANT;
	}
}


/*
@media print {
	section {
		display: block;
		page-break-before: always;
	}
	pre code {
		page-break-after: always;
	}
	@page {
		margin-top: 0.4cm;
		margin: 0.5cm;
	}
	p a, code, pre {
		word-wrap: break-word;
	}
	img {
		display: none;
	}
	pre a[href]:after {
		content: "";
	}
	pre abbr[title]:after {
		content: "";
	}
	pre   .ir a:after,
	pre a[href^="javascript:"]:after,
	pre a[href^="#"]:after {
		content: "";
	}
	.no-print {
		display: none;
	}
}
*/
