@charset "utf-8";

.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 {
	width: 100%;
	background: #3f3f3f;
}
.footer-inner {
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding: 12.8% 0 32.6%;
}
.footer-inner p {
	font-size: 14px;
	line-height: 1.6;
}
.footer a, .footer a:link {
	text-decoration:none;
}

}


@media screen and (min-width: 641px) {

.footer {
	width:100%;
	background: #3f3f3f;
}
.footer-inner {
	text-align: center;
	width: 980px;
	margin: 0 auto;
	padding: 50px 0 100px;
}
.footer-inner p {
	font-size:14px;
	line-height:1.5;
}

}
