/* 画像レイアウト
===================================*/

.bxslider{   
    margin:0px;
	
}

.bx-wrapper {
    position: relative;
	background:#FFFFD7;
	overflow-y:hidden;
}

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



.bx-viewport {
    max-height: 450px;
}


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

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

@media screen and (max-width:680px){
  #s_pc .bx-pager {
    display:none;
}
}


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

}

.bx-default-pager a {
    background: #ffffff;
    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: #128553;
}