#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: 192px;
    height: 120px;
    border: 1px solid #3c3c3c;
    box-sizing: border-box;
    background-position: center top;    
}

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

#tab .tab-items .tab-item .ti-anchor.active,
#tab .tab-items .tab-item a.ti-anchor:hover {
    background-position: center bottom;
    cursor: pointer;
    background-color: #3c3c3c;
}

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

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

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

#tab .tab-items .tab-item-result .ti-anchor {
    background-image: url(/images/competition/2018/ach/tab-result.png);
}

#tab .tab-items .tab-item-schedule .ti-anchor {
    background-image: url(/images/competition/2018/ach/tab-schedule.png);
}

#tab .tab-items .tab-item-access .ti-anchor {
    background-image: url(/images/competition/2018/ach/tab-access.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-toto {
    background-image: url(/images/links-banner-toto.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/2018/ach/header-title-outline.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-title .en {
    display: block;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #333;
}

#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: 280px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

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

#outline .oc-index .en,
#outline .oc-item .en {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

#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-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: #39c;
    text-decoration: underline;
}

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

#outline .oc-item ul li {
}

#outline .oc-item ul li .en {
    margin-bottom: 10px;
}

#outline .oc-item ul li:last-child .en {
    margin-bottom: 0px;
}

#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;
}

#outline .oc-item .oc-item-list {
    margin-top: 10px;
}

/* hightlight */

#highlights {
    background-color: #fff;
}

#highlights .highlights-header {
    background-color: #3c3c3c;
    padding-bottom: 60px;
    background-image: url(/images/competition/2018/ach/header-title-highlights.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 {
    margin-bottom: 30px;
}
#highlights .hc-body.first {
    margin-bottom: 0;
}

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

#highlights .hc-body p a {
    color: #39c;
    text-decoration: underline;
}

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

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

#highlights .hc-climbers-item {
    vertical-align: top;
    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 {
    width: 300px;
    height: 280px;
    overflow: hidden;
    border: 1px solid #333;
}

#highlights .hc-climbers-image {
    width: 300px;
    height: 280px;
}

#highlights .hc-climbers-image-copyright {
    display: block;
    position: relative;
    padding: 0 5px;
    top: -20px;
    width: 315px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
}

#highlights .hc-climbers-caption-wrapper {
    display: block;
    width: 315px;
    margin-bottom: 30px;
}

#highlights .hc-climbers-caption {
    padding: 5px 0;
}

#highlights .hc-climbers-caption-name {
    line-height: 21px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

#highlights .hc-climbers-caption-name .en {
    display: block;
}

#highlights .hc-climbers-caption-description {
    line-height: 21px;
    font-size: 15px;
    color: #666;
}

#highlights .hc-credit {
    text-align: right;
}

/* climbers */

#climbers {
    background-color: #fff;
}

#climbers .climbers-header {
    background-color: #3c3c3c;
    padding-bottom: 60px;
    background-image: url(/images/competition/2018/ach/header-title-climbers.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-title .en {
    display: block;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #333;
}

#climbers .cc-cover {
}

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

#climbers .cc-body .en {
}

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

#climbers .cc-index,
#climbers .cc-loading,
#climbers .cc-item {
    height: 44px;
}

#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-loading span,
#climbers .cc-item span {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
}

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

#climbers .cc-loading span,
#climbers .cc-item span {
    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-loading span {
    width: 960px;
}

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

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

#climbers .cc-index .nation_en,
#climbers .cc-item .nation_en {
    width: 120px;
}

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

#climbers .cc-index .name_en,
#climbers .cc-item .name_en {
    width: 280px;
}

/* result */

#result {
    background-color: #fff;
}

#result .result-header {
    background-color: #3c3c3c;
    padding-bottom: 60px;
    background-image: url(/images/competition/2018/ach/header-title-result.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-title .en {
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    padding-left: 10px;
    color: #333;
}

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

#result .rc-index,
#result .rc-loading,
#result .rc-item {
    height: 44px;
}

#result .rc-index {
    background-color: #666;
}

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

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

#result .rc-index span,
#result .rc-item span {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 12pt;
    height: 44px;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
}

#result .rc-index span {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

#result .rc-item .rc-item-anchor {
    color: #333;
}

#result .rc-item .rc-item-anchor:hover span {
    text-decoration: underline;
}

#result .rc-index .place,
#result .rc-item .place {
    width: 60px;
}

#result .rc-index .nation,
#result .rc-item .nation {
    width: 60px;
}

#result .rc-index .name_en,
#result .rc-item .name_en {
}

#result .rc-index.lead .name_en,
#result .rc-item.lead .name_en {
    width: 360px;
}

#result .rc-index.bouldering .name_en,
#result .rc-item.bouldering .name_en {
    width: 380px;
}

#result .rc-index.speed .name_en,
#result .rc-item.speed .name_en {
    width: 300px;
}

#result .rc-index.combined .name_en,
#result .rc-item.combined .name_en {
    width: 360px;
}

#result .rc-index .score,
#result .rc-item .score {
    width: 90px;
}

#result .rc-index .lead-score,
#result .rc-item .lead-score {
    width: 120px;
}

#result .rc-index .bouldering-score,
#result .rc-item .bouldering-score {
    width: 150px;
}

#result .rc-index .speed-score,
#result .rc-item .speed-score {
    width: 90px;
}

#result .rc-index .combined-score,
#result .rc-item .combined-score {
    width: 120px;
}

/* schedule */

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

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

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

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

#schedule .sc-title .en {
    display: block;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #333;
}

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

