@charset "utf-8";
/*===========================================
データベース
netkeiba.com デザイン改修版
---------------------------------------------
目次

============================================*/

.ProfileDataTable.JockeyDataTable table tr:nth-child(n+10) {
    display: none;
}

    .ProfileDataTable.OwnerDataTable tr:nth-child(n+8) {
    display: none;
}

.ProfileDataTable.BreederDataTable tr:nth-child(n+8) {
    display: none;
}

.ProfileDataTable.TrainerDataTable tr:nth-child(n+9) {
    display: none;
}

/*===========================================

レース詳細ページ
z-race_detail.html

=============================================*/

/*---------------------------------
レース Header
---------------------------------*/

.RaceHeader {
    padding: 0 10px;
}

/* レース選択 */
.RaceHeader_Select {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px 0;
}

.Race_SelectWrapper {
    position: relative;
    width: 94px;
    height: 29px;
    overflow: hidden;
}

.Race_SelectWrapper:nth-child(n+2) {
    margin-left: 12px;
}

.Race_SelectWrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    border: 0 solid transparent;
    border-width: 6px 3.5px 0;
    border-top-color: #666;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.Race_Select {
    width: 100%;
    padding: 0 25px 0 14px;
    color: #444;
    font-size: 83.33%;
    font-weight: 700;
    line-height: 1.8;
    border: 1px solid #8497d7;
    border-radius: 4px;

    -webkit-transform-origin: left top;
    transform-origin: left top;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*---------------------------------
レース 情報
---------------------------------*/
.RaceHeader_Info {
    padding: 14px 17px;
    background-color: #f3f3f3;
    border-radius: 4px;
}

.RaceName_Num {
    display: block;
    margin-bottom: 4px;
    color: #666;
    font-size: 72.22%;
    font-weight: 400;
    line-height: 1.4;
}
.RaceHeader_Value .RaceName{
    line-height: 1.4;
    padding-right:33px;
    letter-spacing: -.1px;
}
.RaceName_main {
    color: #444;
    font-size: 116.67%;
}

.RaceName_main + .Icon_GradeType {
    position: relative;
    top: -2px;
    left: -4px;
    min-width: 33px;
    margin-left: 0;
    font-size: 61.112%;
    line-height: 1.64;
}

.RaceData {
    margin-top: 4px;
    color: #777;
    font-size: 77.22222%;
    line-height: 1.4;
}

.RaceData > span {
    display: inline-block;
}

.RaceData .Turf {
    color: #58af4a;
}

.RaceData .Dirt {
    color: #874c11;
}

span.WeatherData {
    display: inline-block;
    position: relative;
    padding-right: 18px;
}


.RaceHeader_Others {
    padding: 13px 19px;
    color: #777;
    font-size: 77.78%;
    line-height: 1.5;
}

.RaceHeader_Others > span {
    display: inline-block;
}

.RaceData {
    position: relative;
}

.Video_Pager {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 33px;
}

.RaceHeader_Select {
    background: #3251bd;
    color: #ffffff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 7px 10px !important;
}

.Race_Date {
    width: 151px;
    color: #ffffff;
    font-size: 83.333333333333%;
    line-height: 1.75;
    /*border: 1px solid #8497d7;*/
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 29px;
    /*background: #4963c0;*/
}

.RaceList_NameBox .RaceList_Item02 dl .Race_Data span.WeatherData {
    display: inline-block;
    position: relative;
    padding-right: 18px;
}

.Race_SelectWrapper::before {
    border-top-color: #fff;
    z-index: 1;
}

.Race_Select {
    color: #ffffff;
    background: #4963c0;
}

.Race_Select option {
    color: #444444;
    background: #ffffff;
}

.Race_Date span {
    padding-left: 2px;
}

.RaceHeader_Value {
    margin-top: 17.66666px;
    padding: 0px 10px;
    position: relative;
}

.RaceHeader_Value_Others {
    font-size: 13px;
    line-height: 1.3846em;
    color: #777777;
}


.RaceNav2 .MenuBox {
    margin-top: 20px;
}

.Icon_Weather {
    display: inline-block;
    background: url(../img/icon_weather.png) no-repeat;
    -webkit-background-size: 37px 133px;
    -moz-background-size: 37px 133px;
    -ms-background-size: 37px 133px;
    background-size: 37px 133px;
    position: absolute;
    top: -3px;
    margin-left: 3px;
    width: 18px;
    height: 18px;
}

.RaceHeader_Select span.Sun {
    color: #ff4473;
}

.RaceHeader_Select span.Sat {
    color: #9acfff;
}

.Weather01 {
    background-position: -10px -9px;
}

.Weather02 {
    background-position: -10px -41px;
}

.Weather03 {
    background-position: -10px -73px;
}

