@charset "utf-8";
/*products******************************************/
.choice{
  font-size: 11px;
  text-align: right;
  width: 700px;
}
.choice a{
  color: #666600;
}
.product{
  float: left;
  width: 165px;
  height: 250px;
  margin-top: 10px;
}
.productImg{
  width: 156px;
  height: 156px;
  background: #EFEFEF;
}
.productImg img{
  padding: 3px;
  width: 150px;
  height: 150px;
}
.productId{
  padding-left: 10px;
  width: 146px;
  background: #EFEFEF;
}
.productPrice{
  text-align: right;
  width: 146px;
  background: #EFEFEF;
  padding-right: 10px;
}
.productName{
  padding-left: 5px;
  padding-right: 5px;
  width: 146px;
  background: #EFEFEF;
}
.productName a{
  color: #990000;
}
.favorite{
  font-size: 11px;
  text-align: center;
  width: 146px;
  background: #EFEFEF;
  padding-right: 10px;
}
.favorite a{
	color: #666600;
	text-decoration: none;
}
/* テキスト表示 */
.product_txt{
  width: 650px;
  margin-top: 20px;
  height: 25px;
  background: #EFEFEF;  
}
.productId_txt{
  width: 90px;
  float: left;
  padding: 3px;
}
.productPrice_txt{
  width: 100px;
  float: left;
  padding: 3px;
}
.productName_txt{
  width: 320px;
  float: left;
  padding: 3px;
}
.productName_txt a{
  color: #990000;
}
.favorite_txt{
  font-size: 11px;
  float: left;
  padding: 3px;
}
.favorite_txt a{
  color: #666600;
}
.retern_next{
  clear: both;
  font-size: 11px;
  text-align: right;
  width: 700px;
  margin-top: 20px;  
}
.retern_next a{
  color: #666600;
}
/* 商品詳細 */
.Prod_photo_detail{
  width:  200px;
  height: 200px;
}
.productNameDetail{
  width: 380px;
  float: right;
}
.productDetail{
  width: 380px;
  float: right;
}
.detail_table{
  width: 600px;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  margin: 30px auto 0px;
  color: #333333;
  clear: both;
}
.detail_table td{
  border: 1px solid #CCCCCC;
  padding: 5px;
  vertical-align: top;
}
.Prod_name{
  font-weight: bold;
  font-size: 110%;
  padding: 20px 10px 5px 10px;
  border-bottom: 2px solid #990000;
}
.Prod_id{
  padding-left: 10px;
}
.price_detail,
.point_detail,
.stock_detail,
.attr_detail{
  height: 25px;
  padding-right: 5px;
  width: 150px;
  text-align: right;
  color: #666666;
}
.explanation_tb{
  width: 600px;
  margin: 10px auto 0px;
  color: #333333;
  clear: both;
}
.productExplanation{
  padding: 10px;
  background: #EAEAD5;
}
.explanation{
  padding: 10px;
  background: #EAEAD5;
}
.Prod_detail_spec{
  background: #EBEBEB;
  width: 160px;
}
.detail_select{
  margin: 10px 10px 10px 0px;
}
.detail_cartin{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.detail_favorite{
  text-align: center;
}
.detail_favorite a{
  color: #666600;
}
.detailProduct{
  clear: both;
  padding: 30px 0px 20px 30px;
  width: 600px;
}
.detailProduct_img{
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;  
  height: 100px;
  width: 100px;
}
.click{
  font-size: 11px;
  margin: 15px ;
  float: left;	
}
.endOfSale{
	padding-top: 50px;
	width: 380px;
	float: right;
	font-weight: bold;
	text-align: center;
}
