.item_box_pickup_produc{
  display:inline-block;
  width: 148px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
  margin: 10px;
}

.item_box_pickup_produc .item_image_pickup_produc {
  margin: 0px 1px ;
  width: 145px;
}
.item_box_pickup_produc .item_image_pickup_produc img.item {
  max-width: 100%;
}
.iitem_box_pickup_produc .item_detail {
  margin: 15px 0 0;
  padding-left: 10px;
  border-left: solid 1px #ddd;
}
.item_box_pickup_produc .item_detail p{
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}

.item_box_pickup_produc .item_detail p.item_name {
  margin-bottom: 0px;
  font-size: 12px;
}

.item_box_pickup_produc .item_detail p.item_description{
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
}

p.item_regular_price, p.item_price, p.item_discount {
  margin-bottom: 10px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', '¥Ò¥é¥®¥Î³Ñ¥´ ProN W3',
  Meiryo, ¥á¥¤¥ê¥ª, sans-serif;
}

.box_last{
  margin-right: 0;
}

.box_small .item_box {
  display:inline-block;
  margin: 0 33px 0px 0;
  width: 139px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.box_small p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 13px;
}

.box_small .box_last {
  margin-right: 0;
}

.stock_error{
  display:none;
  padding:10px 0;
  color:#DA5858;
  font-weight:bold;
}


.box26 {
    position: relative;
    margin:0em 0em 2em;
    padding: 1.5em;
    border: solid 3px #A6C486;
    border-radius: 1px;

}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #A6C486;
    font-weight: bold;


}
.box26 p {
    margin: 0; 
    padding: 0;
}
.btn-border-bottom {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding-bottom: 0.1em;
  text-decoration: none;
  color: #67c5ff;  
  height: 15px;
}

.btn-border-bottom:before {
  position: absolute;
  content: '';
  text-decoration: none;
  width: 100%;
  height: 3px;
  top:100%;
  left: 0;
  border-radius: 3px;
  background:#67c5ff;
  transition: .2s;
}

.btn-border-bottom:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
    text-decoration: none;
}

hr{	background-color: #fff;
	border-top: 1px dotted #8c8b8b;}

em{text-shadow: 1px 1px 0 rgba(0,0,0,.2);
       margin-right: 1rem; }

.sai{
    color: #853CCF;
    font-size: 15px;
    font-weight: bold;
    background: -webkit-linear-gradient(28deg, #7528c1 20%, #b0f 51%, #5a00bd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sai2{
      background: linear-gradient(transparent 55%, #d6c0ff 50%)