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

#toPageTop{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: rgba(0,160,233,1);
    border-radius: 50%;
    opacity: 0.75;
}

#toPageTop a{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
}

#toPageTop a:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    content: '\f106';
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

