@charset "UTF-8";

/*----------------------------------------
●タイムテーブル画面用css
----------------------------------------*/
/*----------------------------------------
●コンテンツ
----------------------------------------*/
/* 日付 */
.box_date {
  float:left;
}
.box_date select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  padding-left: 5px;
  background: url(../images/arrow5.png) no-repeat;
  background-size:12px 12px;
  background-position: right 5px center;
  width: 95px;
  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;
}
.box_kyogi select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  padding-left: 5px;
  background: url(../images/arrow5.png) no-repeat;
  background-size:12px 12px;
  background-position: right 5px center;
  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;
}
@-moz-document url-prefix() { /* for firefox */
  .box_date select {
    background:none;
    background-color: #FFF;
  }
}
/* ラジオボタン */
.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;
  text-decoration: underline;
  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;
}