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

/* 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: 160px;
    height: 122px;
}

#tab .tab-items .tab-item .ti-anchor {
    display: block;
    width: 160px;
    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/2016/bjc/tab-outline-bg.png);
}

#tab .tab-items .tab-item-highlights .ti-anchor {
    background-image: url(/images/competition/2016/bjc/tab-highlights-bg.png);
}

#tab .tab-items .tab-item-setters .ti-anchor {
    background-image: url(/images/competition/2016/bjc/tab-setters-bg.png);
}

#tab .tab-items .tab-item-climbers .ti-anchor {
    background-image: url(/images/competition/2016/bjc/tab-climbers-bg.png);
}

#tab .tab-items .tab-item-winners .ti-anchor {
    background-image: url(/images/competition/2016/bjc/tab-winners-bg.png);
}

#tab .tab-items .tab-item-access .ti-anchor {
    background-image: url(/images/competition/2016/bjc/tab-access-bg.png);
}

/* sponsors */

#sponsors {
    background-color: #000;
    padding-bottom: 20px;
}

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

#sponsors .special-sponsors-banner,
#sponsors .general-sponsors-banner {
    width: 960px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 63px 0 70px;
}

#sponsors .special-sponsors-banner {
    background-image: url(/images/competition/2016/bjc/special-sponsors-title.png);
}

#sponsors .general-sponsors-banner {
    background-image: url(/images/competition/2016/bjc/general-sponsors-title.png);
}

#sponsors .ssb-items,
#sponsors .gsb-items {
    list-style-type: none;
    vertical-align: middle;
    text-align: center;
    font-size: 0;
}

#sponsors .ssb-item,
#sponsors .gsb-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 .ssb-item-anchor,
#sponsors .gsb-item-anchor {
    display: block;
    width: 310px;
    height: 140px;
}

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

#sponsors .ssb-item-kyorin {
    background-image: url(/images/competition/2016/bjc/sponsors-banner-kyorin.png);
}

#sponsors .gsb-item-mammut {
    background-image: url(/images/competition/2016/bjc/sponsors-banner-mammut.png);
}

#sponsors .gsb-item-cow-soap {
    background-image: url(/images/competition/2016/bjc/sponsors-banner-cow-soap.png);
}

#sponsors .gsb-item-orientalbio {
    background-image: url(/images/competition/2016/bjc/sponsors-banner-orientalbio.png);
}

/* links */

#links {
    background-color: #fff;
}

#links .links-header {
    width: 960px;
    margin: 0 auto;
    background-image: url(/images/links-header-title.png);
    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: 310px;
    height: 120px;
    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: 310px;
    height: 120px;
}

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

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

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

/* outline */

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

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

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

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

#outline .oc-body {
}

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

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

#outline .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-item {
    font-size: 18px;
    width: 720px;
    border-bottom: 1px solid #ccc;
}

#outline .odd .oc-index,
#outline .odd .oc-item {
    background-color: #d8d8d8;
    color: #000;
}

#outline .even .oc-index,
#outline .even .oc-item {
    background-color: #fff;
    color: #000;
}

#outline .oc-item blockquote {
    padding: 10px;
}

#outline .oc-item p {
    padding-bottom: 10px;
}

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

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

#outline .oc-item ul {
    list-style-type: none;
    list-style-position: inside;
}

#outline .oc-item table {
    border-collapse: collapse;
}

#outline .oc-item table th,
#outline .oc-item table td {
    font-weight: normal;
    padding-right: 20px;
    text-align: left;
    vertical-align: top;
}

/* hightlight */

#highlights {
    background-color: #fff;
}

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

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

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

#highlights .hc-body {
}

#highlights .hc-body p {
    font-size: 18px;
    padding-bottom: 20px;
}

#highlights .hc-body p a {
    color: #09f;
}

#highlights .hc-climbers {
    padding-bottom: 40px;
}

#highlights .hc-climbers-items {
    height: 326px;
    list-style-type: none;
    font-size: 0;
}

#highlights .hc-climbers-item {
    display: inline-block;
    width: 315px;
    margin-left: 7.5px;
}

#highlights .hc-climbers-item:first-child {
    margin-left: 0;
}

#highlights .hc-climbers-anchor {
    display: block;
}

#highlights .hc-climbers-image-wrapper {
    height: 294px;
}

#highlights .hc-climbers-image {
    width: 315px;
    height: 294px;
}

#highlights .hc-climbers-caption-wrapper {
    height: 32px;
}

#highlights .hc-climbers-caption {
    display: block;
    line-height: 32px;
    font-size: 18px;
    text-align: right;
    width: 315px;
    color: #6cf;
}

/* setters */

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

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

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

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

#setters .sc-introduction {
}

#setters .sc-introduction p {
    font-size: 24px;
    padding-bottom: 20px;
    color: #000;
}

#setters .sc-body {
}

#setters .sc-body p {
    font-size: 18px;
    padding-bottom: 20px;
}

#setters .sc-body p a {
    color: #09f;
}

#setters .sc-setters {
    padding-bottom: 20px;
}

#setters .sc-setters-items {
    height: 262px;
    list-style-type: none;
    font-size: 0;
}

