@charset "UTF-8";
a:link {
  color: #47ec4f;
  text-decoration: none;
}

a:visited {
  color: #47ec4f;
  text-decoration: none;
}

a:active {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

aside {
  overflow-y: scroll;
}
aside #racing-day {
  background-color: #3f3f3f;
  color: #eee;
  padding: 0.4em;
}

.race-infomation-header {
  color: #1a1a33;
  background-color: #ddd;
  font-weight: normal;
  padding: 1rem;
}
.race-infomation-header #race-number {
  border: 1px solid #808080;
  border-radius: 0.5rem;
  display: block;
  padding: 0.1rem 0.5rem;
  margin-bottom: 0.5rem;
}
.race-infomation-header #race-name {
  margin-bottom: 0.5em;
  display: block;
}
.race-infomation-header #race-sub-infomation {
  text-align: center;
  margin: 0;
  font-size: 1.8rem;
  font-weight: normal;
}
.race-infomation-header .race-is-tarf {
  background-color: #95db98;
}
.race-infomation-header .race-is-dart {
  background-color: #f0b068;
}
.race-infomation-header .race-is-else {
  background-color: #ccc;
}

.umabashira-box {
  padding: 0;
  overflow-x: auto; /* 横スクロール */
}
.umabashira-box #syussohyo {
  border-collapse: collapse; /* trにborderを使えるようにするため */
  font-size: 1.4rem;
  min-width: 960px;
  max-width: 100%;
  margin: auto;
  border-bottom: 1px solid #123;
}
.umabashira-box #syussohyo th, .umabashira-box #syussohyo td {
  padding: 0 0.75rem;
}
.umabashira-box #syussohyo tr:not(:last-child) { /* 最後の要素"以外"に適用 */
  border-bottom: 1px solid #666;
}
.umabashira-box #syussohyo thead th {
  font-size: 1.4rem;
  background-color: #123;
}
.umabashira-box #syussohyo caption {
  color: #a5d1f1;
}
.umabashira-box #syussohyo .horse-name {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.umabashira-box #syussohyo .horse-subinfo {
  margin-left: auto;
  text-align: right;
}
.umabashira-box #syussohyo .dosu {
  font-size: 0.8rem;
}
.umabashira-box #syussohyo .pre-race-buddy {
  font-size: 0.8rem;
}
.umabashira-box #syussohyo .horse-blood {
  font-size: 1.2rem;
}
.umabashira-box #syussohyo .father-name {
  color: rgb(135, 194, 233);
}
.umabashira-box #syussohyo .grandfather-name {
  color: rgb(194, 111, 111);
}
.umabashira-box #syussohyo .sub-text {
  font-size: 1.2rem;
}

.umabashira-attention {
  padding: 1rem;
}

/* 確定オッズ欄 */
.seiseki {
  background-color: #1a3333;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.decision-odds {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  min-width: 360px;
  max-width: 580px;
}

.decision-odds .nyusen-juni-1,
.decision-odds .nyusen-juni-2,
.decision-odds .nyusen-juni-3 {
  font-size: 2rem;
}

.decision-odds .nyusen-juni-1 {
  color: rgb(221, 231, 126);
}

.decision-odds .nyusen-juni-2 {
  color: rgb(107, 208, 233);
}

.decision-odds caption {
  border-bottom: 1px solid #666;
  color: #c66;
  font-size: 1rem;
  text-align: center;
}

.decision-odds th,
.decision-odds td {
  border-bottom: 1px solid #aaa;
  font-size: 0.9rem;
  padding: 0.2rem 0.5rem;
}

.decision-odds td {
  text-align: right;
}

.tansho-odds {
  text-align: right;
}

.tansho-pops {
  text-align: center;
}

.tansho-supporter {
  text-align: right; /* JavaScriptで値を取得している関係で.numericが使えない */
}

/* JavaScrpt でオンオフ */
.myai-ranking {
  text-align: center;
}

.top-ai-lank {
  background-color: rgb(126, 124, 17);
}

.second-ai-lank {
  background-color: rgb(81, 81, 128);
}

.thrid-ai-lank {
  background-color: rgb(53, 94, 53);
}

.fourth-ai-lank {
  background-color: rgb(42, 71, 83);
}

.fifth-ai-lank {
  background-color: #474747;
}

.top-pop-lank,
.second-pop-lank,
.thrid-pop-lank {
  background-color: rgba(199, 19, 223, 0.18);
}

/* グラフ */
.chart-box {
  /*overflow: scroll;*/
  text-align: center;
}

.chart-box p {
  margin-bottom: 0.33rem;
}

.chart-box p span.tanshoodds-stdev {
  background-color: rgba(173, 255, 47, 0.2);
  padding: 0.33rem;
}

#chart1_here,
#chart2_here {
  margin: auto;
}

.leg-ratio-text {
  font-size: 0.9rem;
}

.upper-pops {
  color: rgb(161, 255, 250);
}

.menu-toggle {
  position: fixed;
  top: 30px;
  left: calc(200px - 20px);
  z-index: 1001;
  background: #fff;
  color: #666;
  border: none;
  font-size: 2.4rem;
  padding: 0.6rem;
  cursor: pointer;
  display: none;
  transition: left 0.3s;
}

#umabashira-update-at {
  font-size: 90%;
  margin-top: 0.5em;
  text-align: right;
}

/* 中の大 以上 2ペインに変更 */
@media (960px <= width) {
  .menu-toggle {
    display: block;
  }
  .contents-box {
    transition: padding-left 0.5s;
  }
  /* メニューを隠す時のクラス */
  .aside-hidden aside {
    transform: translateX(-100%);
    transition: transform 0.25s;
  }
  .aside-hidden .menu-toggle {
    left: 0;
  }
  .aside-hidden .contents-box {
    padding-left: 0;
  }
  aside {
    /* スマホ・タブレットは最初は隠しておく */
  }
  .aside-visible aside {
    transform: translateX(0);
    transition: transform 0.25s;
  }
  .aside-visible .contents-box {
    /* 画面の上にasideが重なる場合はpaddingいらない場合も */
    padding-left: 0;
  }
  .umabashira-box .horse-name {
    font-size: 1.6rem;
  }
}
/* 大 以上 *//*# sourceMappingURL=umabashira.css.map */