/* ************************************************
*  商品詳細ページカスタム
* ************************************************ */
.review_table {
  width:100%;
}
.review_wrap {
  border:3px solid #555;
  padding:5px 15px 15px;
}
.review_img1 {
  float:left;
  margin-bottom:5px;
}
.review_star {
  font-size:18px;
  float:left;
  margin:20px 0 0 15px;
}
.review_line {
  border-bottom:5px dotted #333;
}
.review_title {
  font-size:18px;
  float:left;
  margin:0 0 0 15px;
  border-bottom:1px solid #ccc;
}
.review_text {
  clear:both;
  border:1px solid #ccc;
  padding:15px;
}

.t_stock_num {
  display: none;
}

/** 商品詳細ページ：画像サイズ調整
===================================*/

.product_images {
  display: block;
  float: none;
  width: 600px;
}

.zoom-small-image {
  width: 540px;
  margin:0 auto;
}

a.cloud-zoom-gallery {
  display: block;
  float: left;
  margin: 0px 22px 20px 0px;
  height: 1000px;
  cursor: pointer;
  width: 1000px;
}

a.gallery_last {
  margin-right: 0px;
}

.mousetrap {
  width: 540px !important;
/*  height: 424px !important; */
}

table td.pur_block{
margin: 0 10px 0 0;
width: auto;
white-space: normal;
}

.button_area2 input {
width: 50%;
margin: 0 auto;
}

#cloud-zoom-big{
  display:none !important;
}
.mousetrap{
cursor: pointer !important;
}

a.gallery_last {
  /* margin-right: 0px; */
  display: block;
  float: left;
  margin: 0 18px 20px 0;
  width: 82px;
  height: 82px;
  cursor: pointer;
}
#productslider .bx-wrapper {
z-index:1;
margin-bottom:0 !important;
}
#productslider .slider {
margin:0 auto;
}
#productslider .bx-wrapper img {
  text-align: center;
  margin: 0 auto;
}

#productslider #main-product img{
  max-width: 600px !important;
  max-height: 600px !important;
}

#productslider .bx-wrapper .bx-next:hover{
  background-position: -43px -32px !important;
}

#productslider .bx-wrapper .bx-prev:hover{
  background-position: 0 -32px !important;
}
#productslider #bx-pager {
font-size:0;
margin-top:20px;
}
#productslider #bx-pager a {
margin:0;
padding:0;
line-height:0;
}
#productslider #bx-pager li a{
  display: block;
  float: left;
  margin: 0 22px 20px 0;
  width: 82px;
  height: 82px;
  cursor: pointer;
}
#productslider #bx-pager {
  display: table;
  width: 100%;
}
#productslider #bx-pager > a {
  display: table-cell;
}
#productslider #bx-pager >a {
  display: block;
  float: left;
  margin: 0 22px 20px 0;
  width: 82px;
  height: 82px;
  cursor: pointer;
}
#productslider #bx-pager img {
  display: block;
  max-height: 82px;
  /*width: 100%; */
}

#productslider #bx-pager .bx-wrapper img{
  max-width: 100% !important;
}


/** 商品詳細ページ：カートに入れるボタンエリア
===================================*/

.w350l {
  width: 350px;
  float: left;
}

.w350r{
width: 350px;
float: right;
}

.table_price{
display: none;
}

