@charset "UTF-8";
/*　共通部品 */
/* =====================================================================
*
*    シルバーエッグレコメンド/dv_recommend
*
* =================================================================== */

.dv_recommend {
	display: table;
	padding: 0px;
	width: 100%;
	table-layout: fixed;    
width: 99%;
    margin:0.2em auto 0;
}
 

.dv_rc_items {
	display: table-cell;
	width: 48%;
	float:left;
margin:1% 1%;
height: 275px;
}

#mypagerec #dvRecommend .dv_rc_img img{
	    width: 96%;
	    height: 100% !important;
}

.dv_rc_img img{
	width: 100%;
	/* height: 146.6px; */
}

.dv_rc_description {
	width: 50%;
	margin: 0 auto;
}

.dv_rc_name{font-size: x-small;}