#container {
    background-color: #3c3c3c;
}

a:hover {
    text-decoration: none;
}

/* hero */

#hero {
    width: 960px;
    margin: 0 auto;
}

#hero .hero-banner {
    height: 400px;
}

/* tab */

#tab {
    width: 960px;
    height: 123px;
    margin: 0 auto;
    padding-top: 1px;
}

#tab .tab-items {
    font-size: 0;
}

#tab .tab-items .tab-item {
    display: inline-block;
    width: 240px;
    height: 122px;
}

#tab .tab-items .tab-item .ti-anchor {
    display: block;
    width: 240px;
    height: 122px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center top;
}

#tab .tab-items .tab-item .ti-anchor.active {
    background-position: center bottom;
}

#tab .tab-items .tab-item-outline .ti-anchor {
    background-image: url(/images/competition/2020/japantour/tab-outline-bg.png);
}

#tab .tab-items .tab-item-lead_ranking .ti-anchor {
    background-image: url(/images/competition/2020/japantour/tab-lead-bg.png);
}

#tab .tab-items .tab-item-bouldering_ranking .ti-anchor {
    background-image: url(/images/competition/2020/japantour/tab-bouldering-bg.png);
}

#tab .tab-items .tab-item-speed_ranking .ti-anchor {
    background-image: url(/images/competition/2020/japantour/tab-speed-bg.png);
}

#tab .tab-items.tournament .tab-item .ti-anchor.active {
    background-position: center bottom;
}

#tab .tab-items.tournament .tab-item {
    display: inline-block;
    width: 192px;
    height: 122px;
}

#tab .tab-items.tournament .tab-item .ti-anchor {
    display: block;
    width: 192px;
    height: 122px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center top;
}

#tab .tab-items.tournament .tab-item-outline .ti-anchor {
    background-image: url(/images/competition/2020/japantour/tab-t-outline-bg.png);
}

#tab .tab-items.tournament .tab-item-tournament-outline .ti-anchor {
    background-image: url(/images/competition/2020/japantour/tab-t-tournament-bg.png);
}

#tab .tab-items.tournament .tab-item-lead_ranking .ti-anchor {
    background-image: url(/images/competition/2020/japantour/tab-t-lead-bg.png);
}

#tab .tab-items.tournament .tab-item-bouldering_ranking .ti-anchor {
    background-image: url(/images/competition/2020/japantour/tab-t-bouldering-bg.png);
}

#tab .tab-items.tournament .tab-item-speed_ranking .ti-anchor {
    background-image: url(/images/competition/2020/japantour/tab-t-speed-bg.png);
}

/* links */

#links {
    border-top: 1px solid #666;
    background-color: #fff;
}

#links .links-header {
    width: 960px;
    margin: 0 auto;
    background-image: url(/images/links-header-titlepng);
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
}

#links .links-banner {
    padding-bottom: 60px;
}

#links .lb-items {
    width: 960px;
    margin: 0 auto;
    list-style-type: none;
    vertical-align: middle;
    text-align: center;
    font-size: 0;
}

#links .lb-item {
    display: inline-block;
    vertical-align: middle;
    width: 320px;
    height: 110px;
    background-color: #fff;
    text-align: center;
    margin-right: 15px;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: center center;
}

#links .lb-item-anchor {
    display: block;
    width: 320px;
    height: 110px;
}

#links .lb-item:last-child {
    margin-right: 0;
}

#links .lb-item-jsc {
    background-image: url(/images/links-banner-jsc.png);
}

#links .lb-item-toto {
    background-image: url(/images/links-banner-toto.png);
}

#links .lb-item-anchor span {
    display: none;
}

/* outline */

#outline {
    background-color: #fff;
}

#outline h2.tour-title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
}
    

#outline h3 {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin: 20px 0;
}

#outline .outline-header {
    background-color: #3c3c3c;
    background-image: url(/images/competition/2020/japantour/outline-header-title.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
}

#outline .outline-header.tournament {
    background-image: url(/images/competition/2020/japantour/tournament-outline-header-title.png);
}

#outline .outline-content {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0;
}

