@charset "UTF-8";

/*----------------------------------------
●タイムテーブル画面用css
----------------------------------------*/
/*----------------------------------------
●コンテンツ
----------------------------------------*/
/* 日付 */
.box_date {
  float:left;
}
.box_date select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 5px;
  padding-right: 20px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  box-sizing: border-box;
  vertical-align: middle;
  border:1px solid #2f2f2f;
  border-radius: 5px;
  margin:5px 5px 0px;
  background-color: #ffffff;
}
.box_date label {
  position: relative;
}
.box_date 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;
}

.box_kyogi select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 5px;
  padding-right: 20px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  box-sizing: border-box;
  vertical-align: middle;
  border:1px solid #2f2f2f;
  border-radius: 5px;
  margin:5px 5px 0px;
  background-color: #ffffff;
}
.box_kyogi label {
  position: relative;
}
.box_kyogi 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_date label:after {
    right: 10px;
  }
  .box_kyogi 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;
}
/* テーブル タイムテーブル */
table.table_timetable {
  margin:0px 5px;
}
/* テーブル タイムテーブル 行 入力中 */
table.table_timetable tr.entering {
  font-weight: bold;
  background-color: #ffe5ad;
}
/* 開始時刻 */
table.table_timetable th.KaishiJikan {
  width:50px;
  text-align:center;
}
/* 競技名 */
table.table_timetable th.KyogiMei {
  width: 140px;
}
table.table_timetable th.KyogiMei2 {
  width: 190px;
}
/* ﾗｳﾝﾄﾞ */
table.table_timetable th.Round {
  width:60px;
}
/* 組 */
table.table_timetable th.Kumi {
  width:40px;
}
/* 着取 */
table.table_timetable th.Chakudori {
  width:50px;
  text-align:center;
}

/* 競技別TOPの日付 */
.kyogiHiduke {
 margin-left: 5px;
 font-size: 16px;
 font-weight: bold; 
}
.kyogiHidukeWaku {
  margin-top: 10px;
}