.productTop {
    width: 550px;
	margin: 0 auto;
}

.productContainer{
  padding:40px 0 25px;
}
.productBottom{
  margin-bottom:50px;
}
.productName {
  margin-bottom: 20px;
  padding-bottom: 0.6em;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
  font-size: 18px;
}
.productLeft {
  float: left;
  width: 48%;
  font-size: 0;
}
.productRight {
  float: right;
  width: 48%;
  position: relative;
}
.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 10px 20px;
  width: 250px;
  text-align: left;
}
table.addCartTable td select.cartOption {
    padding: 5px;
}
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;
}
.cartBtnWrapLeft {
    width: 48%;
    float: left;
}
.cartBtnWrapRight {
    width: 48%;
    float: right;
}
.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{
  line-height: 60px;
  height: 60px;
  background-color: #61ab55;
  border-bottom: 3px solid #a3d49b;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
  color:white;
  font-weight:bold;
  cursor: pointer;
}
.cartBtn--quick{
  line-height: 60px;
  height: 60px;
  background-color: #61ab55;
  border-bottom: 3px solid #a3d49b;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
  color:white;
  font-weight:bold;
  cursor: pointer;
}

.cartBtn--contact{
  color: #98B2BF !important;
  line-height: 60px;
  height: 60px;
  background-color: #fff;
  border: 2px solid #98B2BF;
  -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-top: 10px;
  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;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow:hidden;
  border: 4px solid #c86464;
}

/* 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: 9999;
}
.cloud-zoom {
  margin-bottom: 20px;
}
.mousetrap {
  position: absolute;
  top:0px;
  left:0px;
  z-index:999;
  width: 100%;
}
.zoomList__unit{
  width:18.4%;
  float:left;
}
.zoomList__unit:nth-child(n+2){
  margin-left:2%;
}
.zoomList__unit:nth-child(4n+1){
  margin-left:0;
  clear:both;
}
.zoomList__unit:nth-child(n+5){
  margin-top:20px;
}
.zoom-desc {
  clear: left;
  width: 100%;
}
a.cloud-zoom-gallery {
  display: block;
  width: 100% !important;
  cursor: pointer;
  text-align: center;
}
.zoom-tiny-image {
  padding: 3px;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  background: #efefef;
}
.zoom-tiny-image.selected {
  border: 1px solid #c86464;
  background: #c86464;
}
.zoom-tiny-image:hover {
  border: 1px solid #c86464;
}
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%;
letter-spacing: -.4em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding:0px 15px 35px;
}
.snsLink li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.snsLink li:nth-child(n+2){
  margin-left:15px;
}
.snsLink li img{
  width:30px;
}


.productDescription{
  margin:50px 0px;
  text-align:left;
}

.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;
}
/*========== 商品詳細 ==========*/
#item-detail-image-layer {
  overflow:hidden;
  padding:30px 0 0 45px;
  height:358px;
}

#item-detail-main-img {
  width:560px;
  height:358px;
}

#item-detail-image-list {
  width:560px;
  padding:8px 0 0 45px;
  text-align:center;
}

#item-detail-image-list a {
  display:inline-block;
  width:81px;
  height:52px;
  margin-right:5px;
}

#item-detail-image-list a img {
  width:81px;
  height:52px;
}

#item-detail-spec-layer {
  width:560px;
  padding:25px 0 0 45px;
}

#item-detail-spec-l {
  float:left;
  width:320px;
  padding:0 30px 0 0;
}

#item-detail-spec-r {
  float:left;
  width:209px;
}

#item-detail-spec-l h2 {
  font-weight:bold;
  font-size:18px;
  color:#1C3D6A;
  padding:0 0 15px 0;
}

#item-detail-text {
  font-size:13px;
  line-height:1.7;
  padding:0 0 50px 0;
}

#item-detail-price {
  font-weight:bold;
  font-size:14px;
  color:#1C3D6A;
  padding:0 5px 10px 5px;
  margin-bottom:10px;
  width:199px;
  border-bottom: 1px dotted #666;
}

.item-detail-option {
  width:189px;
  padding:0 10px 10px 10px;
  margin-bottom:15px;
  border-bottom: 1px dotted #666;
}

.item-detail-option-title {
  text-align:center;
  padding:0 0 3px 0;
}

.item-detail-option a {
  display:block;
  margin-bottom:7px;
}

.item-detail-option select {
  padding: 5px 3px;
  width:189px;
}

.item-detail-option input[type="text"] {
  padding: 5px 3px;
  width:50px;
  margin-right:5px;
}

.item-detail-option-tanni {
  font-size:14px;
  font-family: deco-TBGothR, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-seri !important;
vertical-align: bottom;
}

.menber_only_attention,
.sold_out {
  padding:0 10px 10px 10px;
  font-size:16px;
  font-family: deco-TBGothR, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-seri !important
}