#outline .oc-title {
    border-left: 5px solid #333;
    padding-left: 10px;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #000;
}

#outline .oc-body {
    font-size: 18px;
    padding-bottom: 10px;
    color: #333;
}

#outline .oc-body.last {
    padding-bottom: 30px;
}

#outline .oc-items,
#outline .oc-tour-items,
#outline .oc-qfe-items,
#outline .oc-seed-items {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
    font-size: 18px;
}
#outline .oc-seed-items {
    margin-top: 10px;
}

#outline .oc-tour-items {
    
}

#outline .oc-qfe-items {
    font-size: 18px;
}

#outline .oc-body ol ol {
    list-style-type: lower-alpha
}

#outline tr:nth-child(odd) .oc-index,
#outline tr:nth-child(odd) .oc-item {
    background-color: #d8d8d8;
    color: #000;
}

#outline tr:nth-child(even) .oc-index,
#outline tr:nth-child(even) .oc-item {
    background-color: #fff;
    color: #000;
}

#outline .oc-tour-items .oc-index,
#outline .oc-qfe-items .oc-index,
#outline .oc-seed-items .oc-index {
    background-color: #666;
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}

#outline .oc-tour-items .oc-item,
#outline .oc-qfe-items .oc-item {
    border-bottom: 1px solid #ccc;
    text-align: center;
}

#outline .oc-tour-items th,
#outline .oc-tour-items td {
    padding: 10px 0;
}

#outline .oc-seed-items .oc-index {
    width: 50%;
    padding: 8px;
    border: 1px solid #999;
    background: #999;
}

#outline .oc-seed-items .oc-item {    
    padding: 13px;
    border: 1px solid #999;
    vertical-align: top;
    line-height: 200%;
    font-size: 17px;
}

#outline .oc-tour-items .date {
    width: 120px;
}

#outline .oc-tour-items .area {
    width: 150px;
}

#outline .oc-tour-items .apply {
    width: 230px;
}

#outline .oc-tour-items .result {
    width: 80px;
}

#outline .oc-qfe-items th,
#outline .oc-qfe-items td {
    padding: 10px;
}

#outline .oc-items {
    border-collapse: collapse;
    background-color: #fff;
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
}

#outline .oc-items .oc-index,
#outline .oc-items .oc-item {
    padding: 10px;
}

#outline .oc-items .oc-index {
    background-color: #666;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    width: 240px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

#outline .oc-items .oc-item {
    font-size: 18px;
    width: 720px;
    border-bottom: 1px solid #ccc;    
}

#outline tr:nth-child(odd) .sc-index,
#outline tr:nth-child(odd) .sc-item {
    background-color: #d8d8d8;
    color: #000;
}

#outline tr:nth-child(even) .sc-index,
#outline tr:nth-child(even) .sc-item {
    background-color: #fff;
    color: #000;
}

#outline .schedule {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

#outline .schedule th {
    background-color: #666;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 10px;
}

#outline .schedule .sc-index,
#outline .schedule .sc-item {
    padding: 10px 30px;
    font-size: 18px;
}

#outline .schedule.iwate th  {
    width: 180px;
}


#outline .schedule td:nth-child(3n),
#outline .schedule th:nth-child(2) {

}

#outline tr.game {
    font-style: italic;
    font-weight: bold;
}

#outline .oc-item .note {
    padding: 6px;
    font-size: 90%;
    color: #666;
}

#outline .oc-item .supplement {
    font-size: 90%;
    color: #000;
    padding: 10px 0 10px 10px;
}

#outline .oc-item a {
    color: #06f;
}

#outline  ul,
#outline  ol {
    list-style-position: outside;
    padding-left: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#outline ul li,
#outline ol li {
    padding: 4px 0;
}

#outline ul.non-style,
#outline ol.non-style {
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
}

#outline ul.non-style li,
#outline ol.non-style li {
    padding: 0;
}

#outline .information {
    text-align: center;
    font-size: 18px;
    background: #666;
    margin: 20px;
}
#outline .information a{
    color: #fff;
    display: block;
    padding: 20px;
    text-decoration: underline;
}

