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

/* slider */

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  left: 0px !important;
  height: auto !important;
}

/* 商品名回り */

.productNameBox {
  position: relative;
  width: 100%;
}

.productNameBox h2 {
  font-size: 26px;
  line-height: 1.5;
}

.productNameBox h2 .category {
  font-size: 13px;
  display: block;
}

.productNameBox .number {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 1;
  border: 1px #505050 solid;
  border-radius: 5px;
  padding: 3px 10px;
  white-space: nowrap;
  vertical-align: middle;
}

/* 商品画像 */

#productPicBox {
  position: relative;
  width: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  padding-bottom: 60px;
}

#productPicBox .bx-wrapper {
  position: relative;
  display: inline-block;
  width: 550px;
  margin: 0;
}

#productPics li { 
  height: 550px;
}

#productPicsPager {
  position: relative;
  display: inline-block;
  width: auto;
  height: 550px;
  margin-left: 1px;
}

.pagerList {
  position: relative;
  float: left;
  width: 118px;
  margin-left: 15px;
}

#productPicsPager .pagerList li {
  position: relative;
  width: 118px;
  height: 118px;
  box-sizing: border-box;
  border: 1px #b0b0b0 solid;
  margin-bottom: 26px;
}

#productPics li img,
#productPicsPager li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.pagerList:before,
.pagerList:after,
#productPicBox:before,
#productPicBox:after {
    content: " ";
    display: table;
}

.pagerList:after,
#productPicBox:after {
    clear: both;
}
.pagerList,
#productPicBox {
    *zoom: 1;
}

/* 商品説明 */

#explain {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 2;
}

#explain a {
  text-decoration: underline;
}

#explain img:not([style]) {
  display: block;
  margin: 20px auto;
}

#explain .detailText {
	margin-bottom: 40px;
}

#explain .explainText {
	font-size: 20px;
}

.detail {
  position: relative;
  width: 100%;
}

.detail thead th {
  background-color: #e1e1e1;
  font-size: 14px;
  line-height: 1;
  word-break: break-all;
  padding: 10px 0;
  border-left: 1px #b0b0b0 solid;
  text-align: center;
  vertical-align: middle;
}

.detail thead th:first-child {
  border: none;
}

.detail tbody tr td {
  font-size: 15px;
  line-height: 1.5;
  border-left: 1px #b0b0b0 solid;
  border-bottom: 1px #b0b0b0 solid;
  text-align: center;
  vertical-align: middle;
}

.detail tbody tr td:first-child {
  background-color: #fff7f5;
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 0;
  border-left: none;
  font-weight: bold;
}

/* ユーザー様の声 */

#CVoice {
	position: relative;
	width: 100%;
	border-top: 2px dotted #b0b0b0 ;
	border-bottom: 2px dotted #b0b0b0;
	padding: 30px 0 30px 0;
	margin-top: 50px; 
}

#CVoice h4 {
	font-size: 16px;
	color: #e73b87;
	text-align: center;
}

#CVoice p {
	font-size: 14px;
	padding: 30px 0 30px 0;
}

#CVoice p .CName{
	display: block;
	text-align: right;
}

/* 商品オプションのテーブル */

#prd-opt-table table {
  position: relative;
  border: none;
  border-radius: 0;
}

#prd-opt-table table tbody tr th,
#prd-opt-table table tbody tr td {
  border-radius: 0;
}

#prd-opt-table table tbody tr th {
  background-color: #fff7f5;
  font-size: 15px;
  line-height: 1.5;
  border-bottom: 1px #b0b0b0 solid;
  padding: 10px 0;
  border-left: none;
  text-align: center;
}

#prd-opt-table table tbody tr td {
  font-size: 15px;
  line-height: 1.5;
  border-top: none;
  border-left: 1px #b0b0b0 solid;
  border-bottom: 1px #b0b0b0 solid;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
}

#prd-opt-table table .stock_head td:first-child {
  border: none;
}

