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

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
}
#page-top a {
    background: #3377ff;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 40px;
    opacity: 0.8;
}
#page-top a:hover {
    text-decoration: none;
    background: #0000ff;
}