@charset utf-8;

html {
  font-size: 14px;
}

#contentArea {
    font-feature-settings : "palt" 1;
    font-family: 'Open Sans', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    color: #ccc;
    font-size: 1rem;
    background-color: #000;
}
#contentArea .c-white {
    color: #fff;
}
#contentArea .c-red {
    color: #f43b17 !important;
}
#contentArea .c-blue {
    color: #1e98ff !important;
}
#contentArea .c-skyblue {
    color: #3cb3ff !important
}
#contentArea .c-brown {
    color: #b58e63 !important;
}
#contentArea .c-yellow {
    color: #ffcc26 !important;
}
#contentArea .c-beige {
    color: #f9b972 !important;
}
#contentArea .fw-b {
    font-weight: bold !important;
}
#contentArea i {
    font-style: normal;
}
#contentArea .ff-gyo {
    font-family: "ヒラギノ行書 W8 JIS2004";
    font-style: oblique;
    text-shadow: 0px 5px 2px rgba(0, 0, 0, 1);
}
#contentArea .ff-fork {
    font-style: oblique;
    color: #999;
    font-family: "Folk Medium"
}
#contentArea .ff-ryu {
    color: #fff;
    font-family: "Ryumin Medium KL";
}
#contentArea .tx-border {
    text-shadow:
        #000 3px 0px 0px,
        #000 -3px 0px 0px,
        #000 0px -3px 0px,
        #000 0px 3px 0px,
        #000 3px 3px 0px,
        #000 -3px 3px 0px,
        #000 3px -3px 0px,
        #000 -3px -3px 0px,
        #000 1px 3px 0px,
        #000 -1px 3px 0px,
        #000 1px -3px 0px,
        #000 -1px -3px 0px,
        #000 3px 1px 0px,
        #000 -3px 1px 0px,
        #000 3px -1px 0px,
        #000 -3px -1px 0px,
        #000 2px 3px 0px,
        #000 -2px 3px 0px,
        #000 2px -3px 0px,
        #000 -2px -3px 0px,
        #000 3px 2px 0px,
        #000 -3px 2px 0px,
        #000 3px -2px 0px,
        #000 -3px -2px 0px,
        #000 2px 0px 0px,
        #000 -2px 0px 0px,
        #000 0px -2px 0px,
        #000 0px 2px 0px,
        #000 2px 2px 0px,
        #000 -2px 2px 0px,
        #000 2px -2px 0px,
        #000 -2px -2px 0px,
        #000 1px 2px 0px,
        #000 -1px 2px 0px,
        #000 1px -2px 0px,
        #000 -1px -2px 0px,
        #000 2px 1px 0px,
        #000 -2px 1px 0px,
        #000 2px -1px 0px,
        #000 -2px -1px 0px,
        #000 1px 1px 0px,
        #000 -1px 1px 0px,
        #000 1px -1px 0px,
        #000 -1px -1px 0px;
}
#contentArea .partition {
    position: relative;
    width: 1270px;
    margin-left: -80px;
    padding: 130px;
    padding: 130px 80px 68px;
    background: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/partition-line.png) center top no-repeat;
}
#contentArea ul.bull {
    color: #959595;
    margin-left: 1em;
}
#contentArea ul.bull li {
    font-size: 16px;
}
#contentArea ul.bull li::before {
    content: "・";
    display: inline-block;
    text-indent: -1em;
}
#contentArea p + ul.bull {
    margin-top: 15px;
}
#contentArea ul.bull + p {
    margin-top: 15px;
}
#contentArea .att li {
    line-height: 1.8;
}
#contentArea .notes {
    margin: 3px 0 0 3px;
    color: #bf3630;
    font-size: 18px;
}
#ncjSnsHolder {
    display: none;
}
#eventFooter p {
    color: #888 !important;
}
#contentArea .ti-9999 {
    text-indent: -9999em;
}

