/* 印刷用CSS */

@media print {
	
	html, body {

		overflow: visible !important;
	}

	img {
		display: inline-block !important;
		
	}
	
	header {
		display: none !important;
	}
	.search_filter {
		display: none !important;
	}
	
	#qodef-page-sidebar {
		display: none !important;
	}

	#singleSeedsList {
		display: none !important;
	}

	footer {
		display: none !important;
	}

}

