div#slvregg-recommend{
	width:100%;
	margin:-5px 0 25px 0;

}
div#slvregg-recommend a:hover{
	text-decoration:none;
}
div#slvregg-recommend div#recHeadLine{
	background: #ffe3a6; /* Old browsers */
	background: -moz-linear-gradient(top, #ffe3a6 0%, #ffaf00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe3a6), color-stop(100%,#ffaf00));
	background: -ms-linear-gradient(top, #ffe3a6 0%,#ffaf00 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffe3a6 0%,#ffaf00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe3a6', endColorstr='#ffaf00',GradientType=0 ); /* IE6-9 */
	border-bottom:1px #ff9e00 solid;
	margin:0;
}
div#slvregg-recommend div#recHeadLine img{
	width:25px;
	height:25px;
	margin:0 5px 0 3px;
	float:left;
}
div#slvregg-recommend div#recHeadLine strong{
display:block;
	font-size:13px;
	line-height:26px;
	font-weight:bolder;
	color:#4d4d4d;
	text-align:left;
	/*font-family:"¥Ò¥é¥®¥Î´Ý¥´ Pro W4", Hiragino Maru Gothic Pro, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W4", Hiragino Kaku Gothic Pro, "¥á¥¤¥ê¥ª", Meiryo, Osaka,"£Í£Ó £Ð¥´¥·¥Ã¥¯", MS PGothic, sans-serif;*/
	float:left;
}
div#slvregg-recommend .bx-wrapper{
	background:#fff;
	border: none;
	margin: 0 auto 0 !important;
}
/*div#slvregg-recommend .bx-viewport{
	width:646px !important;
	margin:0 auto;

}*/
div#slvregg-recommend ul.recConBox{
	background:#fff;
	padding:0 30px;
}
div#slvregg-recommend.noPager ul.recConBox{
	padding:0 0 0 7px;
}
div#slvregg-recommend ul.recConBox *{
	cursor:pointer;
	letter-spacing: 0px;
}
div#slvregg-recommend ul.vImg{
	height:500px;

}
div#slvregg-recommend li.recConList{
    display: inline-block;
    vertical-align: top;
    width:176px!important;
}
div#slvregg-recommend li.recConList div.recWrap{
	display:inline-block;
	position: relative;
	background:#fff;
	border-radius:0 0 5px 5px;
	width:100%;
}
div#slvregg-recommend .recConBox a{
	display:block;
	padding:9px 0 0 0;
	width:100%;
}
div#slvregg-recommend .recConBox a:hover{
	text-decoration:underline;
}
/*div#slvregg-recommend .recConBox a:hover{
	border-bottom:3px #ffaf00 solid;
}*/
div#slvregg-recommend li.recConList.v_img div.recWrap img{
	width:57px;
	margin:0 35px 7px;
}
div#slvregg-recommend.noPager li.recConList div.recWrap img{
	width:125px;
}
div#slvregg-recommend.noPager li.recConList.v_img div.recWrap img{
	width:68px;
}
div#slvregg-recommend li.recConList div.recWrap img{
	border:#cbcbcb 1px solid;
	height: 100%;
	width: auto;
	margin:0 auto;
}
div#slvregg-recommend li.recConList div.recWrap p.recimage{
	display:block;
	width:160px;
	height: 118px;
	margin:0 auto 7px;
    overflow: hidden;
}
div#slvregg-recommend li.recConList div.recWrap p.recTitle{
	display:block;
	width:160px;
	margin:0 7px 7px;
	font-size:12px;
	line-height:16px;
    max-height: 48px;
    overflow: hidden;
}

div#slvregg-recommend.noPager li.recConList div.recWrap p.recTitle{
	width:125px;
}

/* bxSlidser configuration */
/*
div#slvregg-recommend .bx-wrapper .bx-prev {
	left: 5px;
	background: url(/r_img/recommend/controls_yellow.png) no-repeat -40px -67px;
}

div#slvregg-recommend .bx-wrapper .bx-next {
	right: 5px;
	background: url(/r_img/recommend/controls_yellow.png) no-repeat -60px -67px;
}


div#slvregg-recommend .bx-wrapper .bx-prev:hover {
	background-position: 0 -67px;
}

div#slvregg-recommend .bx-wrapper .bx-next:hover {
	background-position: -20px -67px;
}
div#slvregg-recommend  .bx-controls{
	position:relative;
	z-index:100;
}
div#slvregg-recommend.noPager .bx-controls{
	display:none;
}
div#slvregg-recommend .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 20px;
	height: 53px;
	text-indent: -9999px;
	z-index: 9999;
}

div#slvregg-recommend  .bx-controls  .bx-prev{
	background: url(/r_img/recommend/controls_yellow.png) no-repeat -40px -67px;
	left: 5px;
	float:left;
}
div#slvregg-recommend  .bx-controls  .bx-next{
	background: url(/r_img/recommend/controls_yellow.png) no-repeat -60px -67px;
	right: 5px;
	float:right;
}
*/