@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%;

}

.ProductDetailArea_li{
	display: inline-block;
	margin: 0 0.5% 5%;
	position: relative;
	vertical-align: top;
	width: 48%;
	border-bottom: 1px solid #f5f5f5;
	padding: 0 0 5% 0;
	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: 55px;
	line-height: 2;

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

}

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

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

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

}
.ProductTextArea p{
	font-size:13px;
	text-align:center;
	letter-spacing:0.1em;
	color:#55bcdd;


}