html .ncsoftGnbWrapper {
    position: fixed !important;
    top: 0;
    min-width: 1170px !important;
}
#contentArea #gnav {
    position: fixed;
    top: 36px;
    z-index: 9999999;
    transform: translateY(0);
    transition: transform 0.2s linear;
}
.gnav-container .nav_top {
    position: absolute;
    top: 10px;
    left: 179px;
    width: 110px;
    height: 95px;
}
.gnav-container .nav_top a {
    display: block;
    height: 100%;
}
.gnav-container {
    position: fixed;
    left: auto;
    width: 2560px;
    margin-left: -725px;
    height: 110px;
    background: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/gnav_bg.png) center top no-repeat;
}
.gnav-container .inner {
    height: 100%;
}
.gnav-container.show {
    transition: opacity 0.5s linear, top 0.5s ease;
}
.gnav-container.show.on {
    top: 108px;
    margin-top: -108px;
    opacity: 1;
    position: fixed;
}
.gnav-container.hide {
    top: 0;
    margin-top: 0;
    opacity: 0;
    position: fixed;
    transition: opacity 0.3s linear;
}
.gnav-container .bnsLogo {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 86px;
}
.gnav-container .bnsLogo a {
    display: block;
    height: 100%;
    text-indent: -9999em;
}
.gnav-container ul {
    position: absolute;
    left: 312px;
    width: 899px;
    height: 100%;
    display:-ms-flexbox;
    display: flex;
}
.gnav-container ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 100%;
    margin: 0 1px;
}

.gnav-container ul li i {
    font-style: normal;
}
.gnav-container ul li a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    text-align: center;
}
.gnav-container ul li i {
    display: block;
    height: 32px;
    text-indent: -9999em;
    background: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/gnav_menu.png) no-repeat;
}
.gnav-container ul li.nav_about i {
    width: 79px;
    background-position: -5px -5px;
}
.gnav-container ul li.nav_entry i {
    width: 79px;
    background-position: -5px -47px;
}
.gnav-container ul li.nav_final i {
    width: 78px;
    background-position: -5px -89px;
}
.gnav-container ul li.nav_online i {
    width: 119px;
    background-position: -5px -131px;
}
.gnav-container ul li.nav_prize i {
    width: 78px;
    background-position: -5px -173px;
}
.gnav-container ul li.nav_special i {
    width: 90px;
    background-position: -5px -215px;
}
.gnav-container ul li.current {
    position: relative;
}
.gnav-container ul li.current::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 143px;
    height: 100%;
    margin-left: -72px;
    background: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/gnav_current.png) no-repeat;
}
.gnav-container ul li a {
    position: relative;
    z-index: 1;
}
.gnav-container ul li a:hover {
    color: #ffeb3b;
}
.gnav-container ul li.current a {
    color: #ffeb3b;
    cursor: default;
}
.gnav-container ul li.comingsoon span {
    color: #573722;
    cursor: default;
    background: #090401;
}
.gnav-container ul li.comingsoon span i {
    transform: rotate(-15deg);
}
.pageHeader {
    position: relative;
    z-index: 1;
    height: 256px;
    padding-top: 109px;
    transition: transform 0.2s linear;
    background: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/pageHeader_bg.png) repeat-x center bottom;
}
.pageHeader.fixed {
    transform: translateY(-36px);
}
.pageHeader h1 {
    width: 1868px;
    height: 140px;
    margin-left: -400px;
    background: no-repeat;
    text-indent: -9999em;
}

