.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

/* 商品紹介サムネイル
-------------------------*/
element.style {
    height: 103.067px;
}
.product-image {
  padding:35px;
  background-color:#f4f4f4;
  margin-bottom: 20px;
}
.product-image-main {
  float:left;
  width: 80%;
  padding-left: 1%;
    padding-right: 1%;
}
.product-image-main img {
  pointer-events: none;
}
.product-image-thumb {
  float:right;
}
.product-image-thumb li {
    cursor: pointer;
    float: left;
    margin: 0 0 5px;
}

.product-order-exp {
  margin:0;
  clear:both;
  padding-top:30px;
  padding-bottom:10px;
}

/* 商品補足画像
-------------------------*/
img.subimg {
  width:80%;
  margin-left: 1%;
}

/* 価格表
-------------------------*/
.priceBox {
  display:block;
  margin: 0 0 1em 0;
  font-size:1.3em;
}
/* お問い合わせフォームへ
-------------------------*/
a.btnContact {
  display:block;
  padding: 0.5em 1em;
  background-color:#70625b;
  color:#ffffff;
  border-radius:3px;
  -webkit-border-radius: 3px;
 -moz-border-radius: 3px;	
  text-align:center;
}
a.btnContact:hover {
  text-decoration:none;
   background-color:#887b75;
}

/* サイズ表
-------------------------*/
table.size {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width:100%;
}
table.size th, table.size td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
    line-height: 20px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}

/* 商品スペック表
-------------------------*/
.product_spec_block {
  margin:0 0 3em 0;
}
.product_spec_block table {
    width: 50%;
}
.product_spec_table {
}
.product_option_table table {
    border-collapse: collapse;
    border-spacing: 0;
}
.product_spec_table th {
    width: 20%;
  text-align: left;
}
.product_spec_table th {
  font-size:0.8em;
}
.product_spec_table td {
    width: 80%;
}
.product_spec_table td {
    overflow: hidden;
    padding-bottom: 0.4em;
    padding-top: 0.4em;
}
.itemAsk{
  font-size:80%;
  margin-top:5px;
}
/* 数量入力
-------------------------*/
.product-order {
  text-align:left;
}
.input-prepend.input-append input {
    font-size: 18px;
    padding-bottom: 6px;
    padding-top: 5px;
    text-align: right;
    width: 114px;
}
.input-append, .input-prepend {
    display: inline-block;
    font-size: 0;
    margin: 0 0 10px 6px;
    vertical-align: middle;
    white-space: nowrap;
}
select {
    width: auto;
}
/* 購入ボタン
-------------------------*/
.btn-lg {
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.65;
    padding: 8px 16px;
}
.btn {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 4px 2px;
    text-align: center;
    vertical-align: middle;
}
.btn-by {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 0;
    padding: 8px 25px;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 980px) {
  /* ~980px */
}

@media (max-width: 768px) {
  /* ~768px */
}

@media (max-width: 480px) {
  /* ~480px */
  
  .product-image {
  padding:10px;
  margin-bottom: 20px;
  }
  .product-image-main {
  float:none;
  width: 98%;
  }
  .product-image-thumb {
  float:none;
  padding-top:10px;
    width: 100%;
  }
  .product-image-thumb ul {
  float:none;
  text-align:center;
    margin-left: 19%;
  }
  .product-image-thumb li {
   display:inline;
   float: left;
   margin: 0 0 5px;
    width:28%;
  }
  img.subimg {
    margin-left: 1%;
    width: 98%;
}
}

