@charset "UTF-8";

/*********************************
common-btn extend
*********************************/
/*
フォームボタンの調整
*/
[name="frm_player_search"] .common-btn,
[name="frm_race_search"] .common-btn,
[name="frm_help_search"] .common-btn,
[name="frm_get_provide_glossary"] .common-btn {
  display: block;
  margin: 0 auto 20px;
  width: 50%;
  font-size: 1.8rem;
  font-weight: bold;
}

[class*="common-btn"].form-layout1 {
  margin-top: 20px;
}

/*********************************
list>studium
*********************************/
#stadium-link .common-list_btn li {
  margin-bottom: 12px;
}


/*********************************
DIVテーブル
*********************************/
.common-list_container {
  overflow: hidden;
  margin-bottom: 20px;
}
.common-list_container .rows {
  float: left;
  border-bottom: 1px solid #303030;
  box-sizing: border-box;
}
.common-list_container .rows:last-child {
  border-right: 1px solid #303030;
}
.common-list_container .rows .header {
  color: #ffffff;
  padding: 4px 12px;
  height: 31px;
  background: #303030;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  box-sizing: border-box;
  text-align: center;
}
.common-list_container .rows:last-child .header {
  border-right: none;
}
.common-list_container .rows .header:first-child {
  border-top: none;
}
.common-list_container .rows .cell {
  padding: 4px 12px;
  line-height: 22px;
  border-bottom: 1px dotted #8e8e8e;
}
.common-list_container .rows .cell:last-child {
  border-bottom-color: #ffffff;
}
.common-list_container .rows:not(:last-child) .cell {
  border-right: 1px solid #303030;
}

/********************************
出走表テーブル
********************************/
.member-table {
  max-width: 1096px;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  display: table;
  background-color: #ffffff;
}
.member-table table {
  border-collapse: collapse;
}
.member-table table th,
.member-table table td {
  padding: 0;
  margin: 0;
}

