table.box {
	width: 95%;
	margin: 0px auto auto auto;
}

table.spec {
	background: #CCC;
	width: 80%;
	margin: 10px auto 15px auto;
}

table.spec th {
	background:#EFEFEF;
	padding:5px;
	width:100px;
	color:#333;
	font-weight:normal;
	text-align:left;
}

table.spec td {
	background:#FFF;
	padding:5px;
}

table.spec table.num td {padding:0px;}

table.spec td.sales {
}
.price_detail {
	color:#CC0000;
	font-weight:bolder;
}

div.cart_in {
	text-align: center;
	margin-top: 10px;
}
div.cart_in img {
	width:132px;
	height:34px;
}

div.etc {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
div.etc img {
	margin:5px;
}

p#sk_link_other {
	text-align: center;
	margin-top: 12px;
}

p#sk_link_other a {
	font-size: 12px;
}

div.detail {margin:10px 0;}
div.detail_img {width:100%;text-align:center;}

.detail_sub {
	width:25%;
	float:left;
	margin-top:5px;
	margin-bottom:20px;
	text-align:center;
	}

.detail_sub img {
	max-width: 100px;
}

img.border {
	background:#FFF;
	padding:4px;
	border-top:1px #D1D1D1 solid;
	border-right:1px #989898 solid;
	border-bottom:1px #989898 solid;
	border-left:1px #D1D1D1 solid;
}

a.backlink, a:visited.backlink {
	color:#195b93;
	overflow: hidden;
	text-decoration: underline;
}
a:hover.backlink {
	color: #7ecef4;
	text-decoration: none;
}

.ttl_h3 {
	color: #444;
	font-size: 125%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	vertical-align: top;
	/*
	padding: 4px 0;
	border-top: 1px dotted #ccc;
	*/
	border-bottom: 1px dotted #ccc;
}

img.scale:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* 会員価格の表示 商品詳細用 */
.regular_price_detail {
	padding:0px 0px 2px;
	text-decoration:line-through;
}

.price_detail {
	padding:0px;
}

.discount_rate_detail {
	background-color:#FFE8E8;
	color:#FF0066;
	font-weight:bold;
}

/* 補足説明コンテナ */
.desccontainer {
  margin: 0 auto;
  text-align: left;
}
.desccontainer input {
  display: none;
}
.desccontainer label {
  color: #4776AF;
  cursor: pointer;
  padding: 0;
}
.desccontainer label:hover {
  color: #ccc;
}
.desccontainer .btm {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  padding-left: 10px;
}
.desccontainer .btn {
  text-align: left;
  display: block;
  margin: 0;
}
.desccontainer input:checked + .btm {
  height: auto;
  padding-left: 10px;
  background: #fff;
}