@charset "utf-8";

/*----- index.html -----*/
.c_topics {
  background: #EAF6FD;
  margin: 50px 0;
}
.wheels {
  width: 924px;
  margin: 0 auto 15px;
}
.wheel-title {
  margin-bottom: 15px;
}
.wheel-title li {
  display: inline-block;
  font-weight: bold;
  line-height: 1.0;
}
.wheel-title li:nth-child(1) {
  font-size: 16px;
  margin-right: 15px;
}
.wheel-title li:nth-child(2) a {
  display: block;
  background: url(../img/common/arrow01.png) no-repeat 0 center #08287F;
  background-size: 14px;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 5px 3px 20px;
}
.list01 {
  width: 48%;
  float: left;
  margin-top: 30px;
  margin-right: 4%;
  border-top: 1px solid #666666;
  font-size: 10px;
}
.list01:nth-child(even) {
  margin-right: 0;
}
.list01 .br-none {
  border:none;
}
.list01 caption {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.list01 th {
  width: 100px;
  border-top: 1px solid #666666;
  padding: 6px 0;
}
.list01 td {
  width: 260px;
  padding: 6px 0;
  border-bottom: 1px solid #666666;
}
.catalog01 {
  width: 430px;
  float: right;
  margin-top: 30px;
}
.catalog01 li {
  width: 206px;
  float: left;
  text-align: center;
  margin: 0 18px 25px 0;
}
.catalog01 li img {
  line-height: 0;
}
.catalog01 li:nth-child(2n) {
  margin: 0 0 25px 0;
}
.catalog01 li span {
  display: block;
  font-size: 11px;
}
@media only screen and (max-width: 799px) {
  .c_topics {
    margin: 15px 0;
  }
  .wheels {
    width: 87.5%;
  }
  .wheel-title {
    margin-bottom: 7px;
  }
  .wheel-title li {
    display: block;
  }
  .wheel-title li:nth-child(1) {
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .wheel-title li:nth-child(2) {
    display: inline-block;
    font-size: 12px;
    padding: 2px 10px 2px 0;
  }
  .list01 {
    width: 100%;
    float: none;
    border-bottom: 1px solid #666666;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .list01 caption {
    margin-top: 10px;
    margin-bottom: 7px;
  }
  .list01 th {
    width: 25%;
  }
  .list01 td {
    width: 50%;
  }
  .catalog01 {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .catalog01 li {
    width: 43%;
    margin: 0 14% 20px 0;
  }
}
/*----- racingwheel_tracing.html -----*/
.list02 {
  width: 610px;
  float: left;
  border-bottom:  1px solid #666666;
  font-size: 10px;
}
.tabletext01 {
  font-weight: bold;
  padding-bottom: 8px;
  float: left;
  width: 440px;
  margin-top: 30px;  
  font-size: 10px;
}
.tabletext02 {
  font-weight: bold;
  padding-bottom: 8px;
  float: left;
  width: 170px;
  margin-top: 30px;  
  font-size: 10px;
}
.list02 tbody th,
.list02 tbody td {
  border-top: 1px solid #666666;
  padding: 14px 0;
}
.list02 th.year {
  width: 65px;
  padding-right: 10px;
  white-space: nowrap;
}
.list02 td.trajectory {
  width: 375px;
}
.list02 td.team {
  width: 170px;
  white-space: nowrap;
}
.list02 .blue {
  color: #08287F;
}
.list02 .red {
  color: #e60012;
}
.catalog02 {
  width: 285px;
  float: right;
}
.catalog02 li {
  width: 285px;
  text-align: center;
  margin-bottom: 15px;
}
.catalog02 li img {
  line-height: 0;
}
.catalog02 li span {
  display: block;
  font-size: 10px;
}
.catalog02 .pc-only {
  display: inline;
}
.catalog03{
  margin: 60px auto;
}
.catalog03 ul{
  display: flex;
  flex-wrap: wrap;
}
.catalog03 ul li{
  width: 19.5%;
  padding: 1%;
  text-align: center;
}
@media only screen and (max-width: 799px) {
  
  .tabletext01 {
    padding-bottom: 4px;
    border-bottom: 1px solid #666666;
    width: 60%;
    margin-top: 15px;
  }
  .tabletext02 {
    padding-bottom: 4px;
    border-bottom: 1px solid #666666;
    width: 40%;
    margin-top: 15px;
  }
  .list02 {
    width: 100%;
    float: none;
  }
  .list02 tbody th,
  .list02 tbody td {
    border-top: none;
    padding: 8px 0;
  }
  .list02 th.year {
    display: block;
    width: 100%;
    padding-bottom: 0;
    font-weight: bold;
    white-space: normal;
  }
  .list02 td.trajectory {
    display: block;
    float: left;
    width: 60%;
    border-bottom: 1px solid #666666;
    padding-right: 5px;
  }
  .list02 td.team {
    display: block;
    float: left;
    width: 40%;
    border-bottom: 1px solid #666666;
    padding-left: 5px;
    white-space: normal;
  }
  .catalog02 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .catalog02 li {
    /*width: 33.3%;*/
    width: 49.5%;
  }
  .catalog02 .pc-only {
    display: none;
  }
  .catalog03 {
    margin: 30px auto 0;
  }
  .catalog03 ul li{
    width: 33.3%;
    padding: 2%;
    }
}