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

/* リンクの形状 */
#page-top {
    width: 95%;
}
#page-top a {
    /* background: #942D2F; */
    display: block;
    padding: 20px;
    width: 100%;
    color: #323232;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 2rem;
    transition: all 0.3s;
}
#page-top a:hover {
    color: #777;
}