@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");

table a:hover {
  color: unset;
  text-decoration: unset;
}
.RaceList_Area ul li.Tab_Active {
  background: #FFFFFF;
  font-weight: bold;
}

.Table_Aisho_Wrap {

}
table.Table_Aisho {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  background: #fff;
  margin-top: 10px;
}
.Table_Aisho_Wrap .tablesorter-header-inner>.sort_icon::before {
  border-bottom-color: #AEAEAE;
  margin-top: -12px;
}
.Table_Aisho_Wrap .tablesorter-header-inner>.sort_icon::after {
  border-top-color: #AEAEAE;
  margin-top: -1px;
}
.Table_Aisho_Wrap .tablesorter-header-inner>.sort_icon {
  padding-right: 18px;
  position: relative;
  color: #FFF;
  right: -6px;
  bottom: 2px;
}
.Table_Aisho_Wrap .aisho_sort_icon {
  content: "";
  display: block;
  background-image: url(../img/aisho/aisho_sort_icon.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 10.5px;
  background-size: cover;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.tablesorter-headerDesc .aisho_sort_icon {
  background-image: url(../img/aisho/aisho_sort_desc_icon.png);
}
.tablesorter-headerAsc .aisho_sort_icon {
  background-image: url(../img/aisho/aisho_sort_desc_icon.png);
  transform: translateX(-50%) rotateX(180deg);
}
.Table_Aisho .Header th {
  line-height: 1.2;
  background: #F4F2EC;
  font-size: 12px;
  font-weight: bold;
  color: #444;
  border-top: 1px solid #D9D8CF;
  border-bottom: 1px solid #D9D8CF;
  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: 70%;
}
.Table_Aisho .Header th:nth-child(2n),
.Table_Aisho .Header th:last-child {
  width: 15%;
}
.Table_Aisho .Header th {
  border-right: 1px solid #D9D8CF;
  position: relative;
  cursor: pointer;
}
.Table_Aisho th,
.Table_Aisho td {
  padding: 10px 8px;
  vertical-align: middle;
  border: 1px solid #D9D8CF;
}
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;
}
table.Table_Aisho dt.Race_Name_Wrap span.Race_Name {
  color: #0033AA;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: calc(100% - 97px);
}
table.Table_Aisho dt.Race_Name_Wrap span {
  font-size: 13px;
}
.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 dt.Race_Name_Wrap span:nth-of-type(1) {
  width: 54px;
}
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: 60px;
}
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 > dl > dd {
  padding: 0;
}
.Description_Inner_Title {
  color: #444444;
  font-size: 89.34%;
  font-weight: bold;
  background: #F3F3F3;
  padding: 5px 10px;
  line-height: 1.2;
}
.Description_Inner_ImgWrap {
  padding: 10px;
}
.Description_Inner_ImgWrap img {
  width: 100%;
}
/*----------------------------------------------
# 相性度 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 #D9D8CF;
  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[class^="Turmoil_Score Haran_Level_"] {
  color: #444;
  font-size: 20px;
  font-weight: bold;
}

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

td.Turmoil_Score.Haran_Level_1 {
  color: #8EC73F;
}

td.Turmoil_Score.Haran_Level_2 {
  color: #E0BA2B;
}

td.Turmoil_Score.Haran_Level_3 {
  color: #EF9326;
}

td.Turmoil_Score.Haran_Level_4 {
  color: #F26A16;
}

td.Turmoil_Score.Haran_Level_5 {
  color: #D92C23;
}

/* 波乱???�???? */
.Description_Box {
	/* padding: 0 10px 0; */
}
.Shutuba_RaceInfomation + .Description_Box,
.Description_Box + .Description_Box{
	padding: 10px 10px 0;
}
.Description_Box > dl,
.Shutuba_Help > dl {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	/*padding: 10px;*/
	padding: 0;
}
.Description_Box > dl > dd {
	padding: 0 10px 10px;
}
.Description_Box > dl > dt,
.Shutuba_Help > dl > dt {
	font-size: 72.22%;
	color: #666;
	padding: 10px 16px 10px 37px;
	/*padding-left: 27px;
	padding-right: 6px;*/
	position: relative;
	line-height: 1.1;
	cursor: pointer;
}
.Description_Box > dl > dt:before {
	content: "";
	width: 20px;
	height: 19px;
	background: url(../img/icon/icon_sprite_race_nk01.png) no-repeat;
	-webkit-background-size: 250px auto;
	-moz-background-size: 250px auto;
	-ms-background-size: 250px auto;
	background-size: 250px auto;
	background-position: -90px -186px;
	position: absolute;
	top: 50%;
	/*left: 0;*/
	left: 10px;
	margin-top: -10px;
}
.Description_Box > dl > dt .Icon_Arrow {
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 50%;
	/*right: 0;*/
	right: 10px;
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .4s;
	margin-top: -6px;
}
.Description_Box > dl > dt .Icon_Arrow.open {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.Description_Box .Icon_ArrowB {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 1px;
	background: none;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	/*right: 2px;*/
	right: 12px;
	margin-top: -5px;
}
.Description_Box .Icon_ArrowT {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 1px;
	background: none;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	/*right: 0;*/
	right: 10px;
	margin-top: -5px;
}
.Description_Box > dl > dd {
  padding: 0;
}
.Description_Inner_Title {
  color: #444444;
  font-size: 89.34%;
  font-weight: bold;
  background: #F3F3F3;
  padding: 5px 10px;
  line-height: 1.2;
}
.Description_Inner_ImgWrap,
.Description_Inner_TxtWrap {
  padding: 10px;
}
.Description_Inner_ImgWrap img {
  width: 100%;
}
.Description_Inner {
  margin-top: 0px;
}
.Description_Inner_TxtWrap p {
  line-height: 1.4;
}
.Turbulence_Barometer{
  display: flex;
  margin: 10px 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: 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 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;
}

/*----------------------------------------------
# 有料導線
----------------------------------------------*/
.Aisho_Blurred_Wrap {
  position: relative;
  overflow: hidden;
}
.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;
}
.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;
}

.Empty_Shushi_Data_Wrap{
  padding: 10px;
  background: #F5F4F1;
  border: 1px solid #E8E6E2;
}
.Empty_Shushi_Data_Wrap h3 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  margin-bottom: 15px;
}
.Empty_Shushi_Data_Wrap p {
  color: #666666;
  font-size: 16px;
  line-height: 1.1;
}
.Empty_Shushi_Data_Wrap a {
  background: #3251BC;
  color: #FFF;
  display: block;
  border-radius: 4px;
  text-align: center;
  padding: 13px;
  width: 315px;
  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;
}
