@charset "UTF-8";
	
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
	display: none;
}
 
#pagetop a {
	opacity: 0.9;
    display: inline-block;
    background: #aa8d51;
    color: #fff;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}
 
#pagetop a:hover {
	opacity: 0.7;
    text-decoration: none;
}