<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* --------------------------------
	block
-------------------------------- */

#container { background: url(/sp//promotion/ana-jsb3/common/image/content-bg.png); }
#body {
    padding-top: 37.5%;
    background: url(/sp/promotion/ana-jsb3/contest/image/main-vis.jpg) no-repeat center top;
    background-size: contain;
}

.contest {}
.intro {}

.contest_h {
    margin-top: -3.75%;
}

.finish { padding: 23px 0 0 0; }

.intro_lead {
    padding: 30px 0 0 0;
}

.intro_txt {
    font-size: 14px;
}

.intro_txt span {
    font-size: 9px;
}

.demo {
    margin: 31px 0 40px 0;
}

/* 応募と賞品について ------------------ */
.about {}

.about_h {
    margin-top: 60px;
}

.prize_content {
    margin: 15px auto 0;
    width: 270px;
    background: #015bb3;
}

.prize_content + .prize_content {
    margin-top: 25px;
}

.prize_h {
    padding: 13px 0;
}

.qualification {
}

.qualification dt {
    padding: 6px 0;
    border-bottom: solid 1px #206fbc;
    background: #0056aa;
}

.qualification dd {
    display: table;
    padding: 18px 0;
    border-bottom: solid 1px #206fbc;
    text-align: left;
}

.ana .qualification dd {
    width: 100%;
    text-align: center;
}

.qualification dd span {
    box-sizing: border-box;
    display: table-cell;
    padding-left: 15px;
    width: 93px;
    font-weight: bold;
}

.qualification dd span + span {
    width: 177px;
    font-weight: normal;
}

.winning_num {
    margin-top: 25px;
}

.winning_num dt {
    padding: 6px 0;
    border-bottom: solid 1px #206fbc;
    background: #0056aa;
}

.winning_num dd {
    box-sizing: border-box;
    display: inline-block;
    padding: 18px 0;
    width: 33.3333%;
    border-bottom: solid 1px #206fbc;
    text-align: center;
}

.winning_num dd + dd {
    border-left: solid 1px #206fbc;
}
.ana .winning_num dd {
    width: 100%;
}

.prize_detail {
    padding: 19px 0 38px 61px;
    background: url(/sp/promotion/ana-jsb3/contest/image/about-ico-prize.png) no-repeat 12px center;
    background-size: 41px 41px;
    font-size: 12px;
    text-align: left;
    line-height: 1.4;
}

.prize_detail p:nth-child(1) {
    margin: 0 0 14px 0;
    color: #fff100;
    font-size: 14px;
}

.prize_detail p span {
    display: inline-block;
    margin: 0 0 7px 0;
    padding: 2px 8px;
    border: solid 1px #5d96ce;
}

.prize_detail p:nth-child(3) {
    margin: 9px 0 0 0;
    font-size: 10px;
}

.w_chance {
    position: relative;
    box-sizing: border-box;
    margin: 25px auto 0;
    padding: 0 16px;
    width: 270px;
    background: #015bb3;
}

.w_chance h2 {
    padding: 13px 0;
    border-bottom: solid 1px #206fbc;
}

.w_chance_ico {
    position: absolute;
    top: 0;
    right: -17px;
}

.w_chance_detail {
    box-sizing: border-box;
    padding: 13px 0;
}

.w_chance_detail p:nth-child(2) {
    padding: 6px 0 0 6px;
    font-size: 14px;
}

.w_chance_detail p:nth-child(2) span {
    color: #fff100;
}

.w_chance_detail p:nth-child(3) {
    padding: 4px 0 0 0;
    font-size: 10px;
}

.about_note {
    margin-top: 10px;
}

.about_note a {
    color: #fff100;
}

.judgement {
    margin: 40px auto 0;
    width: 270px;
    border-top: solid 1px #397fc4;
    border-bottom: solid 1px #397fc4;
}

.judgement dt {
    padding: 17px 0 0 0;
    font-size: 16px;
}

.judgement dd {
    padding: 14px 0 38px;
    font-size: 12px;
    text-align: left;
    line-height: 1.4;
}

