@charset "utf-8";
/* CSS Document */

.mainbodybg1 {
	padding: 60px 40px 40px 40px;
}
.product-nylist li {
	margin-right: 2%;
	width: 32%;
}
.product-nylist li:nth-child(2n) {
	margin-right: 2%;
}
.product-nylist li:nth-child(3n) {
	margin-right: 0;
}
@media only screen and (max-width: 800px) {
.mainbodybg1 {
	padding: 0px 15px;
}
.product-nylist li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 15px;
	padding: 5px 5px 0 5px;
}
.product-nylist li .product-nylist-title {
	font-size: 12px;
	width: 100%;
	padding: 5px 0;
}
.product-nylist li:nth-child(2n) {
	margin-right: 0;
}
.product-nylist li:nth-child(3n) {
	margin-right: 2%;
}
.product-nylist li:nth-child(6), .product-nylist li:nth-child(12) {
	margin-right: 0 !important;
}
}
