@charset "UTF-8";
/* CSS Document */
p.read{
	margin-bottom: 35px;
	font-size: 14px;
}
.sec1{
	margin: 30px 0 0;
}
.sec1 h2 img{
	width: 215px;
	height: auto;
}
.product_list{
	margin-bottom: 30px;
}
.product_list li{
	float: left;
	margin-left: 42px;
	margin-top: 50px;
	width: 292px;
	text-align: left;
}
.product_list li:nth-child(3n+1){
	margin-left: 0;
}
.product_list .pd_caption {
	margin: 2px 2px 5px;
	letter-spacing: 0.05em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*　max 640px
--------------------------------------------------------------------------------------- */
@media screen and (max-width:640px) {
	p.read{
		margin-bottom: 25px;
		font-size: 13px;
	}
	.sec1 h2 img{
		width: 170px;
		height: auto;
	}
	.product_list{
		margin-bottom: 20px;
	}
	.product_list li{
		float: left;
		margin-left: 4%;
		margin-top: 25px;
		width: 48%;
		text-align: left;
	}
	.product_list li:nth-child(3n+1){
		margin-left: 4%;
	}
	.product_list li:nth-child(2n+1){
		margin-left: 0 !important;
	}
	.product_list .pd_caption {
		font-size: 12px;
	}
}


/*　max 480px
--------------------------------------------------------------------------------------- */
@media screen and (max-width:480px) {
}