@charset "utf-8";

/** SLIDER
===================================*/
.slider {
	border: solid 1px #d1cdc7;
	padding: 0px 0px 0px 0px;
    height:450px;
    background: #fff;
}
.bx-wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	z-index: 9999;
}
.bx-wrapper .bx-pager {/*ページャーの表示位置など*/
	position: absolute;
	bottom: 10px;
	width: 100%;
    text-align: center;
}
.bx-pager a {
	background: #666;
	text-indent: -9999px;/*数字表示をブラウザ外に押しやる*/
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	-moz-border-radius: 5px;/*角丸指定10pxの●*/
	-webkit-border-radius: 5px;/*角丸指定*/
	border-radius: 5px;/*角丸指定*/
}
.bx-wrapper .bx-pager a:hover,
.bx-wrapper .bx-pager a.active {
	background: #d1cdc7;
}
.bx-wrapper .bx-prev {
    width: 32px;
    height: 32px;
    text-indent: -9999px;/*数字表示をブラウザ外に押しやる*/
	background: url(/img/controls.png) no-repeat;
    margin: -230px 0px 0px 20px;
}
.bx-wrapper .bx-next {
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background: url(/img/controls.png) no-repeat -43px -32px;
    margin: -230px 0px 0px 925px;
}
