@charset "utf-8";

.footer {
	width:100%;
	background: #fafafa;
}

@media screen and (max-width: 640px) {
.footer {
	font-size: 0.8em;
	line-height: 1.8;
	padding: 12.8% 0 24.6%;
}
.footer-inner {
	width: 94%;
	margin: 0 auto;
}
.footer #footer-logo {
	width: 40.5%;
	margin: 0 auto 9.6%;
}
.footer #footer-info {
	text-align: center;
}
.footer #footer-info #adress {
	margin: 0 0 2.4em;
}
.footer #footer-info #license {
	margin: 0 0 2.4em;
}
.footer #footer-info #copyright {
}
}

@media print, screen and (min-width: 641px) {
.footer {
	line-height: 1.8;
	padding: 64px 0 128px;
}
.footer .footer-inner {
	width: 1100px;
	margin: 0 auto;
}

.footer #footer-logo {
	width: 140px;
	margin: 0 auto 42px;
}
.footer #footer-info {
	text-align: center;
}
.footer #footer-info #adress {
	margin: 0 0 2.4em;
}
.footer #footer-info #license {
	margin: 0 0 2.4em;
}
.footer #footer-info #copyright {
	font-size: 12px;
}
}