@charset "UTF-8";
/*-----------------------------------
チームデータ一覧
-----------------------------------*/
.team-list-wrap {
  overflow: hidden;
}
.team-list-wrap ~ .team-list-wrap {
  margin-top: 20px;
}
.team-list-wrap .team-list-title {
  font-size: 1.6rem;
  margin: 0 0 20px;
  padding: 0;
}
.team-list-wrap .team-list {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.team-list-wrap .team-list .team-list-item {
  width: 50%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 10px;
}
.team-list-wrap .team-list .team-list-item .team-list-icon {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  width: 60px;
  height: 60px;
}
.team-list-wrap .team-list .team-list-item .team-list-text {
  padding: 5px 10px;
  -webkit-flex: 1;
  flex: 1;
}
.team-list-wrap .team-list .team-list-item .team-list-text a {
  text-decoration: none;
  color: #333;
}
.team-list-wrap .team-list .team-list-item .team-list-text a:hover {
  text-decoration: underline;
}
.team-list-wrap .team-list .team-list-item .team-list-text .team-list-name {
  font-size: 1rem;
}
.team-list-wrap .team-list .team-list-item .team-list-text .team-list-name a {
  font-weight: bold;
}
.team-list-wrap .team-list .team-list-item .team-list-text .team-list-link {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}
.team-list-wrap .team-list .team-list-item .team-list-text .team-list-link li {
  display: inline-block;
}
.team-list-wrap .team-list .team-list-item .team-list-text .team-list-link li a {
  display: block;
  padding: 5px 0;
  margin: 0 10px 0 0;
}
.team-list-wrap .game-schedule-result-table {
  clear: both;
}

.this-year-result-table {
  overflow: hidden;
  margin: 0 -10px;
}
.this-year-result-table .this-year-result {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.this-year-result-table .this-year-result table {
  width: 100%;
}
.this-year-result-table .this-year-result table.table_kotoushuchiteburu, .this-year-result-table .this-year-result table.table_kodagekichiteburu {
  font-size: 0.9rem;
  border: none;
}
.this-year-result-table .this-year-result table.table_kotoushuchiteburu tr, .this-year-result-table .this-year-result table.table_kodagekichiteburu tr {
  border: none;
  padding: 0;
}
.this-year-result-table .this-year-result table.table_kotoushuchiteburu tr:nth-child(2n), .this-year-result-table .this-year-result table.table_kodagekichiteburu tr:nth-child(2n) {
  background: #F5F5F5;
}
.this-year-result-table .this-year-result table.table_kotoushuchiteburu tr td, .this-year-result-table .this-year-result table.table_kotoushuchiteburu tr th, .this-year-result-table .this-year-result table.table_kodagekichiteburu tr td, .this-year-result-table .this-year-result table.table_kodagekichiteburu tr th {
  text-align: center;
  padding: 1px 3px;
  border: 1px solid #DDD;
  white-space: nowrap;
}
.this-year-result-table .this-year-result table.table_kotoushuchiteburu tr td > div, .this-year-result-table .this-year-result table.table_kotoushuchiteburu tr th > div, .this-year-result-table .this-year-result table.table_kodagekichiteburu tr td > div, .this-year-result-table .this-year-result table.table_kodagekichiteburu tr th > div {
  padding: 10px 3px;
  display: inline-block;
}
.this-year-result-table .this-year-result table.table_kotoushuchiteburu tr td > div:nth-child(2), .this-year-result-table .this-year-result table.table_kotoushuchiteburu tr th > div:nth-child(2), .this-year-result-table .this-year-result table.table_kodagekichiteburu tr td > div:nth-child(2), .this-year-result-table .this-year-result table.table_kodagekichiteburu tr th > div:nth-child(2) {
  font-size: 0.8rem;
  font-weight: normal;
  text-align: right;
  color: #95989A;
}
.this-year-result-table .this-year-result table.table_kotoushuchiteburu tr th, .this-year-result-table .this-year-result table.table_kodagekichiteburu tr th {
  background: #999999;
  color: #FFF;
}
.this-year-result-table .this-year-result .tab .tab-navigation {
  margin: 10px 0 5px;
}
.this-year-result-table .this-year-result .tab .tab-navigation ul li a {
  font-size: 1rem;
  padding: 10px 20px;
}
.this-year-result-table .this-year-result .tab .tab-contents .tab-item {
  border: none;
  overflow-x: scroll;
  margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}
.this-year-result-table .this-year-result .tab .tab-contents .tab-item::-webkit-scrollbar {
  height: 6px;
}
.this-year-result-table .this-year-result .tab .tab-contents .tab-item::-webkit-scrollbar-track {
  background: #dddddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.this-year-result-table .this-year-result .tab .tab-contents .tab-item::-webkit-scrollbar-thumb {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #2cc2e4;
}
.this-year-result-table.this-year-result-table-fluid .this-year-result {
  width: 100%;
}
.this-year-result-table .mainTitle {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.this-year-result-table time.update {
  display: block;
  padding: 5px;
}

.site-result .title-in-category {
  font-size: 0.8rem;
  padding: 1px 10px;
  margin: 0 10px 5px;
  background: #377694;
  color: #FFF;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-bottom: none;
}
.site-result #result-area {
  padding: 0 10px;
}
.site-result #result-area .article-title {
  margin-top: 0;
  line-height: 1.2;
}
.site-result #result-body {
  margin-bottom: 40px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.site-result #result-body::-webkit-scrollbar {
  height: 6px;
}
.site-result #result-body::-webkit-scrollbar-track {
  background: #dddddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.site-result #result-body::-webkit-scrollbar-thumb {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #2cc2e4;
}



.race_list .race_link a:after {
  content: ">" !important;
}
.article-time {
  margin: -10px 0 20px;
  display: block;
  color: #aaa;
}
