#topHeaderWrap {
    position: relative;
    background-position: 50% 0%;
    width: 100%;
    height: 650px;
    background-repeat: no-repeat;
}

#topHeaderWrap2 {
    position: relative;
    background-position: 50% 0%;
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
}

.cover {
    position: relative;
}

#img1 {
    background-position: 5% 0%;
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/pc/img/top/01.jpg");
}

#img2 {
    background-position: 5% 0%;
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/pc/img/top/02.jpg");
}

#img3 {
    background-position: 5% 0%;
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/pc/img/top/03.jpg");
}

#img4 {
    background-position: 5% 0%;
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/pc/img/top/04.jpg");
}

#topLogo {
    position: absolute;
    width: 470px;
    bottom: 70px;
    left: 50%;
    margin-left: -235px;
    z-index: 100;
}

#topTel {
    position: absolute;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    bottom: 20px;
    z-index: 10;
}

#topTel img {
    width: 100%;
}

.appBanner {
    width: auto;
    margin: 0 auto 10px auto;
}

.appBanner a {
    display: block;
    border: 10px solid #e6e6e6;
}

.appBanner a img {
    width: 100%;
}

.china-app {
    position: relative;
}

.china-app dt img{
    width: 100%;
}

.china-app dd.cn-title {
    background-color: #c40000;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 10px 0 10px;
}

.china-app dd.cn-title img{
    height: 30px;
}

.china-app dd ul {
    display: flex;
    flex-wrap: wrap;
}

.china-app dd li {
    display: inline-block;
    width: 33.33333%;
}

.china-app dd li a {
    display: block;
    margin: 0 2px;
}


/*********************************** TOP WRAP AREA *************************************/
@media screen and (min-width: 0px) and (max-width: 1399px) {
    #topWrap {
        position: relative;
        margin: 0px auto;
        z-index: 100;
        min-width: 1000px;
        overflow: hidden;
    }
}

@media screen and (min-width: 1400px) and (max-width: 4000px) {}

#topContentsWrap {
    position: relative;
    /*
    background-image: url(/pc/img/top_contents_bg.jpg);
    background-repeat: repeat;
    background-position: 50% 0%;
    overflow: hidden;
*/
}

#topContents {
    position: relative;
    max-width: 985px;
    margin: 0px auto;
    padding: 10px 10px 20px 10px;
    z-index: 3000;
}

#topRightSpeace {
    width: 220px;
    float: right;
    overflow: hidden;
}

.kwicks kwicks-vertical {}

.kwicks {
    position: relative;
    width: 220px;
    height: 512px;
    z-index: 8000;
}

.kwicks>li {
    width: 220px;
    height: 512px;
    overflow: hidden;
}

.recruitBanner {
    margin-top: -10px;
    height: 240px;
    overflow: hidden;
}

#topLeft {
    position: relative;
    width: 752px;
    overflow: hidden;
}

#mail_form {
    position: relative;
    width: 757px;
    height: 240px;
    overflow: hidden;
    margin: 0px 0px 10px 0px;
}

.top_movie_thumb {
    margin-top: -5px;
}

.top_movie_thumb li a {
    display: block;
    height: 116px;
    overflow: hidden;
    margin-bottom: 5px;

}

.top_movie_thumb li a img {
    width: 100%;
}

/********************************???**********************************/
#nirin {
    margin-bottom: 10px;
}

#nirin a img {
    width: 100%;
}

/********************************?????}?K**********************************/
#mailmaga {
    width: 370px;
    height: 240px;
    background-image: url(/pc/img/mailmaga.png);
    background-repeat: repeat;
    overflow: hidden;
    float: left;
}

#mailmaga form {
    display: block;
    margin-top: 185px;
    padding: 0px 0px 0px 20px;
}

#mailmaga form .mta {
    width: 210px;
}

#mailmaga form input {
    padding: 4px 4px;
    margin-right: 2px;
}

.mb {
    padding: 5px;
    margin: 2px;
}

/********************************** ???O?C?? ***********************/
.form-wrapper {
    position: relative;
    background-image: url(/pc/img/members_bg.png);
    background-repeat: repeat;
    margin-bottom: 25px;
    margin-left: 380px;
    width: 370px;
    height: 240px;
    z-index: 9000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);

}