#prd-opt-table table tbody .stock_head td,
#prd-opt-table table tbody .stock_head th {
  background-color: #e1e1e1;
  font-size: 14px;
  line-height: 1;
  word-break: break-all;
  padding: 10px 0;
  border-left: 1px #b0b0b0 solid;
  text-align: center;
  vertical-align: middle;
  border-radius: 0px;
  border-bottom: none;
}

#prd-opt-table table .stock_head td:first-child {
  border: none;
}

/* カートに入れるボタン他 */

#productOrder {
  text-align: center;
}

.btn-addcart,
.btn-quick {
  border: none;
  outline: none;
  appearance: none;
  color: #FFFFFF;
  background-color: #e73b87;
  padding: 10px 0px;
  width: 250px;
  font-size: 16px;
  line-height: 1;
}

.hover .btn-addcart:hover,
.hover .btn-quick:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out 0s;
}

.btn-addcart:before,
.btn-quick:before {
  content: " ";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-image: url(https://img15.shop-pro.jp/PA01156/353/etc/icon_cart.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.btn-sold,
.btn-member {
  background-color: transparent;
  outline: none;
  appearance: none;
  color: #e73b87;
  border: 1px #e73b87 solid;
  padding: 10px 0px;
  width: 250px;
  font-size: 16px;
  line-height: 1;
}

/* 各種リンク */

#productLinkBox {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}

#productLinkBox a {
  text-decoration: underline;
}

@media (max-width: 768px) {

/* 商品名回り */

.productNameBox h2 {
  font-size: 5.2vw;
}

.productNameBox h2 .category {
  font-size: 2.6vw;
}

.productNameBox .number {
  font-size: 2.4vw;
  border-radius: 1vw;
  padding: 0.6vw 2vw;
}

/* 商品画像 */

#productPicBox {
  width: 100%;
  padding-bottom: 6vw;
}

#productPicBox .bx-wrapper {
  display: block;
  width: 100%;
  padding-bottom: 6vw;
}

#productPics li { 
  height: 90vw;
}

#productPicsPager {
  display: block;
  width: 100%;
  height: auto;
  margin-left: 0;
}

.pagerList {
  position: relative;
  float: none;
  width: 90vw;
  margin-left: 0;
  margin-bottom: 6vw;
}

#productPicsPager .pagerList li {
  float: left;
  width: 18vw;
  height: 18vw;
  margin-bottom: 0;
  margin-right: 6vw;
}

#productPicsPager .pagerList li:last-child {
  margin-right: 0;
}

/* 商品説明 */

#explain {
  padding-bottom: 12vw;
  font-size: 2.8vw;
}

#explain img:not([style]) {
  margin: 4vw auto;
}

#explain .detailText {
	margin-bottom: 8vw;
}

#explain .explainText {
	font-size: 4vw;
}

.detail thead th {
  background-color: #e1e1e1;
  font-size: 2.8vw;
  padding: 2vw 0;
}

.detail tbody tr td {
  font-size: 3vw;
}

.detail tbody tr td:first-child {
  background-color: #fff7f5;
  font-size: 3vw;
  padding: 2vw 0;
}

/* ユーザー様の声 */

#CVoice {
	padding: 6vw 0 6vw 0;
}

#CVoice h4 {
	font-size: 4vw;
}

#CVoice p {
	font-size: 4vw;
	padding: 6vw 0 6vw 0;
}

/* 商品オプションのテーブル */

#prd-opt-table table tbody tr th {
  font-size: 3vw;
  padding: 2vw 0;
}

#prd-opt-table table tbody tr td {
  font-size: 3vw;
  padding: 2vw 0;
}

#prd-opt-table table tbody .stock_head td,
#prd-opt-table table tbody .stock_head th {
  font-size: 2.8vw;
  padding: 2vw 0;
}

/* 各種リンク */

#productLinkBox {
  font-size: 3vw;
}

}