@charset "utf-8";
#footer-1001 {
    width: 100%;
    height: auto;
    background: #222222;
}

#footer-1001 .links {
    padding: 30px 0;
    border-bottom: 1px solid #444444;
    line-height: 25px;
}

#footer-1001 .links span {
    color: #cccccc;
}

#footer-1001 .links a {
    display: inline-block;
    color: #aaaaaa;
    font-size: 14px;
    margin-right: 10px;
}

#footer-1001 .links a:hover {
    color: #ffffff;
}

#footer-1001 .bottom {
    padding: 30px 0;
}

#footer-1001 .bottom .col {
    width: 20%;
}

#footer-1001 .bottom .col:nth-last-child(2) {
    float: right;
    width: 120px;
}

#footer-1001 .bottom dl {
    width: 100%;
    height: auto;
}

#footer-1001 .bottom dl dt {
    margin-bottom: 20px;
}

#footer-1001 .bottom dl dt a {
    color: #cccccc;
}

#footer-1001 .bottom dl dt a:hover {
    color: #ffffff;
}

#footer-1001 .bottom dl dd {
    margin-top: 10px;
}

#footer-1001 .bottom dl dd a {
    color: #aaaaaa;
    font-size: 14px;
}

#footer-1001 .bottom dl dd a:hover {
    color: #ffffff;
}

#footer-1001 .bottom .col:nth-last-child(3) dl dd i {
    display: inline-block;
    width: 25px;
    color: #aaaaaa;
    vertical-align: top;
    padding-top: 2px;
}

#footer-1001 .bottom .col:nth-last-child(3) dl dd a {
    display: inline-block;
    width: calc(100% - 25px);
    color: #aaaaaa;
    word-break: break-all;
}

#footer-1001 .bottom .col:nth-last-child(2) dl dd img {
    width: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#footer-1001 .copyright {
    padding: 20px 0;
    border-top: 1px solid #444444;
    color: #aaaaaa;
    font-size: 12px;
}

#footer-1001 .copyright .col {
    width: 50%;
}

#footer-1001 .copyright .col:nth-child(2) {
    text-align: right;
}

#footer-1001 .copyright p {
    line-height: 2em;
}

#footer-1001 .copyright a {
    color: #aaaaaa;
    font-size: 12px;
}

#footer-1001 .copyright a:hover {
    color: #ffffff;
}

@media screen and (max-width: 1240px) {
    #footer-1001 {
        padding-bottom: 50px;
    }
    #footer-1001 .links {
        padding: 20px 0;
    }
    #footer-1001 .links a {
        font-size: 12px;
    }
    #footer-1001 .bottom {
        padding: 20px 0;
    }
    #footer-1001 .bottom .col:nth-last-child(2) {
        width: 100px;
    }
    #footer-1001 .bottom dl dt a {
        font-size: 14px;
    }
    #footer-1001 .bottom dl dd a {
        font-size: 12px;
    }
    #footer-1001 .copyright .col {
        width: 100%;
        text-align: center;
    }
    #footer-1001 .copyright .col:nth-child(2) {
        text-align: center;
    }
    #footer-1001 .copyright a {
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) {
    #footer-1001 .bottom .col:nth-last-child(n+4) {
        display: none;
    }
    #footer-1001 .bottom .col:nth-last-child(3) {
        width: calc(100% - 120px);
    }
}