div#mainContents div.condition {
	position: relative;
	width: 700px;
	margin-top: 10px;
	background-image: url(/https/zexy.net/images/item/bg_searchArea_middle.gif);
	background-repeat: repeat-y;
}
div#mainContents div.condition::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 700px;
	height: 4px;
	background-image: url(/https/zexy.net/images/item/bg_searchArea_btm.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.kuchikomiPickUp__heading {
	display: flex;
	align-items: center;
	line-height: 1.5;
}
.kuchikomiPickUp__heading__name {
	color: #703a48;
	font-weight: 600;
	font-size: 14px;
}
#contents .kuchikomiPickUp__heading__postedDate {
	margin-right: 21px;
	margin-left: auto;
	color: #8d8d8d;
	font-weight: 300;
	font-size: 10px;
}
.kuchikomiPickUp__hasShopReply {
	display: block;
	margin-top: 10px;
	width: 116px;
	height: 20px;
}