.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.pankuzu_lists{
  margin-bottom: 16px;
}
.product {
  margin-bottom: 40px;
}
.top-area {
  margin-bottom: 32px
}
.top-info {
  display: inline-block;
  float: left;
  font-size: 138%;
  padding-top: 16px;
  font-weight: bold;
}
.top-info li {
  display: inline-block;
}
.top-info li small {
  font-size: 70%;
}
.top-info li:nth-child(2) {
  color: red;
  padding-left: 40px;
  position: relative;
  margin-left: 10px;
}
.top-info li:nth-child(2)::before {
  width: 30px;
  height: 1px;
  background: #aaa;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}

.top-link {
  float: right;
}
.top-link a {
  margin: 0;
  padding: 16px 32px;
  background: red;
}

.product_area_left {
  float: left;
  padding: 0;
}
.product_area_right {
  float: right;
  padding: 0;
}
.product_social_lists {
    text-align: center;
    line-height: 0;
}
.oshieru {
  overflow: hidden;
}
.oshieru li {
  float: left;
  width: 50%;
  padding: 2%;
}
.oshieru li a {
  display: inline-block;
  background: #f6f6f6;
  width: 100%;
  padding: 16px 8px;
  text-align: center;
  border-radius: 3px;
  font-size: 117%;
  font-weight: bold;
}
.oshieru li a i {
  color: #f6ad09;
  font-size: 20px;
  margin-bottom: 8px;
}
.oshieru li a:hover {
  color: #fff;
  background: #f6ad09;
}
.oshieru li a:hover i {
  color: #fff;
}
.detail-ttl {
  background: #f6ad09;
  text-align: left;
  font-size: 150%;
  padding: 16px;
  font-weight: normal;
  margin-top: 32px;
  letter-spacing: 3px;
  border-left: 5px solid #3f3634;
  border-radius: 3px;
}
.detail-ttl span {
  display: block;
  font-size: 60%;
  font-weight: bold;
  margin-top: 6px;
  float: right;
  letter-spacing: 1px;
}
.product_panel.active {
  display: block;
}
.product_panel_image,
.product_panel_review {
  text-align: center;
}

.product_belong_lists {
  margin: 40px 0 20px;
  font-size: 14px;
}
.product_belong_list {
  padding: 0 2px;
}
.product_belong_list:first-child {
  padding: 0 2px 0 0 ;
}
.product_belong_list a {
  background: #f6ad09;
  padding: 4px 16px;
  display: inline-block;
  border-radius: 3px;
}
  #cart-area-wrap {
    padding-top: 150px;
    margin-top: -150px;
  }

#cart-area {
  padding: 56px;
  border: 5px solid #f6ad09;
  border-bottom: 5px solid #f6ad09;
  margin-bottom: 72px;
}
.product_name {
  margin-bottom: 20px;
  font-size: 28px;
}
.product_model {
  margin: 0;
  font-size: 10px;
}

.product_img {
  margin-bottom: 24px;
}
.product_img_main {
    height: 550px !important;
    display: block;
    background: #f6f6f6;
    padding: 16px;
    margin-bottom: 24px;
    border: 1px solid #ccc;
}
.product_img_main img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-height: 520px !important;
}
.product_img_thumb li {
  margin-right: 8px;
  padding: 0;
  width: auto;
}

.product_img_thumb_img {
  width: auto;
  border: 1px solid #ccc;
  padding: 8px;
  max-width: 144px !important;
}
.thumb_active {
  border: 1px solid #333;
}

.together_product_lists {
  margin-top: 20px;
  font-size: 12px;
}
.together_product_list {
  text-align: center;
}

