@charset "UTF-8";
ul{margin: 0;padding: 0;}
.bxslider{   
    margin:0px;
	z-index: 0;
	
}
.bxslider ul{margin: 0;padding: 0;}
.bx-wrapper {
    position: relative;
}

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

.bx-viewport {
    
}
/* ページャー
===================================*/

.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){

}