@charset "utf-8";

/********************
レイアウト
********************/
#item-name {
  margin-bottom: 20px;
}

#item-name h2 {
  margin: 0 0 0 0;
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 0 0;
  border: 0 none;
  letter-spacing: 0;
  line-height: 1.2;
  color:#333132;
}

#item-name .txt_area_kana{
  margin: 10px 0;
}

#item-name .product-id{
  color:#262626;
  font-size:14px;
  margin: 5px 0 20px;
}
#item-name .price{
  color:#333132;
}
#item-name .price .line-through{
  margin-right:10px;
}
#item-name .price strong{
  font-size: 20px;
}
#item-name .icon{margin-bottom:13px;}
#item-name .icon span{margin-top:0;}

#item-detail {
  border: 0 none;
  padding-top:0;
}
.activityTrg{
  border:solid 2px #29A1D5;
}
#ds2_add_button_enable .btn_cart{}
#ds2_add_button_disable .btn_cart{
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  text-shadow: none;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px 0 #c2c2c2;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px 0 #c2c2c2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px 0 #c2c2c2;
  padding: 7px 20px;
  background: url("/assets/images/btn_bg_lightblue.jpg") repeat-x #008BC6;
}

.item_description_blocktop{
  margin-bottom:30px;
}

/********************
ポイント表示
********************/
.product-point{
    font-size: 12px;
    margin: 5px 0 0;
    font-weight: bold;
    color: #00499D;
}

/********************
商品選択/説明
********************/
.select_quantity_default {
  border: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.select_quantity_default select,
.select_quantity_default .select-blank{
  width:auto;
  margin-right:0;
}
.select_quantity_default .selttl{
  float:left;
  font-weight:bold;
  line-height:30px;
  width:20%;
}

/*ギフトラッピング*/
.gift_select{
  margin-bottom:20px;
}
.gift_select .selttl{
  float:left;
  font-weight:bold;
  line-height:30px;
  margin-right:20px;
}
.gift_select .ds2_select_gift{
  width:140px;
  margin-bottom:0;
}
.gift_select .help-block{
  font-size:11px;
  margin-bottom:0;
}
.gift_select .shopbag-block {
  font-size: 14px;
  margin: 10px 0 0;
  line-height: 2;
}
/*.gift_select .shopbag-block a.underline {
    color: #ff0000;
}
.gift_select .shopbag-block a.underline:hover {
    color: #f54949;
}*/
.product-select-wrap{margin-bottom:40px;}
.select_quantity_default select.ds2_select_cs{width:210px; margin-right:10px;}
.select_quantity_default select.select-quantity{width:140px;}
#ds2_add_button_disable, #ds2_add_button_enable {}


/*ボタン*/
.item_submit_btn_block {
  width: 100%;
  margin: 20px 0 0 0 ;
}
.btn_cart{width:88px;}
.addToCart{}
.soldOut{font-size:14px;}
.rearrivalAlert{}

#sns-block{
  border:none;
  padding:0;
  margin-top:20px;
}
#sns-block ul{
  overflow:hidden;
  margin-top:18px;
}
#sns-block ul li{
  float:left;
  margin-right:22px;
}
#view #item-detail .rearrivalAlert{
  font-size: 13px;
  margin:0;
  text-align: center;
  background-color: #95969A;
  vertical-align: middle;
  color: #fff;
  border: none!important;
  opacity: 1;
  box-shadow: none;
  display: block;
  width: 192px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #000;
}
/*再入荷入力フォーム*/
.rearrival-mail-form{
  margin-top:10px;
  padding:10px 16px 8px;
  border: 2px solid #dddddd;
}
.rearrival-mail-form .table th,
.rearrival-mail-form .table td{
  padding:0 0 8px;
}
.rearrival-mail-form .table td span{
  margin-left:10px;	
}

.mo-mail-address #mail_account,
.mo-mail-address #mail_domain{
  width:43%;
}

/********************
商品画像
********************/
/*ズームアイコン*/
.item-icn-zoom {
  /*bottom: 1px;
  margin: 0;
  position: absolute;
  right: -1px;
  z-index: 10;*/
  display:none;
}

/*メイン画像*/
#item-image{
  margin-bottom:20px;
}
#sp_main {
  opacity: 0;
}
#sp_main.open {
  opacity: 1;
}
#item-image #main-item{
  margin-bottom:0;
}
#item-image #main-item #mainPhoto{
  border:none;
}



