@charset "UTF-8";
footer {
	clear: both;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #CCC;
	font-size: 1.2em;
	min-height: 2rem;
	padding-top: 0.5rem;
}

footer a {
	color: #333;
	width: 20%;
	min-width: 3rem;
	text-decoration:none;
	display: inline-block;
}

footer a img {
	height: 2rem;
	vertical-align: middle;
	margin-right: 1rem;
}
