#footer { position:fixed; bottom:0; background:#fff; border-top:1px solid #e8e8e8; box-shadow:0 0 8px #e8e8e8; width:100%; max-width:800px; }
#footer > .footer_button { width:20%; float:left; padding:3% 0; text-align:center; }
#footer > .footer_button > a > img { width:50%; margin:0 auto; }

.respon {
	max-width: 100%;
	height: auto;
	width: auto\9; // ie8
}
.footer-wrap {position:fixed;bottom:0;margin:0;padding:0;width:100%;max-width:800px;background-color:#fff}
.footer-wrap a {display:block;margin:0;padding:5%;text-align:center}
.footer-wrap a img {margin:0 auto;width:50%;text-align:center}

@media screen and (max-width:414px) {
	#footer > .footer_button > a > img { width:70%; }
}