.form-wrapper form {
    padding: 80px 0px 0px 130px;
}

.form-item {
    margin-bottom: 10px;
    width: 190px;
}

.form-item input {
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #e9e9e9;
    color: #141414;
    font-size: 18px;
    height: 40px;
    transition: border-color 0.3s;
    width: 100%;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.form-item input.text {
    padding-left: 20px;
}

.form-item input:focus {
    border-bottom: 2px solid #c0c0c0;
    outline: none;
}

.button-panel {
    width: 100%;
}

.button-panel .button {
    position: absolute;
    top: 190px;
    left: 35px;
    background: #121212;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 40px;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    width: 300px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.button:hover {
    background: #ee3e52;
}

/********************************?g?b?s?b?N?X**********************************/
#topics {
    position: relative;
    width: 740px;
    height: 480px;
    padding: 5px;
    border: 1px solid #fff;
    background-color: #191919;
}

#topics dl {}

#topics dt {
    position: relative;
    float: left;
}

#topics dt a {
    display: block;
}

#topics dt a img {}

#topics dl dd {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #fcf1d1;
    width: 360px;
    height: 466px;
    margin-left: 375px;
    overflow: auto;
    z-index: 1000;
}

.top_contentsTitle {
    position: relative;
    text-align: center;
    padding: 50px 0px;
    width: 1280px;
    left: 50%;
    margin-left: -640px;
}

.top_contentsTitle img {
    width: 100%;
}

/********************************?g?b?v?{?g??**********************************/
h4 {
    border-bottom: 1px solid #fff;
    border-left: 8px solid #fff;
    padding: 2px 0px 0px 14px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 4px;
    fon t-family: arial;
    margin-top: 20px;
}

.btnHover::before {
    content: '';
    display: block;
    position: absolute;
    width: 182px;
    z-index: 10;
    box-shadow: 0 0 0 0 #dda284;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    left: 9px;
    top: 9px;
    overflow: hidden;
}

.btnHover:hover::before {
    box-shadow: 0 0 0 4px #fff;
}

/********************************** ?g?b?v?j???[?t?F?C?X ***********************/
#topNewfaceWrap {
    background-color: #191919;
    padding: 10px 0px 50px 0px;
}

@media only screen and (max-width:1280px) {
    ul#topNewfaceList {
        position: relative;
        max-width: 1000px;
        margin: 0px auto;
    }

}

@media only screen and (min-width:1281px) {
    ul#topNewfaceList {
        position: relative;
        max-width: 1080px;
        margin: 0px auto;
    }

}

@media only screen and (min-width:1380px) {
    ul#topNewfaceList {
        position: relative;
        max-width: 1300px;
        margin: 0px auto;
    }
}

#topNewface {
    position: relative;

}

.topNewface a img {}


ul#topNewfaceList li {
    float: left;
    width: 20%;
    overflow: hidden;
    text-align: center;

}

ul#topNewfaceList li a {
    display: block;
    text-decoration: none;
    background-color: #191919;
    border: 1px solid #e7201b;
    margin: 2px;
}

ul#topNewfaceList li dl dt img {
    width: 100%;
}

ul#topNewfaceList li dl dd {
    position: relative;
    text-align: center;
    padding: 10px;
}

ul#topNewfaceList li dl dd p.debut {
    position: absolute;
    top: -40px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-shadow: 2px 2px 2px #121212;
}

ul#topNewfaceList li p.chach {
    text-align: center;
    font-size: 14px;
    padding: 5px 0px;
    min-height: 24px;
    white-space: nowrap;
}

ul#topNewfaceList li dl dd span.nameRuby {
    font-size: 10px;
    color: #fcf1d1;
}

ul#topNewfaceList li dl dd p.name {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    border-bottom: 1px dotted #fcf1d1;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    color: #fcf1d1;
}

ul#topNewfaceList li dl dd p.name span {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
}

ul#topNewfaceList li dl dd p.size {
    color: #fcf1d1;
}

ul#topNewfaceList li dl dd p.size b {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fcf1d1;
    font-weight: normal;
}

.topNewface_shiftMark {
    position: absolute;
    top: 0px;
    left: 0px;
}

.topNewface_shiftMark img {
    width: 100px;
}