#outline .oe-button-anchor {
    display: block;
    line-height: 48px;
    color: #fff;
}

#outline .oc-seed {
    font-size: 18px;
}

#outline .oc-seed table {
    border: 1px solid #ccc;
}

#outline .oc-seed .oc-items {
    margin: 15px 0;
}
#outline .oc-seed li {
    margin: 10px 0;
}

#outline .oc-seed .oc-items .oc-index {
    font-weight: bold;
}

#outline .right {
    font-size: 18px;
    text-align: right;
}

#outline .plan table {
    font-size: 17px;
}


/* ranking */

#ranking {
    background-color: #fff;
}

#ranking h2.tour-title {
    font-size: 30px;
    margin-bottom: 30px;
}
    

#ranking h3 {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin: 20px 0;
}

#ranking .ranking-header {
    background-color: #3c3c3c;
    background-image: url(/images/competition/2020/japantour/ranking-header-title.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
}

#ranking .ranking-content {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0;
}

#ranking .ranking-content p {
    font-size: 16pt;
    margin-bottom: 1em;
    color: #000;
}

#ranking .rc-title {
    border-left: 5px solid #333;
    padding-left: 10px;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #000;
}

#ranking .rc-body {
    font-size: 18px;
    padding-bottom: 10px;
    color: #333;
}

#ranking .rc-body.last {
    padding-bottom: 30px;
}

#ranking .rc-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
}

#ranking .rc-table-row {
    background-color: #666;
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}

#ranking .rc-table-data {
    border-bottom: 1px solid #ccc;
    text-align: center;
}

#ranking .rc-table-head,
#ranking .rc-table-data {
    padding: .2em 0;
    font-size: 14pt;
    border: 1px solid #999;
}

#ranking .rc-table-head {
    background: #999;
    width: 200px;
}

#ranking .rc-table-data {
    vertical-align: top;
}

#ranking .rc-table-row:nth-child(odd) .rc-table-data {
    background-color: #d8d8d8;
    color: #000;
}

#ranking .rc-table-row .rc-table-head,
#ranking .rc-table-row:nth-child(even) .rc-table-data {
    background-color: #fff;
    color: #000;
}

#ranking .rc-table-data.place {
    width: 160px;
}

#ranking .rc-table-data.point {
    width: 160px;
}

#ranking .rc-table-data.player {
    width: 320px;
}


/* sponsors */

#sponsors-wrapper {
    background-color: #000;
    text-align: center;
}

#sponsors {
    width: 960px;
    margin: 0 auto;
}

#sponsors .sponsors-header {
    width: 960px;
    margin: 0 auto;
    background-image: url(/images/competition/2020/japantour/sponsors-header-title.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
}

#sponsors .sponsors-banner {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 60px;
}

#sponsors .sb-items {
    list-style-type: none;
    vertical-align: middle;
    text-align: center;
    font-size: 0;
    padding-bottom: 20px;
}

#sponsors .sb-items:last-child {
    padding-bottom: 0;
}

#sponsors .sb-item {
    display: inline-block;
    vertical-align: middle;
    width: 310px;
    height: 140px;
    background-color: #fff;
    text-align: center;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center center;
}

#sponsors .sb-item:last-child {
    margin-right: 0;
}

#sponsors .sb-item-anchor {
    display: block;
    width: 310px;
    height: 140px;
}

#sponsors .sb-item-gold {
    width: 310px;
    height: 140px;
    margin-right: 15px;
}

#sponsors .sb-item-silver {
    width: 231px;
    height: 104px;
    margin-right: 12px;
}

#sponsors .sb-item-blonde {
    width: 153px;
    height: 69px;
    margin-right: 8px;
}

#sponsors .sb-item-gold-orientalbio {
    background-image: url(/images/competition/2020/japantour/sponsors-banner-gold-orientalbio.png);
}

#sponsors .sb-item-silver-nisshinkasai {
    background-image: url(/images/competition/2020/japantour/sponsors-banner-silver-nisshinkasai.png);
}

#sponsors .sb-item-silver-jal {
    background-image: url(/images/competition/2020/japantour/sponsors-banner-silver-jal.png);
}

