/* ==========================
IE10以降対策
============================= */
@media all and (-ms-high-contrast:none){

	.sample{
		max-width:930px;
		margin:0 auto;
        

        /*bxsliderでSP・PC画像切り替え用*/
@media screen and (max-width: 767px) {
    #re_bx_2{
        display:none;
    }
    #re_bx_1{
        display:block;
    }
}
@media screen and (min-width: 768px){
    #re_bx_2{
        display:block;
    }
    #re_bx_1{
        display:none;
    }
}


/*SPの場合の画像　切り替え*/
@media only screen and (max-width:767px){
    img.pc{
        display:none
    }
}
/*PCの場合の画像　切り替え*/
@media only screen and (min-width:768px){
    img.sp{
        display:none
    }
}
}

    
    
    
    
}
/* ==========================
Edge対策
============================= */
@supports (-ms-ime-align:auto) {

	.footer_left,.footer_right{
		margin:50px 0;
	}

}
