@charset "utf-8";
/*
 * 404.css
 */

/* !Clearfix
---------------------------------------------------------- */



/* !Sec basic03
---------------------------------------------------------- */
.dv_recommend {
	position: relative;
	margin: 0 5px 0 5px;
}
	.dv_recommend .dv_rc_header,
	.dv_recommend .dv_rc_title,
	.dv_recommend .dv_rc_price,
	.dv_recommend .dv_rc_footer {
		display: none !important;
		visibility: hidden !important;
		width: 0 !important;
	}
	.dv_recommend .dv_rc_items {
		float: left;
		width: 31.3%;
		height: 200px;
		margin: 0 1% 10px 1%;
	}
	.dv_recommend .dv_rc_img {
		height: 130px;
		padding: 2px 10px 2px 10px;
		border-width: 1px 1px 1px 1px;
		border-style: solid;
		border-color: #dbdbdb;
		background: #ffffff;
	}
	.dv_recommend .dv_rc_img img{
		width:100%;
	}
	.dv_recommend .dv_rc_name {
		font-weight: bold;
	}
	.dv_recommend .dv_rc_description {
		margin: 5px 0 0 0;
		word-break: break-all;
	}

@media screen and (min-width:768px) {
	.dv_recommend .dv_rc_items {
		width: 15%;
		margin: 0 0.8% 2% 0.8%;
	}
}