/*¾¦ÉÊ¾ÜºÙ*/
.item-image {
  float: left;
  width: 300px;
  text-align: center;
}
.item-image img{
 width:100% !important;
  height:auto !important;
}
.item-detail {
  float: right;
  width: 50%;
  margin-right: 20px;
}
.kakaku {
  margin-bottom: 2em;
}
.price {
  color: #ff0000;
  font-size: 18px;
  text-align: right;
}
.price span {
  font-size: 28px;
}
.item-cart {
  background-color: #eee;
  padding: 10px;
  border: 1px solid #bbb;
  overflow: hidden;
  margin-bottom: 1em;
  position: relative;
height: 80px;
}
.rs_pd_cart_btn.disable_cartin{
position: absolute;
top: 20px;
  left: 170px;}

.item-component {
  border: 3px solid #ccc;
  padding: 10px;
  overflow: hidden;
}
.cart1 {
  margin-left: 40%;
}
.detail_cont{
  width:100%;
}
.cell_mar input{
width: 50px;
height: 30px;
font-size: 14px;
border: #ccc 1px solid;
margin: 15px 5px 15px 15px;
}

.item-cart p{
background: gold;
padding: 10px;
font-size: 16px;
color: red;
font-weight: bolder;
text-align: center;
width: 250px;
  margin: 5px auto;}