#sponsors .sb-item-silver-arbeee {
    background-image: url(/images/competition/2020/japantour/sponsors-banner-silver-arbeee.png);
}

#sponsors .sb-item-gold-anchor {
    width: 310px;
    height: 140px;
}

#sponsors .sb-item-silver-anchor {
    width: 231px;
    height: 104px;
}

#sponsors .sb-item-blonde-anchor {
    width: 153px;
    height: 69px;
}

/* climbers */

#climbers {
    background-color: #fff;
}

#climbers .climbers-header {
    background-color: #3c3c3c;
    padding-bottom: 60px;
    background-image: url(/images/competition/2020/japantour/climbers-header-title.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
}

#climbers .climbers-content {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0;
}

#climbers .cc-warnings {
    border: 2px solid #f00;
    padding: 10px 40px;
    margin: 24px 10px 30px;
    /*list-style-type: none;*/
    list-style-position: outside;
    box-sizing: border-box;
}

#climbers .cc-warnings li {
    font-size: 18px;
    color: #000;
}

#climbers .cc-title {
    border-left: 5px solid #333;
    padding-left: 10px;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #000;
}

#climbers .cc-subtitle {
    font-size: 18px;
    line-height: 36px;
    color: #000;
}

#climbers .cc-cover {
}

#climbers .cc-body {
    font-size: 18px;
    padding-bottom: 10px;
    color: #333;
}

#climbers .cc-caution {
    list-style: none;
    font-size: 16px;
    margin-bottom: 10px;
}

#climbers .cc-items {
    margin-bottom: 40px;
    border-collapse: collapse;
    list-style-type: none;
    font-size: 0;
}

#climbers .cc-index,
#climbers .cc-item {
}

#climbers .cc-index {
    background-color: #666;
}

#climbers .cc-item:nth-child(odd) {
    background-color: #fff;
}

#climbers .cc-item:nth-child(even) {
    background-color: #eee;
}

#climbers .cc-index span,
#climbers .cc-item span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

#climbers .cc-index span {
    padding: 5px 0;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

#climbers .cc-item span {
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

#climbers .cc-item .cc-item-anchor {
    color: #333;
}

#climbers .cc-item .cc-item-anchor:hover span {
    text-decoration: underline;
}

#climbers .cc-index .no,
#climbers .cc-item .no {
    width: 80px;
}

#climbers .cc-index .name,
#climbers .cc-item .name {
    width: 240px;
}

#climbers .cc-index .birthday,
#climbers .cc-item .birthday {
    width: 240px;
}

#climbers .cc-index .age,
#climbers .cc-item .age {
    width: 160px;
}

#climbers .information {
    text-align: center;
}
#climbers .information a {
    text-decoration: underline;
    display: inline-block;
    width: 300px;
    background: #efefef;
    padding: 30px;
    border: 1px solid #ccc;
}


/* order */

#order {
    background-color: #fff;
}

#order .order-header {
    background-color: #3c3c3c;
    padding-bottom: 60px;
    background-image: url(/images/competition/2020/japantour/order-header-title.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
}

#order .order-content {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0;
}

#order .oc-title {
    border-left: 5px solid #333;
    padding-left: 10px;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #000;
}

#order .oc-subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #333;
}

#order .oc-cover {
}

#order .oc-body {
    font-size: 18px;
    padding-bottom: 10px;
    color: #333;
}

#order .oc-caution {
    list-style: none;
    padding-bottom: 10px;
}

#order .oc-caution {
    font-size: 18px;
}

#order .oc-speed-items,
#order .oc-lead-items,
#order .oc-border-items {
    width: 100%;
    margin-bottom: 40px;
    border-collapse: collapse;
    list-style-type: none;
    font-size: 16px;
    border-bottom: 1px solid #efefef;
}

#order .oc-speed-items th.year,
#order .oc-speed-item .year:nth-child(even),
#order .oc-border-items th.belong,
#order .oc-border-items .belong:nth-child(even) {
    border-right: 1px solid #ccc;
}

#order .lanea {
    border-right: 1px solid #ccc;
}

