/* ------------------------
 bxslider-overwrite
------------------------- */

/* 不具合調整？ */
.bx-viewport li { min-height: 1px; min-width: 1px; }
.bx-clone {display: none;}

/* default */
.bx-wrapper {
  box-shadow:none;
  border:none;
  background: #fff;
}

.bx-wrapper {/*reset*/
	position: relative;
	margin-bottom: 0;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	width: 100%;
	height: auto;/*auto又は100%に指定・縦横比を維持する*/
	display: block;
}
.bx-wrapper .bx-pager {/*ページャーの表示位置など*/
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* cover */
.slider#slider-cover{
	margin: 0 auto;
	width: 100%;
	max-width:1920px;/*使用画像の幅*/
}
