@charset "UTF-8";

/*----------------------------------------
●跳躍競技（高さ）画面用css
----------------------------------------*/
/*----------------------------------------
●コンテンツ
----------------------------------------*/
/* コンテンツ */
.outbox_content {
  margin:40px auto 40px;
}
#result_leapA_ct {

}
/* リザルト選択 */
.box_select select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 5px;
  padding-right: 20px;
  width: 140px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  box-sizing: border-box;
  vertical-align: middle;
  border:1px solid #2f2f2f;
  border-radius: 5px;
  background-color: #ffffff;
}
.box_select label {
  position: relative;
}
.box_select label:after {
  display: block;
  content: " ";
  position: absolute;
  background: url(../images/arrow5.png) no-repeat;
  background-size:12px 12px;
  background-position: right 5px center;
  top: 50%;
  right: 5px;
  width: 20px;
  height: 20px;
  margin-top: -7px;
  pointer-events: none;
}
@-moz-document url-prefix() { /* for firefox */
  .box_select label:after {
    right: 10px;
  }
}

/* 歴代記録合体競技選択 */
.box_select_rekidai {
  padding-bottom: 10px;
}
.box_select_rekidai select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 5px;
  padding-right: 20px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  box-sizing: border-box;
  vertical-align: middle;
  border:1px solid #2f2f2f;
  border-radius: 5px;
  background-color: #ffffff;
}
.box_select_rekidai label {
  position: relative;
}
.box_select_rekidai label:after {
  display: block;
  content: " ";
  position: absolute;
  background: url(../images/arrow5.png) no-repeat;
  background-size:12px 12px;
  background-position: right 5px center;
  top: 50%;
  right: 5px;
  width: 20px;
  height: 20px;
  margin-top: -7px;
  pointer-events: none;
}
@-moz-document url-prefix() { /* for firefox */
  .box_select_rekidai label:after {
    right: 10px;
  }
}

/* ラジオボタン */
.box_eventsex {
  float:left;
  margin-top:-5px;
}
/* 集計ボタン */
.box_btn {
  margin:0px 5px 0px;
}
.btn_style_total {
  margin-right:5px;
  margin-bottom:5px;
}
/* テーブル 跳躍競技 */
div.div_result {
/*  overflow-x:auto;*/
/*  margin-bottom:20px;*/
}
#result_leapA_ot {
  width:calc(100% - 10px);
  overflow-x: auto;
}
table.table_resultleap {
  margin:0px 0px 0px;
}
table.table_resultleap td {
  vertical-align:middle;
}
/* 試技 */
table.table_resultleap th.th_shigi {
  width:40px;
}
/* No */
table.table_resultleap th.th_no {
  width:50px;
}
/* 競技者 */
table.table_resultleap th.th_kyogisha {
  width:120px;
}
/* 所属 */
table.table_resultleap th.th_syozoku {
  width:100px;
}
/* 記録 */
table.table_resultleap th.th_kiroku {
  width:60px;
}
/* 順位 */
table.table_resultleap th.th_juni {
  width:50px;
}
/* 得点 */
table.table_resultleap th.th_tokuten {
  width:60px;
}
/* ｺﾒﾝﾄ */
table.table_resultleap th.th_comment {
  width:80px;
}
/* 備考 */
table.table_resultleap th.th_bikou {
  width:80px;
}

/* 記録 */
table.table_resultleap td.td_kiroku {
  vertical-align: top;
}
@media only screen and (min-width:481px) {
  /* 画面サイズが481pxより大きい場合はここを読み込む */
  /*----------------------------------------
  ●ヘッダー
  ----------------------------------------*/
  .outbox_header {
    max-width:100%;
  }
  /* 大会タイトル */
  .outbox_tournament_title > div {
    max-width:100%;
  }
  #result_leapA_ct {
    max-width: calc(100% - 10px);
  }
  /* 集計ボタン */
  .box_content .subtitle + .f_clear + .box_radio + .box_btn {
    display: inline-block;
    margin-left: 10px;
    padding-top: 1px;
    vertical-align: top;
  }
  #result_leapA_ot {
    max-width: calc(100% - 20px);
  }
  /* テーブル 跳躍競技 */
  table.table_resultleap {
    width:calc(100% - 20px);
    max-width:1181px;
  }
  /*----------------------------------------
  ●フッター
  ----------------------------------------*/
  .outbox_footer {
    max-width:calc(100% - 20px);
  }
}
