/* competition global */

ul,
ol {
  margin-bottom: 0;
}

/* container */

#container {
  background-color: #3c3c3c;
  font-size: 18px;
}

#container a {
  color: #09f;
}

/* 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: 120px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center top;
  /*background-size: 241px 242px;*/
  background-size: cover;
}

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

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

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

#tab .tab-items .tab-item-speed-ranking .ti-anchor {
  background-image: url(/images/competition/2025/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;
  background-size: cover;
}

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

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

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

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

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

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

/* outline */

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

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

#outline .outline-header.tournament {
  background-image: url(/images/competition/2025/japantour/header-title-tournament-outline.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: 28px;
  line-height: 40px;
  margin-bottom: 30px;
  color: #000;
}

#outline ul,
#outline ol {
  padding: 0 10px;
  list-style-position: outside;
}

#outline ul li,
#outline ol li {
  margin-bottom: 5px;
}

#outline ol ol {
  margin-top: 5px;
  margin-bottom: 5px;
  list-style-type: lower-alpha;
  padding-left: 5px;
}

#outline ol ul,
#outline ul ul,
#outline ul ol {
  margin-top: 10px;
}

#outline ol .alert ul,
#outline ul .alert ul,
#outline ul .alert ol {
  margin-top: 0;
}

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

#outline ol.non-style li,
#outline ul.non-style li {
  list-style-position: outside;
  list-style: none;
  margin-bottom: 5px;
}

#outline ol.non-style li:last-child,
#outline ul.non-style li:last-child {
  margin-bottom: 0;
}

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

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

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

#outline .oc-items .oc-item .alert ul {
  margin-left: 10px;
}

#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 {
  padding-bottom: 0;
}

#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 tr.game {
  font-style: italic;
  font-weight: bold;
}

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

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

/* entry */

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

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

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

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

#entry ul,
#entry ol {
  margin-left: 2em;
}

#entry ul li,
#entry ol li {
  margin-bottom: 10px;
}

#entry ul li:last-child,
#entry ol li:last-child {
  margin-bottom: 0;
}

#entry ol ul,
#entry ol ol {
  margin-top: .5em;
  margin-bottom: .5em;
  margin-left: 1em;
}

/* seed */

#seed {
  background-color: #fff;
}

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

#seed .seed-content {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 18px;
}

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

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

#seed ul,
#seed ol {
  padding: 0 10px;
  list-style-position: outside;
}

#seed ul li,
#seed ol li {
  margin-bottom: 5px;
}

#seed ul li:last-child,
#seed ol li:last-child {
  margin-bottom: 0;
}

#seed ol ol {
  margin-top: 5px;
  margin-bottom: 5px;
  list-style-type: lower-alpha;
  padding-left: 5px;
}

#seed ol.non-style,
#seed ul.non-style {
  margin-left: 0;
  padding: 0;
}

#seed ol.non-style li,
#seed ul.non-style li {
  list-style-position: outside;
  list-style: none;
  margin-bottom: 5px;
}

#seed ol.non-style li:last-child,
#seed ul.non-style li:last-child {
  margin-bottom: 0;
}

/* result */

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

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

#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-items {
  margin-bottom: 40px;
  border-collapse: collapse;
  list-style-type: none;
  font-size: 0;
}

#result .rc-index,
#result .rc-item {
  padding: 0;
  margin: 0;
}

#result .rc-index {
  background-color: #666;
  line-height: 28px;
  height: 28px;
}

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

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

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

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

#result .rc-item span {
  line-height: 36px;
  height: 36px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
}

#result .rc-item.border span {
  border-bottom: 3px solid #f00;
}

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

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

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

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

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

#result .rc-index .score_round {
  width: 240px;
}

#result .rc-index .score_sum {
  width: 120px;
}

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

#result .rc-item .score.attempt:before {
  content: "(";
}

#result .rc-item .score.attempt:after {
  content: ")";
}

#result .rc-index .total,
#result .rc-item .total {
  width: 160px;
}

#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 .rc-table tr th {
  background-color: #666;
  color: #fff;
}

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

#result .rc-table 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/2025/header-title-climbers.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 180px;
  background-size: 500px 80px;
}

#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-subtitle {
  border-bottom: 1px solid #999;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}

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

#climbers ul,
#climbers ol {
  margin-bottom: 0;
}

#climbers li {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 15px;
}

#climbers .cc-items li {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

#climbers .non-style li {
  list-style-type: none;
  margin-left: 0;
}

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

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

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

/* order */

#order {
  background-color: #fff;
}

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

#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-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-items {
  margin-bottom: 40px;
  border-collapse: collapse;
  list-style-type: none;
  font-size: 0;
}

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

#order .oc-item.odd {
  background-color: #fff;
}

#order .oc-item.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 .no,
#order .oc-item .no {
  width: 100px;
}

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

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

#order .oc-index .age,
#order .oc-item .age {
  width: 80px;
}

#order .oc-index .time,
#order .oc-item .time {
  width: 180px;
}

/* 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/2025/japantour/header-title-ranking.png);
  background-repeat: no-repeat;
  background-size: 500px 80px;
  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-subtitle {
  border-bottom: 1px solid #999;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}

#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: 0.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/2025/sponsors-header-title.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 180px;
  background-size: 320px 60px;
}

#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;
  margin-bottom: 20px;
}

#sponsors .sb-items:last-child {
  margin-top: 20px;
  margin-bottom: 0;
}

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

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

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

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

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

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


/* sponsors */
#sponsors .sb-item-gold-dmg {
	background-image: url(/images/competition/2025/new/sponsors-banner-gold-dmg.png);
}

#sponsors .sb-item-blonde-nisshinkasai {
	background-image: url(/images/competition/2025/sponsors-banner-blonde-nisshinkasai.png?v=2);
}

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


/* 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/2025/suppliers-header-title.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 180px;
  background-size: 320px 60px;
}

#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;
  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/2025/suppliers-banner-silver-tnf.png);
}

/* links */

#links {
  background-color: #fff;
}

#links .links-header {
  width: 960px;
  margin: 0 auto;
  background-image: url(/images/competition/2025/links-header-title.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 320px 60px;
  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-jcrd {
  background-image: url(/images/competition/2025/links-banner-jcrd.png);
}

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

#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-jada {
  background-image: url(/images/links-banner-jada.jpg);
  background-size: 100%;
  width: 300px;
  height: 150px;
}
