/*　TOPページフルスクリーンのスライダー用CSS　*/

/* 【画像レイアウト】*/
.bxslider{margin:0px;padding:0px;}
.bx-wrapper{position:relative;}
.bx-wrapper img{width:100%;display:block;}
/*　旧サイズの時に指定
.bx-viewport{max-height:720px;}
*/

/* 【ページャー（画像下丸印）】*/
.bx-pager{text-align:center;bottom:20px;position:absolute;width:100%;}
/*bottomはpagerの位置の変更*/

.bx-pager-item,
.bx-controls-auto-item{display:inline-block;}

.bx-default-pager a {
    background: #bfbfbf; /*pager の色が薄い方*/
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
	/*　css2.1チェックでエラー、css3での起動はするが念の為変更
    border-radius: 5px;
	*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.bx-default-pager a:hover,
.bx-default-pager a.active {
    background: #ff7900; /*pager の色が濃い方*/
}




/* 【LOADER（ローダー・ぐるぐる）】*/
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('https://www.hyosatsu1.com/img/top/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}