@charset "UTF-8";
/* コンテンツ */

#title {
    background-color: #444;
}
#title p {
    color: #ddd !important;
}

#ftnavi {
    display: none !important;
}
@media screen and (min-width: 500px) {
#footer {
    padding: 5em 5%;
}
#fix_foot {
    display: none;
}
}

@media screen and (max-width: 499px) {
#footer {
    padding: 5em 5%;
}
#fix_foot {
    display: none;
}

}