@charset "utf-8";
/* CSS Document */

img, .cover {
	display: none;
}
.header {
	display: none;
}
.content {
	background-image: none;
}
.content ul, .content ul > li:first-child {
	background-color: none;
	color: black;
}
.footer {
	display: none;
}
.cover::before {
	content: "menu";
}