@charset "SHIFT_JIS";

/* レコメンド リスト表示
----------------------------------------*/

.rec_list{padding-bottom:20px;}

.reco_items_style{
	margin:10px 2px;
	font-size: 0;
	display: none;
}

.reco_item_style{
	margin: 4px 4px 14px;
	display: inline-block;
	width: 136px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	*display: inline;*zoom: 1;
}

.reco_img_style{
	margin: 0 0 4px 0;
	text-align: center;
	width: 100%;
	height: 140px;
}
.reco_img_style a{
	display: block;
	height: 140px;
}
.reco_img_style a:hover img{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	opacity:0.9;
}
.reco_img_style img{
	width: auto;
	height: auto;
	max-width: 96%;
	max-height: 100%;
	*width: 96%;
}

#reco_title{
	color:#369;
	font-family:Arial, Meiryo, sans-serif;
}
#reco_title a{
	padding: 0 0 4px 0;
	display: block;
	line-height: 1.4;
	word-wrap: break-word;
}
#reco_title_name{
	font-family:Meiryo UI;
}

#reco_desc{
	font-family:Arial, Meiryo, sans-serif;
}

#reco_desc_name{
	line-height: 1.4;
	word-wrap: break-word;
}

#reco_price{
	display:inline-block;
	color:#f00;
	letter-spacing:1px;
	word-break: break-all;
	*display:inline;*zoom:1;
}

.recMoreArea{
	text-align: right;
}
.recMore-btn{
	margin: 0 auto 20px;
	width: 300px;
	display: none;
	font-size: 14px;
	border: 1px solid #999;
	background: #eee;
	border-radius: 3px;
	cursor: pointer;
}
.recMore-btn span{
	padding: 6px 0;
	display: block;
	text-align: center;
}