.Weather04 {
    background-position: -10px -107px;
}
/*-- Classic対応 --*/
body.Classic .RaceHeader_Select{
    background-color: #898326;
}
body.Classic .Race_Select {
    color: #ffffff;
    background: #898326;
    border: 1px solid #d9d6ae;
}
body.Classic .RaceHeader_Value{
    margin-top:0;
    padding: 17px 10px 10px;
    background-color: #f7f6e2;
    background-image: url(../img/bg_classic_header.png);
    background-size: 175px 40px;
    background-repeat: no-repeat;
    background-position: right 34px;
}
body.Classic .RaceNav2 .MenuBox{
    margin-top:10px;
}
/*---------------------------------
レース メニュー
---------------------------------*/

.ResultMenu {
    position: relative;
}

.ResultMenu ul {
    padding: 0px 10px;
    margin-bottom: 20px;
}
.ResultMenu > ul li.other{
    float:right;
}
.ResultMenu > ul li.other a {
    position: relative;
}

.ResultMenu ul li a {
    font-weight: 700;
    position: relative;
}

.MenuBox > ul li.other a.OtherBtn span {
    margin-left: -10px;
}

.ResultMenu > ul li a.OtherBtn:after {
    position: absolute;
    top: 14px;
    right: 10px;
    margin: auto;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3.5px 0 3.5px;
    border-color: #444444 transparent transparent transparent;
}

.ResultMenuBody {
    width: 100%;
    background-color: #fff;
    z-index: 9000;
}

.ResultMenuBody ul li {
    float: right;
}

.ResultMenuBody dl dt {
    position: static;
    margin-top: 0px;
    height: 0px;
    border: 0px;
}
.ResultMenu ul li a.OtherBtn span{
    margin-left:-10px;
}




/*---------------------------------
動画
---------------------------------*/
.VideoBox {
    padding-bottom: 20px;
}



.VideoSampleThum {
    margin: 0px 10px;
    position: relative;
}

.VideoSampleThum a:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left: 34px solid #fff;
    margin-left: 10px;
    transform: translate(-50%, -50%);
}

.VideoSampleThum a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 70px;
    margin-right: -70px;
    /* margin-top: -35px; */
    transform: translate(-50%, -50%);
}

.Video_List {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8.33333px;
}

.Video_Colleft {
    width: 124.66666px;
}

.Video_Colright {
    flex: 1;
    font-size: 15px;
    font-weight: 700;
    padding: 13px;
}

.Video_List:first-child {
    margin-top: 21.3333px;
}

.SearchResult_List {
    margin-bottom: 25px;
    padding: 0 10px;
}

.SearchResult_List.List_01 li .PhotoThumb_01.Race::before {
    content: "";
    position: absolute;
    top: 6px;
    right: 7px;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 20px;
}

.SearchResult_List.List_01 li .PhotoThumb_01.Race::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 8px solid #fff;
}

.LinkBox_01 .LinkBox_Item01,
.LinkBox_01 .LinkBox_Item02 {
    display: table-cell;
    vertical-align: middle;
}

.ResuleVideo_List h2 {
    color: #444444;
    font-size: 88.89%;
    padding-top: 15px;
}

.VideoTime {
    position: absolute;
    right: 4px;
    bottom: 4px;
    padding: 2px 4px;
    color: #fff;
    font-size: 55.556%;
    background-color: #000;
    border-radius: 1px;
}

.VideoSampleThum img {
    width: 100%;
    vertical-align: top;
}

.LinkBox_01 .LinkBox_Item02 {
    width: 100%;
}

.ResuleVideo_List .LinkBox_01 .LinkBox_Item01,
.ResuleVideo_List .LinkBox_01 .LinkBox_Item02 {
    display: table-cell;
    vertical-align: top;
}

.ResuleVideo_List {
    padding: 0px 10px;
}

.ResuleVideo_List.List_01 li .PhotoThumb_01.Race::before {
    content: "";
    position: absolute;
    top: 6px;
    right: 7px;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 20px;
}

.ResuleVideo_List.List_01 li .PhotoThumb_01.Race::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 8px solid #fff;
}

.ResultMenuBody.disp_none dl dd ul li a {
    font-weight: 700;
    background: #fff;
    color: #666;
    font-size: 67%;
    border: 1px solid #dedede;
    padding: 12px 0;
    margin-right: 8px;
    display: block;
    text-align: center;
    border-radius: 6px;
}


/*---------------------------------
払戻金
---------------------------------*/
.Result_Pay_Back > table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.Result_Pay_Back > table tbody {
    border-top: 1.5px solid #e6e6ee;
}

.Result_Pay_Back > table td {
    border-right: 2px solid #e6e6ee;
    font-size: 77%;
    text-align: right;
    padding: 8px 4.6px 8px 13.3px;
    font-weight: 700;
    line-height: 1.3;
}
.Result_Pay_Back > table tr + tr td{
    padding-top:0;
}
.Result_Pay_Back > table td:fist-child {
    text-align: left;
}

.Result_Pay_Back > table td:last-child {
    border-right: none;
    font-weight: 300;
}

.Result_Pay_Back > table tbody th {
    font-size: 77%;
    text-align: left;
    padding-left: 4.6px;
}

