@charset "utf-8";

/* footer*/
.footer-ul {
	list-style-type: none;
	font-size: 13px;
}
.footer-list {
	display: inline;
}
.footer-item {
	color: #000;
	text-decoration: none
}
.footer-item:hover {
	color: #000;
	text-decoration: underline;
}