/********************************
周回予想
********************************/
.member-table .round-data {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 54px;
  box-sizing: border-box;
  border-top: 2px solid #303030;
  border-right: 2px solid #303030;
  border-left: 2px solid #303030;

  background: -webkit-gradient(linear, left top, right bottom, from(#ddd), color-stop(0.25, #ddd), color-stop(0.25, #ffffff), color-stop(0.5, #ffffff), color-stop(0.5, #ddd), color-stop(0.75, #ddd), color-stop(0.75, #ffffff), to(#ffffff));
  background: -moz-linear-gradient(-45deg, #eeeeee 25%, #ffffff 25%, #ffffff 50%, #ddd 50%, #ddd 75%, #ffffff 75%, #ffffff);
  background: linear-gradient(-45deg, #eeeeee 25%, #ffffff 25%, #ffffff 50%, #eeeeee 50%, #eeeeee 75%, #ffffff 75%, #ffffff);
  background-size: 5px 5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
  .member-table .round-data {
    background: linear-gradient(left top, right bottom, from(#eeeeee), color-stop(0.25, #eeeeee), color-stop(0.25, #ffffff), color-stop(0.5, #ffffff), color-stop(0.5, #eeeeee), color-stop(0.75, #ddd), color-stop(0.75, #ffffff), to(#ffffff));
    background-size: 6px 6px;
  }
}
.member-table .round-data .title {
  padding-top: 4px;
  padding-bottom: 4px;
}

/***************************
出走表の横ヘッダー
***************************/
.member-table .header-box {
  float: right;
  width: 149px;
  height: auto;
  box-sizing: border-box;
  font-size: 1.4rem;
}
.member-table .header-box table {
  width: 100%;
}
.member-table .header-box .race-number {
  width: 50%;
  height: 48px;
  border-top: 2px solid #303030;
  border-right: 2px solid #303030;
  box-sizing: border-box;
}
.member-table .header-box .frame-number,
.member-table .header-box .bicycle-number {
  width: 50%;
  height: 26px;
  border-top: 1px solid #303030;
  border-right: 2px solid #303030;
  box-sizing: border-box;
}
.member-table .header-box .frame-number {
  height: 25px;
  border-top: 2px solid #303030;
}
@-moz-document url-prefix(){
  .member-table .header-box .frame-number {
    height: 26px;
  }
}
.member-table .header-box .start-info {
  border-top: 2px solid #303030;
  border-right: 2px solid #303030;
  box-sizing: border-box;
}
.member-table .header-box .start-info.border-bottom {
  border-bottom: 2px solid #303030;
}
.member-table .header-box .record {
  border-top: 2px solid #303030;
  border-right: 2px solid #303030;
  border-bottom: 2px solid #303030;
  box-sizing: border-box;
}
.member-table .header-box .player-name {
  height: 340px;
  border-top: 2px solid #303030;
  border-right: 2px solid #303030;
  box-sizing: border-box;
}
.member-table .header-box .player-name div {
  width: 50%;
  height: 100%;
  float: right;
  box-sizing: border-box;
}
.member-table .header-box .player-name div.homebank {
  border-right: 1px dashed #8e8e8e;
  box-sizing: border-box;
  width: 50%;
}
.member-table .header-box .item {
  border-right: 2px solid #303030;
  border-top: 1px solid #8e8e8e;
  box-sizing: border-box;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 32px;
  -webkit-height: 31px;
  -ms-height: 31px;
}

/***************************
選手データ
***************************/
.member-table .player-box {
  float: right;
  width: auto;
  height: auto;
}
.member-table .player-box.last {
  border-left: 2px solid #303030;
}
.member-table .player-box .player {
  float: right;
  width: 105px;
  box-sizing: border-box;
}
.member-table .player-box .player table {
  width: 100%;
  box-sizing: border-box;
}
.member-table .player-box .frame-number {
  padding-top: 3px;
}
.member-table .player-box .frame-number,
.member-table .player-box .bicycle-number {
  width: 100%;
  height: 26px;
  border-top: 1px solid #303030;
  border-right: 1px solid #303030;
  box-sizing: border-box;
}
.member-table .player-box .frame-number {
  border-top: 2px solid #303030;
}
.member-table .player-box .player-name {
  height: 340px;
  width: 100%;
  border-top: 1px solid #303030;
  border-right: 1px solid #303030;
  box-sizing: border-box;
}
.member-table .player-box .player-name .image {
  padding-top: 4px;
}
.member-table .player-box .player-name .name-block {
  height: 249px;
}
.member-table .player-box .player-name .name-block div {
  padding-top: 3px;
  width: 30%;
  height: 100%;
  box-sizing: border-box;
  float: right;
  font-size: 1.3rem;
}
.member-table .player-box .player-name .name-block .name {
  width: 39%;
  border-left: 1px dashed #8e8e8e;
  border-right: 1px dashed #8e8e8e;
  font-size: 1.6rem;
}
.member-table .player-box .player-name .image {
  height: 89px;
  vertical-align: middle;
  border-top: 1px dotted #8e8e8e;
  box-sizing: border-box;
  overflow: hidden;
}
.member-table .player-box .item {
  border-right: 1px solid #303030;
  border-top: 1px dotted #8e8e8e;
  box-sizing: border-box;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 64px;
  height: 32px;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.member-table .player-box.first .frame-number,
.member-table .player-box.first .bicycle-number,
.member-table .player-box.first .player-name,
.member-table .player-box.first .item  {
  border-right: 2px solid #303030;
}

/***************************
車番カラー
***************************/
.number1 {
  background-color: rgb(255, 255, 255);
}
.number2 {
  background-color: rgb(223, 223, 223);
}
.number3 {
  background-color: rgb(255, 211, 211);
}
.number4 {
  background-color: rgb(211, 240, 255);
}
.number5 {
  background-color: rgb(255, 255, 211);
}
.number6 {
  background-color: rgb(226, 255, 211);
}
.number7 {
  background-color: rgb(255, 237, 211);
}
.number8 {
  background-color: rgb(255, 211, 233);
}
.number9 {
  background-color: rgb(240, 211, 255);
}

/***************************
出走表テーブルの共通クラス
***************************/
.member-table .header-box .item.h_31,
.member-table .player-box .item.h_31 {
  height: 31px;
}
.member-table .header-box .item.h_45,
.member-table .player-box .item.h_45 {
  height: 45px;
}
.member-table .header-box .item.h_92,
.member-table .player-box .item.h_92 {
  height: 92px;
}
.member-table .header-box .item.border-top,
.member-table .player-box .item.border-top {
  border-top: 2px solid #303030;
}
.member-table .header-box .item.border-bottom,
.member-table .player-box .item.border-bottom {
  border-bottom: 2px solid #303030;
}
.member-table .header-box .item.f_18,
.member-table .player-box .item.f_18 {
  font-size: 1.8rem;
}
.member-table .mark {
  margin: 0;
  padding: 0;
  font-family: 'ＭＳ ゴシック','ＭＳ Ｐゴシック',Arial,'メイリオ',Meiryo,sans-serif;
  font-size: 2.3rem;
}


/*********************************
レーステーブル
*********************************/
.race-table1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
}
.race-table1 th {
  padding: 2px 0 0;
  font-weight: normal;
  border-bottom: 1px solid #999999;
  box-sizing: border-box;
}
.race-table1 td {
  padding: 2px 0 0;
  border-bottom-color: #999999;
  border-right-color: #999999;
  box-sizing: border-box;
}
.race-table1 th p {
  padding-left: 5px;
}
.race-table1 td p {
  padding: 0 5px;
  margin: 0 0 5px;
  line-height: 20px;
  box-sizing: border-box;
}

.race-table1 th.light-bg {
  background: #6d6d6d;
}
.race-table1 td {
  background: #ffffff;
/*
  border-top: 1px solid #999999;
  border-right: 1px dashed #999999;
*/
}
.race-table1.border-solid td {
  border-right: 1px solid #999999;
}

.race-table1.ls2 td {
  letter-spacing: 2px;
  padding-left: 2px;
  padding-right: 0;
}
.race-table1.separate {
  border-collapse: separate;
  border-spacing: 0;
}
.race-table1 td.br-none {
  border-right: none;
}
table.race-table1 td.border-solid {
  border-right: 1px solid #999999;
}

/*----- th border -----*/
.race-table1 th {
  border-right: 1px solid #909090;
}
.race-table1 th.br-right {
  border-right: 1px solid #909090;
}

/* border color */
.race-table1 th.t-foot {
  border-right: 1px solid #999999;
}

.race-table1 .mark {
  margin: 0;
  padding: 0;
  font-family: 'ＭＳ ゴシック','ＭＳ Ｐゴシック',Arial,'メイリオ',Meiryo,sans-serif;
  font-size: 127%;
}

.race-table1 .disabled {
  background: #e8e8e8;
}
/*----- group border -----*/
table.race-table1 td.head_group-border {
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
table.race-table1 td.cell_group-border {
  border-bottom: 1px solid #000000;
}
table.race-table1 td.foot_group-border {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
table.race-table1 th.left_border{
  border-left: 1px solid #909090;
}
table.left_border-none {
  border-left: 0px;
}


/*********** background option ***********/
.bg-black1 {
  background: #505050;
  color: #ffffff;
}

.bg-black2 {
  background: #3c3c3c;
  color: #ffffff;
}
/*********************************
プロフィール写真アップロード機能
*********************************/
#setting_img_layer {
    position: fixed;
    width: 520px;
    z-index: 10000;
}
.show {
    display: block;
}
.hide {
    display: none;
}
#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000000;
    opacity:0.8;
}
input.common-btn {
    width:100%;
}
div#draggable_range {
    position: absolute;
}
.img_target {
    width:170px;
    height:170px;
    position:absolute;
}
.relative {
    position:relative;
}
div#draggable_area {
    width:340px;
    height: 340px;
    z-index:1;
    position:relative;
    overflow:hidden
}
div#slider-ui {
    margin:20px;
}
td.td-mask {
    overflow:hidden;
}
.img_mask {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 340px;
    height: 340px;
    opacity: 0.6;
    box-shadow: inset 0 0 0 85px #fff;
    pointer-events: none;
}
.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
#userimg_td {
    height: 207px;
    width: 235px;
}
.usersetting_error_container {
    color: #f00000;
    display:none;
}
.usersetting_success_container {
    color: #0000f0;
    display:none;
}


/*********************************
プロフィールのメッセージコンテナ
*********************************/
.message-container {
  position: relative;
}
/** 未読件数 **/
.message-count {
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 70px;
  background-color: #f00000;
  color: #ffffff;
  padding: 0px 5px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 11px;
}

/*********************************
マイページ
お気に入り選手/会員一覧のコンテナ
*********************************/
.favorite-container {
  height: 230px; /** 200px **/
}
/** ヘッダーコンテナ **/
.favorite-container .title {
  padding: 2px;
  position: relative;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  height: 25px;
  line-height: 23px;
  margin-bottom: 7px;
}
.favorite-container .title .delete-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
  box-sizing: border-box;
  background-image: url(/img/pc/button/btn_del.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position-x: 3px;
  background-position-y: 3px;
  font-size: 0px;
  top: 0px;
  right: 1px;
  cursor: pointer;
}
/** 選手/アイコン画像コンテナ **/
.favorite-container .image-container {
  position: relative;
  text-align: center;
  z-index: 5;
  width: 100%;
}
.favorite-container .image-container .favorite-image {
  text-align: center;
  width: 100%;
}
.favorite-container .image-container .favorite-image.player {
  height: 160px;
  line-height: 160px;
}
.favorite-container .image-container .favorite-image.user {
  height: 170px; /** 140px **/
  line-height: 170px; /** 140px **/
}
.favorite-container .image-container .favorite-image.user img {
  max-width: 128px;
  max-height: 128px;
  height: auto;
  width: auto;
}
.favorite-container .image-container .favorite-image.user img.s {
  max-width: 119px;
  max-height: 119px;
}
/** 出場中表示レイヤー **/
.favorite-container .image-container .race-run_layer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  height: 160px;
  line-height: 160px;
}
/** 名前コンテナ **/
.favorite-container .favorite-name {
  padding-top: 7px;
  text-align: center;
  width: 100%;
}

/*********************************
ボタン用ボックス
*********************************/
.btn-box {
  width: 100%;
}
.btn-box span {
  margin-left: 10px;
  float: right;
}

/*********************************
グラデーションボタン
*********************************/
[class*="btn_status-"] {
  display: block;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
[class*="btn_status-"].center {
  margin: 0 auto;
}
/** サイズ **/
[class*="btn_status-"].large1 {
  font-size: 1.6rem;
  line-height: 24px;
  height: 32px;
  padding: 5px 10px;
}
[class*="btn_status-"].large2 {
  font-size: 1.8rem;
  line-height: 19px;
  height: 38px;
  padding: 10px 12px;
}
/** 均等 **/
[class*="grad-equally"] {
  padding-bottom: 10px;
}
[class*="grad-equally"]:after {
  content: "";
  display: block;
  clear: both;
}
[class*="grad-equally"] [class*="btn_status-"] {
  float: left;
  margin: 0 15px 0 0;
}
[class*="grad-equally"] [class*="btn_status-"]:last-child {
  margin-right: 0px;
}
.grad-equally2 [class*="btn_status-"] {
  width: calc((100% - 15px*1)/2);
}
.grad-equally3 [class*="btn_status-"] {
  width: calc((100% - 15px*2)/3);
}
.grad-equally4 [class*="btn_status-"] {
  width: calc((100% - 15px*3)/4);
}
/** オレンジ **/
.btn_status-orange {
  background: linear-gradient(180deg, #fe9042 0%, #d06417 100%);
  /*↓ 上から順に 左、上、右、下*/
  box-shadow:
    inset 1px 0 0 #ff9632,
    inset 0 1px 0 #ffb366,
    inset -1px 0 0 #ff9d31,
    inset 0 -2px 0 #98450d;
}
.btn_status-orange:hover {
  background: linear-gradient(180deg, #fdd447 0%, #ff8400 100%);
  text-shadow: 0 0 6px #ff8400;
}
.btn_status-orange.selected {
  background: #ffcd96;
  color: #9b5320;
  border: 1px solid #838383;
  box-shadow: none;
}

/** 赤 **/
.btn_status-red {
    background: linear-gradient(180deg, #fe0004 0%, #b40002 100%);
    box-shadow:
      inset 1px 0 0 #ffc14b,
      inset 0 1px 0 #ffb366,
      inset -1px 0 0 #ff9d31,
      inset 0 -2px 0 #98450d;
}

/** 青 **/
.btn_status-blue {
  background: linear-gradient(180deg, #42a7fe 0%, #1772d0 100%);
  /*↓ 上から順に 左、上、右、下*/
  box-shadow:
    inset 1px 0 0 #328dff,
    inset 0 1px 0 #66bfff,
    inset -1px 0 0 #3196ff,
    inset 0 -2px 0 #0d4598;
}
.btn_status-blue:hover {
  background: linear-gradient(180deg, #82c5ff 0%, #3785d6 100%);
  text-shadow: 0 0 6px #005aff;
}

.btn_status-blue.selected {
  background: linear-gradient(180deg, #fe7042 0%, #f51212 100%);
  box-shadow:
    inset 1px 0 0 #ffb680,
    inset 0 1px 0 #ff9c66,
    inset -1px 0 0 #e96919,
    inset 0 -2px 0 #ab0000;
}
.btn_status-blue:hover.selected {
  background: linear-gradient(180deg, #fe7042 0%, #f51212 100%);
  text-shadow: 0 0 6px #ff7500;
}

/** disabled **/
[class*="btn_status-"].disabled,
[class*="btn_status-"].disabled:hover {
  color: #808080;
  background: linear-gradient(180deg, #d8d7d7 0%, #b4b4b4 100%);
  box-shadow:
    inset 1px 0 0 #7a7a7a,
    inset 0 1px 0 #a7a7a7,
    inset -1px 0 0 #606060,
    inset 0 -2px 0 #898989;
  text-shadow: none;
}

/** paging-btn **/
.paging-btn [class*="btn_status-"] {
  padding: 0 10px;
}
.paging-btn [class*="btn_status-"]:last-child {
  margin-right: 10px;
}

/*********************************
汎用最低高さボックス
  主にテーブルで使用
*********************************/
div.height-box {
  display: table;
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
}

div.height-box div {
  display: table-cell;
  vertical-align: middle;
  height: 150px;
}

/** small **/
div.height-box div.ssize1 {
  height: 48px;
}
div.height-box div.ssize2 {
  height: 40px;
}
div.height-box div.ssize3 {
  height: 35px;
}
div.height-box div.ssize4 {
  height: 30px;
}
/* large */
div.height-box div.lsize1 {
  height: 230px;
}
div.height-box div.lsize2 {
  height: 240px;
}

/*********************************
アイコン系
*********************************/
.icon-new {
  display: inline-block;
  width: 50px;
  margin-right: 5px;
}
.icon-live {
  height: 24px;
}

/*** ホームのアイコン説明 ***/
.notes ul {
  border: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.notes ul li {
  float: left;
  margin-right: 10px;
}


/*********************************
優勝したレースに王冠を表示する
*********************************/
/*** テーブル内のセル ***/
table td.win-crown {
  background-image: url(/img/keirindb/crown_gold.png);
  background-repeat: no-repeat;
  background-position: center center;
}
/*** レースタイトルの先頭用(SP /keirindb/player/score/) ***/
div.win-crown {
  background-image: url(/img/keirindb/crown_gold.png);
  background-repeat: no-repeat;
  background-position: 1px 3px;
  background-size: contain;
  display: inline-block;
  height: 18px;
  width: 18px;
}

/*********************************
シンプルボタン
*********************************/
.simple-btn {
  background: #e1e7ff;
  border: 1px solid #8a8a8a;
  box-shadow: none;
  color: #1772d0;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
  padding: 2px 3px;
  box-sizing: border-box;
  height: 30px;
  line-height: 26px;
  display: block;
}

.simple-btn.disabled {
  background: #b4b4b4;
  color: #808080;
  cursor: auto;
}


/*********************************
グラデーションタブ
*********************************/
.grad-tab_list {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 38px;
  box-sizing: border-box;
}
.grad-tab_box {
  border-left: 1px solid #8e8e8e;
  border-right: 1px solid #8e8e8e;
  height: 10px;
  width: 100%;
  box-sizing: border-box;
  background: #f5f5f5;
}
.grad-tab_list.equally2 li {
  width: calc((100%)/2);
}
.grad-tab_list.equally3 li {
  width: calc((100%)/3);
}
.grad-tab_list.equally4 li {
  width: calc((100%)/4);
}
.grad-tab_list.equally5 li {
  width: calc((100%)/5);
}
.grad-tab_list.equally6 li {
  width: calc((100%)/6);
}
.grad-tab_list.equally7 li {
  width: calc((100%)/7);
}
.grad-tab_list.equally8 li {
  width: calc((100%)/8);
}
.grad-tab_list.equally9 li {
  width: calc((100%)/9);
}
.grad-tab_list li {
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 2.0rem;
  background: linear-gradient(180deg, #d1d1d1 0%, #ececec 100%);
  list-style: none;
  float: left;
  border-bottom: 1px solid #8e8e8e;
  border-left: 1px solid #8e8e8e;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  padding-top: 3px;
}
.grad-tab_list li a {
  display: block;
}
.grad-tab_list li:not(.selected):hover {
  border-top: 3px solid #8e8e8e;
  background: #dadada;
  padding-top: 0;
}
.grad-tab_list li:first-child {
  border-left: none;
}
.grad-tab_list li:after {
  content: "";
  display: block;
  clear: both;
}
.grad-tab_list li.selected {
  border-top: 3px solid #8e8e8e;
  border-left: 1px solid #8e8e8e;
  border-bottom: none;
  background: #f5f5f5;
  padding-top: 0;
  color: #303030;
}
.grad-tab_list li.selected a {
  color: #303030;
}
.grad-tab_list li.selected:last-child {
  border-right: 1px solid #8e8e8e;
}


/*********************************
結果一覧：着順テーブル
*********************************/
.rank-table1 {
  width: 300px;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
}
.rank-table1 th {
  padding: 0;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #909090;
  box-sizing: border-box;
}
.rank-table1 td {
  padding: 0;
  border-bottom-color: #999999;
  border-right-color: #999999;
  box-sizing: border-box;
}

/*********************************
結果一覧：払戻テーブル
*********************************/
[class*="pay-table"] {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
}
[class*="pay-table"] th {
  padding: 0;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #909090;
  box-sizing: border-box;
}
[class*="pay-table"] td {
  padding: 0;
  border-bottom-color: #999999;
  border-right-color: #999999;
  box-sizing: border-box;
}
[class*="pay-table"] th.span-cell,
[class*="pay-table"] td.span-cell {
  border-right: none;
}
[class*="pay-table"] td .pattern {
  width: 35%;
  float: left;
  text-align: left;
  letter-spacing: 4px;
  font-size: 1.6rem;
  font-family: 'ＭＳ Ｐゴシック',Arial,'メイリオ',Meiryo,sans-serif;
}
[class*="pay-table"] td .dividend {
  width: 45%;
  float: left;
  text-align: right
}
[class*="pay-table"] td .ninki {
  width: 20%;
  float: left;
  text-align: right;

}
[class*="pay-table"] td .race_result {
  clear: both;
}
.pay-table1 {
  width: 410px;
}
.pay-table2 {
  width: 100%;
}

/*********************************
レイアウト用ボックス
*********************************/
div.layout-set1 {
  padding: 20px 0 20px;
}
/*********************************
ソート用ボックス
*********************************/
.sort-box {
  margin-bottom: 5px;
  height: 30px;
}
.sort-box select {
  float: right;
}
.sort-box select:after {
  content: "";
  display: block;
  clear: both;
}

/*********************************
選手検索：選手名
*********************************/
table td.player-name_box {
  padding: 0px;
}
.player-name_box .name1 {
  width: 100%;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  border-bottom: 1px dotted #303030;
}
.player-name_box .name2 {
  width: 100%;
  height: 26px;
  line-height: 26px;
  box-sizing: border-box;
}


/*********************************
ライブ映像ボックス
*********************************/
.live-box_video {
  background: #4b4b4b;
  width: 361px;
}
.live-box_list {
  background: #4b4b4b;
  width: 425px;
}

/*********************************
動画ボックス：競輪場ページで使用
*********************************/
.movie-container {
  height: 0px;
  clear: both;
}
.movie-container table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  border: 1px solid #000000;
  border-spacing: 0;
}
.movie-container table td {
  margin: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  border-collapse: separate;
  border: 1px solid #000000;
}
.movie-container table td.player {
  height: 40px;
}
.movie-container table td.dum1 {
  height: 60px;
  background: #000000;
}
.movie-container table td div.player-name {
  height: 25px;
  line-height: 28px;
}
.movie-container table td div.player-info {
  height: 14px;
  line-height: 10px;
}

._ac {
  height: 480px;
  width: 100%;
  background: #000000;
}
._ac video {
  margin: 0;
  padding: 0;
}




/**********
  開催日程
 **********/
/** 日付セレクト **/
.date-select_box {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5px;
  border-bottom: 2px solid #71a2ea;
}
.date-select_box div {
  float: left;
}
.date-select_box .date-link {
  width: 15%;
  height: 29px;
  line-height: 29px;
}
.date-select_box .date-select {
  width: 70%;
}
.date-select_box .date-select input[type='submit'] {
  display: inline-block;
  width: auto;
}
.date-select_box .date-select:after {
  content: "";
  display: block;
  clear: both;
}

/** アイコン説明 **/
ul.icon-list {
  width: 52%;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
ul.icon-list:after {
  content: "";
  display: block;
  clear: both;
}
ul.icon-list li {
  float: left;
  text-align: right;
  box-sizing: border-box;
  margin-left: 5px;
}
ul.icon-list li img {
  vertical-align: middle;
}
ul.icon-list li:last-child:after {
  content: "";
  display: block;
  clear: both;
}

/** 競輪場ナビゲーション **/
.stadium-nav_list {
  overflow: hidden;
}
ul.stadium-nav {
  padding: 0;
}
ul.stadium-nav li {
  margin-bottom: 10px;
}

/** レースカレンダーテーブル **/
h3.race-calendar_title {
  font-size: 23px;
  font-weight: bold;
}
h3.race-calendar_title .arrow {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  display: inline-block;
  background: url(/img/pc/arrows/select_arrow.png) -6px -13px no-repeat;
  background-size: 150%;
}
h3.race-calendar_title .text {
  padding-bottom: 3px;
}

.race-schedule_calendar {
  background: #f5f5f5;
}

.race-calendar_table {
  width: 100%;
  table-layout: fixed;
  margin-top: 17px;
  box-sizing: border-box;
  border-collapse: collapse;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
}
.race-calendar_table th{
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  font-weight: normal;
}
.race-calendar_table tr:nth-child(even) {
  background: #f8f8f8;
}
.race-calendar_table td {
  border-bottom: 1px solid #999999;
  border-right: 1px solid #cccccc;
  padding: 0;
}
.race-calendar_table th:last-child,
.race-calendar_table td:last-child {
  border-right: 1px solid #999999;
}
.race-calendar_table tr.stadium-row td {
  height: 72px;
  box-sizing: border-box;
}
.race-calendar_table th.stadium-head {
  width: 70px;
  font-size: 14px;
}
.race-calendar_table th.stadium-head.top {
  background: #f8f8f8;
}
.race-calendar_table td p {
  margin: 0;
  padding: 0;
}
.race-calendar_table td img.grade-icon_s {
  width: 20px;
}

.race-calendar_table th.date-head,
.race-calendar_table th.week-head {
  font-size: 12px;
  background: #f8f8f8;
  max-width: 26px;
  min-width: 23px;
  box-sizing: border-box;
}
.race-calendar_table th.today,
.race-calendar_table td.today {
  background: #ffd459;
  height: 25px;
  position: relative;
}
.race-calendar_table th.saturday,
.race-calendar_table td.saturday {
  background: #cbe7f3;
}
.race-calendar_table th.sunday,
.race-calendar_table td.sunday {
  background: #f5d2ee;
}
.race-calendar_table td.race-run.gp { background: #faeac0;}
.race-calendar_table td.race-run.g1 { background: #faecec;}
.race-calendar_table td.race-run.g2 { background: #fadeef;}
.race-calendar_table td.race-run.g3 { background: #e9e9fa;}
.race-calendar_table td.race-run.f1 { background: #faebcc;}
.race-calendar_table td.race-run.f2 { background: #d9e5fa;}

.race-calendar_table .today-ballon {
  display: block;
  position: absolute;
  top: -18px;
  left: -2px;
  width: 26px;
  height: 14px;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #cc0000;
}
.race-calendar_table .today-ballon:after {
  display: block;
  content: "";
  position: absolute;
  left: 10px;
  width: 0;
  height: 0;
  border-top: 4px solid #cc0000;
  border-bottom: 0;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}

/*** keirindb/list/calendarで使用している定義 ***/
.date-select_box {
  position: relative;
  margin: 0 0 24px;
  height: 48px;
  background: #f8f8f8;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #aaa;
  box-shadow: inset 0 1px 0 rgba(255,255,255,1);
}
.calendar-month_link {
  width: 15%;
  height: 29px;
  line-height: 52px;
}
.date-select {
  line-height: 52px;
}
.date-select select.form-date-select {
  height: 28px;
  font-size: 15px;
  color: #424242;
  text-align: center;
  margin-right: 5px;
}
.date-select input.form-date-submit {
  width: 54px;
  height: 28px;
  font-size: 15px;
  color: #424242;
  cursor: pointer;
}
.stadium-area-btn_list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
}
.stadium-area-btn_list li {
  float: left;
  margin: 0 5px 12px 0;
  width: calc((100%)/8);
}
.stadium-area-btn_list li:last-child {
  margin-right: 0;
}
.stadium-area-btn_list a {
  display: block;
  padding: 7px 0;
  height: 14px;
  font-size: 14px;
  line-height: 1;
  color: #1976d2;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border: 1px solid #1976d2;
  border-radius: 4px;
}
.stadium-area-btn_list a:hover {
  background:#d9e5ff
}
.schedule-icon_list {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  text-align: right;
}
.schedule-icon_list li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 8px;
  padding: 0 0 0 18px;
  font-size: 12px;
}
.schedule-icon_list li span {
  margin: 3px;
}
.schedule-icon_list li img {
  position: absolute;
  top: 0;
  left: 0;
}
.race-calendar_header {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 16px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #424242;
}
.race-calendar_header::after {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  width: 2px;
  height: 0;
  border-style: solid;
  border-width: 11.5px 6px 0px 6px;
  border-color: #43a1ff transparent transparent transparent;
}
.fa-chevron-right:before {
  content: "\f054";
  color: #cdcdcd;
  margin: 5px;
}
.fa-chevron-left:before {
  content: "\f053";
  color: #cdcdcd;
  margin: 5px;
}
.stadium-head strong {
  font-size: 16px;
}
/*** keirindb/list/calendarで使用している定義-end ***/
/*** keirindb/ranking/*で使用している定義 ***/
.ranking-btn_list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
}
.ranking-btn_list li {
  float: left;
  margin: 0 5px 12px 0;
  width: calc((100%)/2);
}
.ranking-btn_list li:last-child {
  margin-right: 0;
}
.ranking-btn_list a {
  display: block;
  padding: 7px 0;
  height: 25px;
  color: #1976d2;
  font-size: 2.0rem;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border: 1px solid #1976d2;
  border-radius: 4px;
}
.ranking-btn_list a:hover {
  background:#d9e5ff
}

.ranking-btn_list a.selected {
  color:#fff;
  background:#2060d4;
}

/*** pager用 ***/
.pager {
  margin: 0 0 5px 0;
  padding: 5px 0 5px 0;
  font-size: 0;
  background: #f1f1f1;
  border-radius: 4px;
}

.pager .status {
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0 6px;
  font-size: 12px;
  line-height: 24px;
  color: #424242;
  background: #fff;
  border-radius: 3px;
}

.pager .status .num {
  font-weight: bold;
  color: #e50000;
}

.pager ul {
  padding-left: 0px;
  margin-left: 0px;
  display: inline-block;
}

.pager li {
  display: inline-block;
  margin: 0 5px 0 0;
}

.pager li:last-child {
  margin: 0;
}
/** disabled **/
.pager .disabled a {
  color: #808080;
  background: #cecece;
  border: 1px solid #9a9a9a;
  cursor: default;
}

.pager li a {
  display: block;
  padding: 0 5px;
  min-width: 0.7em;
  font-size: 14px;
  line-height: 28px;
  color: #424242;
  text-decoration: none;
  text-align: center;
  background: #ffffff;
  background: #000000;
  background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%);
  border: 1px solid #bbb;
  border-radius: 4px;
}


.pager .prev a {
  width: 50px;
  margin: 0 10px 0 3px;
}
.pager .last a {
  width: 50px;
  margin: 0 3px 0 10px;
}


.pager .active a {
  padding: 0 6px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  background: #2060d4;
  border-width: 0;
  box-shadow: inset 0 2px 1px #153f8c;
  cursor: default;
}

.pager .active a:hover {
  background: #2060d4;
}


/*** keirindb/ranking/*で使用している定義-end ***/

.dividend-btn_list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
}
.dividend-btn_list li {
  float: left;
  margin: 0 5px 12px 0;
  width: calc((100%)/7);
}
.dividend-btn_list li:last-child {
  margin-right: 0;
}
.dividend-btn_list a {
  display: block;
  padding: 7px 0;
  height: 22px;
  font-size: 2.0rem;
  line-height: 22px;
  color: #1976d2;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border: 1px solid #1976d2;
  border-radius: 4px;
}
.dividend-btn_list a:hover {
  background:#d9e5ff
}

.dividend-btn_list a.selected {
  color:#fff;
  background:#2060d4;
}


/*** keirindb/dividend/*で使用している定義-end ***/

/*** scoreページ用pager　***/
.pager_score {
  margin: 0 0 5px 0;
  padding: 5px 0 5px 5px;
  font-size: 0;
  background: #f1f1f1;
  border-radius: 4px;
}

.pager_score .status {
  display: flex;
  margin: 0 8px 0 0;
  padding: 0 6px;
  font-size: 12px;
  line-height: 24px;
  color: #424242;
  background: #fff;
  border-radius: 3px;
}

.pager_score .status .num {
  font-weight: bold;
  color: #e50000;
}

.pager_score ul {
  padding-left: 0px;
  margin-left: 0px;
  display: flex;
}

.pager_score li {
  display: inline-block;
  margin: 0 5px 0 0;
}


.pager_score li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5px;
  font-size: 14px;
  line-height: 26px;
  color: #424242;
  text-decoration: none;
  text-align: center;
  background: #ffffff;
  background: #000000;
  background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%);
  border: 1px solid #bbb;
  border-radius: 4px;
}

.pager_score li {
  width: calc((100% - 5px*11)/10);
}

.pager_score .prev a {
  width: 50px;
}
.pager_score .back a {
  width:  50px;
  margin-right: 8px;
}
.pager_score .next a {
  width:  50px;
  margin-left: 8px;
}
.pager_score .last a {
  width:  50px;
}

.pager_score li a:hover {
  background: #fff;
}

.pager_score .active a {
  padding: 1 5px;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  background: #2060d4;
  border-width: 1px;
  box-shadow: inset 0 2px 1px #153f8c;
  cursor: default
}

.pager_score .active a:hover {
  background: #2060d4;
}

.pager_score .disabled a {
  color: #808080;
  background: #cecece;
  border: 1px solid #9a9a9a;
  cursor: default;
}
/*** keirindb/score/*で使用している定義-end ***/
