@charset "UTF-8";

/* ---------newProducts---------*/
.newProducts ul li dl dt {
	padding: 3px 2px;
	text-align: center;
	margin-bottom: 10px;
}

.newProducts ul li dl dt.txt {
	background: #fff8e8;
}

.newProducts ul li dl dt.catch {
	text-align: left;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-feature-settings: "palt" 1;
}

.newProducts ul li dl dd .productImg {
	margin-bottom: 10px;
	text-align: center;
}

.newProducts ul li dl dd .productName {
	margin-bottom: 10px;
	word-wrap: break-word;
}

.newProducts ul li dl dd .salesPrice {
	font-size: 140%;
	color: #e60012;
}

.newProducts .bx-wrapper .bx-prev  {
	left: 0;
}

.newProducts .bx-wrapper .bx-next {
    right: 0;
}

.newProducts .bx-wrapper {
	margin: 0 0 30px;
}