@charset "UTF-8";

/*メインビジュアル*/
#main {
	width: 1280px;
	height: auto;
	position: relative;
	text-align: center;
	padding-right: 300px;
}

.bx-pager {
  	width: 75px;
  	margin: 0 auto;
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 20px;
  	z-index: 99;
}

.bx-pager-item {
	width: 13px;
	margin: 0 6px;
	float: left;
	opacity: 1;
}

.bx-pager-item:hover {
	opacity: 0.7;
}

.bx-pager-link {
	display: block;
	width: 13px;
	height: 13px;
	background: url('../images/main-off.png') no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
