.catalog-coution-back {
	background: #f7f6f3;
	padding: 20px 0;
}
.catalog_cart_in tr { height:80px!important;}
.th_rowNo  { width:5% !important;}
.th_cmNo   { width:20% !important;}
.th_cmNm   { width:40% !important;}
.th_sprice { width:20% !important;}
.th_qty    { width:10% !important;}
.th_clear  { width:5% !important;}
.catalog_cart_in input {width:100% !important;}

.cart-table .cart-table-header {
  background-color: #f7f6f3;
}
.catalog_cart_in th,
.catalog_cart_in td {
  border: none !important;
  vertical-align: middle !important;
}

#addBtn{
	float:left;
	margin:15px;
}
.firstOfAll{
	margin-top:10px;
	margin-bottom:10px;
}
.ctlgClBoth{
	clear: both;
	text-align:center;
	margin-top:40px;
}

.catalog_cart_in th {
	text-align:center;
  border-top: #e7e4d9 solid 1px !important;
}
.catalog_cart_in tr>th:nth-child(-n + 5), .catalog_cart_in tr>td:nth-child(-n + 5) {
  border-right: #e7e4d9 solid 1px !important;
}
.catalog_cart_in td {
  border-bottom: #e7e4d9 solid 1px !important;
}

.qimgpt_no {
  padding: 20px 0;
}

.qimgptt {
	padding-left: 10px;
	padding-right: 10px;
	flex-grow: 1;
	line-height: 1.7em;
}

.qimgptt .fw_bold{
	font-size:18px!important;
}

.qimgpt {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ebe6e1;
}

.qimgpt .qa_nft {
	font-size:24px!important;
}

@media only screen and (max-width: 767px){
	.qimgpt .qa_nft {
		font-size:18px!important;
	}
	.qimgptt .fw_bold{
		font-size:14px!important;
	}
}

.section-title{
	width:100%;
}

@media only screen and (max-width: 767px){
	.section-title{
		font-size:22px!important;
		font-weight:bold!important;
	}
}

.item-detail-cart-btn {
  text-align: center;
  clear: both;
	width: 310px;
}
.item-detail-cart-btn div a,
.item-detail-cart-btn div span {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 40px;
  height: 60px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 60px;
}
.item-detail-cart-btn div a:hover {
  text-decoration: none;
}
.item-detail-cart-btn div a:before {
  position: absolute;
  top: 50%;
  left: 25px;
  margin: -10px 0 0 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.item-detail-cart-btn .btn-cart2 a {
  background-color: #443829;
  border: 2px solid #443829;
  color: #fff;
}
.item-detail-cart-btn .btn-cart2 a:before {
  background-image: url(/layout/sntec/assets/img/common/btn-ic-cart.svg);
}
.item-detail-cart-btn .btn-cart2 a:after {
  position: relative;
  top: -2px;
  content: "買い物かごに入れる";
}