<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
 #pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

 

#pageTop i {
  padding-top: 6px
}

 

#pageTop a {
	display: block;
	z-index: 999;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-top-left-radius: 30px 30px;
	border-top-right-radius: 30px 30px;
	border-bottom-right-radius: 30px 30px;
	border-bottom-left-radius: 30px 30px;
	width: 50px;
	height: 20px;
	background-color: #9fd6d2;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: large;
	text-align: center;
}

 

#pageTop a:hover {
	text-decoration: none;
	background-color: #8dcdca;
	opacity: 0.7;
}</pre></body></html>