#schedule .sc-subtitle .en {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #333;
}

#schedule .required {
    color: #f00;
}

#schedule .sc-body {
    font-size: 18px;
    padding: 0 0 20px;
    
}

#schedule .sc-items {
    margin-bottom: 40px;
    border-collapse: collapse;
    background-color: #fff;
    border-top: 1px solid #ccc;
}

#schedule .s-c-items:last-child { /**/
    margin-bottom: 0px;
}

#schedule .sc-index,
#schedule .sc-item,
#schedule .sc-event {
    padding: 10px 10px;
}

#schedule .sc-index {
    background-color: #666;
    color: #fff;
    font-weight: normal;
    padding: 0 20px;
    width: 200px;
    border-bottom: 1px solid #ccc;
    font-size: 0;
}

#schedule .sc-event {
    color: #333;
    font-weight: normal;
    padding: 10px;
    width: 180px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    background: #efefef;
}
#schedule .sc-event .en {
    display: block;
    margin-top: 5px;
}

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

#schedule .sc-index .from,
#schedule .sc-index .to {
    width: 60px;
}

#schedule .sc-index .dash {
    width: 20px;
}

#schedule .sc-item {
    font-size: 18px;
    width: 600px;
    border-bottom: 1px solid #ccc;
}

#schedule .sc-item .interval-area {
}

#schedule .sc-index .en,
#schedule .sc-item .en {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

#schedule .odd .sc-index,
#schedule .odd .sc-item {
    background-color: #d8d8d8;
    color: #000;
}

#schedule .even .sc-index,
#schedule .even .sc-item {
    background-color: #fff;
    color: #000;
}

/* access */

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

#access .access-header {
    background-color: #3c3c3c;
    background-image: url(/images/competition/2018/ach/header-title-access.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-title .en {
    display: block;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #333;
}

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

#access .ac-subtitle .en {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #333;
}

#access h4.ac-subtitle {
    border: none;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    margin: 30px 10px 0;
}

#access h4.ac-subtitle .en {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #333;
}

#access .ac-warnings {
    border: 2px solid #f00;
    padding: 10px 40px;
    margin: 24px 10px 30px;
    /*list-style-type: none;*/
    list-style-position: outside;
    box-sizing: border-box;
}
#access .ac-warning {
    color: #f00;
    display: inline-box;
    background: #fcc;
    padding: 5px 10px;
}

#access .ac-warnings li {
    font-size: 18px;
    color: #000;
}

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

#access .ac-body .en {
    display: block;
    font-size: 18px;
}

#access .ac-body .ac-en {
    padding: 10px;
}

#access .ac-body .ac-en dt {
    padding-top: 10px;
}

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

#access .ac-body a {
    color: #39c;
    text-decoration: underline;
}

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

#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: 10px 20px;
    text-align: center;
    font-size: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
}

#access .ac-price-game .en,
#access .ac-price-date .en,
#access .ac-price-category .en,
#access .ac-price-qualify-price .en,
#access .ac-price-price .en {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

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

#access .ac-price-items .last {
    list-style: none;
    margin-left: 20px;
}

#access .ac-store {
}

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

#access .ac-store-item {
}

#access .ac-store-item a {
    color: #39c;
    text-decoration: underline;
}

#access .ac-transportation dd {
    margin-bottom: 10px;

}

/* broadcasting */

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

#broadcasting .broadcasting-header {
    background-color: #3c3c3c;
    background-image: url(/images/competition/2018/ach/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: #39c;
    text-decoration: underline;
}

#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;
}

/* 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/2018/ach/sponsors-header-title.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
}

#sponsors .ifsc-partners-banner,
#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 .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 .ifsc-partners-banner {
    background-image: url(/images/competition/2018/ach/ifsc-partners-title.png);
}

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

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

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

#sponsors .ipb-items:last-child,
#sponsors .ssb-items:last-child,
#sponsors .gsb-items:last-child {
    padding-bottom: 0;
}

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

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

#sponsors .ipb-item-kailas {
    background-image: url(/images/competition/2018/ach/sponsors-banner-kailas.png);
}
#sponsors .ipb-item-geckoking {
    background-image: url(/images/competition/2018/ach/sponsors-banner-geckoking.png);
}

#sponsors .sb-item-acc-nisshinkasai {
    background-image: url(/images/competition/2018/ach/sponsors-banner-acc-nisshinkasai.png);
}

#sponsors .sb-item-acc-hakkaisan {
    background-image: url(/images/competition/2018/ach/sponsors-banner-acc-hakkaisan.png);
}

#sponsors .sb-item-acc-orientalbio {
    background-image: url(/images/competition/2018/ach/sponsors-banner-acc-orientalbio.png);
}

#sponsors .sb-item-acc-nichiha {
    background-image: url(/images/competition/2018/ach/sponsors-banner-gold-nichiha.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;
}

/* suppliers */

#suppliers-wrapper {
    background-color: #999;
    text-align: center;
}

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

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

#suppliers .suppliers-banner {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 60px;
    text-align: center;
}

#suppliers .sb-items {
    list-style-type: none;
    vertical-align: middle;
    font-size: 0;
}

#suppliers .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;
}

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

#suppliers .sb-item-anchor {
    display: block;
    width: 310px;
    height: 140px;
    backgrond-color: #f00;
    border: 1px solid #808080;
}

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

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

#suppliers .sb-item-silver-tnf {
    background-image: url(/images/competition/2018/ach/suppliers-banner-silver-tnf.png);
}


