p {
  padding: 0;
  margin: 0;
}

dl dt {
  font-weight: normal;
}

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

/* hero */

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

#hero .hero-banner {
  height: 400px;
}

#hero .hero-banner img {
  width: 960px;
  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: 120px;
}

#tab .tab-items .tab-item .ti-anchor {
  display: block;
  height: 120px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 160px 240px;
}

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

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

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

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

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

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

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

/* links */

#links {
  background-color: #fff;
}

#links .links-header {
  width: 960px;
  margin: 0 auto;
  background-image: url(/images/competition/2021/tot/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/2021/tot/links-banner-jcrd.png);
}

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

/* header */

#outline .outline-header,
#purpose .purpose-header,
#climbers .climbers-header,
#result .result-header,
#schedule .schedule-header,
#access .access-header {
  background-color: #3c3c3c;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 500px 80px;
  height: 180px;
}

/* outline */

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

#outline .outline-header {
  background-image: url(/images/competition/2021/tot/outline-header-title.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 .oc-subtitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
}

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

#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 {
  font-size: 90%;
  color: #333;
}

#outline .oc-item .note a {
  text-decoration: underline;
}

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

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

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

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

#outline .oc-item ul {
  list-style-type: disc;
  list-style-position: outside;
}

#outline .oc-item ol {
  list-style-type: decimal;
  list-style-position: outside;
}

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

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

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

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

#outline .oc-item table.watching {
  width: 100%;
}

#outline .oc-item table.watching th,
#outline .oc-item table.watching td {
  font-weight: normal;
  padding-right: auto;
  text-align: center;
  vertical-align: middle;
  padding: 5px 1px;
  border: 1px solid #ccc;
  font-size: 20px;
}

#outline .oc-item table.watching th {
  background: #efefef;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 15px;
}

#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 .oe-button-anchor {
  display: block;
  line-height: 48px;
  color: #fff;
}

#outline p.pb {
  padding: 0 0 20px;
}

#outline .covid-19 {
  font-size: 18px;
  padding: 0 10px;
}

#outline .covid-19 p {
  padding-bottom: 20px;
}

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

#outline .covid-19 ol ul,
#outline .covid-19 ol ol {
  padding: 10px 30px;
}

#outline .covid-19 ol ul li,
#outline .covid-19 ol ol li {
  padding-bottom: 5px;
}

#outline .covid-19 span {
  color: #f00;
}

/* seeds */

#seeds {
  background-color: #fff;
}

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

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

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

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

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

#seeds .sc-index,
#seeds .sc-item {
}

#seeds .sc-index {
  background-color: #666;
}

#seeds .sc-item.odd {
  background-color: #fff;
}

#seeds .sc-item.even {
  background-color: #eee;
}

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

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

#seeds .sc-item span {
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}

#seeds .sc-item .sc-item-anchor {
  color: #333;
}

#seeds .sc-item .sc-item-anchor:hover span {
  text-decoration: underline;
}

#seeds .sc-index .no,
#seeds .sc-item .no {
  width: 80px;
}

#seeds .sc-index .name,
#seeds .sc-item .name {
  width: 180px;
}

#seeds .sc-index .birthday,
#seeds .sc-item .birthday {
  width: 160px;
}

#seeds .sc-index .age,
#seeds .sc-item .age {
  width: 80px;
}

#seeds .sc-index .remarks,
#seeds .sc-item .remarks {
  width: 280px;
}

/* purpose */

#purpose {
  background-color: #fff;
}

#purpose .purpose-header {
  background-image: url(/images/competition/2021/tot/purpose-header-title.png);
}

#purpose .purpose-content {
  width: 960px;
  margin: 0 auto;
}

#purpose .pc-title {
  border-left: 5px solid #333;
  padding: 5px 0 5px 10px;
  font-size: 28px;
  line-height: 20px;
  color: #000;
}

#purpose .pc-body {
  font-size: 18px;
  padding: 10px 0;
}

