@charset "utf-8";
/* CSS Document */

#page-top {
	position: fixed;
	right: 16px;
	bottom: 16px;
	clear: both;
}
#page-top a {
	background-color: #343545;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 25px 0;
	text-align: center;
	display: block;
	border-radius: 50%;
	height: 50px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #54556F;
}
