@charset "utf-8";
/* 文字化け防止 */
/* CSS Document */


.ProductList{
	width:100%;
	text-align:center;
	margin:auto;

}

.ProductDetailArea{
	width:100%;
	margin:2% auto 0;

}

.ProductDetailArea_ul{
	font-size:0;
	width:100%;
	text-align:left;
	margin:auto;

}

.ProductDetailArea_li{
	display: inline-block;
	margin: auto;
	padding: 1%;
	position: relative;
	vertical-align: top;
	width: 33.33%;
	box-sizing: border-box;
}


.ProductDetail {
	width:100%;
	overflow:hidden;
	position:relative;
}

.ProductDetail img{
	width:100%;

}

.ProductNameArea{
	width: 100%;
	text-align: center;
	margin: 15px auto 25px;
	height: 60px;
	line-height: 2;

}
.ProductNameArea p{
	font-size:13px;
	color:#555;

}

.ProductPriceArea{
	width:100%;
	text-align:center;
	margin: 15px auto;

}
.ProductPriceArea p{
	font-size: 15px;
	font-weight: normal;

}
.ProductTextArea{
	width:100%;
	text-align:center;
	margin:0 auto;
	height:75px;

}
.ProductTextArea p{
	font-size:13px;
	text-align:center;
	line-height: 1.5;
	color:#55bcdd;

}