#purpose .pc-body p {
  padding: 10px 0;
}

#purpose .pc-body p a {
  color: #09f;
}

/* result */

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

#result .result-header {
  background-image: url(/images/competition/2021/tot/result-header-title.png);
}

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

#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 .border-line {
  border-bottom-color: #f00;
}

/* climbers */

#climbers {
  background-color: #fff;
}

#climbers .climbers-header {
  padding-bottom: 60px;
  background-image: url(/images/competition/2021/tot/climbers-header-title.png);
}

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

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

#climbers .cc-cover {
}

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

#climbers .cc-caution {
  list-style: none;
  padding-bottom: 10px;
}

#climbers .cc-caution {
  font-size: 18px;
}

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

#climbers .cc-index,
#climbers .cc-item {
}

#climbers .cc-index {
  background-color: #666;
}

#climbers .cc-item.odd {
  background-color: #fff;
}

#climbers .cc-item.even {
  background-color: #eee;
}

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

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

#climbers .cc-item span {
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}

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

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

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

#climbers .cc-index .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/2021/tot/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 {
  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,
#order .oc-item {
}

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

/* recommendation */

#recommendation {
  background-color: #fff;
}

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

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

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

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

/* schedule */

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

#schedule .schedule-header {
  background-image: url(/images/competition/2021/tot/schedule-header-title.png);
}

#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: 18px;
  padding-bottom: 30px;
}

#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-group {
  font-size: 18px;
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
}

#schedule .sc-group {
  background: #fff;
  width: 150px;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #ccc;
}

#schedule .sc-index {
  color: #fff;
  font-weight: normal;
  padding: 0 40px;
  width: 280px;
}

#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 {
  width: 70px;
}

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

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

#schedule .sc-item {
  width: 560px;
}

#schedule .sc-location {
  width: 240px;
}

#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 .game .sc-index,
#schedule .game .sc-item {
  font-weight: bold;
  font-style: italic;
}

/* access */

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

#access .access-header {
  background-image: url(/images/competition/2021/tot/access-header-title.png);
}

#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-warnings {
  border: 2px solid #f00;
  padding: 10px 40px;
  margin: 24px 10px 30px;
  list-style-position: outside;
  box-sizing: border-box;
}

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

#access .ac-headline {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  margin: 0;
}

#access .ac-tickets th,
#access .ac-tickets td {
  padding-right: 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #999;
  padding: 10px 20px;
}

#access .ac-tickets th,
#access .ac-price-list th {
  background: #ccc;
}

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

#access .ac-tickets,
#access .ac-price-list {
  margin: 20px 10px 30px;
}

#access .ac-tickets {
  margin-bottom: 0;
}

#access .ac-price-list caption {
  caption-side: bottom;
  text-align: right;
  font-size: 18px;
  padding: 5px 0 0;
}
#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: #06f;
}

#access .note {
  font-size: 16px;
  color: #666;
  margin: 5px 0 30px 20px;
}

/* information */

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

#information .information-header {
  background-color: #3c3c3c;
  background-image: url(/images/competition/2021/tot/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: 30px;
  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;
}

#information .im-body.last {
  padding-bottom: 30px;
}

#information .im-body-list {
  font-size: 18px;
  margin: 20px 0 0 40px;
  list-style-position: outside;
}

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

/* 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/tot/sponsors-header-title.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 320px 60px;
  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/tot/sponsors-banner-gold-au.png);
}

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

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

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

#sponsors .sb-item-silver-jal {
  background-image: url(/images/competition/2021/tot/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/2021/tot/sponsors-banner-silver-airsalonpas.png?v=3);
}

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

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

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

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

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

#sponsors .sb-item-blonde-nichiha {
  background-image: url(/images/sponsors-banner-blonde-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/2021/tot/suppliers-header-title.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 320px 60px;
  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/tot/suppliers-banner-silver-tnf.png);
}

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

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