@charset"UTF-8";
/*
✜#bnrSlider
*/
#bnrSliderBg {
clear: both;
background: #F7F7F3;
width: 100%;
margin: 0 0 16px;
padding: 16px 0;
border-top: 1px solid #FFF;
border-bottom: 1px solid #FFF;
/*箱影*/
-moz-box-shadow: inset 0 0 4px #E0DCD1;
-webkit-box-shadow: inset 0 0 4px #E0DCD1;
box-shadow: inset 0 0 4px #E0DCD1;
}

#bnrSliderAria {
margin: 0 auto;
width: 792px;
height: 224px;
}
#bnrSlider {
margin: 0;
padding: 0;
}
#bnrSlider img {
margin: 0 4px;
padding: 0;
width: 256px;
height: 224px;
}
.bx-prev,
.bx-next {
display: block;
position: absolute;
width: 46px;
height: 222px;
text-align: center;
font-size: 32pt;
font-family: 'Arial';
font-weight: bold;
line-height: 224px;
/*角丸*/
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.bx-prev {
top: 0;
left: -56px;
}
.bx-next {
top: 0;
right: -56px;
}

/*
✜Anchor
*/
a.bx-prev,
a.bx-prev:link,
a.bx-prev:visited,
a.bx-next,
a.bx-next:link,
a.bx-next:visited {
background:#E0DCD1;
color: #121212;
text-decoration: none;
border: 1px solid #C1B8A1;
}
a.bx-prev:hover,
a.bx-next:hover {
background:#F7F7F3;
/*グラデ*/
background: -moz-linear-gradient(top, #E0DCD1,#F7F7F3);
background: -webkit-gradient(linear, center top, center bottom, from(#E0DCD1),to(#F7F7F3));
/*箱影*/
-moz-box-shadow: 1px 1px 2px #E0DCD1;
-webkit-box-shadow: 1px 1px 2px #E0DCD1;
box-shadow: 1px 1px 2px #E0DCD1;
}