/*スマホ用商品画像スライダー*/

/*#view-slider .flex-direction-nav a{
  width:30px;
  height:30px;
  margin-top:-19px;
  opacity:0.5;
}
#view-slider .flex-direction-nav .flex-next{
  background:url("/assets/images/popup_next.png") no-repeat 0 0;
  background-size:30px;
  right:0;
}
#view-slider .flex-direction-nav .flex-prev{
  background:url("/assets/images/popup_prev.png") no-repeat 0 0;
  background-size:30px;
  left:0;
}*/
#view-slider{
  margin-bottom:0;
}
#view-slider .flex-control-nav{
  position:static;
  margin-top:15px;
}
#view-slider .flex-control-nav li{
  margin: 0 5px;
}
/*#view-slider .flex-control-paging li a{
  background:url("/assets/images/slide_nav.gif") no-repeat;
  border-radius:0;
  box-shadow:none;
  height:15px;
  width:15px;
}
#view-slider .flex-control-paging li a.flex-active{
  background:url("/assets/images/slide_nav_active.gif") no-repeat;
}*/
#view-slider .flex-control-paging li a{
  background:#eeeeee;
  box-shadow:none;
  z-index:100;
  width:13px;
  height:13px;
}
#view-slider .flex-control-paging li a.flex-active{
  background:#999999;
}

/*詳細画像*/
.detail-pattern{
  margin-top:10px;
}
.detail-pattern ul li {
    width: 16.2%;
    margin-bottom: 0.2%;
    margin-left: 0.2%;
    margin-right: 0.2%;
}
.detail-pattern ul li img{
  width:100%;
  height:auto;
  max-width:none;
}
.detail-pattern ul li a{
  border: 1px solid #f2f3f3;
}

