/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015/12/15, 18:02:51
    Author     : atsushi
*/

.bx-wrapper .bx-viewport { 
    -moz-box-shadow: none; 
    -webkit-box-shadow: none; 
    box-shadow: none; 
    border: none; 
    left: 0; 
    background: none; 
    -webkit-transform: translatez(0); 
    -moz-transform: translatez(0); 
    -ms-transform: translatez(0); 
    -o-transform: translatez(0); 
    transform: translatez(0); 
}

.bx-controls {
    width: 100%;
    height: 100%;
}

.fs-bx-slider-wrapper ul{
    height:auto;
}

.fs-bx-slide-img, .fs-bx-slide-img img{
    width :100%;
    height:auto;
    max-width: 100%;
} 