.sold_out_attention {
  padding:10px 0 0 0;
  font-size:12px;
  font-family: deco-TBGothR, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-seri !important
}

.item-detail-cartin {
  width:180px;
  padding:0 10px 10px 10px;
  margin-bottom:10px;
}

#item-more-info-layer {
  width:560px;
  padding:45px 0 0 45px;
  font-weight:bold;
  font-family: deco-TBGothR, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-seri !important;
}

#item-more-info-layer h2 {
  padding:0 0 10px 8px;
}

#item-more-info-box {
  background:#f0f0f0;
  padding:10px 15px 10px 15px;
  margin:0 0 30px 0;
}

.item-more-label {
  width:120px;
  display:inline-block;
  padding:5px 10px 10px 10px;
  margin-bottom:7px;
  border-bottom: 1px dotted #666;
  text-align: left;
}

.item-more-info {
  width:690px;
  display:inline-block;
  padding:5px 10px 10px 10px;
  margin-bottom:7px;
  border-bottom: 1px dotted #666;
  text-align:left;
}

#item-more-attention {
  padding:5px 10px 5px 130px;
  color:#1C3D6A;
  font-size:11px;
  text-align: left;
}

#item-recommend,
#item-checked {
  padding-top:40px;
  padding-bottom:0;
  margin-top:20px;
  position:relative;
  overflow:visible;
}

#item-recommend h2,
#item-checked h2 {
  position:absolute;
  top:-5px;
}

#item-recommend .item-list-box {
  margin-bottom:10px;
}

#item-checked .item-list-box {
  margin-bottom:10px;
}


/*========== 商品詳細 ==========*/
.item-osusume-navi-layer {
  width:500px;
  border-bottom:1px dotted #666;
  padding:0 0 0 140px;
}

.item-osusume-navi-layer-head {
  border-bottom:1px dotted #666;
  padding:10px 0;
}

.item-osusume-navi-layer-foot {
  padding:10px 0;
}

#item-osusume-navi-1 {
  background: url(https://img20.shop-pro.jp/PA01194/637/etc/bg_item_osusume1.png) no-repeat 30px center;
}

#item-osusume-navi-2 {
  background: url(https://img20.shop-pro.jp/PA01194/637/etc/bg_item_osusume2.png) no-repeat 30px center;
}

#item-osusume-navi-3 {
  background: url(https://img20.shop-pro.jp/PA01194/637/etc/bg_item_osusume3.png) no-repeat 30px center;
}

.item-osusume-navi-box {
  display:inline-block;
  width:118px;
  height:208px;
  padding-top:10px;
  padding-left:6px;
  border:1px solid #fff;
  vertical-align:bottom;
}

.item-osusume-navi-box-e {
  display:inline-block;
  width:108px;
  height:208px;
  padding-top:10px;
  border:1px solid #fff;
  vertical-align:bottom;
}

.item-osusume-navi-box:hover,
.item-osusume-navi-box-e:hover {
  border:1px solid #414e84;
}

#main .footstamp p{
  margin-bottom:2px;
}
.footstamp p, .footstamp a {
    font-size: 12px;
    font-weight: 500;
}

.stock_error {
    font-size: 16px !important;
}
/*========== 商品比較 ==========*/
.design10 {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
   }
   .design10 th {
    padding: 10px;
    border-bottom: solid 4px #778ca3;
    color: #778ca3;
    text-align: center;
   }
   .design10 td {
    padding: 10px;
    border-bottom: solid 1px #778ca3;
   }
   .design10 .ln {
    padding: 10px;
    border-bottom: none;
   }
   .btn-flat-simple2 {
    position: relative;
    display: block;
    font-size: 1em !important;
    font-weight: bold;
    padding: 0.5em 0.5em;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    background: #45aa28;
    transition: .4s;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
    width: 72%;
}
.btn-flat-simple2:hover {
    background: #ecf2f5;
    color: #45aa28;
    text-decoration: none;
}
.text-r {
    text-align: right;
}
div.deleteBr br {
    display: none;
}
/* tab */
@media only screen and (max-width: 768px) {
  .design10 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
/* text */
.fs18{
  font-size:18px;
  font-weight:bold;
}
.fs16{
  font-size:16px !important;
}
hr.line1{
  border: none;
  border-top: 1px dotted #999;
}

.anygift-gift-ui__container{
  margin-top:10px;
  margin-left:420px;
  width: 48% !important;;
}

.anygift-order-productーbox__shipping-fee__label { 
		/* デフォルトの文言を非表示にします */
    font-size: 0 !important;
}

.anygift-order-productーbox__shipping-fee__label:before { 
		/* before属性を使用し、新しい文言を指定します */
    content: 'eギフト手数料' !important; 
		/* フォントサイズは、元のサイズを継承してください */
    font-size: 12px !important; 
}
