.Title_3rd {
  margin: 18px 10px;
  color: #777;
  font-size: 77.78%;
  font-weight: bold;
}
.Table_Aisho_Wrap {
  overflow: hidden;
}
table.Table_Aisho {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  background: #fff;
  margin-top: 10px;
}
.sort_icon {
  padding-right: 18px;
  position: relative;
}
.sort_icon::before, .sort_icon::after {
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 5px;
  top: 70%;
  position: absolute;
  width: 0;
}
.sort_icon::before {
  border-bottom-color: #66666687;
  margin-top: -12px;
}
.sort_icon::after {
  border-top-color: #66666687;
  margin-top: -1px;
}
.Table_Aisho .Header th {
  line-height: 1.2;
  padding: 0 3px;
  font-size: 84.6%;
  background: #eaeaea;
  font-size: 72.3%;
  font-weight: normal;
  color: #777;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 10px 1px;
  vertical-align: middle;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.Table_Aisho .Header th:first-child {
  width: 60%;
}
.Table_Aisho .Header th:nth-child(2n),
.Table_Aisho .Header th:last-child {
  width: 20%;
}
.Table_Aisho .Header th {
  border-right: 1px solid #dadada;
}
.Table_Aisho th,
.Table_Aisho td {
  padding: 10px 8px;
  vertical-align: middle;
  border: 1px solid #dadada;
}
table.Table_Aisho dt.Race_Name_Wrap {
  color: #555;
  font-weight: bold;
  margin-bottom: -2px;
  line-height: 1.37;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 8px;
}
table.Table_Aisho dt.Race_Name_Wrap span:nth-of-type(1){
  width: 54px;
}
table.Table_Aisho dt.Race_Name_Wrap span.Race_Name {
  font-size: 15px;
  color: #0033AA;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
table.Table_Aisho dt.Race_Name_Wrap span {
  font-size: 13px;
}
.Race_Name_Wrap .Race_Grade{
  min-width: 35px;
}
.Turbulence_Barometer{
  display: flex;
  margin: 0 8px 0;
  justify-content: end;
  align-items: center;
}
.Turbulence_Barometer span{
  display: block;
  margin: 0 2px;
  font-size: 11px;
  color:#555555;
}
.Upset_Level_List {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Upset_Level_List li{
  width: 66px;
  padding: 2px 0;
  background: #CACACA;
  border: 0.5px solid #FFFFFF;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color:#fff;
}
.Upset_Level_List li.active:nth-of-type(1){
  background-color:#8EC73F;
}
.Upset_Level_List li.active:nth-of-type(2) {
  background-color: #E0BA2B;
}
.Upset_Level_List li.active:nth-of-type(3) {
  background-color: #EF9326;
}
.Upset_Level_List li.active:nth-of-type(4) {
  background-color: #F26A21;
}
.Upset_Level_List li.active:nth-of-type(5) {
  background-color: #D92C23;
}
.Container_Aisho .Table_Aisho_Wrap .Icon_GradeType{
  margin-left: 3px;
  font-size: 56%;
}
table.Table_Aisho dt.Race_Name_Wrap span:first-child {
  font-weight: normal;
  white-space: nowrap;
}
table.Table_Aisho dd.Race_Data {
  margin-top: 3px;
  color: #555;
  font-size: 13px;
  line-height: 1.5;
}
table.Table_Aisho td.Aisho_Data {
  text-align: center;
  font-size: 15px;
  background: #F3F3F3;
  font-weight: bold;
}
table.Table_Aisho td.Aisho_Data.Highlight {
  background-color: #FFECEB;
  color: #C53131;
}
table.Table_Aisho dd.Race_Data span.Turf {
  color: #58af4a;
}
table.Table_Aisho dd.Race_Data span.Dirt {
  color: #874c11;
}
table.Table_Aisho dd.Race_Data  > * {
  margin: 0 5px;
}
table.Table_Aisho td.Haran_Data span[class^="Haran_Level_"] {
  color: #FFF;
  font-size: 13px;
  text-align: center;
  display: block;
  border-radius: 4px;
  padding: 10px;
  font-weight: bold;
  margin: 0 auto;
  width: 46px;
}
table.Table_Aisho td.Haran_Data span.Haran_Level_1 {
  background: #8EC73F;
}
table.Table_Aisho td.Haran_Data span.Haran_Level_2 {
  background: #E0BA2B;
}
table.Table_Aisho td.Haran_Data span.Haran_Level_3 {
  background: #EF9326;
}
table.Table_Aisho td.Haran_Data span.Haran_Level_4 {
  background: #F26A16;
}
table.Table_Aisho td.Haran_Data span.Haran_Level_5 {
  background: #D92C23;
}
table.Table_Aisho td.Haran_Data span.Haran_Level_{
  color: #555;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
}
table.Table_Aisho td.Haran_Data span.Haran_Level_:before{
  content: "-";
  display: block;
  width: auto;
  height: 100%;
  font-size: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
}
.Description_Box.Compatibility > dl > dd {
  padding: 0;
}
.Description_Box.Compatibility .Description_Inner_Title {
  color: #444444;
  font-size: 89.34%;
  font-weight: bold;
  background: #F3F3F3;
  padding: 5px 10px;
  line-height: 1.2;
}
.Description_Box.Compatibility .Description_Inner_ImgWrap,
.Description_Box.Compatibility .Description_Inner_TxtWrap {
  padding: 10px;
}
.Description_Box.Compatibility .Description_Inner_TxtWrap p {
  font-size: 78%;
  line-height: 1.4;
}
.Description_Box.Compatibility .Description_Inner_ImgWrap img {
  width: 100%;
}
.Table_Aisho_Wrap.Guest_User_Block table.Table_Aisho dt img {
  width: 100%;
  max-width: 160px;
  height: auto;
}
.Table_Aisho_Wrap.Guest_User_Block .Aisho_Data_PC {
  width: 8%;
}


/*----------------------------------------------
# My収支データがありません
----------------------------------------------*/
.Empty_Shushi_Data_Wrap {
  padding: 0 10px 10px;
}
.Empty_Shushi_Data_Inner {
  background: #F3F3F3;
  padding: 20px 10px;
}
.Empty_Shushi_Data_Wrap h3 {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
}
.Empty_Shushi_Data_Wrap p {
  color: #666;
  font-size: 16px;
  line-height: 1.4;
}
.Empty_Shushi_Data_Wrap a {
  background: #3251BC;
  color: #FFF;
  display: block;
  border-radius: 4px;
  text-align: center;
  padding: 13px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 600;
}
.Empty_Shushi_Data_Wrap a span {
  display: block;
  font-size: 11px;
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.2;
}
/*----------------------------------------------
# 有料導線
----------------------------------------------*/
.Aisho_Blurred_Wrap {
  position: relative;
  overflow: hidden;
  margin: -10px;
}
.Aisho_Blurred_Wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.Aisho_Blurred_Wrap .Master_Regist_Box {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.Master_Regist_Box {
  width: 60%;
  border: 2px solid #603F80;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  margin: 20px auto 20px;
  padding: 20px 10px;
  white-space: normal;
}
.w100 {
  width: 100%!important;
}
@media screen and (max-width:360px){
  .Master_Regist_Box {
    width: 80%;
  }
}
.Master_Regist_Box * {
  font-size: 16px!important;
}
.Master_Regist_Box .Master_Regist_MsgArea01 {
  margin-bottom: 26px;
  text-align: center;
}
.Master_Regist_Box p.Master_Regist_Msg01,
.Master_Regist_Box p.Master_Regist_Msg02 {
  font-weight: bold;
  text-align: center;
  line-height: 1.43;
}
.Master_Regist_Box p.Master_Regist_Msg02 {
  display: inline;
  border-bottom: 1px solid #603F80;
  margin-bottom: 22px;
  padding-bottom: 5px;
  line-height: 1.8;
}
.Master_Regist_Box p.Master_Regist_Msg_Campaign01 {
  position: relative;
  color: #603F80;
  font-size: 11px!important;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.Master_Regist_Box p.Master_Regist_Msg_Campaign01:before,
.Master_Regist_Box p.Master_Regist_Msg_Campaign01:after {
  content: '';
  height: 21px;
  width: 3px;
  display: inline-block;
  background: #603F80;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: top;
}
.Master_Regist_Box p.Master_Regist_Msg_Campaign01:before {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  margin: 0 6px 0 0;
}
.Master_Regist_Box p.Master_Regist_Msg_Campaign01:after {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  margin: 0 0 0 6px;
}
.Master_Regist_Box p.Master_Regist_Msg_Campaign01 em {
  font-size: 13px!important;
}
.Master_Regist_Btn {
  line-height: 1.2;
  font-size: 15px !important;
  position: relative;
  display: block;
  background: #603F80;
  font-weight: bold;
  text-align: center;
  padding: 14px 0;
  color: #FFF !important;
  margin: 7px auto 10px;
  padding: 14px 28px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: max-content;
}
.Master_Regist_Txt02 {
  line-height: 1.3;
  font-size: 100%;
  text-align: center;
}
.Master_Regist_Txt02 > a {
  display: block;
  font-size: 12px!important;
  text-align: center;
  text-decoration: underline!important;
  color: #333;
}

/*----------------------------------------------
# 出馬表 TOP
----------------------------------------------*/
.Table_Compatibility_Wrap {
  padding: 0 10px;
}

table.Table_Compatibility {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  background: #fff;
  margin-top: 10px;
}

table.Table_Compatibility th,
table.Table_Compatibility td {
  padding: 10px 8px;
  vertical-align: middle;
  border: 1px solid #dadada;
  text-align: center;
}

table.Table_Compatibility th {
  background: #F3F3F3;
  font-size: 72.3%;
  font-weight: 600;
  color: #444;
  padding: 10px 1px;
  vertical-align: middle;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
table.Table_Compatibility td {
  font-family: Arial,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", arial, "Meiryo", "メイリオ", sans-serif;
}

td.Compatibility_Score,
td.Reliability_Score {
  color: #777;
  font-size: 20px;
  font-weight: bold;
}

td.Compatibility_Score.Highlight,
td.Reliability_Score.Highlight {
  color: #D92C23;
}

td.Compatibility_Score span,
td.Reliability_Score span {
  font-size: 30px;
  margin-right: 3px;
}
td.Compatibility_Score.HighLights{
  color:#D64646;
}

td.Turmoil_Score p {
  margin-top:5px;
  color: #555555;
  font-size: 10px;
}
td.Turmoil_Score p span{
  display: inline-block;
  margin-left: 2px;
  font-size: 12px;
  font-weight: bold;
  color:#444444;
}

td[class^="Turmoil_Score Haran_Level_"] span {
  font-size: 30px;
}

.Table_Compatibility td.Blurred_Img_Wrap {
  padding: 0px;
  line-height: 0;
}
.Table_Compatibility td.Blurred_Img_Wrap img{
  width: 100%;
  height: auto;
  display: block;
  margin:auto;
}

.Table_Compatibility_Wrap .Master_Regist_Box {
  width: 100%;
  margin: 10px auto;
}

.Table_Compatibility_Wrap .Master_Regist_Btn {
  padding: 14px 42px;
}
.Upset_Level_List li {
  width: 33px;
  padding: 2px 0;
  background: #CACACA;
  border: 0.5px solid #FFFFFF;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
.Upset_Level_List .active {
  width: 26px;
  height: 17px;
}
.Description_Inner_ImgWrap img{
  width: 100%;
}
.Compatibility.Description_Box > dl{
  padding:0;
}
.Compatibility.Description_Box > dl > dt{
  padding: 10px 16px 10px 37px;
}
.Compatibility.Description_Box > dl > dt:before{
  left:10px;
}
.Compatibility.Description_Box>dl>dt .Icon_Arrow{
  margin-top: -6px;
  right:10px;
  top: 50%;
}
