#contents .product-txt-area h2{
	font-size: 28px;
    letter-spacing: 0.15em;
    font-weight: bold;
	border-top:2px solid;
	border-bottom:2px solid;
    padding: 10px;
    margin: 0 auto;
}
#contents .product-txt-area h2:after{
	display:none;
}
#contents .product-txt-area .table th,
#contents .product-txt-area .table td{
border-top:none;
}
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.product-order-exp{
    padding: 0 10px 25px;
	line-height: 2em;
letter-spacing: 0.15em;
}

#product button.btn{
	background-color: #000;
    color: #fff;
}
#product .price_table1 td{
color: #c7011d;
font-size: 20px;
}
#product .product-order-exp table{
	border: 1px solid #c1c1c1;
    text-align: center;
    min-width: 210px;
	margin-bottom: 30px;
}
#product .product-order-exp table td:first-child{
	padding: 10px;
    background: #e9e8ed;
}
#product .product-order-exp table td{
	padding: 10px;
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
}
.product__image-thumb li{
	height:88px !important;
}
.product__image-thumb li:hover{
	opacity:0.8;
	cursor:pointer;
}
.product__image{
	margin-bottom:40px;
	max-width: 560px;
}
.explanation {
	margin-bottom:35px;
}
.btn-lg {
    padding: 18px 25%;
}
.recommend_h2{
	font-size:28px !important;
}
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 150px;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}
.stock_dl{
	display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0 auto 10px;
}
.stock_dl dd{
	width:40%;
}



.product-txt-area .row1{
	display:flex;
}
.h_category{
	width:48%;
}
.product__fav-item{
	text-align: right;
width: 50%;
}
.product__fav-item button{
padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}



.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}



@media (max-width: 768px) {
#contents h2 {
    font-size: 28px;
}
.product__image,.product-txt-area{
	width:100%;
	margin-bottom: 0;
}
.btn-lg{
	    padding: 18px 75px;
}

.together-block .col-sm-12{
		width:49%;
	padding:1%;
	margin:0 auto;
	height:auto !important;
}


}



