@charset "UTF-8";

/* =========================
   フッター
========================= */
.footer {
    background: #111;
    color: #ddd;
    padding: 40px 0;
    text-align: center;
    font-size: 0.85rem;
}

.footer a {
    color: #ddd;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}