@charset "utf-8";
/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 10px;
	text-align: center;
	line-height: 1em;
}
#page-top a {
	background: #588BC4;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
