ol, ul, p {
		margin-bottom: 0;
}

/* header */
.drop-down {
		display: none;
		position: absolute;
		z-index: 100;
		text-align: center;	
}

.drop-down a {
		display: block;
		width: 192px;		
		padding: 10px 0;
		margin-top: -1px;
		color: #fff;
		font-size: 20px;
		border: 1px solid #fff;
}

.drop-down a:hover {
		background: #fff;
		color: #666;
		text-decoration: none;
}

/**/

#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/2021/ljc/tab-outline-bg.png);
}

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

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

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

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

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


/* outline */

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

#outline .outline-header {
		background-color: #3c3c3c;
		background-image: url(/images/competition/2021/ljc/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;
		font-size: 18px;
}

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

#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 .covid-19 {
		padding: 0 10px;
		margin-top: 10px;
}

#outline .covid-19 ol {
		padding-left: 15px;
		margin-bottom: 10px;
}

#outline .covid-19 li {
		margin-top: 3px;
		margin-bottom: 3px;
		margin-left: 15px;
}

#outline .covid-19 ol ol > li {
		list-style-type: upper-roman;
}

#outline .covid-19 hr {
		margin-top: 5px;
}

/* holder */
#holder {
		background-color: #fff;
}

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

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

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

#holder .hc-subtitle {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 10px;
}

#holder .hc-body {
		padding-bottom: 10px;
		color: #333;
}

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

#holder .table th,
#holder .table td {
		padding-left: 0;
		padding-right: 0;
		vertical-align: middle;
}

#holder .no {
		width: 55px;
}

#holder .name {
		width: 160px;
}

#holder .category {
		width: 80px;
}

#holder .birthday {
		width: 60px;
}


#holder .belong {
		width: 230px;
}

#holder .other {
		width: 270px;
}


/* hightlight */
/* hightlight */

#highlights {
    background-color: #fff;
}

#highlights .highlights-header {
    background-color: #3c3c3c;
    padding-bottom: 60px;
    background-image: url(/images/competition/2021/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;
    font-size: 18px;
}

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

#highlights p,
#highlights h3 {
		line-height: 150%;
}

#highlights .text-primary+p {
		padding: 10px 15px;
		border: 1px solid #efefef;
		border-radius: 6px;
}

/* result */

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

#result .result-header {
    background-color: #3c3c3c;
    background-image: url(/images/competition/2021/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-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/2021/ljc/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;
		font-size: 18px;
}

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

#climbers .cc-cover {
		font-size: 20px;
		color: #999;
		margin-bottom: 30px;
		margin-left: 30px;
}

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

/* recommendation */

#recommendation {
		background-color: #fff;
}

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

/* order */


/* order */

#order {
		background-color: #fff;
}

#order .order-header {
		background-color: #3c3c3c;
		padding-bottom: 60px;
		background-image: url(/images/competition/2021/ljc/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 {
		padding-bottom: 10px;
		list-style-position: inside;
		font-size: 18px;
}

#order .oc-caution li {
		margin-bottom: 5px;
}

#order .oc-items {
		margin-bottom: 40px;
		border-collapse: collapse;
		list-style-type: none;
		font-size: 18px;
}

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

#order .oc-items tr:nth-child(odd) {
		background-color: #fff;
}

#order .oc-items tr:nth-child(even) {
		background-color: #eee;
}

#order .oc-items th {
		background: #666;
		color: #fff;
		font-weight: normal;
		padding: 5px;
		border-right: 1px solid #fff;
}

#order .oc-items .no {
		width: 100px;
}

#order .oc-items .lane {
		width: 330px;
}

#order .oc-items tr td {
		text-align: center;
		padding: 5px;
		border-right: 1px solid #ccc;
}

#order .oc-items tr td:last-child {
		border-right: none;
}


/* schedule */

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

#schedule .schedule-header {
		background-color: #3c3c3c;
		background-image: url(/images/competition/2021/ljc/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;
		font-size: 18px;
}

#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-index .from,
#schedule .sc-index .dash,
#schedule .sc-index .to {
		display: inline-block;
		white-space: nowrap;
		text-align: center;
		width: 60px;
}

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

#schedule .sc-index {
		width: 200px;
		border-right: none;
}
#schedule .sc-item {
		border-left: none;		
}

#schedule .game {
		font-weight: bold;
		font-style: bold;
}

/* access */

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

#access .access-header {
		background-color: #3c3c3c;
		background-image: url(/images/competition/2021/ljc/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;
		font-size: 18px;
}

#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-map-gmap {
		border: 1px solid #ccc;
}

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


/* information */

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

 #information .information-header {
		 background-color: #3c3c3c;
		 background-image: url(/images/competition/2021/ljc/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/2021/ljc/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/2021/ljc/sponsors-banner-gold-au.png?v=1);
 }

 #sponsors .sb-item-gold-mitsuifudosan {
		 background-image: url(/images/competition/2021/ljc/sponsors-banner-gold-mitsuifudosan.png?v=1);
 }

 #sponsors .sb-item-gold-sumitomocorp {
		 background-image: url(/images/competition/2021/ljc/sponsors-banner-gold-sumitomocorp.png?v=1);
 }

 #sponsors .sb-item-gold-orientalbio {
		 background-image: url(/images/competition/2021/ljc/sponsors-banner-gold-orientalbio.png?v=1);
 }

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

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

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

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

 #sponsors .sb-item-blonde-nisshinkasai {
		 background-image: url(/images/sponsors-banner-blonde-nisshinkasai.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/2021/ljc/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/2021/ljc/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;
 }