.Result_Pay_Back > table tbody:nth-child(1) {
    background: #ecf2fe;
}

.Result_Pay_Back > table tbody:nth-child(1) th {
    background: #565eaf;
    color: #ffffff;
}

.Result_Pay_Back > table tbody:nth-child(2) {
    background: #feeeee;
}

.Result_Pay_Back > table tbody:nth-child(2) th {
    background: #cb5354;
    color: #ffffff;
}

.Result_Pay_Back > table tbody:nth-child(3) {
    background: #f0fdeb;
}

.Result_Pay_Back > table tbody:nth-child(3) th {
    background: #51a454;
    color: #ffffff;
}

.Result_Pay_Back > table tbody:nth-child(4) {
    background: #f9eafd;
}

.Result_Pay_Back > table tbody:nth-child(4) th {
    background: #87599a;
    color: #ffffff;
}

.Result_Pay_Back > table tbody:nth-child(5) {
    background: #ebfafd;
}

.Result_Pay_Back > table tbody:nth-child(5) th {
    background: #529fa7;
    color: #ffffff;
}

.Result_Pay_Back > table tbody:nth-child(6) {
    background: #fffbe7;
}

.Result_Pay_Back > table tbody:nth-child(6) th {
    background: #e6a33a;
    color: #ffffff;
}

.Result_Pay_Back > table tbody:nth-child(7) {
    background: #ebfafd;
}

.Result_Pay_Back > table tbody:nth-child(7) th {
    background: #4a94bb;
    color: #ffffff;
}

.Result_Pay_Back > table tbody:nth-child(8) {
    background: #fffbe7;
    border-bottom: 1.5px solid #e6e6ee;
}

.Result_Pay_Back > table tbody:nth-child(8) th {
    background: #e4813e;
    color: #ffffff;
}

.Result_Pay_Back > table tbody.Tansho {
    background: #ecf2fe;
}

.Result_Pay_Back > table tbody.Tansho th {
    background: #565eaf;
    color: #ffffff;
}

.Result_Pay_Back > table tbody.Fukusho {
    background: #feeeee;
}

.Result_Pay_Back > table tbody.Fukusho th {
    background: #cb5354;
    color: #ffffff;
}

.Result_Pay_Back > table tbody.Wakuren {
    background: #f0fdeb;
}

.Result_Pay_Back > table tbody.Wakuren th {
    background: #51a454;
    color: #ffffff;
}

.Result_Pay_Back > table tbody.Umaren {
    background: #f9eafd;
}

.Result_Pay_Back > table tbody.Umaren th {
    background: #87599a;
    color: #ffffff;
}

.Result_Pay_Back > table tbody.Wide {
    background: #ebfafd;
}

.Result_Pay_Back > table tbody.Wide th {
    background: #529fa7;
    color: #ffffff;
}

.Result_Pay_Back > table tbody.Umatan {
    background: #fffbe7;
}

.Result_Pay_Back > table tbody.Umatan th {
    background: #e6a33a;
    color: #ffffff;
}

.Result_Pay_Back > table tbody.Fuku3 {
    background: #ebfafd;
}

.Result_Pay_Back > table tbody.Fuku3 th {
    background: #4a94bb;
    color: #ffffff;
}

.Result_Pay_Back > table tbody.Tan3 {
    background: #fffbe7;
    border-bottom: 1.5px solid #e6e6ee;
}

.Result_Pay_Back > table tbody.Tan3 th {
    background: #e4813e;
    color: #ffffff;
}

.Result_Pay_Back > table tbody.Wakutan {
    background: #f0fdeb;
}

.Result_Pay_Back > table tbody.Wakutan th {
    border-bottom: 1.5px solid #e6e6ee;
    background:#51a454;
    color: #ffffff;
}


/*---------------------------------
コーナー通過
---------------------------------*/

.result_corner {
    padding: 0px 10px;
}

.result_corner > table {
    width: 100%;
}

.result_corner > table th {
    background-color: #eaeaea;
    padding: 9px 8px 7px;
    font-size: 74%;
    width: 80px;
}

.result_corner > table tr {
    border-top: 1px solid #dadada;
}

.result_corner > table tr:last-child {
    border-bottom: 1px solid #dadada;
}

.result_corner > table tr td {
    line-height: 1.3888em;
    color: #565656;
    font-size: 83.4%;
    padding: 13.6666px 4.3333px;
    letter-spacing: 0.01em;
}

.result_corner > table tr span {
	display: inline-block;
	font-weight: 700;
}
.Result_TrackData > table .TrackBiasTitle {
	position: relative;
}
.Result_TrackData > table .TrackBiasTitle span.NewFlag{
	position: absolute;
	overflow: visible;
	text-indent: 0;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	background: #EF5350;
	padding: 2px 8px;
	border-radius: 2px;
	white-space: nowrap;
	top: -19px;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0.9);
	transform: translateX(-50%) scale(0.9);
}
.Result_TrackData > table .TrackBiasTitle span.NewFlag::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 50%;
	display: inline-block;
	border: solid 3px transparent;
	border-top: solid 6px #EF5350;
	margin-left: -4px;
}