#contentArea h1.heading {
    position: relative;
    width: 1113px;
    height: 80px;
    margin-left: -2px;
    text-indent: -9999em;
    background: no-repeat;
}
#contentArea h1.heading::before,
#contentArea h1.heading::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -137px;
    width: 60px;
    height: 137px;
    background: no-repeat;
}
#contentArea h1.heading::before {
    left: 0;
    background-image: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/heading_l.png);
}
#contentArea h1.heading::after {
    right: 0;
    background-image: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/heading_r.png);
}
#contentArea .tblWrap.deco {
    position: relative;
    width: 1070px;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    border: solid 2px #e3c221;
    background: rgba(0, 0, 0, .5);
}
#contentArea .tblWrap.deco::after {
    position: absolute;
    top: -3px;
    right: -3px;
    content: "";
    display: block;
    width: 294px;
    height: 294px;
    background: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/table_relief.png) no-repeat;
}
#contentArea .tblWrap table.type-A {
    width: 100%;
    position: relative;
    border: solid 4px #16181d;
}
#contentArea .tblWrap table.type-A > tbody > tr > * {
    position: relative;
}
#contentArea .tblWrap table.type-A > tbody > tr > *::before {
    position: absolute;
    top: -1px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #16181d;
}
#contentArea .tblWrap table.type-A > tbody > tr > th::before {
    width: calc(100% + 4px);
}
#contentArea .tblWrap table.type-A > tbody > tr > * > * {
    position: relative;
    z-index: 1;
}
#contentArea .tblWrap table.type-A > tbody > tr > th {
    width: 140px;
    padding-left: 22px;
    vertical-align: middle;
    text-align: left;
    color: #fff;
    font-size: 1.142854rem;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
    background: left center no-repeat;
}
#contentArea .tblWrap table.type-A > tbody > tr > th {
    background-image: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/table_th_bg1.jpg);
}
#contentArea .tblWrap table.type-A > tbody > tr.tr_even > th {
    background-image: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/table_th_bg2.jpg);
}
#contentArea .tblWrap table.type-A > * > tr > td {
    padding: 12px 15px;
    font-size: 1rem;
    color: #ccc;
}
#contentArea .tblWrap table.type-A > * > tr > td + td {
    border-left: solid 1px #16181d;
}
#contentArea .tblWrap table.type-A > * > tr > td:nth-of-type(1)::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
#contentArea .tblWrap table.type-A > * > tr {
    background: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/table_td_bg1.jpg) right center;
}
#contentArea .tblWrap table.type-A > * > tr > td.bg-mask1 {
    background: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/table_td_bg-mask1.png) center center;
}
#contentArea .tblWrap table.type-A > * > tr > td.bg-mask2 {
    background: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/table_td_bg-mask2.png) center center;
}
#contentArea .tblWrap table.type-A > * > tr > td.bg-mask3 {
    background: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/table_td_bg-mask3.png) center center;
}
#contentArea .tblWrap table.type-A > * > tr > td.bg-mask4 {
    background: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/table_td_bg-mask4.png) center center;
}
#contentArea .tblWrap table.type-A > * > tr > td dl + dl {
    margin-top: 26px;
}
#contentArea .tblWrap table.type-A > * > tr > td dt {
    font-weight: bold;
}
#contentArea .tblWrap table.type-A > * > tr > td ul {
    list-style-type: disc;
    margin-left: 18px;
}
#contentArea .tblWrap table.type-A > * > tr > td ol {
    margin-left: 30px;
}
#contentArea .tblWrap table.type-A > * > tr > td * + ul {
    margin-top: 5px;
}
#contentArea .tblWrap table.type-A > * > tr > td ul + * {
    margin-top: 10px;
}
#contentArea .tblWrap table.type-A > * > tr > td li {
    margin-left: -3px;
}
#contentArea .tblWrap table.type-A table {
    width: 100%;
}
#contentArea table.type-A table {
    position: relative;
}
#contentArea table.type-A table::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
#contentArea table.type-A table th {
    color: #fff;
    font-size: 1.142854rem;
}
#contentArea table.type-A table tr > * {
    font-size: 1.142854rem;
}
#contentArea table.type-A table tr > * {
    position: relative;
    text-align: center;
    vertical-align: middle;
}
#contentArea table.type-A table.tbl_format thead tr {
    background: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/table_td_cell_bg-red.jpg);
}
#contentArea table.type-A table.tbl_point thead tr {
    background: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/table_td_cell_bg-blue.jpg);
}
#contentArea table.type-A table thead th:first-child {
    width: 181px;
    height: 48px;
    padding-left: 25px;
    text-align: left;
}
#contentArea table.type-A table tbody th {
    position: relative;
    padding-left: 25px;
    text-align: left;
}
#contentArea table.type-A table tbody th::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
}
#contentArea table.type-A table.tbl_format tbody th::after {
    background: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/table_td_cell_bg-red.jpg);
}
#contentArea table.type-A table.tbl_point tbody th::after {
    background: url(https://static.ncsoft.jp/images/event/bns/japan-championship-2018/common/table_td_cell_bg-blue.jpg);
}
#contentArea table.type-A table tbody th i {
    position: relative;
    z-index: 1;
}
#contentArea table.type-A table tbody th {
    height: 47px;
}
#contentArea table.type-A table tr > *::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 2px;
    background: #16181d;
}
#contentArea table.type-A table tr.cell_bg_light-gray td {
    background: rgba(255, 255, 255, .05);
}
#contentArea table.type-A table tbody tr + tr > *::before {
    height: 1px;
}
#contentArea table.type-A table tr th:first-child {
    border-right: solid 1px #16181d;
}
#contentArea table.type-A table thead th::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background: rgba(255, 255, 255, .5);
}
#contentArea table.type-A table thead th:first-child::after,
#contentArea table.type-A table thead th:last-child::after {
    display: none;
}
#contentArea table p.note {
    margin: 5px 0 0 9px;
}
#contentArea table.tbl_point + p {
    padding: 10px 25px;
    border-top: solid 1px #16181d;
}
#contentArea table .tbl_header th {
    color: #ffd600 !important;
    background: rgba(255, 255, 255, .2);
}

