@CHARSET "UTF-8";

/***************************
タブ
***************************/
ul.tab {
  margin-top: 5px;
}
ul.tab li a {
  cursor: pointer;
}
.hide {
  display: none;
}

div.tab_content.article {
  min-height: 190px;
}

/***************************
ライブ映像ボタン設置用
***************************/
div.date_tab.live ul.tab {
  width: 80%;
  float: left;
}
div.date_tab.live ul.live {
  width: 20%;
  padding-right: 6px;
  box-sizing: border-box;
}
div.date_tab.live ul.live li {
  float: right;
}

/*********************************
汎用タブコンテナ
*********************************/
.common-tab_container {
  width: 100%;
  box-siging: border-box;
  border: 1px solid #e8e8e8;
}

/********************************
レース番号タブ
********************************/
.common-tab_race_number {
  margin-top: 10px;
}

/********************************
日付タブ
********************************/
.common-tab_day {
  margin-top: 10px;
}
