@charset "utf-8";
/* CSS Document */

/* 画像レイアウト
===================================*/
.bx-wrap {
	position: relative;
	width: 100%;
	height: auto;
}
.bxslider{   
	margin:0px;
}
.bxslider li img {
  width: 100%;
	height: auto;
	margin: 0 ;
	padding: 0;
}
.bx-viewport {
    max-height: 1000px;
}


/* ページャー
===================================*/

.bx-pager {
	text-align: center;
	position: relative;
	width: 100%;
	z-index: 50;
}
.bx-pager-item,
.bx-controls-auto-item {
	display: inline-block;
}
.bx-default-pager a {
	background: #999;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 10px 5px 0;
	outline: 0;
	border-radius: 5px;
}
.bx-default-pager a:hover{
	background: #CCC;
}
.bx-default-pager a.active {
	background: #1677b8;
}


@media screen and (min-width:960px){
.bx-wrap {
	top: 125px;
}
}


@media screen and (max-width:960px){
.bx-wrap {
	top: 56px;
}
}
