.pickup_list{
	height: 230px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

.pickup_list li{
	float: left;
	width: 140px;
	height: 210px;
	margin-right: 10px;
	text-align: center;
}
.pickup_list li .image {
	margin-bottom: 7px;
	height: 140px;
	width: 140px;
}
.pickup_list li .image img{
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.pickup_list li .name {
	font-size: 12px;
	color: #664C00;
	line-height: 14px;
	margin-top: 4px;
}
.pickup_list li .price {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #664C00;
	margin-bottom: 5px;
	margin-top: 5px;
}

/*===========================================*/
/*==　カートに入れるボタン　==*/
/*===========================================*/
.add_cart .disable_cartin.button_area .btn.btn-primary.btn-large {
background-image: url(https://img21.shop-pro.jp/PA01357/870/etc/item_cart_btn.jpg);
width: 250px;
height: 60px;
margin-bottom: 5px;
border-style: none;
text-indent: -999px;
cursor: pointer;
}


/*===========================================*/
/*==　レビュー　==*/
/*===========================================*/

/*==　レビューが〇件あります　==*/
.product_link_area .other_link #review_num {
background-image: url(https://img21.shop-pro.jp/PA01357/870/etc/item_review.jpg);
width: 250px;
height: 36px;
line-height: 35px;
margin-bottom: 0px;
text-align: center;
}

/*==　レビューを投稿するボタン　==*/
.product_link_area .other_link #review_btn {
width: 250px;
height: 50px;
margin-top: 0px;
}



/*==　レビュー欄　==*/

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 150px;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
overflow: hidden;
zoom: 1;
background-color: #FFFFFF;
border-radius: 20px;
padding-top: 20px;
padding-right: 30px;
padding-bottom: 20px;
padding-left: 30px;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  background: #F8F7E6;
  padding: 20px;
  border-radius: 15px;
}

