#footer {
    height: 56px;
    margin: 0 auto;
    background: #522910;
    position: relative;
    margin-top: 80px;
}

#footer:before {
    position: absolute;
    content: "";
    border-bottom: 6px solid #8B0202;
    width: 100%;
    height: 6px;
    bottom: 0;
}

#footer .footer_link01 {
    text-align: center;
    padding: 15px 0 0 0
}

#footer .footer_link01 li,
#footer .footer_link01 li a {
    color: #fff
}

#footer .footer_link01 li {
    text-align: center;
    display: inline-block
}

#footer .footer_link01 li a:hover {
    text-decoration: underline
}
