@charset "UTF-8";
#footer {
	position: relative;
	height: 100vh;
	width: 100%;
	font-family: gothic_0;
	font-size: 18px;
	text-align: center;
	background-color: #333;
	opacity: 1;
	z-index: 5;
	padding: 20px;
	color: #fff;
}
#footer ul li a:active, a:visited, a:link {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
	color: red;
}
.footer {
	cursor: pointer;
	text-decoration: none;
}
#footer ul li {
	list-style-image: none;
	list-style: none;
}