
@media print {
/* プリントのCSSを記述 */
h1 {
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	text-shadow: none !important;
}
}
