/* 画像レイアウト
===================================*/

.bxslider {
	margin: 0px;
	text-align: center;
}
.bx-wrapper {
	position: relative;
}

.bx-wrapper img {
	width: 100%;
}
.bx-viewport {
	height:auto;
}
/* ページャー
===================================*/

.bx-pager {
/*	text-align: center;
*/	position: relative;
	width: 100%;
	margin-top: 15px;
}
.bx-pager-item, .bx-controls-auto-item {
	display: inline-block;
}
.bx-default-pager a {
	background: #E2E2E2;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
	transition: none;
}
.bx-default-pager a:hover, .bx-default-pager a.active {
	background: #9EA91C;
}


/* for TABLET */
@media screen and (max-width: 800px) {

	.bx-default-pager a {
		width: 6px;
		height: 6px;
	}

}