.btn-soldout {
color:#E4001D;
  width: 100%;
  background:#FFF;
  border: solid 1px #E4001D;
  display: block;
  margin:8px 0 0 0;
  padding: 16px 0;
  text-align:center;
}

.product-contents{
  padding: 0 0 0 16px;
}

.product-image {
	width:384px;
	padding: 0;
	margin:0 0 24px 0;
}
  .product-image-main {
    margin: 0 0 16px 0; /*0 0 2.7%*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .product-image-thumb {
    padding: 0 ;
  }
  .product-image-thumb li {
	  width:84px;
	  height:84px;
    padding: 0 16px 0 0;
    cursor: pointer;
  }
  .product-image-thumb img {
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .custom-thumb{
    margin-right: -2.6%;
  }



.product-cart {
	width:320px;
	padding: 0 0 0 32px;
	margin:0;
}

.product-name{
  font-size: 15px;
  line-height:20px;
  margin:-0.2em 0 4px 0;
}
.product-order {
  margin: 0;
}
  .product-option {
    padding:0; /* .2em 0 0*/
  }
  .product-option-table{
     margin:0;/*0 0 8px*/
   }
   .product-option-table table{
      width: 100%;
   }
  .product-option-table th,
  .product-option-table td {
    text-align: center;
  }
  .product-option-table td input[type="radio"] {
    margin-bottom: 5px;
  }
  .product-option-select {
    position: relative;
  }
    .product-option-select .product-option-unit {
      clear: left;
      float: left;
      width: 100%;
    }
    .product-option-select .option-select-name {
      display: block;
      margin: 0;/*0 0 .5em*/
    }
       .product-option-select .product-option-unit select{
         margin:0;/* 0 0 1em*/
       }
.product-order-price {
  color: #999;
  text-align: left;
  font-size: 15px;
  margin:0 0 16px 0;
}
  .product-order-regular {
    color: #abaaaa;
    text-decoration: line-through;
  }
  .product-order-discount {
    color: #E33D3D;
    font-weight: bold;
  }
.product-order-input {
  text-align: left;
}
.product-order-input .col {
  display: inline;
  float: none;
}
.product-order-num .btn {
  display: none;
  /* padding: 10px; */
}
.product-unit {
  display: inline-block !important;
  *display: inline !important;
  *zoom: 1;
  margin-right:8px;
}
.input-border{
 /* display: block;
  width: 100%;*/
  overflow: hidden;
  border: solid 1px #ddd;
}

.product-order-input input {
  /*padding: 10px; */
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: bottom;
  width: 700px;
  background: transparent;
  border: none;
}

.option-name{
  font-size: 12px;
  margin: 0;/*0 0 .5em*/
}
.btn-addcart {
  line-height: 24px;
  background:#E4001D;
  color:#FFF;
  margin-top:8px;
}
  .btn-addcart span {
    padding-left: 12px;
  }
  .btn-quick span {
    padding-left: 7px;
   }
  .btn-block span {
     padding-left: 7px;
   }
.stock_error,
.product-member-sale-msg {
  margin: 15px 0 0;
  color: #E33D3D;
  font-weight: bold;
  font-size: 15px;
}

.product-order-exp {
	width:100%;
  padding:0;
  margin:0;
  line-height: 1.8;
  clear:both;
}

.product-order-spec {
  margin:0 0 16px 0;/* 0 0 15px*/
  font-size: 13px;
  table-layout: fixed;
}
  .product-order-spec th {
    width: 30%;
    font-weight: normal;
    border: none;
    padding: 0 15px 0 0; /* 0 15px 10px 0*/
  }
  .product-order-spec td {
    width: 70%;
    white-space: nowrap;
    border: none;
    text-overflow: ellipsis;
    padding: 0 15px 0 0; /* 0 15px 10px 0*/
    overflow: hidden;
  }
  .product-info-lst {
    text-align: left;
    margin: 0;
    font-size: 13px;
  }
    .product-info-lst li {
      padding: .5em;
    }
    .product-info-lst a {
      color: #aaa;
    }
    .product-info-lst a:hover{
      color: #444;
    }
    .product-info-lst .social-share {
      display: block;
    }
    .social-share li {
      margin: 1em;
    }

.together-block .prd-lst-link {
  padding: 0 4.6%;
}

.not-found {
  padding: 2.2em 1.4% 0;
}

.text-titles,
.password-field-wrap {
  margin: 0 0 1em;
}
.text-titles-list__name,
.password-field-list__name {
  display: block;
  margin: 0 0 .5em;
}
.text-titles-list__detail input,
.password-field-list__detail input {
  padding: 10px;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: bottom;
  width: 700px;
  background: transparent;
  border: none;
}

