#ftr_sp{
    display:none;
}

@media only screen and (max-width: 768px){
    #ftr{
        display:none;
    }
    #ftr_sp{
        background-color:#000;
        display:block;
    }
    #ftr_sp .footerTop{
        background-color: #222222;
        padding: 25px 0;
    }
    
    #ftr_sp .footerTop .bnrList li{
        text-align:center;
    }
    #ftr_sp .footerTop .bnrList li img{
    	width:90%;
    }
    #ftr_sp .group_block{
    	background-color:#000;
    	width:auto;
    	height:auto;
    	padding:15px 10px;
    }
    #ftr_sp .group_block .copyright{
    	margin:0;
    	color:#FFF;
    }
    
    #ftr_sp p.footer_logo{
    	position:static;
    	margin-bottom: 15px;
    }
    #ftr_sp p.footer_logo img{
    	width:68px;
    ]
}