.product_price_area {
  margin: 20px 0 0;
}
.product_regular_price {
  margin: 0 0 5px;
  font-size: 12px;
}
.product_price {
  color: red;
  font-weight: bold;
  font-size: 24px;
}
.product_price_discount {
  color: #cf0400;
}
.product_discount_rate {
  color: #cf0400;
  font-size: 20px;
}
.product_price_establish {
  margin: 0;
  font-size: 10px;
}
.product_stock_str {
  margin: 20px 0 0;
  font-size: 12px;
}
#product_detail_area {
  float: left;
}
.product_cart_area {
  background-color: #eee;
  padding: 24px;
  font-size: 12px;
  float: right;
  border-radius: 3px;
  width: 50%;
}
.product_cart_table_box {
  margin-top: 20px;
  background-color: #fff;
  font-size: 12px;
}
.product_cart_table_box label {
  font-size: 12px;
}
.product_cart_select_box {
  margin: 5px 0;
}
.product_cart_select_name {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 150%;
    display: inline-block;
    float: left;
}
.product_cart_select {
  border: 1px solid #333;
  height: 40px;
}
.text-titles-list__unit {
  margin: 5px 0;
}
.text-titles-list__unit dl {
  margin: 0;
}
.text-titles-list__name {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: normal;
}
.text-titles-list__detail-text {
  border: 1px solid #333;
  height: 40px;
}
.product_cart_order {
  margin: 5px 0;
}
.product_cart_init_num {
  width: 20%;
  height: 36px;
  text-align: right;
  float: left;
  margin-left: 16px;
  font-size: 18px;
}
.product_cart_unit {
  float: left;
  padding-top: 12px;
  padding-left: 20px;
}
.product_cart_init {
  display: none;
}

.sizeguide_table_box {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 20px;
}

.sizeguide_table {
  margin: 20px 0;
}

.btn-addcart,
.btn-reviews {
  border: none;
  margin-top: 30px;
  padding: 24px 0;
  cursor: pointer;
  background-color: #333;
  font-size: 18px;
  color: #fff;
  *background-color: #333;
  letter-spacing: 0.1em;
}

.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active,
.btn-reviews:hover,
.btn-reviews:focus,
.btn-reviews:active {
  background-color: #666;
  color: #fff;
  *background-color: #666;
}
.btn-addcart i,
.btn-addcart-quick i,
.btn-reviews i {
  margin-right: 5px;
  vertical-align: -25%;
}
.product_panels {
  margin-bottom: 72px;
}
.btn-addcart-quick,
.btn-membersonly {
  margin-top: 20px;
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.btn-addcart-quick {
  border: none;
  background-color: #007fff;
  color: #fff;
  *background-color: #007fff;
}
.btn-addcart-quick:hover,
.btn-addcart-quick:focus,
.btn-addcart-quick:active {
  background-color: #4ca5ff;
  color: #fff;
  *background-color: #4ca5ff;
}
.btn-addcart {
  font-weight: bold;
  background: red;
}
.btn-addcart:hover {
  background: #ce0000;
}
.btn-soldout {
  border: none;
  margin-top: 20px;
  padding: 18px 12px;
  background-color: #cf0400;
  font-size: 18px;
  color: #fff;
  *background-color: #cf0400;
  letter-spacing: 0.1em;
}
.btn-soldout.disabled,
.btn-soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.btn_pis_width,
.btn_revies_width {
  width: 300px;
}

.stock_error {
  margin: 0;
  text-align: center;
  color: #cf0400;
}

.product_related_lists {
  margin: 20px 0 0;
  font-size: 12px;
}
.product_related_lists_review {
  margin: 30px 0 0;
}
.product_related_list {
  padding: 2px 0;
}

.product_related_lists i {
  vertical-align: -40%;
}

.product_explain,
.product_img_sub,
.product_reviews {
  line-height: 1.8;
  margin-top: 32px;
  font-size: 108%;
}

.product_img_sub li {
  text-align: center;
  padding-bottom: 10px;
}

.product_text_not {
  text-align: center;
  background: #f2f2f2;
  padding: 16px !important;
  display: block;
  margin-top: 24px;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
  line-height: 1.2;
}

.icon_star {
  float: left;
  /* 星10個での設定は下記を有効にする */
  /*
  width: 150px;
  */
  /* 星5個での設定は下記を有効にする */
  width: 75px;
  overflow: hidden;
}

.icon_star img {
  max-width: inherit;
}

.review_poster li {
  float: left;
  margin-left: 10px;
}

.review_poster li {
  list-style: none;
}

.reviewlist:first-child {
  border-top: none;
}

.reviewlist {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  text-align: left;
}

.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.review_img {
  float: right;
  margin: 0 0 10px 10px
}

.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}

