@charset "UTF-8";
/* スライダー（bxslider）の設定 */
.bx-wrapper {							/* スライダー領域の設定 */
	max-width: 1700px;
	margin: 0 auto;
	box-shadow: unset;
	border: unset;
	z-index: 50;
}
.bx-wrapper .bx-pager {
	bottom: 20px;
}
