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

/*------------------------------------------------------------
	レイアウト調整
------------------------------------------------------------*/

#contsBody div.oneHalf div.scrollArea {
	padding: 0 0 30px;
}
	
@media only screen and (min-width:737px) {

	#contsBody div.oneHalf {
		width: 530px;
		padding: 0 30px 0 0;
		margin-right: 60px;
	}
	
	#contsBody div.oneHalf:nth-child(2n) {
		width: 530px;
		padding: 0;
		margin-right: 0;
	}

}

/*------------------------------------------------------------
	商品画像
------------------------------------------------------------*/

div#fullImg {
	margin-bottom: 10px;
}

div#thumbArea {
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

div#thumbArea ul li {
	width: 60px;
	margin-right: 6px;
	float: left;
}

div.contsBody .scrollArea .scrollWrap02 {
  height: 100%;
}


ul.socialBtn {
	display: none;
}

@media only screen and (min-width:737px) {
	
	div#thumbArea {
		width: 500px;
	}
	
	div#fullImg {
		width: 500px;
		margin-bottom: 20px;
	}
	
	div#thumbArea ul li {
		width: 92px;
		height: 110px;
		overflow: hidden;
		margin: 0 10px 10px 0;
	}
	
	div#thumbArea ul li:nth-child(5n) {
		margin-right: 0;
	}
	
	div.oneHalf .scrollArea .scrollWrap02 {
    	width: 500px!important;
    }
	    
	ul.socialBtn {
		display: block;
		margin: 30px 0 60px;
	}
	
	ul.socialBtn li {
		display: inline-block;
		height: 20px;
		margin: 0 3px;
	}
	
	ul.socialBtn li iframe {
		height: 20px!important;
	}
	
	ul.socialBtn li:last-child {
		margin-right: 0;
	}
	
}


/*------------------------------------------------------------
	商品説明（カラーミーシステム）
------------------------------------------------------------*/

p.itemNumber {
	font-size: 1rem;
}

h2 {
	font-size: 1.4rem;
	line-height: 1.6;
	border-bottom: none;
	letter-spacing: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul.itemPrice li {
	display: inline-block;
	font-weight: 500;
	margin-right: 10px;
}

ul.itemPrice li:last-child {
	margin-right: 0;
}

ul.itemPrice li.retail {
	font-size: 1.3rem;
	color: #9B9B9B;
}

ul.itemPrice li.retail span {
	font-size: 1.1rem;
}

ul.itemPrice li.onsale {
	font-size: 1.4rem;
	color: #C44584;
}

ul.itemPrice li.onsale span {
	font-size: 1.4rem;
}

p.point {
	font-size: 1.1rem;
	font-weight: 600;
	color: #9b9b9b;
}

div.optionBox {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 0 10px;
	margin: 10px 0 20px;
}

div.optionBox dl dt {
	display: inline-block;
	min-width: 60px;
	font-weight: 600;
	padding: 0 20px 10px 5px;
}

div.optionBox dl dd {
	display: inline-block;
	padding: 0 0 10px;
	position: relative;
}

@media only screen and (max-width:736px) {
	div.optionScroll {
		width: 100%;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	
	div.optionBox table#option_tbl th,
	div.optionBox table#option_tbl td {
		white-space: nowrap;
	}

}

/*オプションテーブル表示*/
div.optionBox table#option_tbl {
	width:100%;
	margin-bottom: 10px;
}

div.optionBox table#option_tbl th,
div.optionBox table#option_tbl td {
	display: table-cell;
	font-size: 1rem;
	text-align: center;
	border: 1px solid #ddd;
	vertical-align: middle;
	padding: 5px 5px 3px;
}

div.optionBox table#option_tbl th {
	background: #f9f9f9;
	font-weight: 600;
}

div.optionBox table#option_tbl td span {
	font-size: 1rem;
	line-height: 2.4;
}

div.optionBox table#option_tbl td span.table_price {
	color: #515151;
}

input[type="text"].naire {
	background: #fff;
	height: 34px;
	border: 1px solid #ddd;
	padding: 8px 12px;
	display: inline-block;
}
	
