@charset "UTF-8";
/* footer */
footer {
	background: var(--sub-color);
	bottom: 0;
	clear: both;
	padding: 5px;
	font-size: 0.85em
}

footer a {
	color: var(--text-color);
	outline: none;
	word-break: normal
}