img.img_left{
	float: left;
	padding: 5px;
}

div.clear{
	clear: both;
	margin: 0 0 10px 0;
}




/* ************************************************ 
 *　　　　　カートへボタン
 * ************************************************ */




#carth{
	background:#eb5050;
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:100px;
	right:20px;

	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
#carth:hover{
	background:#eb5050;

	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;


	}





/*「カートに入れる」ボタンが画面上部についてくる*/

#add-cart-bar {
  position: fixed;
  top: -80px;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 80px;
  box-shadow: 0 0 10px #999;
  background-color: #fff;
}

#add-cart-bar-item-detail {
  float: left;
  height: 80px;
}

#add-cart-bar-item-data {
  float: left;
  padding: 10px 0 0 10px;
}

#add-cart-bar-item-control {
  float: right;
  height: 30px;
  padding: 25px;
}

.bar-parts-product-image {
  float: left;
  height: 80px;
  width: auto;
  display: block;
}

.bar-parts-product-text {
  margin: 0 !important;
}

.bar-parts-product-name {
  color: #4b4b4b;
  font-weight: bold;
}

.bar-parts-product-sales {
  color: #999;
}

.bar-parts-add-cart-button {
  width: 180px;
  height: 30px;
  text-indent: -9999px;
  display: block;
  background: url(https://img.shop-pro.jp/tmpl_img/38/0303_addcart.gif) no-repeat 0 0;
  border: 0;
  cursor: pointer;
}
