.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 0;
  border-bottom: 1px solid #ddd;
}
.store-stock .main .product-info {
  overflow: hidden;
  margin-top: 40px;
}
.store-stock .main .product-info .product {
  width: 20%;
  float: left;
  margin-right: 3%;
}
.store-stock .main .product-info .product img {
  max-width: 100%;
}
.store-stock .main .product-info .detail-area {
  width: 75%;
  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 .attention {
  margin: 0 0 40px;
}
.store-stock .attention p {
  margin-bottom: 5px;
  color: #e9381a;
}

/* 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;
}

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

  /* main */
  .store-stock .main .wrap {
    padding: 20px 0 0;
  }
  .store-stock .main .product-info {
    margin: 20px 0 10px;
  }
  .store-stock .main .product-info .product {
    width: 100%;
  }
  .store-stock .main .product-info .detail-area {
    width: 100%;
  }
  .store-stock .main .product-info .product-detail {
    font-size: 14px;
    border-bottom: none;
    padding-bottom: 0;
    width: 100%;
  }
  .store-stock .main .product-info .product-detail .attention {
    font-size: 15px;
  }
  .store-stock .main .product-info .product-detail .name {
    margin: 8px 0;
  }
  .store-stock .main .product-info .product-select {
    padding-top: 10px;
    margin-bottom: 0;
  }
  .store-stock .main .product-info .product-select select {
    margin: 0 0 12px;
    min-width: 100%;
  }

  /* area-select */
  .store-stock .area-select {
    padding: 20px 0;
  }
  .store-stock .area-select .narrow-down {
    margin-bottom: 20px;
  }
  .store-stock .area-select .area {
    margin-bottom: 20px;
  }
  .store-stock .area-select .area .title {
    padding: 15px 0;
  }
}