/*.result_corner > table tr span.rank1,
.result_corner > table tr span.Corner_Num01 {
	background-color: #ffef7f;
}
.result_corner > table tr span.rank2,
.result_corner > table tr span.Corner_Num02 {
	background-color: #cbdeff;
}
.result_corner > table tr span.rank3,
.result_corner > table tr span.Corner_Num03 {
	background-color: #efc79f;
}
*/
.result_corner > table tr span.Corner_Num01 {
    display: inline-block;
    font-weight: bold;
    min-width: 24px;
    text-align: center;
    color: #000;
    background: #ffef84;
    border: 1px solid #ccb834;
	padding: 0.13em .25em;
	margin: -0.1em 0.15em;
}
.result_corner > table tr span.Corner_Num02 {
   color:#407ed2;
}
.result_corner > table tr span.Corner_Num03 {
    color:#e64d4d;
}
/* 馬場情報 */
.TrackBiasWrap {
	display: flex;
	align-items: center;
}
.TrackBiasWrap .TrackBiasTxt01 {
	font-size: 82.23%;
	font-weight: bold;
}
.Result_TracData .TrackBiasWrap .TrackBiasTxt01,
.RaceTrackBox01 .TrackBiasWrap .TrackBiasTxt01 {
	padding-left: 20px;
}
.TrackBiasWrap .TrackBiasImg {
	position: relative;
	width: 49.5%;
	margin-left: auto;
	background: #c5f0fa;
	padding-top: 4%;
}
.TrackBiasImg::before {
	content: "";
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_1%22%20data-name%3D%22%E5%90%88%E4%BD%93%201%22%20d%3D%22M-8194-2321v-24h2v24Zm-30-22v-2h30v2Z%22%20transform%3D%22translate(8224.001%202345)%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E');
	background-position: 0 0;
	background-repeat: repeat-x;
	background-size: contain;
	position: absolute;
	top: 3.2%;
	left: 0;
	width: 100%;
	padding-top: 6.3%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.TrackBiasImg > .TrackBiasIn,
.TrackBiasImg > .TrackBiasCenter,
.TrackBiasImg > .TrackBiasOut {
	font-size: 72.23%;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	position: relative;
	z-index: 1;
	border-top: 1px solid #fff;
	color: #34570B;
}
.TrackBiasImg > .Best {
	background: #8cc939;
}
.TrackBiasImg > .Normal {
	background: #c2e648;
}
.TrackBiasImg > .Bad {
	background: #f4faaf;
}
.result_corner > table tr td.TrackBiasCell {
	padding: 0;
}
.Result_TrackData > table tr td.TrackBiasCell .TrackBiasTxt01{
	padding: 13.6666px 4.3333px;
}



/* コーナー順位の見方 */
.Description_Box {
    padding: 10px 10px 0;
}
.Description_Box > dl {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 10px;
}
.Description_Box > dl > dt {
    font-size: 72.22%;
    color: #666;
    padding-left: 27px;
    padding-right: 6px;
    position: relative;
    line-height: 1.1;
}
.Description_Box > dl > dt:before {
content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.Description_Box > dl > dt .Icon_Arrow {
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 0;
    right: 0;
    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;
}
.Description_Box > dl > dt .Icon_Arrow.open {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.Description_Box table.Icon_Guide {
    background: #fff;
    border-radius: 4px;
    width: 100%;
}
.Description_Box table.Icon_Guide tr th {
    text-align: left;
    width: 38px;
}
.Description_Box table.Icon_Guide tr td {
    font-size: 13px;
    font-weight: bold;
    vertical-align: bottom;
}
.Description_Box > dl > dd {
    display: none;
}
.Description_Inner {
    /*border: 2px solid #fff;*/
    margin-top: 9px;
}
.Description_Inner dl dt {
    font-size: 78%;
    font-weight: bold;
    padding: 9px;
}
.Description_Inner dl dd {
    font-size: 78%;
    line-height: 1.5;
    padding: 12px 8px;
    background: #fff;
}

.Description_Inner.corner_result img{
    width: 100%;
}
.Description_Inner.corner_result .table_description p{
    position: relative;
    font-size: 78%;
    margin: 10px 0;
    padding-left: 22px;
    line-height: 1.3em;
}
.Description_Inner.corner_result .table_description p span.num{
    position: absolute;
    left: 0;
    display: inline-block;
    width:16px;
    height: 16px;
    border-radius: 16px;
    color: #fff;
    font-size:11px;
    text-align: center;
    line-height: 16px;
    background-color:#4150b2;
}
.Description_Inner.corner_result .table_description p span.Corner_Num01{
    margin:0 6px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    color: #000;
    background: #ffef84;
    border: 1px solid #ccB834;
	padding: 0.13em .25em;
	margin: -0.1em 0.15em;
}
.Description_Inner.corner_result .table_description p span.Corner_Num02{
    padding:0 6px;
    font-weight: bold;
    color:#407ed2;
}
.Description_Inner.corner_result .table_description p span.Corner_Num03{
    padding:0 6px;
    font-weight: bold;
    color:#e64d4d;
}
.Description_Inner.corner_result table {
    border-collapse: collapse;
    background-color:#fff;
}
.Description_Inner.corner_result table tr th,
.Description_Inner.corner_result table tr td:first-child {
    background: #efefd9;
    font-size: 74%;
    color: #777;
    border-top: 1px solid #E3E5EB;
    border-bottom: 1px solid #E3E5EB;
    padding: 8px 4px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.2;
    letter-spacing: 1px;
    white-space: nowrap;
    text-align: center;
}
.Description_Inner.corner_result table tr td:first-child{
    width:40px;
}
.Description_Inner.corner_result table tr td {
    font-size: 83%;
    line-height: 1.3;
    text-align: left;
    padding: 8px 12px 8px 8px;
    border: 1px solid #E3E5EB;
    letter-spacing: 1px;
    word-break: break-all;
}






.SpeedIndex .Description_Inner dl dt {
    color: #fff;
    background: #72737e;
}
.Description_Inner .help_numberlist li p {
    line-height: 1.5;
}
.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;
}
/*---------------------------------
ラップタイム
---------------------------------*/
.result_raptime .rap_pace{
    font-size: 83.4%;
    padding-bottom: 6px;
}
.result_raptime > table {
    width: 100%;
}

.result_raptime > table tr th {
    background: #eaeaea;
    border-right: 1px solid #dadada;
    padding: 9px 8px 7px;
    font-size: 83.4%;
}

.result_raptime > table tr th:last-child {
    background: #eaeaea;
    border-right: none;
}

.result_raptime > table tr {
    border-top: 1px solid #dadada;
}

.result_raptime > table tr.PassingTime td {
    padding: 7px 9px 0px;
    line-height: 1.3;
}

.result_raptime > table tr.WrapTime td {
    padding: 0px 9px 7px;
    line-height: 1.3;
}

.result_raptime > table tr:last-child {
    border-top: none;
}

.result_raptime > table tr td {
    border-right: 1px solid #dadada;
    font-size: 83.4%;
    text-align: center;
    line-height: 1.5em;
}

.result_raptime p {
    padding-top: 11px;
    color: #2e2e2e;
    font-size: 11px;
}

.result_raptime > table tr td:last-child {
    border-right: none;
}

.result_raptime {
    padding: 0px 10px;
}

.img-responsive {
    width: 100%;
}


/*---------------------------------
レース分析
---------------------------------*/
p.analytics {
    line-height: 1.4375em;
    font-size: 16px;
    color: #666666;
    padding: 0px 24px;
    text-align: justify;
}
/*---------------------------------
ゴール前写真
---------------------------------*/
.Goal_Recollection figcaption {
    font-size: 88.888888888889%;
    line-height: 1.4375em;
}


.txt_body {
    position: relative;
    height: 3.2em;
    font-size: 136x;
    line-height: 1.4735;
    overflow: hidden;
    -webkit-transition: height 0.2s ease-in;
    transition: height 0.2s ease-in;
    color: #666666;
    line-height: 1.4375em;
    font-size: 16px;
    color: #666666;
    padding: 0px 10px;
    text-indent: 1em;
    text-align: justify;
}

.txt_body::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3.5em;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
    z-index: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.txt_body.expanded::after {
    background: transparent;
}


.textOpener {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-size: 100%;
    border: 0;
    outline: none;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 30px;
    width: 141.6666px;
    height: 30px;
    color: #666666;
    text-align: center;
    padding: 5px;
    height: 28px;
    top: -28px;
    z-index: 1;
    background: #ffffff;
    font-size: 14px;
}

.textOpener span.icon {
    position: absolute;
    right: 20%;
}

.expanded + .textOpener span.icon {
    position: absolute;
    right: 20%;
}

.textOpener:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    right: 10px;
    top: 30%;
    border-top: 2px solid #d4d4d4;
    border-right: 2px solid #d4d4d4;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.expanded + .textOpener {
    top: 0px;
}

.expanded + .textOpener:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    right: 10px;
    top: 30%;
    border-top: 2px solid #d4d4d4;
    border-right: 2px solid #d4d4d4;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.expanded {
    -webkit-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}