/********************************?g?b?v?X?P?W???[??**********************************/
#topScheduleWrap {
    position: relative;
    background-color: #191919;
    padding: 10px 0px 50px 0px;
}

#topSchedule {}

@media only screen and (max-width:1280px) {
    .topScheduleList {
        position: relative;
        max-width: 1000px;
        margin: 0px auto;
    }

    .topScheduleList li {
        position: relative;
        width: 20%;
        float: left;
        overflow: hidden;
    }
}

@media only screen and (min-width:1281px) {
    .topScheduleList {
        position: relative;
        max-width: 1080px;
        margin: 0px auto;
    }

    .topScheduleList li {
        position: relative;
        width: 16.6666%;
        float: left;
        overflow: hidden;
    }
}

@media only screen and (min-width:1380px) {
    .topScheduleList {
        position: relative;
        max-width: 1300px;
        margin: 0px auto;
    }

    .topScheduleList li {
        position: relative;
        width: 14.2857%;
        float: left;
        overflow: hidden;
    }
}

.topScheduleList li a {
    display: block;
    text-decoration: none;
    margin: 2px;
    border: 1px solid #e7201b;
}

.topScheduleList li a img {
    width: 100%;
}

.topScheduleList li a:hover img {
    opacity: 0.8;
}

.topScheduleList li a dl {
    position: relative;
    text-align: center;
    padding: 5px 0;
}

.topScheduleList li a span.nameRuby {
    font-size: 8px;
    color: #fcf1d1;
}

.topScheduleList li a dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #fcf1d1;
}

.topScheduleList li a dl dd.size {
    font-size: 10px;
    color: #fcf1d1;
    text-align: center;
}

.topScheduleList li a dl dd.size b {
    font-weight: normal;
    font-size: 12px;
    color: #fcf1d1;
    margin-right: 4px;
    display: inline-block;
}

.topScheduleList li .chach {
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-size: 11px;
    position: relative;
    padding: 3px 0;
    background-image: url(/pc/img/profileChachBg.jpg);
    background-repeat: repeat;
    height: 18px;
    white-space: nowrap;
}

.topScheduleList li a span.star {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 340px;
    right: 6px;
    z-index: 100;
}

.topScheduleList .nirinMark {
    position: absolute;
    bottom: 105px;
    left: 2px;
    width: 60px;
}

.topScheduleList .nirinMark img {
    width: 100%;
}

#profileTimeBg {
    background-color: #E7E7E7;
    overflow: hidden;
}

#profileTimeBg p.shift_time {
    color: #000000;
    font-size: 16px;
    font-family: sans-serif;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

.scheduleIconWrap {}

.scheduleIcon {
    height: 36px;
    overflow: hidden;
    text-align: left;
}

.thumbNameBorder {
    background: #E7201B;
    height: 1px;
    width: 80%;
    margin: 5px auto;
    opacity: 0.3;
}

.newFace {
    position: absolute;
    z-index: 10;
    width: 135px;
    height: 53px;
    top: 24px;
    left: 0px;
}

.switch {
    -webkit-animation: switchtext 0.4s infinite alternate;
    -moz-animation: switchtext 0.4s infinite alternate;
    animation: switchtext 0.4s infinite alternate;
}

@-webkit-keyframes switchtext {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes switchtext {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0;
    }
}

@keyframes switchtext {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0;
    }
}



/********************************** ?g?b?v?V???? ***********************/

#topShame_wrap {
    position: relative;
    z-index: 2000;
    margin-top: 50px;
    max-width: 1600px;
    margin: 0px auto;
    padding: 10px 0px 0px 0px;
}

#topShame_list {}

#topShame_list li {
    width: 152px;
    float: left;
    margin: 3px;
    text-align: center;
    -webkit-transition: all .2s ease;
    box-shadow: 0px 0px 5px #121212;
    background-color: #191919;
    border: 1px solid #66563d;
}

#topShame_list li a {
    display: block;
    margin: 4px;
    text-decoration: none;
}

.shame_thumb {
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    overflow: hidden;
    text-align: center;
    line-height: 140px;
}

.shame_thumb img {
    width: 140px;
    height: 140px;
    text-align: center;
}

#topShame_list li a p.date {
    font-size: 10px;
    color: #fff;
}

#topShame_list li a p.title {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #fff;
}

