@charset "utf-8";


/*

	[SITE] 
	[FILE] /common/css/print.css

*/

@media print{

	/* 非表示
	--------------------------------------------------*/
	aside,
	#topic-path,
	.page-top,
	footer ul {
		display: none;
	}

}