@charset "Shift_JIS";


* リセット */ * {
margin: 0;
padding: 0;
}

body,
html {
 width: 100%;
 height: 100%;
}


/*********下層ページスライド*/

#subpage_slide {
 width: 100%;
 height: 100%;
 overflow: hidden;
}
#subpage_slide .slide_all {
 width: 100%;
 height: 250px;
 position: relative;
 margin: 0 auto;
}
#subpage_slide .slide_wrap {
 width: 960px;
 position: absolute;
 left:50%;
 margin-left:-480px;
}
#subpage_slide .slide_body { width: 100%; }
#subpage_slide .slide {
 width: 300px;
 text-align: center;
}
#subpage_slide .slide img {
 width: 100%;
 vertical-align: bottom;
}


/* 装飾 */
#subpage_slide .bx-pager {
 text-align: center;
 height: 36px;
 position: absolute;
 width: 100%;
}

.bx-pager-item { display: inline-block; }
#subpage_slide .bx-pager-item a {
 display: block;
 height: 14px;
 width: 14px;
 text-indent: -9999px;
 background: #fff;
 border: 1px solid #f35f17;
 margin: 20px 5px 0 5px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
}
#subpage_slide .bx-pager-item a.active {
 background: #f35f17;
 border-radius: 10px;
 -webkit-border-radius: 10px;
}
#subpage_slide .bx-controls-direction{ display:none;}