/*カラー画像*/
.color-pattern{
  overflow:hidden;
  margin-bottom:20px;
}
.color-pattern ul{
  float:left;
  width:80%;
}
.color-pattern ul li{
  width:auto;
  margin-bottom:5px;
  min-height:120px;
}
.color-pattern ul li.last-child{
  margin-right:0;
}
.color-pattern ul li figure{
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.color-pattern ul li .color-name{
  font-size:10px;
  text-align:center;
  max-width: 70px;
  line-height: 1.4;
  word-break:break-all;
  min-height: 32px;
}
.color-pattern ul li img{
  width:60px;
  height:60px;
  max-width:none;
}
.color-pattern ul li a{
  border: 1px solid #f2f3f3;
  padding:4px;
}
.color-pattern ul li a:hover{
  border: 5px solid #008cd8;
  padding:0;
}
.color-pattern .thumbnail-title{
  float:left;
  margin:0;
  width:20%;
  font-weight:bold;
  font-size:12px;
  line-height:20px;
}

.spec-table{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.spec-table th{
  width: 20%;
  padding: 0 0 6px 0;
  font-weight:bold;
  vertical-align:top;
  text-align:left;
}
.spec-table td{
  width: 70%;
  padding:0 0 6px 0;
  vertical-align:top;
}
.spec-table a,
.spec-table a:hover{
  text-decoration:underline;
}

.item-description{
  margin:0;
}

.item-description-control {
  margin:0;
  text-align: right;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
  color:#636466;
}

/*説明文開閉*/
.item-description{ font-size: 14px;}
.desc { display: none;}
.desc.active { display: block; padding:0 0 20px 0; line-height: 2;}


/*拡大画像*/
.fancybox-skin{
  border-radius:0;
  background-color:rgba(255,255,255,0.3);
  padding:7px !important;
}
.fancybox-close{
  background:url("/assets/images/popup_close.png") no-repeat 0 0;
  width:38px;
  height:38px;
  /*right:-22px;
  top:-22px;*/
}
.fancybox-nav span{
  /*visibility:visible;*/
  width:38px;
  height:38px;
}
.fancybox-next span{
  background:url("/assets/images/popup_next.png") no-repeat 0 0;
  right:0;
}
.fancybox-prev span{
  background:url("/assets/images/popup_prev.png") no-repeat 0 0;
  left:0;
}

/*熨斗ボタンエリア*/
.noshi_prev{
  margin-top:20px;
}
.noshi_prev .icon_noshi{
  margin-bottom:3px;
}

/*デザイナー説明文*/
.designer_description{
  width:100%;
  height:auto;
  overflow:hidden;
  margin:20px 0 0;
}
.designer_description .designer_description_left{
  float:left;
  width: 30%;
}

.designer_description .designer_description_right{
  float:left;
  width: 66%;
  margin:0 0 0 4%;
}

.designer_description .designer_description_right.no_img{
  width:100%;
  margin: 0;
}

.designer_description .designer_description_right h4{
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 0;
  border: 0 none;
  letter-spacing: 0;
  line-height: 1.2;
  color: #333132;
}
.designer_description .designer_description_right span.img {
  display: block;
  overflow: hidden;
  font-size: 18px;
  font-family: Arial, Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', 'MS Gothic', sans-serif;
  font-weight: bold;
  color: #333132;
  letter-spacing: 1px;
  height: 24px;
}
.designer_description .designer_description_right span.img img{
  height: 35px;
}

.designer_description .designer_description_right span.description_all,
.designer_description .designer_description_right span.description {
  display: block;
  width: 100%;
  height: 55px;
  overflow: hidden;
  position: relative;
  line-height: 18px;
}

.designer_description .designer_description_right span.description.remove,
.designer_description .designer_description_right span.description_all{
  height:auto;
  display:none;
}

.designer_description .designer_description_right span.description_all.action{
  display:block;
}

.designer_description .designer_description_right p{
  margin:5px 0 0;
}

.designer_description .designer_description_right p span,
.designer_description .designer_description_right p a{
  text-decoration:underline;
  cursor:pointer;
}

.ie7 .designer_description .designer_description_left{
  width:29%;
}

/*補助*/
.ratio10 { width: 10%;}
.ratio20 { width: 20%;}
.ratio30 { width: 30%;}
.ratio40 { width: 40%;}
.ratio50 { width: 50%;}
.ratio60 { width: 60%;}
.ratio70 { width: 70%;}
.ratio80 { width: 80%;}
.ratio90 { width: 90%;}
.ratio100 { width: 100%;}

/*商品詳細ページ ボタン*/
#csListType .item_submit_btn_block .addToCart{
  width: 192px;
  height: 28px;
  line-height: 28px;
}
#csSelectType .gift_select{
    margin-top: 20px;
}
#csSelectType .gift_select .selttl {
    min-width: 168px;
}
#csSelectType .item_submit_btn_block .btn_cart {
    width: 192px;
    height: 28px;
    line-height: 28px;
}
#csSelectType .item_submit_btn_block .pc-fl{
  float:none!important;
}
#csSelectType .rearrivalEnabled {
  font-size: 13px;
  margin: 15px 0;
  text-align: center;
  vertical-align: middle;
  border: none;
  opacity: 1;
  box-shadow: none;
  display: block;
  width: 190px;
  height: 21px;
  line-height: 28px;
  color: #ffffff;
  background-position: 0 0;
  background-color: #95969A;
}
#csSelectType .item_submit_btn_block .hidden {
  height: 0;
}
/*熨斗モーダル調整*/
.item .navbar-fixed-top .navbar-inner{
  z-index:1999;
}

@media (max-width: 767px) {
    #item-image {
    margin-bottom: 10px;
  }
  .color-pattern {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .color-pattern .thumbnail-title {
      float: none;
      margin: 0;
      width: 100%;
  }
  .color-pattern ul {
      width: 100%;
  }
  .color-pattern ul li {
      min-height: auto;
  }
.color-pattern ul li img{
  width:42px;
  height:42px;
  max-width:none;
}

.rearrival-mail-form .table td span{
  margin:0px;
  display:inline-block;
}

/*デザイナー*/
.designer_description .designer_description_right p {
  margin: 5px 0 0;
}

.designer_description .designer_description_right span.img img {
  height: 28px;
}

/*説明文*/
#item-detail .item_description_blocktop{
  margin:0 0 5px;
}

#item-detail .item_description_blocktop .desc.active{
  padding:0 0 0;
}

/*カートに入れるボタン*/
#csListType .item_submit_btn_block .addToCart , #csSelectType .item_submit_btn_block .btn_cart , #csSelectType .rearrivalEnabled {
  width: 100%;
  height: 28px;
  line-height: 28px;
}

}

@media (max-width: 979px) {
.noshi_prev a{
width: 100%;
padding: 11px 0;
}

/*デザイナー*/
.designer_description .designer_description_right span.description:after{
  font-size: 12px;
}
#view #item-detail .rearrivalAlert{
  margin: 5% auto;
  width: 192px;
}
.designer_description .designer_description_right span.img {
  display: block;
  height: 18px;
  font-size: 14px;
  overflow: hidden;
}


}

