@charset "UTF-8";

/* ---------recProducts---------*/
.recProducts {
	width: 1200px;
	margin: 0 auto;
}

.recProducts ul {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
	margin-bottom: 2em;
	
}

.recProducts ul li {
	width: 230px;
	display: inline-block;
	margin: 0 7px 0 0;
	vertical-align: top;
}

.recProducts ul li:nth-child(5n) {
	margin-right: 0;
}

.recProducts ul li dl dt {
	padding: 3px 2px;
	text-align: center;
	margin-bottom: 10px;
}

.recProducts ul li dl dt.txt {
	background: #fff8e8;
}

.recProducts ul li dl dt.catch {
	text-align: left;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-feature-settings: "palt" 1;
}

.recProducts ul li dl dd .productImg {
	margin-bottom: 10px;
	text-align: center;
}

.recProducts ul li dl dd .productName {
	margin-bottom: 10px;
	word-wrap: break-word;
}

.recProducts ul li dl dd .salesPrice {
	font-size: 140%;
	color: #e60012;
}