<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 繝壹�繧ｸ荳企Κ縺ｸ遘ｻ蜍� */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ蠕後�繝倥ャ繝繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ */
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
</pre></body></html>