.button-cart {
  width: 240px;
  height: 40px;
  color: #FFFFFF;
  background: black;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  border: none;
  transition: background 0.3s ease;
}

.button-cart:hover {
  background: orange; 
}







.new_mark_img1 {
   height:0px;
   width:0px;
   position:relative; top:99px; left:99px
}

.record {
    width: 600px;
    border: 1px solid rgb(204, 204, 204);
    margin: 20px auto 30px;
    background-color: rgb(255, 255, 255);

}

.data {
    margin: 0px;
    padding: 5px 0px 5px 5px;
    border-bottom: 1px dotted rgb(204, 204, 204);
}

.data li {
    padding: 0px;
    float: left;
    list-style-type: none;
}

.review_contents .img_contents {
    float: right;
    width: 120px;
}

.img_box {
    margin: 0px auto 2px;
    padding: 0px;
    text-align: center;
}

.txt_link {
    text-align: center;
    margin: 0px;
    display: block;
}

.review_contents .comment {
    text-align: left;
    line-height: 150%;
}

















/* 商品画像 */
#contents div.images {
	width: 270px;
	margin: 0px 10px 20px 0px;
	float: left;
	background-color: #fff;
}
/* 商品スペック */
#contents div.spec {
	width: 260px;
	margin: 0px 10px 0px 0px;
	float: left;
	background-color: #fff;
}
/* ブックマーク */
#contents div.bookmark {
	width: 210px;
	float: left;
	background-color: #fff;
}






/* 商品画像 */
#contents div.images img {
	display: block;
	margin: 0px auto 10px;
	border-style: none;
	max-width: 250px;
	width : expression(  (document.documentElement.clientWidth > 250)? "250px" : "auto");
}

/* 商品スペック */
#contents div.spec table {
	margin: 0px 20px 20px 0px;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
/*	width: 469px;*/
	width: 240px;
}
#contents div.spec table th {
	background: #FBF9F6;
	padding: 4px 0px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
#contents div.spec table td {
	background: #FFF;
	padding: 4px 5px;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	vertical-align: middle;
}
#contents div.spec table tr td input {
	width: 40px;
	margin-right: 4px;
	float: left;
}
#contents div.spec table tr.price td,
#contents div.spec table tr.regular td{
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}
#contents div.spec table tr.sales td {
	font-weight: bold;
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
}
#contents div.spec table tr.sales td span {
	display: block;
}
#contents div.spec table tr.sales td span.sales {
	color: #B93E3E;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 3px;
}
#contents div.spec table tr.sales td span.discount {
	font: 10px/1.4em Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #A9A9A9;
	padding: 0px 3px;
	text-align: center;
	margin: 3px 0px 0px;
}
#contents div.spec table td span.unit {
	display: block;
	float: left;
	margin-right: 4px;
	line-height: 22px;
	height: 22px;
}
#contents div.spec table td ul.init {
	margin: 0px;
	padding: 0px;
	width: 13px;
	height: 22px;
	float: left;
}
#contents div.spec table td ul.init li {
	margin: 0px;
	padding: 0px;
	height: 11px;
	width: 13px;
	line-height: 0;
	font-size: 9px;
	background-image: none;
}
#contents div.spec table td ul.init li a {
	margin: 0px;
	padding: 0px;
	height: 9px;
	width: 11px;
	line-height: normal;
}
#contents div.spec table td ul.init li a img {
	border: 1px solid #FFF;
}


/* カートに入れるボタン */

#contents div.spec ul.btn {
	margin: 0px 0px 20px;
	list-style-type:none;
	width: 210px;
}
#contents div.spec ul.btn li {
	margin: 0px 0px 2px;
	line-height: 1.6em;
	padding: 0px 0px 0px 20px;
}
#contents div.spec ul.btn li a {
	color: #666;
	text-decoration: none;
}
#contents div.spec ul.btn li a:hover {
	text-decoration: underline;
}
#contents div.spec ul.btn li.cart {
	margin-bottom: 15px;
	background-image: none;
	padding: 0px;
}
#contents div.spec ul.btn li.cart button {
	display:block;
	width: 184px;
	height: 33px;
	padding: 0px;
	border:0;
	margin-left: 56px;
	border-style: none;
	border-width: 0px;
	cursor: pointer;
	background:url(https://img02.shop-pro.jp/PA01006/667/etc/0001_incart.gif) no-repeat left top;
}

#contents div.spec ul.btn li.cart button:hover,
#contents div.spec ul.btn li.cart button:focus {
	background-position:left -33px;
}

#contents div.spec ul.btn li.cart button span {
	display: none;
}
#contents div.spec ul.btn li.cart p {
	line-height: 30px;
	text-transform: uppercase;
	color: #F00;
	text-align: center;
	width: 180px;
	border: 2px solid #F00;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#contents div.spec ul.btn li.option  {
	background: url(https://img.shop-pro.jp/tmpl_img/39/0304_icon_option.gif) no-repeat left center;
}
#contents div.spec ul.btn li.quick  {
	padding: 0px;
	height: 24px;
	margin-bottom: 15px;
	font-size: 10px;
	line-height: 10px;
	text-indent: -9999px;
	width: 180px;
}
#contents div.spec ul.btn li.quick a  {
	display: block;
	height: 100%;
	background: url(https://img.shop-pro.jp/tmpl_img/39/0301_spec_quick.gif);
}


#contents div.spec ul.btn li.shopping {
	background: url(https://img.shop-pro.jp/tmpl_img/39/0304_icon_shopping.gif) no-repeat left center;
}
#contents div.spec ul.btn li.review {
	background: url(https://img.shop-pro.jp/tmpl_img/39/0304_icon_review.gif) no-repeat left center;
}
#contents div.spec ul.btn li.review_post {
	background: url(https://img.shop-pro.jp/tmpl_img/39/0304_icon_post.gif) no-repeat left center;
	margin-bottom: 10px;
}











