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

#product {
	padding-top: 30px;
	padding-bottom: 30px;
}
#product .product-image li+li {
	float: left;
	width: 20%;
}
#product .product-image li:nth-child(5n+2) {
	clear: both;
}
@media only screen and (min-width:769px){
	#product .product-image {
		margin-left: 85px;
	}
}

/* 購入テーブル */
.product-order-exp table.table.table-bordered,
.product-order-exp table.table.table-bordered * {
	border: none;
	border-radius: 0 !important;
}
.product-order-exp table.table.table-bordered {
	border-top: 1px solid #666666;
}
.product-order-exp table.table.table-bordered th,
.product-order-exp table.table.table-bordered td {
	padding: 15px;
	border-bottom: 1px solid #666666;
}
.product-order-exp table.table.table-bordered th:before {
	float: right;
	content: ":";
}
/* ボタン */
.btn_truck a {
	display: block;
	padding: 10px 0;
	background: #E6E6E6;
	color: #000;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
.btn_truck a img {
	margin-right: 10px;
	vertical-align: middle;
}
/* カートボタン */
.product-order .disable_cartin a {
	display: inline-block;
	text-decoration: none;
}
.product-order .disable_cartin a,
.product-order .disable_cartin .btn.btn-lg.btn-addcart {
	padding: 10px 30px;
	background: #E6E6E6;
	border: none;
	border-radius: 0;
	color: #000;
	font-size: 18px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.product-order .disable_cartin a img,
.product-order .disable_cartin .btn.btn-lg.btn-addcart img {
	margin-right: 10px;
	vertical-align: middle;
}
/* 購入手続きボタン（ページ下部） */
.product-order .disable_cartin2 a {
	display: inline-block;
	text-decoration: none;
}
.product-order .disable_cartin2 a,
.product-order .disable_cartin2 .btn.btn-lg.btn-addcart {
	padding: 10px 30px;
	background: #E6E6E6;
	border: none;
	border-radius: 0;
	color: #000;
	font-size: 18px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.product-order .disable_cartin2 a img,
.product-order .disable_cartin2 .btn.btn-lg.btn-addcart img {
	margin-right: 10px;
	vertical-align: middle;
}
/* 商品詳細 */
#item_details {
	clear: both;
}
#item_details h3 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}
#item_details .col h3 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: left;
}
#item_details h4 {
	display: inline-block;
	margin: 30px 0 15px;
	padding: 5px 20px 2px;
	background: #E6E6E6;
	font-size: 16px;
	font-weight: normal;
}
#item_details dl.note {
	background: #E6E6E6;
}
#item_details dl.note dt {
	padding: 10px 15px;
	background: #000;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
}
#item_details dl.note dd {
	padding: 15px;
	margin: 0;
}
#item_details dl.note dd ul {
	overflow: hidden;
	margin: 0;
	margin-bottom: 15px;
}
#item_details dl.note dd ul li {
	float: left;
	width: 32%;
	list-style: none;
}
#item_details dl.note dd ul li+li {
	margin-left: 2%;
}
#item_details dl.note dd ul li img,
#item_details .photo img {
	width: 100%;
	height: auto;
}
#item_details ul.photo {
	overflow: hidden;
	margin: 0;
}
#item_details ul.photo li {
	float: left;
	margin-bottom: 20px;
	list-style: none;
}
#item_details ul.photo.w2 li {
	width: 48%;
}
#item_details ul.photo.w2 li:nth-child(2n) {
	float: right;
}
#item_details ul.photo.w3 li {
	width: 30%;
	margin-right: 5%;
}
#item_details ul.photo.w3 li:nth-child(3n) {
	margin-right: 0;
}

@media only screen and (min-width:769px){
	#item_details .txt {
		margin-left: 85px;
		margin-right: 85px;
	}
	#item_details dl.note {
		display: table;
		width: 100%;
	}
	#item_details dl.note dt,
	#item_details dl.note dd {
		display: table-cell;
		vertical-align: middle;
	}
	#item_details dl.note dd ul {
		float: right;
		width: 300px;
		margin-left: 15px;
	}
}
