select::-ms-expand {
    display: none;
}
.store-stock .area-select .area[data-prefcode*="error"] {
  border: none;
}
  .store-stock .area-select .area[data-prefcode*="error"] .error {
    text-align: center;
    margin: 40px 0;
    font-size: 14px;
  }

.store-stock .pager-nav {
  padding: 0;
  margin: 20px 0;
}
.store-stock .pager-nav .wrap {
  padding: 0;
  width: 100%;
}

.store-stock .wrap {
  width: 90%;
  margin: 0 auto;
}

/* top-side */
.store-stock .top-side {
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  background: #f3f3f3;
  border-bottom: 1px solid #e1e1e1;
}

/* main */
.store-stock .main .wrap {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.store-stock .main .copy {
  font-size: 14px;
}
.store-stock .main .product-info {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}
.store-stock .main .product-info .product {
  width: 220px;
  float: left;
  margin-right: 28px;
}
.store-stock .main .product-info .product img {
  max-width: 100%;
}
.store-stock .main .product-info .detail-area {
  width: 70%;
  width: calc( 100% - 220px - 28px );
  float: left;
}
.store-stock .main .product-info .product-detail {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  line-height: 1.7;
}
.store-stock .main .product-info .product-detail .name {
  margin: 15px 0 25px;
}

.store-stock .main .product-info .product-select {
  padding-top: 35px;
  margin-bottom: 20px;
}
.store-stock .main .product-info .product-select select {
  min-width: 230px;
  margin-bottom: 20px;
}
.store-stock .main .attention p {
  margin-bottom: 5px;
}

/* area-select */
.store-stock .area-select {
  padding: 30px 0;
}
.store-stock .area-select .narrow-down {
  text-align: right;
  margin-bottom: 30px;
}
.store-stock .area-select .narrow-down select {
  min-width: 240px;
}
.store-stock .area-select .area {
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
.store-stock .area-select .area .title {
  font-size: 15px;
  text-align: center;
  padding: 20px 0;
  background: #f1f1f1;
}
.store-stock .area-select .area:last-child {
  margin-bottom: 0;
}
.store-stock .area-select .area ul.store-lists li {
  display: table;
  width: 100%;
  border-top: 1px solid #ddd;
}
.store-stock .area-select .area ul.store-lists li .store-info,
.store-stock .area-select .area ul.store-lists li .stock {
  font-size: 15px;
  line-height: 1.7;
  display: table-cell;
  vertical-align: middle;
  padding: 25px 20px;
}
.store-stock .area-select .area ul.store-lists li .store-info {
  width: 70%;
}
.store-stock .area-select .area ul.store-lists li .stock {
  width: 30%;
  text-align: right;
}

.store-stock .stop-message {
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
}

/* tablet */
@media ( max-width: 991px ) {
  .store-stock .wrap {
    width: 100%;
    padding: 0 10px;
  }
  .store-stock .top-side {
    padding: 20px 0;
  }

  /* main */
  .store-stock .main .wrap {
    padding: 0 10px;
    border-bottom: none;
  }
  .store-stock .main .wrap .inner {
    padding: 20px 0 10px;
    border-bottom: 1px solid #ddd;
  }
  .store-stock .main .product-info {
    margin: 20px 0 20px;
  }
  .store-stock .main .product-info .product {
    /*width: 25%;*/
    margin-right: 20px;
  }
  .store-stock .main .product-info .detail-area {
    /*width: 70%;*/
    width: calc( 100% - 220px - 20px );
  }
  .store-stock .main .product-info .product-detail {
    /*border-bottom: none;
    padding-bottom: 0;
    font-size: 14px;*/
  }
  .store-stock .main .product-info .product-detail .name {
    margin: 10px 0;
  }
  .store-stock .main .product-info .product-select {
    /*padding-top: 10px;
    margin-bottom: 0;*/
  }
  .store-stock .main .product-info .product-select select {
    /*min-width: 100%;
    margin-bottom: 10px;*/
  }
  .store-stock .main .product-info .product-select .size-select select {
    margin-bottom: 0;
  }

  /* area-select */
  .store-stock .area-select {
    padding: 20px 0;
  }
  .store-stock .area-select .narrow-down {
    margin-bottom: 20px;
  }
  .store-stock .area-select .narrow-down select {
    /*width: 100%;*/
  }
  .store-stock .area-select .area {
    margin-bottom: 20px;
  }
  .store-stock .area-select .area .title {
    padding: 10px 0;
    font-size: 15px;
  }
  .store-stock .area-select .area ul.store-lists li .store-info,
  .store-stock .area-select .area ul.store-lists li .stock {
    font-size: 14px;
  }
}

/* SP */
@media ( max-width: 600px ) {
  .store-stock .main .product-info {
    margin: 20px 0 6px;
  }
  .store-stock .main .product-info .product {
    width: 40%;
    margin-right: 3%;
  }
  .store-stock .main .product-info .product-detail {
    float: left;
    width: 57%;
    font-size: 11px;
    border: none;
  }
  .store-stock .main .product-info .product-select {
    clear: both;
    padding: 20px 0 0;
    margin: 10px 0;
  }
  .store-stock .main .product-info .product-select select {
    width: 100%;
    margin: 0 0 10px;
  }
  .store-stock .area-select .narrow-down select {
    width: 100%;
  }
  .store-stock .main .product-info .detail-area {
    width: 100%;
    float: none;
  }
}