#order .oc-index,
#order .oc-item,
#order .oc-speed-items th,
#order .oc-speed-items td,
#order .oc-lead-items th,
#order .oc-lead-items td,
#order .oc-border-items th,
#order .oc-border-items td {
    padding: 5px 0;
    text-align: center;
}

#order .oc-speed-items th,
#order .oc-lead-items th,
#order .oc-border-items th {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

#order th.lanea,
#order th.laneb {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

#order .oc-index {
    background-color: #666;
}

#order .oc-item:nth-child(odd),
#order .oc-speed-item:nth-child(odd) ,
#order .oc-lead-item:nth-child(odd) {
    background-color: #fff;
}

#order .oc-item:nth-child(even),
#order .oc-speed-item:nth-child(even),
#order .oc-lead-item:nth-child(even) {
    background-color: #eee;
}

#order .oc-index span,
#order .oc-item span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

#order .oc-index span {
    padding: 5px 0;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

#order .oc-item span {
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

#order .oc-item .oc-item-anchor {
    color: #333;
}

#order .oc-item .oc-item-anchor:hover span {
    text-decoration: underline;
}

#order .oc-index .order,
#order .oc-item .order,
#order .oc-speed-index .order {
    width: 100px;
}

#order .oc-index .id,
#order .oc-item .id {
    width: 160px;
}

#order .oc-index .name,
#order .oc-item .name {
    width: 200px;
}

#order .oc-index .pref,
#order .oc-item .pref {
    width: 160px;
}

#order .oc-index .school,
#order .oc-item .school {
    width: 240px;
}

#order .oc-speed-items .order,
#order .oc-lead-items .order {
    text-align: center;
}

#order .oc-speed-items .id,
#order .oc-lead-items .id,
#order .oc-lead-items .belong {
    width: 80px;
    text-align: center;
}

#order .oc-speed-items .name,
#order .oc-speed-items .year {
    text-align: center;
}

#order .oc-lead-items .belong {
    width: 390px;
}

#order .oc-border-items th,
#order .oc-lead-items th {
    border-right: 1px solid #ccc;
}

#order .oc-border-items .time,
#order .oc-lead-items .no {
    width: 120px;
    text-align: center;
}

#order .oc-border-items .order,
#order .oc-border-items .id {
    width: 110px;
    text-align: center;
}

#order .oc-border-items .name {
    width: 200px;
    text-align: center;    
}

#order .oc-border-items .belong {
    width: 340px;
    text-align: center;    
}

#order .oc-border-items .birth,
#order .oc-lead-items .birth {
    text-align: center;    
}


/* information */

#information {
    background-color: #fff;
    padding-bottom: 60px;
}

#information .information-header {
    background-color: #3c3c3c;
    background-image: url(/images/competition/2020/japantour/information-header-title.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
}

#information .information-content {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0;
}

#information .im-title {
    border-left: 5px solid #333;
    padding-left: 10px;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #000;
}

#information .im-subtitle {
    border-bottom: 1px solid #999;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 10px;
}

#information p {
    padding: 10px 10px 0;
}

#information .note {
    font-size: 17px;
    color: #666;
}

#information .im-arena {
    font-size: 20px;
}

#information .im-body {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
}

#information .im-body-list {
    font-size: 18px;
    margin: 20px 0 20px 40px;
    list-style-position: outside;
}
#information .im-body-list li {
    margin: 10px 0;
}

#information .im-body-list li .b-box {
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin: 10px 0;
    display: inline-block;
}


#information .im-body-dl {
    margin: 10px 20px 20px;
    font-size: 18px;
}
#information .im-body-dl dt {
    font-weight: bold;
}
#information .im-body-dl dd {
    margin: 5px 10px 10px;
}
#information .im-body-dl dd ul {
    margin-left: 30px;
}
#information .im-body-dl dd p {
    margin: 20px 0;
}
#information .im-item blockquote {
    padding: 10px;
}

#information .im-items {
    margin-bottom: 20px;
    border-collapse: collapse;
    background-color: #fff;
    border-top: 1px solid #ccc;
}

#information .im-items:last-child {
    margin-bottom: 0px;
}

