<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.p-shutuba {
  margin-block: 4.8rem;
}

.p-shutuba__howto__heading {
  width: 100%;
  height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.4rem;
  position: relative;
}
.p-shutuba__howto__heading::after {
  content: "";
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  border: solid #FFF;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
  position: absolute;
  right: 2.2rem;
  top: 50%;
  margin-top: -0.6rem;
}
.p-shutuba__howto__heading:has(.p-shutuba__howto__toggle-trigger:checked)::after {
  transform: rotate(-135deg);
  margin-top: -0.3rem;
}

.p-shutuba__howto__toggle-trigger {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.p-shutuba__howto__heading__text {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 1px 2px #1D245B;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
}

.p-shutuba__howto__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s;
}

.p-shutuba__howto__body__inner {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s 0.1s;
}

.p-shutuba__howto:has(.p-shutuba__howto__toggle-trigger:checked) .p-shutuba__howto__body {
  grid-template-rows: 1fr;
}
.p-shutuba__howto:has(.p-shutuba__howto__toggle-trigger:checked) .p-shutuba__howto__body__inner {
  opacity: 1;
}

.p-shutuba__howto__image {
  width: min(100%, 30rem);
  display: block;
  margin: 2.6rem auto 0;
}

.p-shutuba__howto__description {
  color: var(--colorText2);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 1.6rem;
}

.p-shutuba__box {
  padding-bottom: 0.8rem;
}

.p-shutuba-frame {
  padding: 1rem 1rem;
  background: #fff;
}

.Pro_Yoso_Detail .Yosoka_Prof_Summary.New {
    margin-bottom: 0;
}

