@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/*-----------------------------------------------------------
	bxslider
----------------------------------------------------------- */

.bxslider2 {
    display: none;
}

ul.bxslider1 {
    text-align: center;
    margin: 0 auto;
    margin: -225px 0 0 -550px;
    position: absolute !important;
    top: 50%;
    left: 50%;
    width: 1100px;
    height: 450px;
}

ul.bxslider1 li {
    width: 1100px !important;
    overflow: hidden;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

ul.bxslider1 li img {
    text-align: center;
    margin: 0 auto;
    width: auto;
    height: 450px;
    overflow: hidden;
    display: block;
}


@media screen and (max-width: 768px) {

ul.bxslider1 {
    display: none;
}

.bxslider2 {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100% !important;
}

.slid_sp {
    width: 100% !important;
}

.bx-wrapper {
    margin-bottom: 20px !important;
}

}

