/* デフォルトそのまま
------------------ */
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.product-order-exp table{
  border:1px solid #ccc;
  width:100%;
  font-size:16px;
  text-align:center;
}

.product-order-exp table caption{
  background:#caca97;
  color:#f00;
  padding:3px 0;
  font-weight:bold;
}

.product-order-exp table th{
  border:1px solid #ccc;
  padding: 5px;
  text-align:right;
}

.product-order-exp table .tr_midashi th{
  background:#000;
  color:#fff;
  text-align:center;
}

.product-order-exp table td{
  border:1px solid #ccc;
  padding: 5px;
}

/* 見出し上書き
------------------ */
#product_main_title{
	background:none;
}

#product_main_title span{
	padding: 0;
}

/* 商品画像
------------------ */
#product_image_column{
	margin-bottom: 3rem;
}

/* メイン画像 */
#product_image_main{
	text-align: center;
}

#product_image_main .bx-wrapper{
	margin: 0 auto 10px auto;
}

#product_image_main .bx-wrapper .bx-viewport{
	-webkit-box-shadow: none;
	box-shadow: none;
}

#product_image_main .bxslider li{
	height: auto;
	width: 100%;
}

#product_image_main .bxslider .product_image{
	margin:0 auto;
}

#product_image_main .bx-wrapper .bx-controls-direction a{
	opacity: 0;
}

#product_image_main .bx-wrapper .bx-controls-direction a:hover{
	opacity: 0.5;
}

/* サムネイル */
#product_image_thumb li{
	position: relative;
}

#product_image_thumb li:before{
	content:"";
	display: block;
	padding-top: 100%;
}

.product_image_thumb_inner{
	border: 1px solid #ccc;
	margin: 0 5px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.product_image_thumb_inner img{
	max-width: 98%;
	max-height: 98%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

@media print, screen and (min-width: 768px){
#product_info_wrap{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#product_image_column{
	width: 350px;
}
}

/* 商品情報
------------------ */
#product_info{
	margin-bottom: 2rem;
}

#product_info table{
	text-align: left;
}

#product_info th{
	background: #eeece9;
	width: 25%;
	min-width: 4em;
	line-height: 1.7;
	padding: 10px;
}

#product_info td{
	line-height: 1.7;
	padding: 10px;
}

/* 商品価格 */
.product_info_price_sales{
	font-size: 112.5%;
}

/* 情報表の中のオプション項目 */
.product_info_optv:after{
	content: " / ";
	color: #999;
}

.product_info_optv:last-child:after{
	display: none;
}

/* 商品関連リンク
------------------ */
#product_info_link{
	margin-bottom: 2rem;
}

@media print, screen and (min-width: 768px){
#product_info_column{
	width: 290px;
}

#product_info table, #product_info_link{
	font-size: 87.5%;
}
}

/* 名入れ機能
------------------ */
#product_buy_name{
	margin-bottom: 2.5rem;
}

/* 購入部分オプション
------------------ */
#product_buy_option{
	margin-bottom: 1.5rem;
}

.product_buy_option_title{
	margin-bottom: 0.5rem;
	color: #634214;
}

#product_buy_option .product_buy_option_title span:after{
	content: "、";
}

#product_buy_option .product_buy_option_title span:last-child:after{
	content: "";
}

/* オプションテーブル */
#prd-opt-table table{
	border-radius: 0;
	font-size: 87.5%;
}

#prd-opt-table th{
	text-align: center;
	line-height: 1.7;
	background: #f0f0f0;
}

#prd-opt-table td{
	text-align: center;
	line-height: 1.7;
}

#prd-opt-table td.cell_2 > div{
	margin-bottom: 5px;
}

#product_buy_option #prd-opt-table th,#product_buy_option #prd-opt-table td{
	padding: 2px;
}

#product_buy_option #prd-opt-table td labe{
	margin-bottom: 0;
}

/* 購入
------------------ */
#product_buy_order{
	margin-bottom: 3rem;
}

/* 商品説明
------------------ */
#product_exp{
	margin-bottom: 5rem;
}

/* 説明内table（サイズ表） */
#product_exp table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-top: none;
	text-align: center;
}

#product_exp caption{
	background: #caca97;
	color: #f60000;
	padding: 8px 0 4px 0;
}

#product_exp th{
	padding: 5px;
	text-align: center;
}

#product_exp td{
	padding: 5px;
}

#product_exp tr.tr_midashi{
	background: #000;
	color: #fff;
}

/*eof*/