/* ----------------------------------------------------------------------------- */
/*--レースのグレードアイコン*/
/* ----------------------------------------------------------------------------- */
.p-shutuba__box .RaceCommon_Table {
  height: 100%;
}
.p-shutuba__box .RaceCommon_Table tr th,
.p-shutuba__box .RaceCommon_Table tr td,
.p-shutuba__box .RaceCommon_Table tr td.List {
  padding-left: 0;
  padding-right: 0;
}
.p-shutuba__box .RaceCommon_Table a {
  color: #03a;
}
.p-shutuba__box .RaceCommon_Table .avatar {
  width: 55px;
}
.p-shutuba__box .RaceCommon_Table .avatar a {
  position: relative;
  width: 36px;
  margin: auto;
  height: 110px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px 1px rgba(146, 151, 165, 0.2);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.p-shutuba__box .RaceCommon_Table .avatar a.text {
  align-items: center;
}
.p-shutuba__box .RaceCommon_Table .avatar a span {
  display: inline-block;
}
.p-shutuba__box .RaceCommon_Table.SpeedIndex .avatar a img {
  margin-bottom: 3px;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  align-self: flex-end;
}
.p-shutuba__box table.RaceCommon_Table tr.Cancel {
  background-color: #dee0e5;
}
.p-shutuba__box table.RaceCommon_Table tr.Cancel td {
  border: 1px solid #c8cad0;
}
.p-shutuba__box .slide_guide {
  position: absolute;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 45px;
  border: 1px solid #848484;
  padding-left: 60px;
  padding-right: 20px;
  font-weight: bold;
  color: #3a3a3a;
  top: 285px;
  left: 15%;
}
.p-shutuba__box .slide_guide img {
  position: absolute;
  width: 28px;
  height: 35px;
  top: 4px;
  left: 194px;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-name: swing;
}
@keyframes swing {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-168px);
  }
  100% {
    transform: translateX(0px);
  }
}
.p-shutuba__box .slide_guide:after {
  position: relative;
  top: 2px;
  display: inline-block;
  content: "";
  background-image: url("../img/saga/slide_arrow.png");
  background-repeat: no-repeat;
  background-size: 18px 15px;
  width: 18px;
  height: 15px;
}
.p-shutuba__box #now {
  position: relative;
  text-align: center;
  padding: 10px;
  max-width: 1000px;
  margin: 40px auto 50px;
}
.p-shutuba__box #now:after {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-shutuba__box #now .alert {
  color: #fff;
  display: block;
  font-weight: 700;
  background-color: #de8a26;
  border: 2px solid #de8a26;
  padding: 10px;
  font-size: 0.9rem;
  font-weight: bold;
}
.p-shutuba__box .RaceList_Main_Box .RaceList_Item02 dl .Race_Name .Icon_GradeType {
  vertical-align: initial;
  margin-top: 4px;
  border-radius: initial;
}
.p-shutuba__box .RaceList_NameBox .RaceList_Item02 dl .Race_Name .Icon_GradeType {
  margin-top: initial;
  border-radius: initial;
}
.p-shutuba__box .CommonPager ul li a {
  width: auto;
}
.p-shutuba__box .CommonPager ul li:last-child a span.Prev,
.p-shutuba__box .CommonPager ul li:last-child a span.Next {
  text-indent: 100%;
}
.p-shutuba__box .CommonPager ul li:first-child a span.Prev:before,
.p-shutuba__box .CommonPager ul li:last-child a span.Next:after {
  content: none;
}
.p-shutuba__box .CommonPager ul li:first-child a span.Prev,
.p-shutuba__box .CommonPager ul li:last-child a span.Next {
  text-indent: 100%;
  border-radius: none;
  border: none;
  padding: 0;
  background: none;
  box-shadow: none;
}
.p-shutuba__box .CommonPager ul li:first-child a span.Prev:before {
  background: none;
}
.p-shutuba__box .NewsBacknumberList ul li:nth-of-type(n + 2) .NewsTitle:after,
.p-shutuba__box .NewsBacknumberList ul li .NewsTitle:after {
  content: none;
  background: none;
}
.p-shutuba__box .NewsBacknumberList &gt; h2:after {
  content: none;
}
.p-shutuba__box .l-mainvisual a,
.p-shutuba__box .swiper-slide a {
  display: block;
}
.p-shutuba__box .RaceChangeMenu_Group {
  width: 180px;
}
.p-shutuba__box .RaceDayWrap_Inner, .p-shutuba__box .RaceTopRaceMenuWrap, .p-shutuba__box .RaceDayWrap {
  background-color: white;
}
.p-shutuba__box .RaceDayWrap {
  padding: 15px 10px;
}
.p-shutuba__box .RaceDayWrap_Inner {
  font-size: 22px;
}
.p-shutuba__box .RaceInformation_Wrap {
  margin: 0;
}
.p-shutuba__box .RaceInformation_Item {
  font-size: 11px;
}
.p-shutuba__box .RaceDayPrev a:after, .p-shutuba__box .RaceDayPrev span:after, .p-shutuba__box .RaceDayNext a:after, .p-shutuba__box .RaceDayNext span:after {
  width: 20px;
  height: 20px;
}
.p-shutuba__box .RaceNumLink .Prev_Race:before, .p-shutuba__box .RaceNumLink .Next_Race:before {
  content: none;
}
.p-shutuba__box .RaceNumLink li &gt; a, .p-shutuba__box .RaceChangeMenu_Group &gt; div {
  font-size: 12.96px;
  line-height: 34px;
}
.p-shutuba__box .Race_Detail_Info_Btn, .p-shutuba__box .RaceList_NameBox .RaceList_Item01 .Race_Num {
  padding: 0;
}
.p-shutuba__box ul.DayChange_List li:first-child a, .p-shutuba__box .CourseChange_List li:first-child a,
.p-shutuba__box ul.DayChange_List li a, .p-shutuba__box ul.CourseChange_List li a {
  font-size: 12.96px;
  padding: 0 0 0 8px;
  width: auto;
  background: none;
}
.p-shutuba__box .RaceList_Main_Box .RaceList_Item01 .Race_Num {
  height: 45px;
  line-height: 45px;
}
.p-shutuba__box .Race_Num span {
  font-size: 15.84px;
  font-weight: bold;
}
.p-shutuba__box .RaceList_Main_Box .RaceList_Item02 dl .Race_Name {
  white-space: initial;
  color: black;
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
}
.p-shutuba__box .RaceList_Main_Box .RaceList_Item02 dl .Race_Data {
  color: black;
  font-size: 14px;
  padding-top: 3px;
  letter-spacing: 1px;
}
.p-shutuba__box .RaceList_NameBox .Icon_ArrowB, .p-shutuba__box .RaceList_NameBox .Icon_ArrowT {
  transform: none;
}
.p-shutuba__box .RaceList_NameBox .RaceList_Item02 dl .Race_Name {
  white-space: initial;
  font-size: 20px;
}
.p-shutuba__box .CourseRecord {
  border: none;
}
.p-shutuba__box .RaceOdds_Menu01 {
  padding: 0;
}
.p-shutuba__box .RaceOdds_Menu01:after {
  content: none;
}
.p-shutuba__box .Table_Container {
  margin: 0;
}
.p-shutuba__box .Table_Container * {
  font-weight: bold;
}
.p-shutuba__box .Table_Container .List * {
  font-size: 14.94px;
}
.p-shutuba__box .Table_Container .RaceCommon_Table {
  font-size: 20px;
}
.p-shutuba__box table.SpeedIndex * {
  font-weight: bold;
}
.p-shutuba__box table.SpeedIndex tr.List td {
  font-size: 14.94px;
  font-weight: bold;
  color: #555;
  height: 32px;
  padding: 4px 4px;
}
.p-shutuba__box table.SpeedIndex .Header th {
  color: #555;
  background: #eaeaea;
  font-weight: bold;
  border-color: #dadada;
}
.p-shutuba__box table.SpeedIndex .Waku {
  width: 32px;
}
.p-shutuba__box #Speed_List &gt; p {
  display: none !important;
}
.p-shutuba__box #Speed_List:after {
  white-space: pre;
  content: "※予想印は当日までに随時更新されます。\a※本サイトにおける予想（印）の評価順は、◎○▲△☆☆となります";
  display: block;
  font-size: 11.6662px;
  color: #666;
  padding-top: 10px;
  font-weight: bold;
  line-height: 21.662px;
}
@media (min-width: 769px) {
  .p-shutuba {
    margin-block: 8rem;
  }
  .p-shutuba__howto {
    margin-bottom: 4rem;
  }
  .p-shutuba__howto__heading {
    height: 5.6rem;
  }
  .p-shutuba__howto__heading::after {
    width: 1.3rem;
    right: 3rem;
    margin-top: -1rem;
  }
  .p-shutuba__howto__heading:has(.p-shutuba__howto__toggle-trigger:checked)::after {
    margin-top: -0.5rem;
  }
  .p-shutuba__howto__heading__text {
    font-size: clamp(0px,calc(2.0703933747vw * 1.15),2rem);
    line-height: 1.6;
  }
  .p-shutuba__howto__image {
    width: min(100% - var(--sidePaddingPc1) * 2, 76rem);
    margin-top: 3.4rem;
  }
  .p-shutuba__howto__description {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: clamp(-0.9rem,calc(-0.9316770186vw * 1),0px);
  }
  .p-shutuba-frame {
    padding: 1rem 1rem;
  }
  .p-shutuba__button {
    margin-right: auto;
    margin-left: auto;
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .p-shutuba.c-inner {
    margin-top: 0;
    padding-block: 2.4rem 4.8rem;
  }
  .p-shutuba__howto {
    padding-inline: 1.6rem;
    margin-inline: calc(var(--sidePaddingSp1) * -1);
    margin-bottom: 2.4rem;
  }
  .p-shutuba__box {
    margin-inline: calc(var(--sidePaddingSp1) * -1);
  }
  .p-shutuba__box .RaceCommon_Table .avatar {
    width: auto;
  }
  .p-shutuba__box .RaceCommon_Table .avatar a {
    width: auto;
    height: auto;
  }
  .p-shutuba__box .RaceCommon_Table.SpeedIndex .avatar {
    height: 100%;
  }
  .p-shutuba__box .RaceCommon_Table.SpeedIndex .avatar a {
    gap: 0.6rem;
    padding: 0.5rem 0.2rem;
    height: 100%;
    min-height: 9rem;
  }
  .p-shutuba__box .RaceCommon_Table.SpeedIndex .avatar a img {
    margin: 0;
    border-radius: 50%;
    min-width: 2.9rem;
    min-height: 2.9rem;
    height: auto;
    align-self: flex-end;
  }
  .p-shutuba__box .Speed_Contents_Wrap {
    margin-top: 33px;
    margin-bottom: 40px;
  }
  .p-shutuba__box .RaceList_NameBox .RaceList_Item02 dl .Race_Name {
    padding: 0 7px;
  }
  .p-shutuba__box .Table_Container {
    overflow: auto;
  }
  .p-shutuba__box table.SpeedIndex {
    border-collapse: separate;
    border-spacing: 0;
  }
  .p-shutuba__box table.SpeedIndex th:nth-child(-n+3), .p-shutuba__box table.SpeedIndex td:nth-child(-n+3) {
    position: sticky;
    z-index: 10;
  }
  .p-shutuba__box table.SpeedIndex th:nth-child(1), .p-shutuba__box table.SpeedIndex td:nth-child(1) {
    left: 0;
    min-width: 2.2rem;
  }
  .p-shutuba__box table.SpeedIndex th:nth-child(2), .p-shutuba__box table.SpeedIndex td:nth-child(2) {
    left: 2.2rem;
    min-width: 5.5rem;
  }
  .p-shutuba__box table.SpeedIndex th:nth-child(3), .p-shutuba__box table.SpeedIndex td:nth-child(3) {
    left: 7.7rem;
  }
  .p-shutuba__box table.SpeedIndex tr.List td {
    height: auto;
    font-size: 1.3rem;
    letter-spacing: 0;
    padding: 0.4rem 0.4rem;
    border-left-width: 0;
    border-top-width: 0;
  }
  .p-shutuba__box table.SpeedIndex tr.List td[class*=Waku] {
    padding-inline: 0.2rem;
  }
  .p-shutuba__box table.SpeedIndex tr.List td.Horse_Select {
    background: #fff;
    z-index: 13;
    width: 25px;
    height: 25px;
  }
  .p-shutuba__box table.SpeedIndex tr.List.Selected td.Horse_Select {
    background: #ffebed !important;
  }
  .p-shutuba__box table.SpeedIndex tr.List td.Horse_Name {
    background: #fff;
  }
  .p-shutuba__box table.SpeedIndex tr.List.Selected td.Horse_Name {
    background: #ffebed !important;
  }
  .p-shutuba__box table.SpeedIndex tr.List td.Horse_Name a {
    font-size: 1.3rem;
  }
  .p-shutuba__box table.SpeedIndex .Header th {
    letter-spacing: 0;
    padding: 0.2rem;
    font-size: 1.3rem;
    vertical-align: middle;
    border-left-width: 0;
    border-top-width: 0;
  }
  .p-shutuba__box table.SpeedIndex .Shutuba_Table_Btn01 {
    font-size: 1.2rem;
    width: 4.4rem;
    border-radius: 999rem;
  }
  .p-shutuba__box .tzSelect {
      width: 26px !important;
      height: 26px;
  }
  .p-shutuba__box .tzSelect .selectBox {
      width: 24px;
      height: 24px;
      line-height: 22px;
  }
  .p-shutuba__box #shutuba_form {
    position: sticky;
    left: 0;
  }
  .p-shutuba__box #Speed_List:after {
    padding-inline: 1rem;
    position: sticky;
    left: 0;
  }
  .p-shutuba__box .HorseCheckBtn {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-shutuba__box .HorseCheck_Select + label:after {
    width: 0.7rem;
    height: 1.4rem;
    margin-top: -1.1rem;
    margin-left: -0.5rem;
  }
  .p-shutuba__button {
    margin-right: var(--sidePaddingSp1);
    margin-left: var(--sidePaddingSp1);
    margin-top: 1rem;
    justify-content: flex-start;
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-shutuba__box .slide_guide {
    display: none !important;
  }
  .p-shutuba__box #now {
    text-align: center;
    padding: 10px;
    max-width: 1000px;
    margin: 40px auto 50px;
  }
  .p-shutuba__box #now .alert {
    font-size: 1.2rem;
  }
}


/* AI調整 */
.p-shutuba .p-ai {
  background: none;
}
.p-shutuba .p-ai__tenkai ,
.p-shutuba .p-ai__kachiuma {
  padding-inline: var(--sidePaddingSp1);
}
.p-shutuba .p-ai__kachiuma:last-child {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .p-shutuba .p-ai__tenkai ,
  .p-shutuba .p-ai__kachiuma {
    padding-inline: 0;
  }
}
</pre></body></html>