.Goal_Recollection h4 {
    padding: 10px 13px 33px;
    color: #666666;
    line-height: 1.475em;
    font-weight: 300;
}

/*---------------------------------
レース短評
---------------------------------*/
.Tanpyo {
    padding: 0px 10px;
}

.Tanpyo > table {
    width:100%;
    margin-top: 11px;
}

.Tanpyo > table:first-child {
    margin-top: 0px;
}

.Tanpyo > table th {
    border: 1px solid #cacaca;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.1333em;
    padding: 7px;
    text-align: center;
    color: #444444;
}

.Tanpyo > table th:nth-child(2) {
    border: 1px solid #cacaca;
    border-left: none;
    text-align: left;
    padding: 13px;
    background: #f3f3f3;
}

.Tanpyo > table td {
    border: 1px solid #cacaca;
    border-left: none;
    padding: 15.6px 13px;
}

.Tanpyo > table td p {
    font-size: 15px;
    line-height: 1.1333em;
    display: contents;
    color: #777777;
}

.Tanpyo_Vertical {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}


/*---------------------------------
プロ予想
---------------------------------*/

.Race_Umaiyoso {
    margin-bottom: 46px;
}

.ProYosoka_List_Wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ProYosoka_List_Wrap {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
    margin-top: -5px;
    padding: 5px 10px 0;
}

