@charset "UTF-8";


.bxslider{   
    margin:0px;
		z-index: -999;
}

.bx-wrapper {
    position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 5%;
}

.bx-wrapper img {
    width:100%;
}

.bx-viewport {
    max-height: auto;
}
/* ページャー
===================================*/

.bx-pager {
    text-align: center;
    bottom: 5px;
    position: absolute;
    width: 100%;
}

.bx-pager-item,
.bx-controls-auto-item {
    display: none;

}

.bx-default-pager a {
    background: #c8ecff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}

.bx-default-pager a:hover,
.bx-default-pager a.active {
    background: #00aeff;
}

@media screen and (max-width: 560px){
.bx-wrapper {position: relative;width: 100%;margin: 0 auto;padding-top:10%;z-index: -100;}
.bx-viewport {max-height: auto;}

}