.productContainer{
  padding:10px 0px 50px;
}
.productBottom{
  margin-bottom:50px;
}
.productName {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.productImageArea {
  font-size: 0;
  width: 100%;
  margin: 0 auto;
}
.productDetailBox {
  position: relative;
  margin-top: 30px;
}
.productDetailBoxLeft {
  float: left;
  width: 48.5%;
}
.productDetailBoxRight {
  float: right;
  width: 48.5%;
}
.productSimpleDescription {
  clear: both;
  margin-bottom: 15px;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 22px;
}
.productContact{
  padding: 20px;
  font-size: 14px;
  background: #f2f2f2;
  margin-bottom: 35px;
}
.productContact__text--emText{
  font-weight: bold;
}

table.addCartTable {
  margin-bottom: 10px;
  width: 100%;
  table-layout:fixed;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
  border-left: solid 1px #ccc;
}
table.addCartTable th {
  padding: 10px 0 10px 20px;
  width: 140px;
  text-align: left;
  font-size: 12px;
}
table.addCartTable td {
  padding: 10px 0;
  width: 250px;
  text-align: left;
}
table.addCartTable td input {
  padding: 0 4px;
  width: 38px;
  height: 26px;
  font-size: 15px;
  line-height: 26px;
  vertical-align: middle;
}
strong.addCartTable__price {
  font-size: 16px;
}
.addCartTable td.pur_block {
  border: none;
  margin: 0 5px 0 0;
  padding: 0;
  width: auto;
  white-space: normal;
}
.pur_block--arrow{
  height:30px;
  vertical-align: top;
  padding-left:5px !important;
}
#option_tbl{
  margin-top:20px;
}
.cartBtnWrap{
  margin-top:15px;
}
.cartBtn{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin:0 auto;
  border:none;
  background:none;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  line-height: 1;
  text-align: center;
  border-radius: 0;
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}
.cartBtn:hover{
  text-decoration: none;
  opacity: 0.8;
}
.cartBtn--main{
  color: #333333 !important;
  padding: 1em 0;
  background-color: #e3cec2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  color:white;
  font-weight:bold;
  cursor: pointer;
}
.cartBtn--quick{
  padding: 0.8em 0;
  background-color: #f4b2ba;
  border-bottom: 3px solid #DC7A86;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 22px;
  color:white;
  font-weight:bold;
  cursor: pointer;
}

.cartBtn--contact{
  color: #333333 !important;
  padding: 1.65em 0;
  background: #e3cec2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
}
.cartBtn--disable{
  padding: 21px 0;
  background-color: #ddd;
  font-weight: bold;
  font-size: 15px;
  color:#fff;
}
.cartBtn--disable:hover{
  opacity: 1;
}
.productLinkArea {
  padding: 20px 0;
  text-align: left;
}
.otherLinkList__unit:nth-child(n+2){
  margin-top:5px;
}

.cloud-zoom-lens {
  margin:-4px;  /* Set this to minus the border thickness. */
  border: 4px solid #888;
  background-color:#fff;
  cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
  position:absolute !important;
  top:0px;
  padding:3px;
  width:100%;
  background-color:#000;
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
}

/* 拡大機能を停止 */
.mousetrap {
	height: 0!important;
}
/* This is the zoom window. */
.cloud-zoom-big {
  overflow:hidden;
  /*border: 4px solid #e3cec2;*/
  border: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

/* This is the loading message. */
.cloud-zoom-loading {
  padding:3px;
  border:1px solid #000;
  background:#222;
  color:white;
}
.zoomWrap {
  position: relative;
  top: 0px;
  z-index: 0;
}
.cloud-zoom {
  margin-bottom: 20px;
  pointer-events: none; /* リンクを無効 */
}
.cloud-zoom img {
    width: 70%;
    margin: 0 auto;
}
.mousetrap {
  position: absolute;
  top:0px;
  left:0px;
  z-index:999;
  width: 100%;
}
.zoomList {
  text-align: center;
}
.zoomList__unit{
  display: inline-block;
  vertical-align: top;
}
.zoom-desc {
  clear: left;
  width: 100%;
}
a.cloud-zoom-gallery {
  display: block;
  width: 81px !important;
  height: auto;
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px !important;
}
.zoom-tiny-image {
  padding: 3px;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  background: #efefef;
}
/*
.zoom-tiny-image.selected {
  border: 1px solid #e3cec2;
  background: #e3cec2;
}
.zoom-tiny-image:hover {
  border: 1px solid #e3cec2;
}
*/
a.gallery_last{
  margin-right: 0;
}

.sns__btn a {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
}
.snsLink{
list-style: none;
width: 100%;
}
.snsLink li {
display: inline-block;
float: left;
width: 32%;
}
.snsLink li:nth-child(n+2){
  margin-left:2%;
}
.sns__btn a:hover{
  color: #FFF;
  opacity: 0.8;
}
/*facebook*/
.sns__btn.fbBtn a{
  background: #2557A1;
  padding: 7px 10px;
}
.sns__icon:before{
  content: "";
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.sns__icon.fb:before{
  content: "\f09a";
}
/*twitter*/
.sns__btn.twBtn a{
  background: #029ef1;
  padding: 7px 10px;
}
.sns__icon.tw:before{
  content: "\f099";
}
/*グーグルプラス*/
.sns__btn.ggpBtn a{
  background: #dc4b38;
  padding: 7px 10px;
}
.sns__icon.ggp:before{
  content: "\f0d5";
}
.sns__icon.fa{
  font-size:18px;
}

.productDescription{
  margin:20px 0px;
}

.productDescription iframe {
  width:100%;
}

.section--ex{
  margin-bottom:40px;
}
.section--ex:last-child{
  margin-bottom:0px;
}
.exTitle{
  background: #FAF0EA;
  border-left: 10px solid #29B1AD;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 14px 20px;
}
.exSubTitle{
  padding: 10px 20px;
  border-bottom: 1px solid #a0a0a0;
  font-size: 18px;
  font-weight: bold;
}
.exText{
  margin:20px 0px;
  line-height:1.8;
}
#sk_link_other {
    margin: 30px 0;
}
