@charset "UTF-8";

/*----------------------------------------
●投てき競技画面用css
----------------------------------------*/
/*----------------------------------------
●コンテンツ
----------------------------------------*/
/* コンテンツ */
.outbox_content {
  margin:40px auto 40px;
}

/* 歴代記録合体競技選択 */
.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_btn {
  margin:0px 5px 0px;
}
/* テーブル 投てき競技 */
div.div_result {
/*  overflow-x:auto;*/
}
table.table_resultthrowing {
  margin:0px 0px 0px;
}
table.table_resultthrowing td {
  vertical-align:middle;
}
/* 試技 */
table.table_resultthrowing th.th_shigi {
  width:40px;
}
/* No */
table.table_resultthrowing th.th_no {
  width:50px;
}
/* 競技者 */
table.table_resultthrowing th.th_kyogisha {
  width:120px;
}
/* 所属 */
table.table_resultthrowing th.th_syozoku {
  width:100px;
}
/* 記録 */
table.table_resultthrowing th.th_kiroku {
  width:60px;
}
/* 順位 */
table.table_resultthrowing th.th_juni {
  width:50px;
}
/* 得点 */
table.table_resultthrowing th.th_tokuten {
  width:60px;
}
/* ｺﾒﾝﾄ */
table.table_resultthrowing th.th_comment {
  width:80px;
}
/* 備考 */
table.table_resultthrowing th.th_bikou {
  width:80px;
}

/* 記録 */
table.table_resultthrowing td.td_kiroku {
  vertical-align: top;
}
@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_resultthrowing {
    width:100%;
    max-width:1000px;
  }
}