@charset "utf-8";
/* CSS Document */

#box1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.product_text {
	border-bottom: solid #aeaeae 1px;
}
#product_list ul {
	width: 100%;
	margin: 0;
	padding: 0 0 0 3%;
}
#product_list ul li {
	width: 30%;
	margin: 0 0 5% 2%;
	list-style: none;
	float: left;
}
#product_list li:nth-child(3n+1) {
	margin: 0 0 5% 0
}
#product_list p {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	display: inline-block;
}
img.product_pic {
	max-width: 100%;
}
