/* 印刷用CSS */
body {
  min-width: 980px !important;
  width: 100% !important;
  -webkit-print-color-adjust: exact;
}
.product-list li {
	padding-top: 0\9 !important;
	padding-bottom: 20px\9 !important;
	background: none\9 !important;
}
.slides .background .overlay {
	background: none\9 !important;
	-pie-background: none\9 !important;
	-ms-filter: none\9 !important;
}
.product-list .block-link .product-lead {
	background: #fff;
}
.product-list .list-inner {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}