input[type="text"].amount {
	background: #fff;
	width: 54px;
	height: 34px;
	border: 1px solid #ddd;
	padding: 8px 12px;
	display: inline-block;
}

a.numberUp {
	font-size: 1.2rem;
	color: #000;
	position: absolute;
	top: 0;
	right: -20px;
}

a.numberDown {
	font-size: 1.2rem;
	color: #000;
	position: absolute;
	bottom: 10px;
	right: -20px;
}

/*カートに入れるボタン*/
div.cartBtn {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

div.cartBtn:first-of-type {
	border-bottom: none;
	margin-bottom: 10px;
}

div.cartBtn button {
	display: block;
	background: #FF9800;
	color: #fff;
	width: 100%;
	max-width: 330px;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 46px;
	border: none;
	margin: 0 auto;
	position: relative;
}

div.cartBtn button:after {
	background: url('https://file002.shop-pro.jp/PA01395/798/img/item/icon_cart.svg') left top no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	content:'';
	position: absolute;
	top: 17px;
	right: 80px;
}

div.cartBtn button.disabled {
	background: #f1f1f1;
	color: #999;
}

div.soldOut {
	width: 100%;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	color: #C44584;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	margin: 20px 0;
}

ul.linkBtn {
	margin-bottom: 20px;
}

ul.linkBtn li {
	width: 30%;
	float: left;
	text-align: center;
	margin-right: 1%;
}

ul.linkBtn li:nth-child(2) {
	width: 38%;
}

ul.linkBtn li:last-child {
	margin-right: 0;
}

ul.linkBtn li a {
	display: block;
	font-size: 0.9rem;
	color: #000;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid #ddd;
}

p.optionLink a {
	display: block;
	font-size: 1rem;
	color: #495575;
	text-decoration: underline;
	margin-bottom: 15px;
}

/*組み合わせ購入*/

div#pickupArea {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-top: 20px;
}

div#pickupArea div.oneThird {
	width: 32%;
	margin-right: 2%;
}

div#pickupArea div.oneThird:nth-child(3n) {
	margin-right: 0;
}

div#pickupArea figure {
	margin-bottom: 5px;
}

div#pickupArea dl dt {
	line-height: 1.6;
}

div#pickupArea dl dt a {
	font-size: 1.1rem;
	font-weight: 600;
	color: #000;
}

@media only screen and (min-width:737px) {
	
	p.itemNumber {
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	
	h2 {
		font-size: 1.8rem;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	
	ul.itemPrice {
		margin-bottom: 10px;
	}

	ul.itemPrice li.retail {
		font-size: 1.6rem;
	}
	
	ul.itemPrice li.retail span {
		font-size: 1.1rem;
	}
	
	ul.itemPrice li.onsale {
		font-size: 2rem;
	}
	
	ul.itemPrice li.onsale span {
		font-size: 1.3rem;
	}

	div.optionBox {
		border-top: none;
		padding: 30px 0 10px;
		margin: 0 0 30px;
		position: relative;
	}
	
	div.optionBox table#option_tbl th,
	div.optionBox table#option_tbl td,
	div.optionBox table#option_tbl td span {
		font-size: 1.1rem;
	}
	
	div.optionBox table#option_tbl tr.stock_head th {
		padding: 10px 0;
	}

	div.optionBox dl dt {
		min-width: 90px;
		padding: 0 20px 20px;
	}
	
	div.optionBox dl dd {
		padding: 0 0 20px;
	}
	
	p.optionLink a {
		display: block;
		font-size: 1.2rem;
		margin-bottom: 30px;
	}
	
	p.optionLink a:hover {
		color: #7181AD;
	}
	
	input[type="text"].naire {
		height: 42px;
		padding: 8px 17px;
	}
			
	input[type="text"].amount {
		width: 60px;
		height: 42px;
		padding: 8px 17px;
	}
	
	a.numberUp {
		top: 2px;
	}
	
	a.numberDown {
		bottom: 22px;
	}
	
	div.cartBtn {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	
	div.cartBtn button {
		max-width: 380px;
		font-size: 1.5rem;
		line-height: 52px;
	}
	
	div.cartBtn button:after {
		top: 20px;
		right: 100px;
	}
	
	div.cartBtn button:hover {
		cursor: pointer;
		opacity:0.7;
	}
	
	div.soldOut {
		font-size: 1.6rem;
		padding: 20px 0;
		margin: 30px 0;
	}
	
	ul.linkBtn {
		margin-bottom: 60px;
	}
	
	ul.linkBtn li a {
		font-size: 1.2rem;
		line-height: 40px;
	}
	
	ul.linkBtn li a:hover {
		background: #000;
		color: #fff;
		border: 1px solid #000;
	}
	
	div#pickupArea {
		padding-top: 50px;
		margin-top: 50px;
	}
	
	div#pickupArea div.oneThird {
		width: 350px;
		height: auto;
		margin-right: 35px;
	}
	
	div#pickupArea dl dt a {
		font-size: 1.4rem;
	}
	
}

