#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: 122px;
}

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

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

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

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

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

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


/* outline */

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

#outline .outline-header {
    background-color: #3c3c3c;
    background-image: url(/images/competition/2018/joc/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-body.last {
    padding-bottom: 30px;
}

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

#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 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 .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: #09f;
}

#outline .oc-item ol.priority {
    font-weight: bold;
}

#outline .oc-item ul,
#outline .oc-item ol {
    list-style-position: outside;
    padding-left: 20px;
}

#outline .oc-item ul li,
#outline .oc-item ol li {
    padding: 4px 0;
}

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

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

#outline .oc-item ol.priority ol {
    list-style-type: decimal-leading-zero;
    font-weight: normal;
}

#outline .oc-item ol ul {
    font-weight: normal;
}

#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-broadcast {
}

#outline .outline-entry {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0;
}
#outline .outline-entry.information {
    text-align: center;
}

#outline .oe-button {
    width: 320px;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #f00;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
}

#outline .information {
    text-align: center;
    font-size: 18px;
}
#outline .information a{
    text-decoration: underline
}

#outline .recommendation-link {
    margin: 10px 0 20px 0;
    font-weight: normal;
}

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

#outline .oc-order {
    font-weight: bold;
}

#outline .oc-order p {
    font-weight: normal;
}

#outline .b-box {
    width: 80%;
    padding: 10px 20px;
    border: 1px solid #ccc;
    margin: 10px 0;
    font-size: 17px;
    font-weight: normal;    
}

#outline .att {
    color: #f00;
}

/* hightlight */

#highlights {
    background-color: #fff;
}

#highlights .highlights-header {
    background-color: #3c3c3c;
    padding-bottom: 60px;
    background-image: url(/images/competition/2018/joc/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-cover-image-wrapper {
    width: 960px;
    height: 480px;
}

#highlights .hc-cover-image {
    border: 1px solid #333;
}

#highlights .hc-cover-image-copyright {
    display: block;
    position: relative;
    padding: 0 8px;
    top: -24px;
    line-height: 24px;
    text-align: right;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 5px #000, 1px -1px 5px #000, -1px 1px 5px #000, -1px -1px 5px #000;
}

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

#highlights .hc-climbers-items {
    height: 340px;
    list-style-type: none;
    font-size: 0;
}
#highlights .hc-climbers-item {
    display: inline-block;
    width: 300px;
    margin-left: 23px;
}

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

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

#highlights .hc-climbers-image-wrapper {
    height: 300px;
    position: relative;
}
#highlights .hc-climbers-image-wrapper .article-cover-copyright {
    position: absolute;
    z-index: 1;
    font-size: 16px;
    bottom: 0;
    left: 5px;
}

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

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

#highlights .hc-climbers-caption {
    display: block;
    line-height: 32px;
    font-size: 18px;
    text-align: right;
    width: 300px;
/*    color: #6cf; */
    color: #333;
    position: relative;
}
#highlights .hc-climbers-image-title {
    font-size: 18px;
    margin: 10px 0;
    
}
#highlights .hc-climbers-caption span {
    color: #333;
    display: inline-block;
    margin-right: 5px;
}


/* result */

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

#result .result-header {
    background-color: #3c3c3c;
    background-image: url(/images/competition/2018/joc/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-table {
    margin-bottom: 40px;
    border-collapse: collapse;
    font-size: 0;
    width: 100%;
}

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

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

/* climbers */

#climbers {
    background-color: #fff;
}

#climbers .climbers-header {
    background-color: #3c3c3c;
    padding-bottom: 60px;
    background-image: url(/images/competition/2018/joc/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 .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;

}
#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: 120px;
}

#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: 120px;
}

/* recommendation */

#recommendation {
    background-color: #fff;
}

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

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

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

#recommendation .rc-cover {
}

#recommendation .rc-body {
    font-size: 18px;
    padding-bottom: 10px;
    color: #333;
}
#recommendation .rc-caution {
    list-style: none;

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

#recommendation .rc-index,
#recommendation .rc-item {
}

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

#recommendation .rc-item {
    background-color: #666;
    border-bottom: 1px solid #ccc;
}

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

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

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

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

