@charset "UTF-8";
/* CSS Document */

/*------ 新着商品 ------*/
#new_product{
	
}
#new_product ul li{
	width: 100%;
	padding-top: 20px;
	border-top: dashed 1px rgba(0,0,0,0.60) ;
	margin-top: 20px;
	display: table;
}
#new_product ul li:first-child {
	padding-top: 0;
	border: none;
	margin-top: 0;
}
#new_product .new_product_icon{
	display: table-cell;
	vertical-align: middle;
	width: 130px;
	border: solid 1px rgba(0,0,0,0.50)
}
@media (max-width:750px) {
	#new_product .new_product_icon{
		display: block;
		float: left;
		margin: 0 10px 10px 0;
	}
}
#new_product .new_product_textArea{
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}
@media (max-width:750px) {
	#new_product .new_product_textArea{
		font-size: 14px;
		display: block;
		padding-left: 0;
	}
}
#new_product .new_product_title{
	
}
#new_product .new_product_price{
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 10px;
}
#new_product .new_product_comment{
	font-size: 13px;
}




