@charset "utf-8";

#recCarousel_bxoutline{
	border: 1px solid #d3d3d3;
	border-radius: 2px;
}

#recCarousel_bxoutline .recCarousel_title{
	font-size: 115%;
	font-weight: bold;
	padding: 10px 18px;
	background-color: #f0f0f0;
}


/* a */
#recCarousel_bxoutline li > a {
	display: block;
	color: inherit;
	color: #1565c0;
}
#recCarousel_bxoutline li > a:hover {
	color: inherit;
	color:#F00;
}

#recCarousel_bxoutline li:hover {
	background:#FDFBE2
}

#recCarousel_bxoutline li:hover a{
	color:#F00
}


#recCarousel_bxoutline li:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.recCarousel ul.bxcarousel li{
	cursor:pointer;

}

.recCarousel_bx{
	padding:0 50px;
	border-top:1px solid #d4d4d4;
}

.recCarousel_bx.none{
	padding:0 50px;
	border-top:none;
}

.recCarousel_bx ul.bxcarousel{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.recCarousel_bx ul.bxcarousel li .bkdetail {
	margin-top: 10px;
}

.recCarousel_bx ul.bxcarousel li .bukkenType{
	display: block;
	width: 100px;
	line-height: 1.25;
	font-size: 93%;
	text-align: center;
	color: #fff;
	padding: 5px 0 3px;
	border-radius: 2px;
	background-color: #6dc6f9;
	margin: 0 auto 10px;
}

.recCarousel_bx ul.bxcarousel li{
	display:block;
	float:left;
	padding:10px;
	border-right:1px solid #d4d4d4;
}

.recCarousel_bx ul.bxcarousel li .image{
	width:131px;
	height:90px;
	overflow:hidden; 
	position:relative;
}
.recCarousel_bx ul.bxcarousel li .image img{
	width:131px;
	position:absolute;
	top:-16px;
}
.recCarousel_bx ul.bxcarousel li .image .noimage{
	height:90px;
	top:0px;
}

.recCarousel_bx ul.bxcarousel li .price-new{
	position: relative;
	top: -1px;
	display: inline-block;
	font-size: 86%;
	color: #ef3c9d;
	padding: 2px 6px;
	background-color: #fff1f1;
	margin-left: 2px;
	font-weight:bold
}

.recCarousel_bx ul.bxcarousel li .txt_new{
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	font-size: 86%;
	font-weight: bold;
	color: #f03c78;
	margin-left: 5px;
}

.recCarousel_bx ul.bxcarousel li .title{
	max-height: 3.643em;
	line-height: 1.25;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 6px;
}


.recCarousel_bx ul.bxcarousel li .price{
	margin-bottom: 5px;
}
.recCarousel_bx ul.bxcarousel li .price .icon{
	display: inline-block;
	margin-right: 2px;
	width: 1.1em;
	height: 1.1em;
	background: url(/nomucom/smp/common/images/svg/icn_yenmark.svg) no-repeat 0 0;
	background-size: contain;
	vertical-align: text-bottom;
}
.recCarousel_bx ul.bxcarousel li .price .num{
	font-size: 115%;
	font-weight: bold;
	color: #dd1c11;
}
.recCarousel_bx ul.bxcarousel li .price .unit{
	font-size:13px;
	color:#2d2d2d;
	font-weight: bold;
}
.recCarousel_bx ul.bxcarousel li .address{
	/* max-height: 2.5em; */
	line-height: 1.25;
	font-size: 93%;
	color:#2d2d2d;
}




/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom:0;
	width: 100%;
	
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;

	background-color: rgba(0,0,0,0.4);
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {

	text-indent: -9999px;
	display: block;
	width: 33px;
	height: 25px;
	margin: 0 5px;
	
	background: url(/nomucom/smp/top/common/images/svg/mainslider_off.svg) no-repeat;
	background-size:33px 25px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(/nomucom/smp/top/common/images/svg/mainslider_on.svg) no-repeat;
	background-size:33px 25px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0;	
	background: url(/nomucom/smp/top/common/images/svg/mainarrow_left.svg) no-repeat;
	background-size:27px 25px;
}

.bx-wrapper .bx-next {
	right: 0;
	background: url(/nomucom/smp/top/common/images/svg/mainarrow_right.svg) no-repeat;
	background-size:27px 25px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 27px;
	height: 25px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}




/** BXC
===================================*/

/* DIRECTION CONTROLS (NEXT / PREV) */

.bxca .bx-wrapper .bx-prev {
	left: -51px;	
	background: url(/images/rn_common/arrow_l_g.png) no-repeat center center;
    background-size: 10px 17px;
	border-right:1px solid #d4d4d4;
}

.bxca .bx-wrapper .bx-next {
	right: -51px;
	background: url(/images/rn_common/arrow_r_g.png) no-repeat center center;
    background-size: 10px 17px;
	border-left:1px solid #d4d4d4;
}

.bxca .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -137px;
	outline: 0;
	width: 51px;
	height: 273px;
	text-indent: -9999px;
	z-index: 9999;
}

.bxca .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bxca .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bxca .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}