@charset "UTF-8";
/* CSS Document */


/*-- .bx-pager  {
	position:absolute;
	left:50%;
	top: 510px;
}
.bx-pager-item{
	float:left;
}
.bx-pager a {
	text-indent: -9999px;
	display: block;	
	width:12px;
	height:32px;
	border:0;
	margin-right:8px;
	background-image: url(../img/bullets.png);
	background-repeat: no-repeat;
	background-position: -20px 0px;
}
.bx-pager a:hover,
.bx-pager a:active {
	background-position:0 0px;
}*/

/* PAGER */

.bx-wrapper .bx-pager {
              text-align: center;
              font-size: 0.85em;
              font-family: Arial;
              font-weight: bold;
              color: #666;
              padding-top: 10px;
}

.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 {
              background: #cccccc;
              text-indent: -9999px;
              display: block;
              width: 12px;
              height: 12px;
              margin: 0 5px;
              outline: 0;
	background-image: url(../img/bullets.png);
	background-repeat: no-repeat;
	background-position: -20px 0px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-position:0 0px;
}



.bx-controls-direction a {
	position: absolute;
	margin-top: -24px;
	width: 17px;/*使用画像に応じて指定*/
	height: 24px;/*使用画像に応じて指定*/
	text-indent: -9999px;/*画像置換のためテキストを押しやる*/
	z-index: 9999;
}



