@charset "UTF-8";

/* ================================================================================
 * b→dashおすすめ PC用
 * ================================================================================ */

#BdashRecom {
	width: 1140px;
	margin: 0 auto 110px;
	padding: -10px 0 10px;
}

.BdashRecomTitle {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: bold;
	color:#41548c;
	height: 32px;
}

#BdashRecomItem {
	visibility: visible;
	position: relative;
	margin-top: 40px;
	height: 275px;
	text-align: left;
}

#BdashRecomItem #BRTitle {
	width: 100%;
	border-bottom: 1px solid #999;
	text-align: left;
	height: 27px;
}

#BdashRecomItem .BRPrev {
	position: absolute;
	top: 110px;
	left: -10px;
}

#BdashRecomItem .BRNext {
	position: absolute;
	top: 110px;
	right: -10px;
}

#BdashRecomItem .BRNoItem {
	margin-top: 30px;
}

#BdashRecomItem .BdashRecomItem {
	width: 100%;
	height: 275px;
	margin: 20px 0 0;
	overflow: hidden;
}

#BdashRecomItem ul li {
	float: left;
	border-right: 1px solid #d9d9d9;
	box-sizing: border-box;
	padding-left: 6.5px;
	padding-right: 6.5px;
}

#BdashRecomItem ul li:last-child {
	padding-left: 16px;
	padding-right: 16px;
	border-right: 1px solid #d9d9d9;
}

#BdashRecomItem .ILCase {
	width: 176px;
	height: 275px;
	margin: 0 auto;
}

#BdashRecomItem .ILImg {
	position: relative;
	width: 176px;
	height: 176px;
	background: #fff;
	margin-bottom: 10px;
	overflow: hidden;
}

#BdashRecomItem .ILImg a {
	display: table-cell;
	width: 176px;
	height: 176px;
	text-align: center;
	vertical-align: middle;
}

#BdashRecomItem .ILImg a img {
	width: 100%;
	border-radius:5px;
}

#BdashRecomItem .ILIcon {
	width: 132px;
	height: 39px;
	margin-bottom: 5px;
}

#BdashRecomItem .ILIcon img {
	float: left;
	margin: 0 2px 3px 0;
	width: 64px;
	height: 16px;
}

#BdashRecomItem .ILName {
	height: 10px;
	line-height: 10px;
	margin-bottom: 10px;
	color: #e5b15f;
	font-size: 10px;
}

#BdashRecomItem .ILPrice {
	color: #333;
	font-size: 12px;
}

#BdashRecomItem .ILPrice span {
	font-size: 10px;
}

#BdashRecomItem li:hover .ILImg a img {
	filter: alpha(opacity = 70);
	opacity: 0.70;
	-moz-opacity: 0.70;
}