#topShame_list li a p.name {
    font-size: 12px;
    color: #ff0080;
    height: 20px;
    line-height: 20px;
}

.shameAllList {
    margin: 20px auto 0px auto;
    background-color: #121212;
    text-align: center;
    width: 800px;
}

.shameAllList a {
    display: block;
    padding: 20px;
    color: #fff;
    text-decoration: none;
}

.shameAllList a:hover {
    background-color: #c40000;
}

/********************************** ?g?b?v?????L???O ***********************/
#rankingWrap {
    background-color: #121212;
    padding: 10px 0px 50px 0px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width:1280px) {
    #ranking {
        position: relative;
        max-width: 1000px;
        margin: 0px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #ranking li {
        position: relative;
        width: 20%;
        overflow: hidden;
        text-align: center;
    }
}

@media only screen and (min-width:1281px) {
    #ranking {
        position: relative;
        max-width: 1080px;
        margin: 0px auto;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #ranking li {
        position: relative;
        width: 16.6666%;
        overflow: hidden;
    }
}

@media only screen and (min-width:1380px) {
    #ranking {
        position: relative;
        max-width: 1300px;
        margin: 0px auto;
    }

    #ranking li {
        position: relative;
        width: 14.2857%;
        float: left;
        overflow: hidden;
        text-align: center;
    }
}

#ranking li a {
    display: block;
    margin: 2px 2px 10px 2px;
    overflow: hidden;
    text-align: center;
    background-color: #191919;
    border: 1px solid #e7201b;
    text-decoration: none;
}


#ranking li a img {
    width: 100%;
}

#ranking li span.rankNo {
    font-size: 24px;
    color: #fcf1d1;
    line-height: 1;
    display: block;
    width: 80%;
    margin: 0 auto 5px auto;
}

#ranking li span.rankNo img {
    width: 100%
}

#ranking li span b.nums {
    font-size: 40px;
}

#ranking li dl {
    padding: 0 0 10px 0;
}

#ranking li dl dt {
    color: #fcf1d1;
    font-size: 18px;
    font-weight: bold;
}

#ranking li dl dd.ruby {
    color: #fcf1d1;
    font-size: 8px;
}

#ranking li dl dd {
    position: relative;
    text-align: center;
    margin-top: 5px;
    color: #fcf1d1;
    font-size: 10px;

}

#ranking li p.chach {
    text-align: center;
    font-size: 14px;
    padding: 5px 0px;
    min-height: 24px;
    white-space: nowrap;
}

#ranking li dl dd b {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fcf1d1;
    font-weight: normal;
    margin-right: 4px;
    letter-spacing: 0;
}

#ranking li a .shiftMark {
    position: absolute;
    bottom: 95px;
    right: 7px;
}

#ranking li a .shiftMark img {
    width: 100px;
}

#ranking li a span.star {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 340px;
    right: 6px;
    z-index: 100;
}

#ranking .nirinMark {
    position: absolute;
    bottom: 90px;
    left: 2px;
    width: 60px;
}

.guideWrap {
    position: relative;
    max-width: 980px;
    margin: 50px auto 0 auto;
}

.guide {
    position: relative;
    background: #fff;
}

.guide dl {
    padding: 40px 0;
}

.guide dl dt {
    font-size: 50px;
    text-align: center;
    color: #ff4141;
    position: relative;
}

.guide dl dd {
    color: #131313;
    font-size: 20px;
    line-height: 180%;
    padding: 20px 50px;
}

.guide dl dd b {
    text-align: center;
    color: #ff4141;
    font-size: 30px;
    line-height: 1;
    display: block;
    margin: 20px 0;
}

.guide dl dd small {
    color: #131313;
    text-decoration: underline;
    font-size: 20px;
}

.guide dl dd p {
    color: #131313;
    text-align: right;
    padding: 20px 50px 0 0;
    font-size: 20px;

}

.gftl {
    position: absolute;
    width: 120px;
    top: -4px;
    left: -4px;
}

.gftr {
    position: absolute;
    width: 120px;
    top: -4px;
    right: -4px;
}

.gfbr {
    position: absolute;
    width: 120px;
    bottom: -4px;
    right: -4px;

}

.gfbl {
    position: absolute;
    width: 120px;
    bottom: -4px;
    left: -4px;

}

.gimg {
    width: 100%;
}