.coverGirl {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000;
    min-width: 320px;
    max-width: 1080px;
    margin: 0 auto;
}

.cover {
    width: 100%;
    overflow: hidden;
}

.coverGirl div#img1 {
    position: relative;
    background: url(/s/img/cover/cover1.jpg) no-repeat 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coverGirl div#img2 {
    position: relative;
    background: url(/s/img/cover/cover2.jpg) no-repeat 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coverGirl div#img3 {
    position: relative;
    background: url(/s/img/cover/cover3.jpg) no-repeat 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coverGirl div#img4 {
    position: relative;
    background: url(/s/img/cover/cover4.jpg) no-repeat 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coverGirl div#img5 {
    position: relative;
    background: url(/s/img/cover/cover5.jpg) no-repeat 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coverGirl div#img1_member {
    position: relative;
    background: url(/s/img/cover/member_cover1.jpg) no-repeat 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coverGirl div#img2_member {
    position: relative;
    background: url(/s/img/cover/member_cover2.jpg) no-repeat 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coverGirl div#img3_member {
    position: relative;
    background: url(/s/img/cover/member_cover3.jpg) no-repeat 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coverGirl div#img4_member {
    position: relative;
    background: url(/s/img/cover/member_cover4.jpg) no-repeat 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coverGirl div#img5_member {
    position: relative;
    background: url(/s/img/cover/member_cover5.jpg) no-repeat 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#topWrap {
    position: relative;
    transition: 0.6s ease-in-out;
}

#top {}

#top-inner {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 10px;
}

#topics {
    position: relative;
    margin: 0 auto;
}

#topics dl {}

#topics dl dt {
    background: #fff;
}

#topics dl dt a {
    display: block;
    margin: 0 5px;
    padding: 5px 0;
}

#topics dl dt a img {
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    opacity: 1;
}

#topics dt a img:hover {}

#topics dl dt span.topicsTime {
    display: block;
    font-family: 'Oswald', "???C???I", serif;
    font-size: 12px;
    text-align: right;
    padding: 5px 5px 0 0;
    color: #000;
}

#topics dl dd {
    padding: 20px 10px 0 10px;
}

#topics dl dd h2.topicsTitle {
    color: #c09f68;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 200%;
}

#topics dl dd p {
    font-size: 14px;
    text-align: left;
    color: #9b9b9b;
    line-height: 180%;
}

.guideWrap {
    position: relative;
    width: 98%;
    max-width: 1080px;
    margin: 20px auto 20px auto;
}

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

.guide dl {
    padding: 40px 0;
}

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

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

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

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

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

.appBanner {
    width: auto;
    margin: 50px auto -50px auto;
}

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

.appBanner a img {
    width: 100%;
}

.app {}

.app dl {
    position: relative;
}

.app dl dt span img {
    width: 100%;
}

.app dl dd.appBtn {
    /* position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    width: 80%; */
    position: relative;
    text-align: center;
    margin: 10px auto 0 auto;
    width: 96%;
    overflow: hidden;
}

.app dl dd.appBtn a {
    display: block;
    width: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #141414;
    padding: 15px 0;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.app dl dd.appBtn a span {
    display: inline-block;
    width: 34px;
    vertical-align: bottom;
    margin-right: 3px;
    padding-bottom: 3px;
}

.app dl dd.appBtn a span img {
    width: 100%;
}

.app dl dd.appBtn a b {
    display: block;
    font-size: 12px;
}