.Hit .ProYosoka_Box {
    padding: 9px 10px;
    border: 2px solid #ef5350;
}

.ProYosoka_List_Wrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 292px;
    -ms-flex-wrap: 292px;
    flex-wrap: 292px;
    white-space: normal;
}

.ProYosoka_Box .Profile .Name {
    margin-bottom: 6px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ProYosoka_Box .Profile .Name a {
    display: inline-block;
    font-size: 1.1875rem;
}

.Hit .ProYosoka_Box::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    display: block;
    width: 76px;
    height: 76px;
    background-image: url(../img/img_hit_stamp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 0;
}

.ProYosoka_Box {
    position: relative;
    width: 292px;
    height: 100%;
    padding: 10px;
    border: 1px solid #cacaca;
    border-radius: 6px;
}

.ProYosoka_Box .Profile {
    display: table-cell;
    width: 100%;
    padding-left: 16px;
    vertical-align: top;
}

.ProYosoka_Box .Profile .Categories {
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 13px 2px;
    color: #fff;
    font-size: 0.75rem;
    background-color: #9e9e9e;
    border-radius: 9px;
}

.ProYosoka_Box .YosokaData {
    display: table;
    margin: 20px auto 16px;
    text-align: center;
}

.ProYosoka_Box .YosokaData dd {
    display: table-cell;
    padding-left: 10px;
    color: #c53131;
    font-size: 1.5625rem;
    font-weight: 700;
    vertical-align: middle;
}

.ProYosoka_Box .YosokaData dt {
    display: table-cell;
    padding-top: 4px;
    color: #777;
    font-size: 1.0625rem;
    font-weight: 700;
    vertical-align: middle;
}

.ProYosoka_Box .Comment > .Txt {
    display: -webkit-box;
    height: 2.8em;
    color: #777;
    font-size: 0.9375rem;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ProYosoka_Box .BtnArea {
    margin-top: 8px;
}

.ProYosoka_Box .BtnArea .StateBtn.State1 {
    color: #666;
    border-color: #888;
}

.ProYosoka_Box .BtnArea .StateBtn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 17px 0 16px;
    width: 100%;
    font-size: 0.9375rem;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 7px;
    outline: none;
}

.ProYosoka_List_Wrap li + li {
    margin-left: 10px;
}

.ProYosoka_Box .YosokaImage {
    display: table-cell;
    width: 65px;
    vertical-align: top;
    overflow: hidden;
    border-radius: 6px;
}

.ProYosoka_Box .Yosoka {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.ProYosoka_Box .YosokaImage img {
    width: 100%;
    border-radius: 6px;
}

.ProYosoka_Box .Profile .CatchPhrase {
    color: #777;
    font-size: 0.75rem;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ProYosoka_Box .Comment {
    padding: 8px 16px;
    background-color: #f4f4f4;
    border-radius: 6px;
}


/*---------------------------------
レース結果テーブル
---------------------------------*/
.Race_Subblock.RaceResults table.ResultsByRaceDetail tr td[class^="center Waku"] {
    padding: 3px;
    width: 20px;
}

.Race_Subblock.RaceResults table.ResultsByRaceDetail tr td span.RaceRecord {
    background: #555555;
    color: #FFF;
    border-radius: 2px;
    padding: 3px 6px;
}

table tr td.Waku1,
span.Waku1 {
    background: #fff;
}

table tr td.Waku2,
span.Waku2 {
    background: #222 !important;
    color: #fff !important;
}

table tr td.Waku3,
span.Waku3 {
    background: #dc3c3c !important;
    color: #fff !important;
}

table tr td.Waku4,
span.Waku4 {
    background: #2c53a9 !important;
    color: #fff !important;
}

table tr td.Waku5,
span.Waku5 {
    background: #e4ca3b !important;
    color: #fff !important;
}

table tr td.Waku6,
span.Waku6 {
    background: #58af4a !important;
    color: #fff !important;
}

table tr td.Waku7,
span.Waku7 {
    background: #de8a26 !important;
    color: #fff !important;
}

table tr td.Waku8,
span.Waku8 {
    background: #dc6179 !important;
    color: #fff !important;
}

.Race_Subblock.RaceResults table.ResultsByRaceDetail tr td {
    padding: 6px;
    height: 33px;
    white-space: nowrap;
}

td.Result {
    text-align: left !important;
}
.Result_Pay_Back p{
    font-size: 78%;
    color: #666;
    padding: 0 10px;
}

/*---------------------------------
セクション間のマージン指定
---------------------------------*/

.Race_Movie {
    margin-bottom: 50px;
    padding-top: 50px;
    margin-top: -70px;
}

.Race_Payback {
    margin-bottom: 44px;
}

.Race_Raptime {
    margin-bottom: 48px;
}

.Race_Goal {
    margin-bottom: 23px;
}

.Race_Analytics {
    margin-bottom: 56px;
}

.Race_Tanpyo {
    margin-bottom: 46px;
}

/*----- バナー設置 .nk_info_bunner ----*/
.nk_info_bunner a {
	display:block;
	padding:0 10px;
}
.nk_info_bunner a img {
	display:block;
	width: 100%;
}




/*===========================================

競走馬詳細ページ
z_horse_profile_sire

=============================================*/

/*---------------------------------
いいねボタンミュートボタンの追加
---------------------------------*/
.HorseComment.Profile_Sire  ul li .CommentMain{
    display: inline-block;
}
.HorseComment.Profile_Sire ul li .CommentMain p{
    margin-bottom: 10px;
}
.HorseComment.Profile_Sire ul li .CommentMain .BBS_Btn{
    float: right;
    padding: 7px 5px 5px 26px;
    position: relative;
    font-size: .8em;
}
.HorseComment.Profile_Sire ul li .CommentMain .BBS_Btn .Icon_BBS_S {
    display: inline-block;
    background: url(../img/icon/icon_sprite_db_S.png);
    background-repeat: no-repeat;
    -webkit-background-size: 55px 1000px;
    -moz-background-size: 55px 1000px;
    -ms-background-size: 55px 1000px;
    background-size: 55px 1000px;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 9px;
    background-position: -16px -38px;
    top: 3px;
}
.HorseComment.Profile_Sire ul li .CommentMain .BBS_Btn .Icon_BBS_S .CommentBtnNice{
    position: relative;
}
.HorseComment.Profile_Sire ul li .CommentMain a.Good {
    display: block;
    font-size: 72.22%;
    margin-bottom: 0px;
    color: #777;
}
.HorseComment.Profile_Sire ul li .CommentMain .CommentBtnList {
    float: left;
    position: relative;
    top: 3px;
}
.HorseComment.Profile_Sire ul li .CommentMain .CommentBtnList .Icon_UserBlock{
    display: inline-block;
    background: url(../img/icon/icon_sprite_db_S.png);
    background-repeat: no-repeat;
    -webkit-background-size: 55px 1000px;
    -moz-background-size: 55px 1000px;
    -ms-background-size: 55px 1000px;
    background-size: 55px 1000px;
    width: 18px;
    height: 18px;
    background-position: -6.75px -84px;
    width: 18px;
    height: 18px;
    background-size: 41.25px 750px;
}
/*---------------------------------
ミュートの追加
---------------------------------*/
/* ユーザーミュート機能 */
.HorseComment.Profile_Sire ul li .CommentMain .CommentBtnList .MuteMenuToggle{
	position: absolute;
	top: 22px;
	z-index: 10;
	overflow: unset!important;
}
.HorseComment.Profile_Sire ul li .CommentMain .CommentBtnList .MuteMenuToggle_Content{
	/* position: relative; */
}
.HorseComment.Profile_Sire ul li .CommentMain .CommentBtnList .MuteMenuToggle_Content:before{
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 7px 7px 7px;
	border-color: transparent transparent #ccc transparent;
	line-height: 0px;
	top: -6px;
	left: 5px;
}
.HorseComment.Profile_Sire ul li .CommentMain .CommentBtnList .MuteMenuToggle_Content:after{
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 7px 7px 7px;
	border-color: transparent transparent #fff transparent;
	line-height: 0px;
	top: -5px;
	left: 5px;
}
.HorseComment.Profile_Sire ul li .CommentMain a.CommentBtnDesign{
    margin-bottom:0px;
}
.HorseComment.Profile_Sire ul li .CommentMain a.CommentBtnDesign .LikeCount{
    margin-left:5px;
}
.HorseComment.Profile_Sire ul li .CommentMain .CommentBtnList .MuteMenuToggle ul{
	width: 285px;
	padding: 0 18px 0;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 2px 7px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 7px 0px rgba(0,0,0,.2);
	box-shadow: 0 2px 7px 0px rgba(0,0,0,.2);
}
.HorseComment.Profile_Sire ul li .CommentMain .CommentBtnList .MuteMenuToggle ul li{
	padding: 0;
}
.HorseComment.Profile_Sire ul li .CommentMain .CommentBtnList .MuteMenuToggle ul li > a{
	display: block;
	background: #fff;
	font-size: 78%;
	border-bottom: 1px solid #eaeaea;
	padding: 22px 0px 21px;
	color: #222;
	cursor: pointer;
}
.HorseComment.Profile_Sire ul li .CommentMain .CommentBtnList .MuteMenuToggle ul li:last-child .UserFunction_List,
.HorseComment.Profile_Sire ul li .CommentMain .CommentBtnList .MuteMenuToggle ul li:last-child a {
	border-bottom: none;
}
.HorseComment.Profile_Sire ul li .CommentMain .CommentBtnList .MuteMenuToggle ul li + li{
    margin:0px;
}
.disp_block{
    display: block !important;
}
/* トラックバイアス */
.TrackBiasWrap {
    display: flex;
    align-items: center;
}
.TrackBiasWrap .TrackBiasTxt01 {
    font-size: 82.23%;
    font-weight: bold;
}
.RaceTrackBox01 .TrackBiasWrap .TrackBiasTxt01 {
    padding-left: 20px;
}
.TrackBiasWrap .TrackBiasTxt02 {
    font-size: 92.86%;
    line-height: 1.3;
    padding: 8px;
}
.TrackBiasWrap .TrackBiasImg {
    position: relative;
    width: 49.5%;
    margin-left: auto;
    background: #c5f0fa;
    padding-top: 4%;
}
.TrackBiasImg::before {
    content: "";
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_1%22%20data-name%3D%22%E5%90%88%E4%BD%93%201%22%20d%3D%22M-8194-2321v-24h2v24Zm-30-22v-2h30v2Z%22%20transform%3D%22translate(8224.001%202345)%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    top: 3.2%;
    left: 0;
    width: 100%;
    padding-top: 6.3%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.TrackBiasImg > .TrackBiasIn,
.TrackBiasImg > .TrackBiasCenter,
.TrackBiasImg > .TrackBiasOut {
    font-size: 72.23%;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    position: relative;
    z-index: 1;
    border-top: 1px solid #fff;
    color: #253e07;
}
.TrackBiasImg.Dirt > .TrackBiasIn,
.TrackBiasImg.Dirt > .TrackBiasCenter,
.TrackBiasImg.Dirt > .TrackBiasOut {
    color: #3c2f08;
}
.TrackBiasImg.Turf > .Best {
    background: #8cc939;
}
.TrackBiasImg.Turf > .Normal {
    background: #c2e648;
}
.TrackBiasImg.Turf > .Bad {
    background: #f4faaf;
}
.TrackBiasImg.Dirt > .Best {
    background: #D9B95C;
}
.TrackBiasImg.Dirt > .Normal {
    background: #f2dc9d;
}
.TrackBiasImg.Dirt > .Bad {
    background: #FEF0C7;
}

.Result_TrackData > table tr td.TrackBiasCell .TrackBiasTxt01{
    padding: 13.6666px 4.3333px;
}

/* 有料導線 */
.TrackBiasSample01 {
    position: relative;
    display: inline-block;
    background: url(../img/race/sample_race_txt01.jpg) 0 0 no-repeat;
    background-size: auto 100%;
    width: 81px;
    height: 36px;
}
.TrackBiasSample02 {
    position: relative;
    display: block;
    background: url(../img/race/sample_bias01.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 91px;
}
.TrackCushionSample01 {
    position: relative;
    display: block;
    background: url(../img/race/sample_cushion01.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 96%;
    width: calc(100% - 20px);
    min-height: 66px;
    height: auto;
    margin: 10px 10px 20px;
}
.MoistureSample01 {
    position: relative;
    display: inline-block;
    background: url(../img/race/sample_moisture01.png) 0 0 no-repeat;
    background-size: 100%;
    width: 56px;
    height: 35px;
    margin: -12px -14px;
}
.MoistureSample02 {
    position: relative;
    display: block;
    background: url(../img/race/sample_moisture02.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 148px;
}
.Analysis_Sample01 {
    position: relative;
    display: inline-block;
    background: url(../img/race/sample_race_analysis_txt01.jpg) 0 0 no-repeat;
    background-size: contain;
    width: 100%;
    height: 28px;
}
.Analysis_Sample02 {
    position: relative;
    display: inline-block;
    background: url(../img/race/sample_race_analysis_txt02.jpg) 0 0 no-repeat;
    background-size: contain;
    width: 100%;
    height: 49px;
}
.Analysis_Sample03 {
    position: relative;
    display: inline-block;
    background: url(../img/race/sample_race_analysis_txt03.jpg) 0 0 no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 320px;
    height: 45px;
}
.TrackBiasSample02::before,
.TrackCushionSample01::before,
.MoistureSample02::before,
.Analysis_Sample01::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 38px;
    background: url(../img/icon/icon_finger.png) no-repeat;
    background-size: cover;
    z-index: 6600;
}
.Analysis_Sample01::before {
    top: auto;
    bottom: -48px;
}
#Race_TrackTop .Master_Regist_Box {
    width: 80%;
}