/*------------------------------------------------------------
	商品詳細
------------------------------------------------------------*/

div#itemDetail {
	width: 100%;
	margin-bottom: 20px;
	max-width: 730px;
	margin: 0 auto;
}

div#itemDetail dl.dlBorder {
	width: 100%;
}

div#itemDetail dl.dlBorder dt {
	font-size: 1.4rem;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}

div#itemDetail dl.dlBorder dd {
	line-height: 1.8;
	border-bottom: 1px dotted #ccc;
	padding: 20px 0 15px;
}

div#itemDetail p.pBorder {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 20px 0 15px;
}

div#itemDetail a {
	text-decoration: underline;
}

div#itemDetail img {
	max-width: 100%;
	height: auto;
}

div#itemDetail img.alignCenter {
	margin: 0 auto;
}

@media only screen and (min-width:737px) {
	
	div#itemDetail dl.dlBorder dt {
		font-size: 1.7rem;
	}

	div#itemDetail dl.dlBorder dd {
		padding: 30px 0 25px;
	}

}
/*------------------------------------------------------------
	サイズガイド
------------------------------------------------------------*/

table.sizeChart {
	width: 100%;
	margin: 10px 0 20px;
	border-bottom: 1px solid #ddd;
}

table.sizeChart caption {
	font-weight: 600;
	color: #000;
	text-align: left;
	margin-bottom: 5px;
}

table.sizeChart thead th {
	background: #f9f9f9;
	display: table-cell;
	font-weight: 500;
	text-align: center;
	color: #000;
	border: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

table.sizeChart thead th.w28 {
	width: 25%;
}

table.sizeChart tbody td {
	display: table-cell;
	border: none;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
}

table.sizeChart tbody tr td:first-child {
	font-weight: bold;
	color: #000;
	width: 16%;
}

table.sizeChart tbody tr td:first-child span {
	display: block;
	font-size: 0.9rem;
}

.item_detail_img{
    width: 720px;
    margin: 40px auto 40px;
}

div#itemDetail .to-cart-bt{
    display: block;
    background: #FF9800;
    color: #fff;
    width: 100%;
    max-width: 330px;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 46px;
    border: none;
    margin: 50px auto;
    position: relative;
    text-align:center;
    text-decoration:none;
}

@media only screen and (min-width:737px) {
	
	table.sizeChart {
		margin: 0 0 30px;
	}
	
	table.sizeChart:last-child {
		margin-bottom: 0;
	}
	
}

/*------------------------------------------------------------
	バナー
------------------------------------------------------------*/

div.halfBnr img {
	margin-bottom: 10px;
	
}

@media only screen and (min-width:737px) {
	
	div.halfBnr li {
		width: 540px;
		height: 120px;
		float: left;
		margin: 0 40px 0 0;
	}
	
	div.halfBnr li:nth-child(2n) {
		margin-right: 0;
	}
	
}

/*------------------------------------------------------------
	エラーメッセージ
------------------------------------------------------------*/

div.erroMsg {
	width: 100%;
	border: 1px solid #ddd;	
	margin-bottom: 30px;
}

div.erroMsg p {
	font-weight: 500;
	text-align: center;
	padding: 80px 0;
}

@media only screen and (min-width:737px) {
	
	div.erroMsg {
		margin-bottom: 60px;
	}
		
	div.erroMsg p {
		padding: 160px 0;
	}

}
