@CHARSET "UTF-8";
#keyMatchListResults {
	margin-bottom: 60px;
}

.keyMatchListResultsRow {
	clear: both;
	display: flex;
	margin-bottom: 40px;
}

.keyMatchListResultsRow img {
	flex-shrink: 0;
	max-width: 200px !important;
	padding-right: 30px;
}

.keyMatchArea {
	flex-grow: 1;
	vertical-align: top;
}

.keyMatchTitleItemWrap {
	border-bottom: 1px solid #b3b6b7;
	padding-bottom: 0.3em;
	margin-bottom: 0.8em;
}

.keyMatchContentItemWrap {
	margin-bottom: 0px;
}
.keyMatchContentItemWrap p.keyMatchContent {
	margin-bottom: 10px;
}

.keyMatchLinkItemWrap {
	margin-bottom: 0;
}

.goodsDetail-saleEndText{
	padding: 0.50rem 2.25rem;
    border: 1px solid #644c1f;
    border-radius: 0.25rem;
    color: #333!important;;
    background-color: #d5d4d2;
    width: 156px;
    font-size: 1rem;
}

@media screen and (max-width: 641px) {
	#keyMatchListResults {
		margin-bottom: 50px;
	}
	.keyMatchArea {
		font-size: 0.8em;
	}
	.keyMatchBannerImgItemWrap {
		max-width: 40%;
	}
	.keyMatchListResultsRow img {
		flex-shrink: 0;
		max-width: 100% !important;
		padding-right: 20px;
	}
	.goodsDetail-cart-btn-saleEnd {
		width:auto;
	}
}

/*---------------------------------------------
	レイアウト
  ---------------------------------------------*/
div.resultsPagingResultsShow {
	margin-top: 12px;
	text-align: right;
}
@media only screen and (max-width: 768px) {
  div.resultsPagingResultsShow {
  	margin-top: 6px;
  	margin-bottom: 8px;
  }
}
/* 検索結果_件数 */
div.resultsPagingResultsShow > span {
	font-size: 0.75rem;
}
.container-goodList-pImg img {
	max-width:192px !important;
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