#information .im-index,
#information .im-item,
#information .im-location {
    font-size: 18px;
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
}

#information .im-index {
    color: #fff;
    font-weight: normal;
    padding: 0 40px;
    width: 300px;
    font-size: 0;
}

#information .im-index .from,
#information .im-index .dash,
#information .im-index .to {
    display: inline-block;
    white-space: nowrap;
    font-size: 18px;
    text-align: center;
}

#information .im-index .from {
    width: 80px;
}

#information .im-index .dash {
    width: 40px;
}

#information .im-index .to {
    width: 80px;
}

#information .im-item {
    width: 660px;
}p

#information .im-location {
    width: 240px;
}

#information tr:nth-child(odd) .im-index,
#information tr:nth-child(odd) .im-item,
#information tr:nth-child(odd) .im-location {
    color: #000;
    font-size: 18px;
}

#information tr:nth-child(even) .im-index,
#information tr:nth-child(even) .im-item,
#information tr:nth-child(even) .im-location {
    background-color: #fff;
    color: #000;
}
#information .im-caution {
    font-weight: bold;
    background: #fffcb3;
}

#information .im-b-box {
    padding: 10px 20px;
    border: 1px solid #ccc;
    margin: 10px 0 30px;
    display: inline-block;
    font-size: 16px;
}

#information .finalist {
    font-size: 18px;
    margin-bottom: 20px;
}

#information .finalist th,
#information .finalist td {
    width: 180px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
}

#information .finalist th {
    background: #666;
    color: #fff;
}

#information .finalist tr:nth-child(even) td {
    background: #d8d8d8;
}

#information .im-body-list ol {
    margin-left: 30px;
    list-style-type: decimal-leading-zero;
			 
}

#information .non-style {
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
    font-size: 16px;
    margin-left: 15px;
}

/* result */

#result {
    background-color: #fff;
}

#result .result-header {
    background-color: #3c3c3c;
    background-image: url(/images/competition/2020/ljc/result-header-title.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
}

#result .result-content {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0;
}

#result .rc-title {
    border-left: 5px solid #333;
    padding-left: 10px;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #000;
}

#result .rc-subtitle {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 10px;
}

#result .rc-caution {
    list-style: none;
    font-size: 16px;
    margin-bottom: 10px;
}

#result .rc-body {
    font-size: 16px;
    padding-bottom: 10px;
    color: #333;
}

#result .rc-body .zone {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background: #f66;
    text-align: center;
}

#result .rc-body .top {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;    
    background: #66f;
    text-align: center;
}

#result .rc-table {
    margin-bottom: 40px;
    border-collapse: collapse;
    font-size: 0;
    width: 100%;
}

#result .rc-table th,
#result .rc-table td {
    height: 32px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #ccc;
    font-weight: normal;
}

#result .rc-table.lead th,
#result .rc-table.lead td {
    font-size: 14px;
    padding: 0 4px;
}
    
#result tr th {
    background-color: #666;
    color: #fff;
}

#result tr td a {
    color: #666;
    text-decoration: underline;
}

#result tr:nth-child(odd) td {
    background-color: #eee;
}

#result .rc-table.rc-bouldering th,
#result .rc-table.rc-bouldering td {
    line-height: 16px;
    height: 32px;
    font-size: 13px;
    text-align: center;
    border: 1px solid #ccc;
    font-weight: normal;
    padding: 3px;
}

#result .rc-table.rc-bouldering .name {
    width: 120px;
}

#result .rc-table.rc-bouldering .wall {
    width: 60px;
}

#result .rc-table.rc-bouldering .result {
    width: 30px;
}

#result .rc-table.rc-bouldering .total {
    width: 70px;
    font-weight: bold;
    background: #aaa;
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;    
}

#result .rc-table.rc-bouldering th.zone {
    background: #f66;    
}

#result .rc-table.rc-bouldering th.top {
    background: #66f;
    border-left: 1px solid #999;
}

#result .rc-table.rc-bouldering td.zone {
    color: #f66;    
    border-left: 1px solid #333;    }

#result .rc-table.rc-bouldering td.top {
    color: #66f;
}