#setters .sc-setters-item {
    display: inline-block;
    width: 230px;
    margin-left: 13px;
}

#setters .sc-setters-item:first-child {
    margin-left: 0;
}

#setters .sc-setters-anchor {
    color: #09f;
    display: block;
}

#setters .sc-setters-image-wrapper {
    height: 230px;
}

#setters .sc-setters-image {
    width: 230px;
    height: 230px;
}

#setters .sc-setters-caption-wrapper {
    height: 32px;
}

#setters .sc-setters-caption {
    display: block;
    line-height: 32px;
    font-size: 18px;
    text-align: right;
    width: 230px;
    color: #09f;
}

#setters .sc-supplier {
    padding-bottom: 20px;
}

#setters .sc-supplier-items {
    height: 115px;
    list-style-type: none;
    font-size: 0;
    margin-bottom: 20px;
}

#setters .sc-supplier-items:last-child {
    margin-bottom: 0;
}

#setters .sc-supplier-item {
    display: inline-block;
    width: 230px;
    margin-left: 13px;
}

#setters .sc-supplier-item:first-child {
    margin-left: 0;
}

#setters .sc-supplier-anchor {
    display: block;
}

#setters .sc-supplier-image {
    width: 230px;
    height: 115px;
    border: 1px solid #000;
}

/* climbers */

#climbers {
    background-color: #fff;
}

#climbers .climbers-header {
    background-color: #3c3c3c;
    padding-bottom: 60px;
    background-image: url(/images/competition/2016/bjc/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-title {
    border-left: 5px solid #333;
    padding-left: 10px;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #000;
}

#climbers .cc-cover {
}

#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.odd {
    background-color: #fff;
}

#climbers .cc-item.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: 120px;
}

#climbers .cc-index .pref,
#climbers .cc-item .pref {
    width: 180px;
}

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

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

/* winners */

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

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

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

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

#winners .wc-cover {
}

#winners .wc-items {
    margin-bottom: 40px;
    border-collapse: collapse;
}

#winners .wc-index,
#winners .wc-item {
}

#winners .wc-index {
    background-color: #666;
}

#winners .wc-item.odd {
    background-color: #fff;
}

#winners .wc-item.even {
    background-color: #eee;
}

#winners .wc-index th,
#winners .wc-item td {
    text-align: center;
}

#winners .wc-index th {
    padding: 5px 0;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

#winners .wc-item td {
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

#winners .wc-item td a {
    color: #09f;
}

#winners .wc-index .no,
#winners .wc-item .no {
    width: 80px;
}

#winners .wc-index .climber,
#winners .wc-item .climber {
    width: 100px;
}

#winners .wc-index .location,
#winners .wc-item .location {
    width: 80px;
}

#winners .wc-index .schedule,
#winners .wc-item .schedule {
    width: 200px;
}

/* access */

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

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

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

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

#access .ac-subtitle {
    border-bottom: 1px solid #999;
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 10px;
}

#access .ac-body {
    font-size: 18px;
    padding: 10px;
}

#access .ac-body.last {
    padding-bottom: 30px;
}

#access .ac-body a {
    color: #09f;
}

#access .ac-price-list {
    margin: 24px 10px 10px;
}

#access .ac-price-row {
}

#access .ac-price-game,
#access .ac-price-date,
#access .ac-price-category,
#access .ac-price-qualify-price,
#access .ac-price-price {
    padding: 6px 48px;
    text-align: center;
    font-size: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
}

#access .ac-store {
}

#access .ac-store-items {
    list-style-position: inside;
    padding-left: 20px;
    padding-bottom: 30px;
}
#access .ac-store-item {
}

#access .ac-store-item a {
    color: #09f;
}


/* broadcasting */

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

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

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

#broadcasting .bc-introduction {
}

#broadcasting .bc-introduction p {
    font-size: 27px;
    padding-bottom: 40px;
    color: #000;
}

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

#broadcasting .bc-subtitle {
    border-bottom: 1px solid #999;
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 10px;
}

#broadcasting .bc-skyperfectv-logo,
#broadcasting .bc-skp-od-logo {
    padding: 20px 0 30px;
}

#broadcasting .bc-method-items {
    list-style-position: inside;
    padding: 0 10px 20px;
}

#broadcasting .bc-method-item {
    font-size: 18px;
}

#broadcasting .bc-method-item a {
    color: #03f;
}

#broadcasting .bc-method-howto {
    padding: 10px 10px;
    text-indent: 10px;
    font-size: 16px;
}

#broadcasting .bc-method-howto-anchor {
    color: #03f;
}

#broadcasting .bc-channel-items {
    list-style-type: none;
    font-size: 0;
    padding: 0 30px 60px;
}

#broadcasting .bc-channel-item {
    display: inline-block;
    padding-left: 20px;
}

#broadcasting .bc-channel-item:first-child {
    padding-left: 0;
}

#broadcasting .bc-body {
}

#broadcasting .bc-body p {
    font-size: 18px;
    padding-bottom: 20px;
}

#broadcasting .bc-body.last {
    padding-bottom: 30px;
}

