﻿@charset 'utf-8';

#page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    padding-bottom: 1px;
    z-index: 2;
}
#page_top a {
    display: block;
    font-family: 'Federo', sans-serif;
    color: #fff;
    font-size: 12px;
    width: 60px;
    height: 60px;
    text-decoration: none;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    background: #3498db;
    background-image: url('../svg/page_top.svg');
    background-repeat: no-repeat;
    background-position: center 4px;
    background-size: 20px 20px;
}
#page_top a:hover {
    text-decoration: none;
    background: #1dbfec;
    background-image: url('../svg/page_top.svg');
    background-repeat: no-repeat;
    background-position: center 4px;
    background-size: 20px 20px;
}