﻿

/*
=======================================
	Reset CSS
=======================================
------------------*/
/*footer
--------------------*/
#footer {
    padding-top: 0px;
    padding-bottom: 100px;
    background: #000;
    /*border-top: #5d5d5d 1px solid;*/
}

#footer a {
    color: #fff;
    transition: 0.5s;
}

#footer a:hover {
    color: #ccc;
}

#footer a:hover img {
    opacity: 0.7;
}

.footer-photo {
    width: 83.3333%;
    margin: 0 auto 20px;
}

.footer-photo img {
    border: #fff 5px solid;
}

.footer-info-title {
    width: 50%;
    min-width: 100px;
    margin-bottom: 15px;
}

.footer-info-list {
    margin-bottom: 20px;
}

.footer-info-list dt {
    clear: left;
    float: left;
    width: 7em;
    margin-bottom: 10px;
}

.footer-info-list dd {
    margin-bottom: 10px;
    overflow: hidden;
}

.Logo9453 {
    width: 90%;
    height: 30%;
    background-image: url("https://got.ccfun.com/static/css/static/img/9453_logo.png");
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}

.footerRight {
    width: 250px;
    color: #fff;
    margin: 15px auto;
    padding-left: 7%;
}

.footerLeft {
    width: 100%;
    height: 50px;
    margin: auto;
    color: #fff;
}

.footerArea {
    width: 100%;
    margin: auto;
}

.attentionIcon {
    width: 60px;
    float: left;
    margin-right: 5px;
}

.attentionText {
    width: 248px;
    font-size: 12px;
}
.attentionText2 {
    width: 248px;
    font-size: 12px;
}

.attentionText ul li {
    list-style-type: none;
    margin-bottom: 5px;
}

.privateText {
    text-align: center;
}

.privateText li {
    color: #fff;
    font-size: 11px;
    display: inline-block;
    padding: 0 5px;
}

.pagetop {
    width: 40px;
    position: fixed;
    right: 15px;
    bottom: 115px;
    z-index: 9996;
}

.copyRight {
    padding-top: 6px;
    padding-left: 4px;
}

/*-----------------for pc--------------------*/
@media screen and (min-width: 640px) {
    #footer {
        padding-top: 0px;
        padding-bottom: 0px;
        background: #000;
        /*border-top: #5d5d5d 1px solid;*/
    }
    .Logo9453 {
        width: 50%;
        height: 91px;
        background-image: url("https://got.ccfun.com/static/css/static/img/9453_logo.png");
        float: left;
    }

    .footerRight {
        padding-left: 5%;
    width: 42%;
    float: left;
    }

    .footerLeft {
        width: 50%;
    height: 50px;
    margin: auto;
    color: #fff;
    float: left;
    padding: 10px 0px 0px 0px;
    }

    .footerArea {
        width: 50%;
    margin: auto;
    text-align: center;
    }

    .attentionIcon {
        width: 17%;
    float: left;
    }

    .attentionText {
        font-size: 1vw;
    margin-left: 0%;
    width: 70%;
    float: left;
    padding-left: 2%;
    }
    
    .attentionText2 {
        font-size: 1vw;
    margin-left: 0%;
    width: 100%;
    float: left;
    }

    .privateText {
        text-align: left;
        padding-top: 34px;
        padding-left: 0px;
    }

    .sns {
        margin-bottom: 15px;
    }

    .sns li {
        display: inline-block;
    }

    .sns a {
        display: block;
        padding: 10px 20px;
        background: #fff;
        color: #d8c7a0;
        border-radius: 5px;
        text-decoration: none;
    }

    .sns a:hover {
        opacity: 0.7;
    }

    .pagetop {
        width: 60px;
        position: fixed;
        right: 10px;
        bottom: 10px;
        z-index: 9999;
    }
}

@media screen and (min-width: 640px) {
    .footer-photo {
        float: left;
        width: 31.9148%;
        margin-bottom: 20px;
    }

    .footer-info {
        float: left;
        width: 65.9574%;
        margin-bottom: 20px;
    }

    .sns {
        clear: both;
        text-align: center;
    }

    .copyright {
        text-align: center;
    }
}