@charset "UTF-8";

/*----------------------------------------
●駅伝総合記録一覧画面用css
----------------------------------------*/
/*----------------------------------------
●コンテンツ
----------------------------------------*/
/* コンテンツ */
.outbox_content {
  margin:40px auto 40px;
}

/* 歴代記録 */
table.table_rekidaikiroku {
  width: 100%;
  max-width: 1000px;
}
table.table_rekidaikiroku th {
  width: 110px;
}
table.table_rekidaikiroku th:first-child {
  width: 195px;
  background-color: #FFF;
  border: none;
  text-align: left;
}
table.table_rekidaikiroku th:nth-child(2) {
  width: 85px;
}
table.table_rekidaikiroku td {
  text-align: center;
  background-color: #FFF;
  height: 30px;
}

div.box_btn{
  margin: 0 20px;
}
div.box_btn button {
  width: 130px;
}
div.box_btn button:first-child {
  margin-bottom: 5px;
}

/* 総合記録一覧 */
table.table_sougoukiroku{
  margin-top: 10px;
  margin-bottom: 50px;
}

/* 順位・No */
.th_juni,
.th_no {
  width: 40px;
  min-width: 40px;
}
table.table_sougoukiroku td.td_juni,
table.table_sougoukiroku td.td_no {
  text-align: center;
  vertical-align: middle;
}

.th_juni::before{

}

/* チーム名 */
.th_team {
  width: 115px;
  min-width: 115px;
}
table.table_sougoukiroku td.td_team {
  border-top: none;
  border-bottom: none;
}
table.table_sougoukiroku td.td_syozoku {
  text-align: end;
  border-top: none;
  font-size: 0.81em;
  white-space: nowrap;
}
/* 総合記録 */
.th_kiroku {
  width: 85px;
  min-width: 85px;
}
table.table_sougoukiroku td.td_kiroku {
  text-align: end;
  border-top: none;
  border-bottom: none;
}
table.table_sougoukiroku td.td_gr {
  text-align: end;
  border-top: none;
}
/* 区間記録 */
.th_ku {
  width: 110px;
  min-width: 110px;
}
.th_ku_juni {
  width: 25px;
}
.th_ku_kiroku {
  width: 85px;
}
table.table_sougoukiroku td.td_kyogisyamei,
table.table_sougoukiroku td.td_ku_juni {
  text-align: center;
}

table.table_sougoukiroku td.td_kyogisyamei{
  height: 25.5px;
}

table.table_sougoukiroku td.td_ku_kiroku {
  text-align: end;
}
table.table_sougoukiroku tr {
  background-color: #FFF;
}

table.table_sougoukiroku tbody:nth-of-type(odd) tr td {
  background-color: #eafaff;
}

.box_flex {
  display:flex;
  justify-content:space-between;
  align-items: center;
}

table.table_sougoukiroku caption {
  display: flex;
  width: calc(1000px - 21px);
  align-items: end;
}
table.table_sougoukiroku caption div{
  margin-left: 115px;
}

.gray td{
  background-color: silver !important;
  color: #ffffff !important;
}

.fixation
{
  display: inline-block;
  width: 50px;
}

.firstjyuni{
  background-color: #ffff00 !important;
}

.rekidai1{
  background: #ffc000 !important;
}

.rekidai2{
  background: #ffc000 !important;
}

.rekidaikiroku{
  font-weight: bold;
  font-style: italic;
}

.rekidaitai{
  font-weight: bold;
}

@-moz-document url-prefix() { /* for firefox */
  .box_select_rekidai label:after {
    right: 10px;
  }
}

@media only screen and (min-width:481px) {
  /* 画面サイズが481pxより大きい場合はここを読み込む */
  /* 集計ボタン */
  .box_content .subtitle + .f_clear + .box_radio + .box_btn {
    display: inline-block;
    margin-left: 10px;
    padding-top: 1px;
    vertical-align: top;
  }
  /* テーブル 跳躍競技 */
  table.table_sougoukiroku {
    width:100%;
    max-width:1000px;
  }

table.table_sougoukiroku td.td_syozoku {
  font-size: 0.79em;
}
}