#recommendation .rc-item span {
    padding: 10px 0;
    font-size: 16px;
}

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

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

#recommendation .rc-index .no,
#recommendation .rc-item .no {
    width: 60px;
}

#recommendation .rc-index .name,
#recommendation .rc-item .name {
    width: 220px;
}

#recommendation .rc-index .birthday,
#recommendation .rc-item .birthday {
    width: 220px;
}

#recommendation .rc-index .age,
#recommendation .rc-item .age {
    width: 100px;
}

#recommendation .rc-index .group,
#recommendation .rc-item .group {
    width: 100px;
}


/* schedule */

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

#schedule .schedule-header {
    background-color: #3c3c3c;
    background-image: url(/images/competition/2018/joc/schedule-header-title.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-subtitle {
    border-bottom: 1px solid #999;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 10px;
}

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

#schedule .sc-body.b-box  {
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin: 20px 0 30px;
    font-weight: bold;
}

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

#schedule .sc-items:last-child {
    margin-bottom: 0px;
}

#schedule .sc-index,
#schedule .sc-item,
#schedule .sc-location {
    font-size: 15px;
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
}

#schedule .sc-index {
    color: #fff;
    font-weight: normal;
    padding: 0 ;
    width: 85px;
    font-size: 15px;
    text-align: center;
}

#schedule .final .sc-index {
    width: 170px;
}

#schedule .sc-items th{
    background-color: #333;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
    border: 1px solid #fff;
}

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

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

#schedule .sc-index .to {
    width: auto;
}

#schedule .sc-item {
    width: 150px;
    border: 1px solid #ccc;
}

#schedule .final .sc-item {
    width: 300px;
    border: 1px solid #ccc;
    font-size: 17px;
}

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

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

#schedule .sc-note {
    margin-bottom: 20px;
    text-align: right;
}

#schedule .sc-reception {
    font-size: 16px;
}

#schedule .sc-reception td {
    padding: 5px 20px;
    background: #efefef;
}

#schedule .game .sc-index,
#schedule .game .sc-item {
    font-weight: normal;
    font-style: normal;
}

/* access */

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

#access .access-header {
    background-color: #3c3c3c;
    background-image: url(/images/competition/2018/joc/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: bold;
    line-height: 36px;
    margin-bottom: 10px;
}

#access .ac-headline {
    font-weight: bold;
    font-size: 20px;
}

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

#access .ac-map {
    padding: 10px 0 60px;
}

#access .ac-map-gmap {
    border: 1px solid #ccc;
}

#access .ac-parking {
    padding: 10px 0;
}

#access .ac-parking img {
}

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

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

#access .ac-price-list {
    margin: 20px 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-store {
}

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

#access .ac-store-item {
}

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

/* information */

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

#information .information-header {
    background-color: #3c3c3c;
    background-image: url(/images/competition/2018/joc/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: 20px;
    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: 16px;
    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 {
    background-color: #d8d8d8;
    color: #000;
}

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


/* 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/joc/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-au {
    background-image: url(/images/competition/2018/joc/sponsors-banner-gold-au.png);
}

#sponsors .sb-item-gold-mitsuifudosan {
    background-image: url(/images/competition/2018/joc/sponsors-banner-gold-mitsuifudosan.png);
}

#sponsors .sb-item-gold-sumitomocorp {
    background-image: url(/images/competition/2018/joc/sponsors-banner-gold-sumitomocorp.png);
}

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

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

#sponsors .sb-item-silver-airsalonpas {
/*    background-image: url(/images/sponsors-banner-silver-airsalonpas.png?v=2);*/
    background-image: url(/images/competition/2018/joc/sponsors-banner-silver-airsalonpas.png?v=2);
}

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

#sponsors .sb-item-blonde-cow-soap {
    background-image: url(/images/competition/2018/joc/sponsors-banner-blonde-cow-soap.png);
}

#sponsors .sb-item-blonde-kyorin {
    background-image: url(/images/competition/2018/joc/sponsors-banner-blonde-kyorin.png);
}

#sponsors .sb-item-blonde-hakkaisan {
    background-image: url(/images/competition/2018/joc/sponsors-banner-blonde-hakkaisan.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/joc/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/joc/suppliers-banner-silver-tnf.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-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: 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;
}

