/* 番号 */
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
/* 商品画像 */
.product_image_thumb ul {
	list-style: none;
}
.product_image_thumb li {
	width: 96px;
}
.product_image_thumb li img {
	border: 1px solid #ccc;
	padding: 2px;
}
/* 説明文 */
.prd-opt-info {
	margin: 0 8px;
}
.prduct-option #prd-opt-select {
	margin: 0 8px;
}
.product-order-exp {
	border-bottom: 1px solid #666;
	padding-bottom: 20px;
}
table.product-table {
	border-bottom: 1px solid #666;
	margin: 30px 0;
	width: 40%;
	border-collapse: unset;
}
table.product-table td{
	border-top-color: #666;
}
table.pt-opt1 {
	width: 65%;
}
/* 調律笛 東雲 各調子表*/
table.sino-table {
	background-color: #f0e9da;
	margin-top: 20px;
	width: 80%;
}
table.sino-table td {
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
}
/* オプション表　ティーシャツサイズ表*/
#option_tbl.table {
	border-color: #999;
	margin-top: 10px;
}
#option_tbl.table th, #option_tbl.table td, .table.t-size th, .table.t-size td {
	text-align: center;
	font-weight: normal;
	border-left-color: #999;
	border-top-color: #999;
}
.table.t-size {
	border-color: #999;
	width: 80%;
}
.table.t-size th {
	background-color: #EEE;
}
/* 販売価格表 */
table.price-noopt {
	border-color: #999;
}
table.price-noopt tr td {
	border-left-color: #999;
	border-top-color: #999;
	text-align: center;
	padding: 8px 0;
}

table.price-noopt tr:nth-child(2) td {
	padding: 15px 0;
}
/* 名入れ説明文 */
.naire-info {
	border: 1px solid #999;
	margin: 30px 0 50px;
	width: 81%;
}
.naire-info h3 {
	color: #fff;
	font-size: 18px;
	background-color: #962224;
	margin: 0;
	padding: 10px 20px;
}
.naire-info h3 span {
	font-size: 16px;
}
.naire-info ul {
	margin: 20px 10px 20px 30px;
}
.naire-info ul li {
	margin-bottom: 10px;
}
/* カート */
.btn.btn-addcart {
	color: #fff;
	background-color: #333;
	border-radius: 10px;
}
.btn.btn-addcart:hover, .btn.btn-addcart:focus, .btn.btn-addcart:active, .btn.active.btn-addcart, .btn.disabled.btn-addcart, .btn[disabled].btn-addcart {
	background-color: #666;
}
.btn.btn-addcart span {
	font-size: 10px;
	margin-left: 10px;
        vertical-align: middle;
}
.input-append, .input-prepend {
	margin-bottom: 0;
}
.input-prepend.input-append input {
    height: 16px;
}
label, input, button, select, textarea {
    font-size: 11px;
}
/* オプション在庫切れ */
p.stock_error {
	color: #900;
	font-size: 14px;
}
/* cloud-zoom */
.input-prepend.input-append input {
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: right;
    width: 40px;
}

.cloud-zoom-lens {
    background-color: #fff;
    border: 4px solid #888;
    cursor: move;
    margin: -4px;
}
.cloud-zoom-title {
    background-color: #000;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 3px;
    position: absolute !important;
    text-align: center;
    top: 0;
    width: 100%;
}
.cloud-zoom-big {
    border: 3px solid #a63b52;
    overflow: hidden;
}
.cloud-zoom-loading {
    background: #222 none repeat scroll 0 0;
    border: 1px solid #000;
    color: white;
    padding: 3px;
}
.zoom-section {
    clear: both;
}
* html .zoom-section {
    clear: both;
    display: inline;
}
.zoom-small-image #wrap {
    position: relative;
    top: 0;
    z-index: 9999;
}
.cloud-zoom {
    margin-bottom: 20px;
}
.zoom-small-image .mousetrap {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.zoom-desc {
    clear: left;
    width: 100%;
}
a.cloud-zoom-gallery {
    cursor: pointer;
    display: block;
    float: left;
    height: autox;
    margin: 0 0 10px;
    width: 100%;
}
.zoom-tiny-image {
    border: 1px solid #ddd;
    height: auto;
    width: 98%;
}
.zoom-tiny-image.selected {
    background: #a63b52 none repeat scroll 0 0;
    border: 1px solid #a63b52;
}
.zoom-tiny-image:hover {
    border: 1px solid #a63b52;
}
a.gallery_last {
    margin-right: 0;
}
/* レシポンシブル対応 2018年6月追記 */
@media (max-width: 768px) {
	a.cloud-zoom-gallery {
	    margin: 0 10px 10px 0;
	    width: 110px;
	}
	.zoom-small-image {
		padding-right: 0;
	}
	.naire-info {
		width: 100%;
	}
}
@media (max-width: 480px) {
	a.cloud-zoom-gallery {
	    width: 30%;
	}
	table.product-table {
		width: 80%;
	}
	.product-order > div > ul.mar_b_50 {
		margin-bottom: 0;
	}
	table.sino-table {
	width: 100%;
	}
}