<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#page-top{
	width : 50px;
	height:50px;
	display:none;
	position:fixed;
	right:20px;
	bottom:20px;
}

#page-top p{
	margin:0;
	padding:0;
	text-align:center;
  background-color : transparent;
}

#move-page-top{
	color:#FFFFFF;
	background:#3B3B3B;
/*	line-height:50px;*/
	line-height:25px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
</pre></body></html>