@charset "utf-8";

.footer {
	width: 100%;
	background: #e4122f;
}

.footer a, .footer a:link {
	color: #fff;
	text-decoration: none;
}
.footer a:visited {
	color: #fff;
}
.footer a:active,
.footer a:hover {
	color: #fff;
}
.footer a:focus {
	color: #fff;
}

.footer-inner p {
	font-size: 1.2rem;
	line-height: 1.6;
}

@media only screen and (max-width: 640px) {
	.footer {
	}
	.footer-inner {
		width: 92%;
		text-align: center;
		margin: 0 auto;
		padding: 15.6% 0 24.6%;
	}
	.footer a, .footer a:link {
		text-decoration: none;
	}
}

@media print, screen and (min-width: 641px) {
	.footer {
	}
	.footer-inner {
		text-align: center;
		width: 940px;
		margin: 0 auto;
		padding: 64px 0 120px;
	}
}
