@charset "utf-8";

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

.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;
}

@media screen and (max-width: 640px) {
.footer {
}
.footer-inner {
	width: 94%;
	text-align: center;
	margin: 0 auto;
	padding: 9.6% 0 20.6%;
}
.footer-inner p {
	font-size: 12px;
	line-height: 1.6em;
}
}

@media print, screen and (min-width: 641px) {
.footer {
}
#home .footer-inner {
	text-align: center;
	width: 980px;
	padding: 38px 0 80px;
	margin: 0 auto;
}
.footer-inner p {
	font-size: 12px;
	line-height: 1.6em;
}
}