@charset "utf-8";
/* CSS Document */

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 70%;
}
#page-top a {
    background: #5e5e5e;
    text-decoration: none;
    color: #FFFFFF;
    width: 70px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #e0be24;
}