.judgement dd span {
    display: block;
    padding: 10px 0 0 0;
    font-size: 10px;
}

/* 応募方法 ------------------ */
.system {
    margin-top: 60px;
}

.system_h {}

.system_step {
    margin: 0 auto;
    width: 270px;
}

.system_step li {
    position: relative;
    margin-top: 20px;
}

.system_step li a {
    color: #fff;
}

.system_step li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -28px;
    margin-left: -14px;
    border: solid 14px transparent;
    border-top: solid 14px #0056aa;
}

.system_step li p + p {
    box-sizing: border-box;
    padding: 10px 12px 15px;
    background: #0056aa;
    text-align: left;
}

.system_step li:last-child:after {
    display: none;
}

.system_caution {
    margin: 16px auto 0;
    padding-top: 54px;
    width: 270px;
    background: url(/sp/promotion/ana-jsb3/contest/image/ico-caution.png) no-repeat center top;
    background-size: 48px 42px;
    color: #fff100;
    font-size: 10px;
    text-align: left;
}

.system_caution li {
    padding-left: 1em;
    text-indent: -1em;
}

.recommend {
    margin: 35px auto 55px;
    border-top: solid 1px #397fc4;
    border-bottom: solid 1px #397fc4;
    width: 270px;
}

.recommend dt {
    padding: 20px 0 0 0;
    font-size: 16px;
}

.recommend dd {
    padding: 18px 0 38px;
    color: #c4e2ff;
    font-size: 12px;
    text-align: left;
}

.recommend dd span {
    color: #fff;
}


/* 応募する ------------------ */
.apply {
    border-top: solid 1px #79a25f;
    background: #015bb3;
}

.apply_btn {
    margin: 0 auto;
    padding: 25px 0;
    width: 280px;
}

.apply_btn li {
    display: inline-block;
    padding: 3px;
}

.apply_anchor {
    border-top: solid 1px #397fc4;
}

.apply_anchor li {
    position: relative;
    border-bottom: solid 1px #397fc4;
}

.apply_anchor li a {
    display: block;
    padding: 15px 0;
    color: #fff;
    text-decoration: none;
}

.apply_anchor li a:after {
    content: '';
    position: absolute;
    top: 44%;
    left: 94%;
}

.apply_anchor li .importantPoints:after {
    border: solid 4px transparent;
    border-top: solid 8px #fff;
}

.apply_anchor li .agreement:after {
    border: solid 4px transparent;
    border-left: solid 8px #fff;
}



/* --------------------------------
    注意事項
-------------------------------- */

#importantPoints {
    overflow: auto;
    margin: 24px auto 0;
    width: 270px;
    height: 125px;
    background: #015bb3;
}

#importantPoints h4 {
    padding: 20px 0 0 0;
    font-size: 14px;
}

#importantPoints p {
    padding: 0 0 0 30px;
    font-size: 12px;
    text-align: left;
}

#importantPoints dl {
    padding: 12px 10px 8px 30px;
    text-align: left;
}

#importantPoints dt {
    font-size: 10px;
}

#importantPoints dd {
    font-size: 9px;
}

#importantPoints dd a {
    color: #fff;
}

#importantPoints .otherPoints dd {
    padding-left: 1em;
    text-indent: -1em;
}

.guideline {
    position: relative;
    margin: 10px 0 70px;
    padding: 15px 0;
    border-top: solid 1px #397fc4;
    border-bottom: solid 1px #397fc4;
    background: #015bb3;
    line-height: 1.5;
}

.guideline a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.guideline a span {
    font-size: 9px;
}
.guideline a:after {
    content: '';
    position: absolute;
    top: 44%;
    left: 94%;
    border: solid 4px transparent;
    border-left: solid 8px #fff;
}


/* --------------------------------
    ダンスをチェック
-------------------------------- */

.check {
    background: url(/sp/promotion/ana-jsb3/contest/image/check-bg.jpg) no-repeat center top;
    background-size: 100% auto;
}

.check_h {
    padding: 41px 0 15px 0;
}

.comingsoon {
    padding: 43px 0 70px;
}


















</pre></body></html>