@charset "utf-8";

#page-top{
    position: fixed;
    bottom : 30px;
    right : 30px;
    font-size: 90%;
}
#page-top a{
    background : none 0% 0% / auto auto repeat scroll padding-box border-box gray;
    text-decoration: none;
    color : #ffffff;
    width : 100px;
    padding : 30px 20px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover{
    text-decoration: none;
    background : none 0% 0% / auto auto repeat scroll padding-box border-box #2894ff;
}
