@charset "utf-8";

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
}
#page-top a {
	background: #f00;
	text-decoration: none;
	color: #fff;
	width: 36px;
	padding: 5px 0;
	text-align: center;
	display: block;
	border: 2px solid #FFF;
}
#page-top a:hover {
    text-decoration: none;
    color: #F00;
	background: #fff;
	border: 2px solid #f00;
}
