@charset "utf-8";

/* 画像レイアウト
===================================*/
ul.bxslider li {
    list-style: none;
}
.bxslider{
    margin: 0px;
    z-index: 10;
}

.bx-wrapper {
    position: relative;
}

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

.bx-viewport {
/*
    max-height: 620px;
*/
}


/* ページャー
===================================*/

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

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

}

.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;
}

