/**
* BxSlider v4.1.2 - Fully loaded, responsive content slider
* http://bxslider.com
*
* Written by: Steven Wanderski, 2014
* http://stevenwanderski.com
* (while drinking Belgian ales and listening to jazz)
*
* CEO and founder of bxCreative, LTD
* http://bxcreative.com
*/


/** RESET AND LAYOUT
===================================*/
.bx-wrapper{ position: relative; margin: 0 auto; padding: 0; *zoom: 1;}
.bx-wrapper img { max-width: 100%; /*display: block;*/}

/** THEME
===================================*/
.bx-wrapper .bx-viewport { /*background: #fff;*/ transform: translatez(0);}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto { position: absolute; bottom:8px; width: 100%; line-height: 1em;}

/* PAGER */
.bx-wrapper .bx-pager{ text-align: center; font-weight: bold; color: #fff; display: flex; align-items: center; justify-content: center;}
.bx-wrapper .bx-pager.bx-default-pager a{ background: #efefef; text-indent: -9999px; display: block; width: 16px; height: 16px; margin: 0 8px; outline: 0; border-radius: 50%; transition: 0.3s;}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; outline: 0; font-size:24px; color:#fff; z-index: 2; transition: 0.3s;}
.bx-wrapper .bx-controls-direction a.disabled { display: none;}


/*追加*/
#slider img{ width:100%;}