/* ブックマーク */

#contents div.bookmark ul.btn {
	margin: 0px 0px 20px;
	list-style-type:none;
}
#contents div.bookmark ul.btn li {
	margin: 0px 0px 2px;
	line-height: 1.6em;
	background-image: none;
	padding: 0px 0px 0px 20px;
}
#contents div.bookmark ul.btn li a {
	color: #666;
	text-decoration: none;
}
#contents div.bookmark ul.btn li a:hover {
	text-decoration: underline;
}
#contents div.bookmark ul.btn li.twitter {
	background: url(https://img.shop-pro.jp/tmpl_img/39/icon_twitter.gif) no-repeat left center;
}
#contents div.bookmark ul.btn li.logpi {
	background: url(https://img.shop-pro.jp/tmpl_img/39/icon_logpi.gif) no-repeat left center;
}
#contents div.bookmark ul.btn li.yahoo {
	background: url(https://img.shop-pro.jp/tmpl_img/39/icon_y_bookmark.gif) no-repeat left center;
}
#contents div.bookmark ul.btn li.hatena {
	background: url(https://img.shop-pro.jp/tmpl_img/39/icon_hatena.gif) no-repeat left center;
	margin-bottom: 10px;
}
/* mixiチェック */
#contents div.bookmark ul.btn li.mixi {
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
}
/* Facebook */
#contents div.bookmark ul.btn li.facebook {
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
}




#contents div.bookmark ul.btn li.cancel  {
	background: url(https://img.shop-pro.jp/tmpl_img/39/0304_icon_cancel.gif) no-repeat left center;
}
#contents div.bookmark ul.btn li.teach  {
	background: url(https://img.shop-pro.jp/tmpl_img/39/0304_icon_teach.gif) no-repeat left center;
}
#contents div.bookmark ul.btn li.inq  {
	background: url(https://img.shop-pro.jp/tmpl_img/39/0304_icon_inq.gif) no-repeat left center;
}

#contents div.bookmark ul.btn li.review {
    background: url("https://img.shop-pro.jp/tmpl_img/39/0304_icon_review.gif") no-repeat scroll left center transparent;
}

#contents div.bookmark ul.btn li.review_post {
    background: url("https://img.shop-pro.jp/tmpl_img/39/0304_icon_post.gif") no-repeat scroll left center transparent;
    margin-bottom: 10px;
}

#contents div.bookmark ul.btn li.shopping {
	background: url(https://img.shop-pro.jp/tmpl_img/39/0304_icon_shopping.gif) no-repeat left center;
	margin-bottom: 10px;
}





/* 商品説明 */

.exp-header {
	clear: both;
}
#contents div.exp {
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height: 1.7em;
	margin: 0px;
	clear: both;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	padding: 15px;
	background-color: #fff;
}
.exp-footer {
	margin-bottom: 30px;
}
.product-pagetop {
   text-align: right;
   margin: 30px 0px -15px 0px;
}

.product-pagetop a { text-decoration: underline; }

.product-pagetop a:hover { text-decoration: none; }


/* 商品名 */

.h2-header02 {
	font-size: 14px;
	padding-top:8px;
	height: 34px;
	font-weight: bold;
	clear: both;
	padding-left: 15px;
	margin: 0px 0px 20px;
	color: #FFF;
	background: url(https://img02.shop-pro.jp/PA01006/667/etc/h2_header.jpg) no-repeat left top;
	text-align: left;
	letter-spacing: 1px;
}

.h2-header02 img {
	vertical-align: middle; 
}

.h3-header {
	height:21px;
	line-height:21px;
	font-weight:bold;
	background:#666;
	color:#fff;
	padding-left:5px;
}





/* 新商品画像 */

#contents div.new-images {
	margin-bottom: 50px
}
#contents div.new-images img {
	display: block;
	margin: auto;
	border-style: none;
	max-width: 760px;
	width : expression(  (document.documentElement.clientWidth > 760)? "760px" : "auto");
}




/* 在庫詳細 2013.11.30 */

table.stock {
   border-top: 1px solid #dad9c7;
   border-left: 1px solid rgb(218, 217, 199);
   border-spacing: 0px;
   background-color: #fff;
}

.stock th {
    border-right: 1px solid #dad9c7;
    border-bottom: 1px solid #dad9c7;
    text-align: center;
    padding: 5px;
    background: #fbf9f6;
    font-weight: bold;
    width: 30px;
}

.stock td {
    border-right: 1px solid #dad9c7;
    border-bottom: 1px solid #dad9c7;
    text-align: center;
    padding: 5px;
}













/* ボタンジェネレーター 2015.08.21 */

.btnn {
  background: #ffa200;
  background-image: -webkit-linear-gradient(top, #ffa200, #ff3c00);
  background-image: -moz-linear-gradient(top, #ffa200, #ff3c00);
  background-image: -ms-linear-gradient(top, #ffa200, #ff3c00);
  background-image: -o-linear-gradient(top, #ffa200, #ff3c00);
  background-image: linear-gradient(to bottom, #ffa200, #ff3c00);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btnn:hover {
  background: #ffcc00;
  background-image: -webkit-linear-gradient(top, #ffcc00, #ff7700);
  background-image: -moz-linear-gradient(top, #ffcc00, #ff7700);
  background-image: -ms-linear-gradient(top, #ffcc00, #ff7700);
  background-image: -o-linear-gradient(top, #ffcc00, #ff7700);
  background-image: linear-gradient(to bottom, #ffcc00, #ff7700);
  text-decoration: none;
}



