#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 8px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 15px;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/*------------------------------------------------------------------------
 以下、スマートフォン（ディスプレイ幅480px以下）より小さい画面に使われるCSS
--------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {

    #page-top {
     bottom: 100px;
    
}
    #page-top a {
        width: 55px;
        padding: 7px 0;
        font-size: 13px;
        bottom: 50px;
    }

}
