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

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 20px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: block;
}
#page-top a {
	background-color: #00A0FF;
	text-decoration: none;
	color: #fff;
	width: 44px;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0em;
	text-align: center;
	display: block;
	border-radius: 5px;
	height: 44px;
	opacity: 0.3;
}
