@charset "utf-8";


footer.footer {overflow: hidden;padding: 30px 0;background: #122238;color: #fff;}
footer.footer span {font-size: 14px;color: #fff;line-height: 18px;}
footer.footer ul {margin: 0 auto;max-width: 1180px;padding: 0 10px;}
footer .ft_logo {
	display: inline-block;
	width: 124px;
	height: 20px;
	font-size: 0;
	text-indent: -9999px;
	background:url(/renewal2019/img/ft_logo.png) no-repeat center center;
	z-index: 9999;
	background-size: 100%;
}
em {vertical-align:top}


/* Tablet Device */
@media all and (min-width:700px) and (max-width:1024px) {
	footer.footer {padding: 20px;}
	footer.footer span {display: block;padding: 0;text-align: center;font-size: 11px;padding-bottom: 17px;}
	footer.footer ul {padding: 0;}
}


@media only screen and (max-width:700px) {
	footer.footer {clear:both;padding: 15px 0 30px;}
	footer.footer span {display: block;padding: 0;text-align: center;line-height: 20px;font-size: 11px;padding: 10px 0;}
	footer .ft_logo {width: 72px;height: 20px;}
}
