<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#welcome-logo {
	font-size: 4vmax;
	font-weight: bold;
	margin: 4vmax;
	font-family: "�q���M�m�p�S ProN W3", "Hiragino Kaku Gothic ProN", "���C���I", "Meiryo", "verdana", sans-serif;
}

#welcome p {
	margin: 1vmax;
}

#table-contents {
	text-align: center;
	display: table;
	border-collapse: separate;
	border-spacing: 4vmin 0;
	margin-top: 4vmax;
	margin-bottom: 4vmax;
}

.contents-button:hover {
	color: #333333;
	background-color: #eeeeeeee;
}

.contents-button {
	color: #eeeeee;
	background-color: #33333399;
	width: 150px;
	height: 150px;
	border: solid;
	border-radius: 50%;
	vertical-align: middle;
	display: table-cell;
	font-size: 4vmin;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	transition: all 0.3s;
}</pre></body></html>