@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
div.items > article p.summary .souryou {
  border: 1px solid #eb6da5;
  font-size: 12px;
  padding: 3px;
  margin-bottom: 3px;
  color: #eb6da5 !important;
  margin: 5px auto;
  display: block;
  max-width: 120px;
  text-align: center;
}
div.items > article p.price:after {
  display: none;
}
div.item_view p.price:after {
  display: none;
}

div.items > article p.soldout {
  margin-top: 20px;
  color: #ff0000;
}

/*===========================tab====================================== */
@media screen and (min-width: 834px) and (max-width: 640px) {
}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 641px) {
  div.items > article p.summary .souryou {
    margin: 5px 0 0 34%;
    display: block;
    max-width: 120px;
    text-align: center;
  }
  div.items > article p.price {
    margin: 0 0 0 34%;
  }
}
/*===========================sp END====================================== */