.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
}
p.soryo {
    padding-top: 16px;
}
@media (min-width: 980px) {
  .product_area_left,
  .product_area_right {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .product_explain,
  .product_img_sub,
  .product_reviews {
    padding: 0 1%;
  }
}

@media (max-width: 980px) {
  .contents_detail {
    width: 100%;
    float: none;
    padding: 0;
  }

  .product_area_left,
  .product_area_right {
    padding-right: 1%;
    padding-left: 1%;
  }
}

@media (max-width: 768px) {
  .product_area_right {
    float: none;
    padding: 0;
  }

  .product_detail_area,
  .product_social_lists {
    padding: 0 10px;
  }
  .product_tab a {
    font-size: 12px;
  }
  .product_explain,
  .product_img_sub {
    font-size: 12px;
    padding: 0 10px 60px;
  }
  .product_reviews {
    font-size: 12px;
    padding: 0 10px 20px;
  }
  .product_reviews_btn {
    padding-bottom: 60px;
  }
  .together_product_lists {
    padding: 0 10px 30px;
  }

  .btn_pis_width,
  .btn_revies_width {
    width: 100%;
  }

  /* detail */
  .top-info {
    font-size: 100%;
    float: none;
    text-align: center;
    margin: 0 auto 20px;
    display: block;
    padding: 0;
  }
  .top-info li {
    display: block;
    padding: 4px 20px;
  }
  .top-info li:nth-child(2)::before {
    display: none;
  }
  .top-info li:nth-child(2) {
    padding-left: 0;
    margin-left: 0;
  }
  .top-link {
    float: none;
    margin: 0 20px;
  }
  .product_area_left,
  .product_area_right {
    padding: 0 20px;
  }
  .product_img_main {
    height: 320px !important;
    padding: 8px
  }
  .product_img_main img {
    max-height: 300px !important;
  }
  .product_panels {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .detail-ttl {
    font-size: 130%;
    padding: 12px;
  }
  .product_explain,
  .product_img_sub,
  .product_reviews {
    margin-bottom: 16px;
    padding: 0 0 40px !important;
    font-size: 13px !important;
  }
  .product_img {
    margin-bottom: 0;
  }
  .product_img_thumb li {
    width: 64px;
    overflow: hidden;
    height: 64px;
    display: inline-block;
    margin: 0 0 4px 4px;
  }
  .product_img_thumb li img {
    max-width: 100% !important;
    height: auto;
  }
  #cart-area-wrap {
    padding-top: 90px;
    margin-top: -90px;
  }

  #cart-area {
    padding: 20px;
    border-left: 0;
    border-right: 0;
    margin-bottom: 40px;
  }
  #product_detail_area {
    float: none;
    margin-bottom: 24px;
    padding: 0;
  }
  .product_cart_area {
    float: none;
    width: 100%;
  }
  .product_related_lists {
    font-size: 11px;
  }
  .product_price {
    font-size: 20px;
  }
  .product_name {
    font-size: 24px;
  }
}

.side {
  width: 940px;
  float: none;
  margin: 0 auto;
}
.side_banner_list {
  width: 220px;
  float: left;
  margin: 0 20px 20px 0;
}
.side_banner_list:nth-last-child(-n+4) {
  margin: 0 20px 0 0;
}
.side_banner_list:nth-child(4n) {
  margin: 0 0 20px;
}
.side_banner_list:last-child {
  margin: 0;
}

@media (max-width: 768px) {
  .side {
    width: 100%;
  }
  .side_banner_list,
  .side_banner_list:nth-last-child(-n+4),
  .side_banner_list:nth-child(4n)  {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
}