@charset "utf-8";
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: xx-large;
    line-height: 100%;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    z-index: 2;
}
#page-top a {
    background: #5B6E85;
    text-decoration: none;
    color: #fff;
    width: 46px;
    padding-top: 2px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 4px;
    text-align: center;
    border-radius: 4px;
    display: block;

}
#page-top a:hover {
    text-decoration: none;
    background-color: #465466;
}
.arrow-up {
    color: #FFFFFF;
}