@media (max-width: 768px) {
  .product-cart{
    padding: 0;
  }
  #prd-opt-table{
    margin: 0;
  }
 .product-order-num .btn {
    display: inline-block;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 30px;
  }
  .product-option-select {
    position: static;
    overflow: auto;
  }
    .product-option-select .product-option-wrapper {
      position: static;
      float: none;
    }
    .product-option-select .product-option-unit {
      position: static;
      float: none;
      margin-bottom: 1em;
      width: 100%;
    }
    .product-option-select .product-option-unit div {
      padding: 0;
    }
  .btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }
    .btn-addcart .btn-wrap {
      margin: 0 auto;
      width: 100%;
      text-align: center;
    }
  .product-order-spec th {
    width: 22%;
  }
  .product-order-spec td {
    width: 60%;
  }
  .product-info-lst li {
    display: block;
  }
  .product-info-lst a {
    display: block;
  }
  .social-share a {
    display: inline;
    padding: .5em 0;
  }
}

@media (max-width: 480px) {
  .product-image{
    margin: 0 0 25px
  }
  .product-image-thumb li {
    margin-bottom: 10px;
  }
  .product-order {
    width: 100%;
  }
  .product-order-exp{
    margin: 0 0 30px;
  }
}

.ie_wrapper .product-order-num .btn {
  display: none;
}
.breadcrumb {
margin: 0 0 1.9em 0;
text-align: left;
font-size: 15px;
vertical-align: middle;
padding: 0 1.4%;
}
  .breadcrumb li{
    margin: 0 15px 0 0;
  }
  .breadcrumb p{
    margin: 0;
  }
  .breadcrumb a{
    color: #aaa;
  }
    .breadcrumb a:hover{
      color: #444;
    }

.icon-cart, .icon-paper_plane/*,.icon-circled_minus*/ {
  vertical-align: -4px;
}






table.add_cart_table {
	width:100%;
	border-left: solid 1px #ccc;
	table-layout:fixed;
	margin:16px 0;
}

table.add_cart_table th {
	display: inline-block;
	overflow: hidden;
	padding: 4px 8px 0 16px;
	width: 35%;
	text-overflow: ellipsis;
	text-align:left;
	white-space: nowrap;
	font-size: 12px;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
   -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
table.add_cart_table td {
	display: inline-block;
	overflow: hidden;
	padding: 4px 0;
	width: 55%;
	text-overflow: ellipsis;
	text-align:left;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
   -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
table.add_cart_table td input {
	padding: 0 4px;
	width: 80px;
	height: 26px;
	font-size: 15px;
	line-height: 26px;
	vertical-align: middle;
}
table.add_cart_table td strong.price {
  font-size: 14px;
}
table.add_cart_table td input.text-titles-list__detail-text {
  width: 130px;
}

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




/* 商品スペック*/
.item-spec {
	margin:0 0 72px 0;
}

.item-spec .title{
	display:block;
	font-size:14px;
	margin-bottom:16px;
}

.item-spec .disc {
	display:block;
	font-size:13px;
	line-height:25px;
}

.item-spec dl,
.item-spec dl dt,
.item-spec dl dd {
  margin : 0;
  padding : 0;
}
 
.item-spec dl{
	clear:both;
  width  : 100%;
  overflow: hidden;
  border-bottom:1px solid #dddddd;
}

.item-spec dl:first-child{
  border-top:1px solid #dddddd;
}

.item-spec dl:last-child{
  margin-bottom:16px;
}
 
.item-spec dl dt {
  color: #bbbbbb;
  float : left;
  line-height: 1.5;
  padding : 16px;
  text-transform: uppercase;
	letter-spacing: .6px;
	font-family: 'Sintony', sans-serif;
	font-size:13px;
}
 
.item-spec dl dd {
	font-size:13px;
  line-height: 1.5;
  margin-left : 120px;
  padding : 16px;
}

.item-spec .dl2_left {
	width:39%;
	float:left;
	border-top:none;
	clear:inherit;
}

.item-spec .dl2_right {
	width:59%;
	float:right;
	clear:inherit;
}

.item-spec .sample {
	margin:0 8px 0 0;
	padding:0;
	float:left;
}

.item-spec .sample a {
	color:#FFF;
	font-size:13px;
	padding:8px 32px;
}



/* キーワード */

.item-keyword {
	clear:both;
	font-size:11px;
	padding-bottom:16px;
}

.item-keyword p{
	float:left;
	font-weight:bold;
}

.item-keyword a {
	border-bottom:1px solid #444;
	float:left;
	margin:0 8px;
}

.item-keyword a:hover {
	border-bottom:1px dashed #aaa;
}



/*共通デザインパーツ */
.b-btm_d {
	border-bottom:1px dashed #ddd;
}


.item-spec .sample-dd {
 padding-top:0; margin-top:0; margin-bottom:3px; padding-bottom:0;
}


@-moz-document url-prefix() {
	.item-spec .sample-dd  {
		padding-top:16px;
		margin-bottom:0;
	}
}
