@charset "UTF-8";
/* CSS Document */

.pagetop {
	z-index: 998;
	display: none;
	position: fixed;
	bottom: 1em;
	right: 1em;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: rgba(51,51,51,0.8);
	text-align: center;
	color: #fff;
	font-size: 77%;
	text-decoration: none;
	line-height: 50px;
}