@charset "utf-8";

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

.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: 94%;
		text-align: center;
		margin: 0 auto;
		padding: 9.6% 0 36.6%;
	}
	.footer a, .footer a:link {
		text-decoration: none;
	}
}

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