@media (max-width: 768px) {
  #view #item-detail .rearrivalAlert{
    padding-top: 12px;
    margin: 3% auto;
    width: 99.5%;
  }
}

@media (max-width: 480px) {
  .detail-pattern ul li{
    width:24.5%;
    margin-bottom:0.2%;
    margin-left:0.2%;
    margin-right:0.2%;
  }
}


/* DH_FRONT_DEPT-13 Start */
.addToCart.added,
.addToCart.added:disabled {
  opacity: 1;
}
#input-product-to-cart {
  display: none;
  position: fixed;
  top: 52px;
  right: 10px;
  z-index: 2000;
  width: 250px;
  border: 1px solid #000000;
  background: #ffffff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
}
#input-product-to-cart:after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: 60px;
  height: 10px;
  width: 10px;
  border: 1px solid transparent;
  border-top-color: #000000;
  border-left-color: #000000;
  background: #ffffff;
  transform: rotate( 45deg );
  -webkit-transform: rotate( 45deg );
     -moz-transform: rotate( 45deg );
      -ms-transform: rotate( 45deg );
}
#input-product-to-cart .outer {
  padding: 16px;
}
#input-product-to-cart .quantities {
  padding: 0 0 16px;
  margin: 0 0 16px;
  font-size: 14px;
  text-align: center;
  border: 0 solid #000000;
  border-bottom-width: 1px;
}
#input-product-to-cart .products {
  overflow: hidden;
  margin: 0 0 20px;
}
  #input-product-to-cart .pull-left {
    width: 30%;
  }
  #input-product-to-cart .pull-right {
    width: 63%;
  }
    #input-product-to-cart .upper {
      margin: 0 0 20px;
    }
    #input-product-to-cart span {
      display: block;
      line-height: 1.2em;
    }
    #input-product-to-cart a {
      display: block;
    }
#input-product-to-cart .btn {
  float: none;
  height: auto;
  width: 80%;
  line-height: 24px;
}
#input-product-to-cart .btn.check-out {
  margin-bottom: 10px;
}
#input-product-to-cart .btn.close,
#input-product-to-cart .btn.close:hover {
  color: #000000;
  border: none;
  background: none;
  opacity: 1;
}
#input-product-to-cart .quantities,
#input-product-to-cart .name,
#input-product-to-cart .price {
  font-weight: bold;
}
#input-product-to-cart .code,
#input-product-to-cart .color,
#input-product-to-cart .size {
  color: #999999;
}
@media ( max-width: 767px ) {
  #input-product-to-cart {
    top: 50%;
    left: 50%;
    margin-top: -140px;
    margin-left: -125px;
  }
  #input-product-to-cart:after {
    content: none;
  }
}
/* DH_FRONT_DEPT-13 End */

/* DH_FRONT_DEPT-5271 */
#view #item-detail .productFavorite {
  line-height: 21px;
}

/* DH_FRONT_DEPT-5928 */
.item_description_block .btn {
    margin-top: -38px;
}

/*Product Information Sheet ボタン*/
.pdf-btn{
  font-size: 13px;
  margin: 15px 0;
  text-align: center;
  background: transparent;
  vertical-align: middle;
  color: #000;
  border: none;
  opacity: 1;
  box-shadow: none;
  display: inline-block;
  width: 190px;
  height: 21px;
  line-height: 21px;
  border: 1px solid #000;
  margin: 3% auto;
}

@media (max-width: 979px) and (min-width: 768px){
  .pdf-btn {
      text-align: center;
      padding-top: 12px;
      margin: 5% auto;
      width: 192px;
  }
}
@media (max-width: 979px){
  .pdf-btn {
      padding: 12px 0;
  }
  .pdf-btn-container {
    text-align: center;
  }
}
@media (max-width: 767px){
  .pdf-btn {
    width: 100%;
    height: 21px;
    line-height: 21px;
  }
}

/*.vsm-goods {
  display: none;
}*/

/* ----------
    DH_FRONT_DEPT-7831 【CONRAN】：10/8（金）：時間指定なし：商品詳細ページ内の熨斗設定ページ文言変更依頼
---------- */

.manners-links {
  margin-top: 5px;
}

.manners-links a {
  text-decoration: underline;
}
