@charset "utf-8";

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

@media only screen and (max-width: 640px) {
.footer {
	width: 100%;
}
.footer-inner {
	width: 94%;
	text-align: center;
	margin: 0 auto;
	padding: 12.8% 0 32.6%;
}
.footer-inner p {
	font-size: 12px;
	line-height: 1.6em;
}
.footer a, .footer a:link {
	text-decoration:none;
}
}

@media print, screen and (min-width: 641px) {
.footer {
	width:100%;
}
.footer-inner {
	text-align: center;
	width: 940px;
	margin: 0 auto;
	padding: 50px 0 100px;
}
#tree .footer-inner {
	padding: 90px 0 100px;
}
.footer-inner p {
	font-size: 12px;
	line-height: 1.6em;
}
}
