#product .images-detail img {
	width:100%; 
}

#product .no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 5px!important;
    padding-left:0!important;
}
#product .images-sumbnail {
 	margin:0.8em 0 3em 0; 
}
/*ボーダー*/
.contents-detail .price,
.contents-detail .prduct-option,
.contents-detail .cart-button {
 	border-bottom: 1px dotted #ccc;
        padding: 0 0 1em 0;
    margin-bottom: 2em;
}

.title h2 {
    font-size: 2.0rem;
    padding: 0.5em 0;
    /* background: #e8ffe4; */
    border-bottom: 3px dotted #3c912f;
    margin-bottom: 2em;
}
.contents-detail .price .sales {
 	font-size:2.0rem;
  	line-height:1;
}
.contents-detail .price .col-8,
.contents-detail .price .col-4 {
 	margin-bottom:1em; 
}
.mount input {
  	padding:1em 0.8em;
  	font-size:1.8rem;
 	width:3em;
  	border: 1px solid #ccc;
}
/*セレクト*/
#product select {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
  	appearance: auto;
}
/*購入ボタン*/
.cart-button .btn-addcart {
  	width:100%;
    background: #c6311e;
    border: medium none;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    padding: 18px 0;
}
/*次のページボタン*/
a.btn, a.btn:visited, a.btn:link, a.btn:active {
font-size: 2.0rem;
    background: #3c912f;
    color: #fff;
    padding: 0.3em 1em;
}
a.btn:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #79be52;
}
.btn.disabled {
   font-size:1.5rem; 
}
/*諸々リンク*/
#product .link ul li {
margin-bottom: 0.4em;
    list-style: circle inside;
    text-indent: -1.5em;
    margin-left: 1.5em;
    font-size: 1.4rem;
}
#option_tbl.table-bordered {
 	border:none;
  	border-top:1px solid #ddd;
  	border-left:1px solid #ddd;
}
#option_tbl.table-bordered td {
    border: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#option_tbl.table-bordered th {
border: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  font-weight: normal;
}
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
ul.unstyled, ol.unstyled {
 margin-left:-15px; 
}
