@charset "utf-8";
/* pagetop */

a#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 50px;
	height: 50px;
	background-color: #C10000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
a:hover#pagetop {
	text-decoration: none;
	opacity: 0.7;
}
#pagetop i { padding-top: 14px; }
