@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* -----------------------------------------------------
common
------------------------------------------------------ */
.w100 img {
  width: 100% !important;
  max-width: 100% !important;
}
header #search {
  display: block;
  padding: 20px;
  width: 300px;
  height: auto;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 6px;
  position: fixed;
  top: 200px;
  right: 200px;
  z-index: 1;
}
header #search dl {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
header #search dl dt {
  padding: 10px 0;
  font-weight: 700;
  line-height: 20px;
}
header #search dl dd {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
header #search dl dd input[type="text"] {
  margin: 0 10px;
  width: 70px;
}
header #search dl dd select {
  margin: 0 10px;
  width: 100%;
}
header #search dl dd input + label {
  margin-left: 10px;
}
.itemlist01 div.item_view p.soldout {
  display: none;
}
.itemlist05 div {
  margin-top: 10px;
  text-align: center;
  color: #7d482b;
}
.itemlist05 div span.price {
  color: #b93b3b;
  font-weight: bold;
}
@media screen and (min-width: 835px) and (max-width: 1000px) {
#contents #side {
    display: block;
}
}
@media screen and (min-width: 641px) and (max-width: 834px) {
}
@media only screen and (max-width: 640px) {
}
