@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;
}

/* レース選択 */

.Race_SelectWrapper {
    position: relative;
    width: 100px;
    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.223%;
    line-height: 1.4;
}
.RaceData > span {
    display: inline-block;
    vertical-align: middle;
}
.RaceData .Turf {
    color: #58af4a;
}
.RaceData .Dirt {
    color: #874c11;
}

span.WeatherData {
	position: relative;
/*	padding-right: 18px; */
	line-height: 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: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 7px 10px;
}
.RaceHeader_Select {
    background: #3251bd;
	color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 7px 10px;
}
.Race_Date {
    color: #ffffff;
    font-size: 77.78%;
    line-height: 1.75;
    height: 29px;
    margin-right: auto;
}
/*
.RaceList_NameBox .RaceList_Item02 dl .Race_Data span.WeatherData {
    display: inline-block;
    position: relative;
}
*/
.Race_SelectWrapper::before {
    border-top-color: #fff;
    z-index: 1;
}
.Race_Select {
    color: #fff;
    background: #4963c0;
}
.Race_Select option {
    color: #444;
    background: #fff;
}
.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;
} */
.RaceData .Icon_Weather {
	vertical-align: middle;
}

.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;
} */
.Weather00 {
	position: relative;
	background: none;
    background-position: 0;
}
.Weather {
    display: none;
}
/*-- 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;
}
#Netkeiba_RaceDetail .Main_Column {
	overflow: visible;
}
@media only screen and (min-width:768px){
	.RaceHeaderArea {
		min-height: 266px;
	}
	
}
/*---------------------------------
動画
---------------------------------*/
.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;
}
.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_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;
}
/* コーナー順位の見方 */
/* コーナー順位の見方 */
.Description_Inner.corner_result img{
    width: 100%;
    max-width: 400px;
}
.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{
	display: inline-block;
    margin:0 6px;
	font-weight: bold;
    width: 40px;
    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;
}

.Description_Box {
	margin: 0 10px;
}
.Description_Box > dl {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	/*padding: 10px;*/
	padding: 0;
}
.Description_Box > dl > dd {
	padding: 0 10px 10px;
}
.Description_Box > 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;
}
/* データの提供について Provision of data*/

.Description_Box.DataInfo {
	margin: 0 10px;
	width: 100%;
	max-width: 768px;
	margin: auto;
}
.Description_Box.DataInfo > dl {
	margin: 0 10px;
}



.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;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    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;
    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;
}


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;
}


   
    /* 日付 */
	.RaceChange_BtnArea {
		position: relative;
		display: -webkit-box;
		display: flex;
		align-items: center;
		background: #e9e9e9;
		border-radius: 4px;
		margin-bottom: 12px;
	}
	.RaceDayNext_pc {
		position: relative;
		margin-left: auto;
	}
	.RaceChange_BtnArea dl {
		display: -webkit-box;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-grow: 1;
	}
	.RaceChange_BtnArea dl dd {
	/*	width: calc( 100% / 12 ); */
		/* width: calc( 100% / 6 ); */
	}
	.RaceChange_BtnArea dl dd a {
		display: block;
		padding: 11px 12px;
		position: relative;
		text-decoration: none;
	}
	.RaceChange_BtnArea dl span.Day01 {
		color: #444;
		font-size: 16px;
		font-weight: bold;
	}
	.RaceChange_BtnArea dl span.DayWeek {
		color: #444;
		font-size: 11px;
	}
	.RaceChange_BtnArea dl dd.Active a span.Day01,
	.RaceChange_BtnArea dl dd.Active a span.DayWeek {
		color: #3251bc;
	}
	.RaceChange_BtnArea dl dd a:hover::after {
		content: "";
		width: calc(100% - 22px);
		height: 2px;
		position: absolute;
		left: 11px;
		bottom: 8px;
		background: #444;
	}
	.RaceChange_BtnArea dl dd.Active a::after {
		content: "";
		width: calc(100% - 22px);
		height: 2px;
		position: absolute;
		left: 11px;
		bottom: 8px;
		background: #3251bc;
	}
	.RaceDayPrev_pc a,.RaceDayNext_pc a,
	.RaceDayPrev_pc > span,.RaceDayNext_pc > span {
		display: block;
		position: relative;
		font-size: 16px;
		font-weight: bold;
		width: 90px;
		line-height: 40px;
		text-align: center;
	}
	.RaceDayPrev_pc a,.RaceDayPrev_pc > span {
		padding-left: 18px;
	}
	.RaceDayNext_pc a,.RaceDayNext_pc > span {
		padding-right: 18px;
	}
	.RaceDayPrev_pc a,.RaceDayNext_pc a {
		color: #444;
	}
	.RaceDayPrev_pc > span,.RaceDayNext_pc > span {
		color: #888;
	}
	.RaceDayPrev_pc a::before,
	.RaceDayPrev_pc > span::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 20px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3.6px 5px 3.6px 0;
		border-color: transparent #444 transparent transparent;
		transform: translateY(-50%);
	}
	.RaceDayNext_pc a::after,
	.RaceDayNext_pc > span::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3.6px 0 3.6px 5px;
		border-color: transparent transparent transparent #444;
		transform: translateY(-50%);
	}


	.RaceKaisaiWrap ul {
		display: -webkit-box;
		display: flex;
		align-items: flex-end;
		margin-bottom: 3px;
	}
	.RaceKaisaiWrap ul li {
		width: 150px;
	}
	.RaceKaisaiWrap ul li + li {
		margin-left: 5px;
	}
	.RaceKaisaiWrap ul li a {
		display: block;
		border-radius: 4px 4px 0 0;
		background: #f3f3f3;
		font-size: 16px;
		font-weight: bold;
		color: #444;
		line-height: 36px;
		text-align: center;
	}
	.RaceKaisaiWrap ul li.Active a {
		line-height: 42px;
		background: #3251bc;
		color: #fff;
	}



	.RaceNumWrap ul {
		display: -webkit-box;
		display: flex;
		background: #f3f3f3;
		border-radius: 4px;
		padding: 5px 10px;
	}
	.RaceNumWrap ul li {
		width: calc( 100% / 12 );
	}
	.RaceNumWrap ul li a {
		display: block;
		width: 100%;
		background: #fff;
		border: 1px solid #cecece;
		border-radius: 4px;
		text-align: center;
		color: #444;
		padding: 6px 0 4px;
	}
	.RaceNumWrap ul li.Active a {
		background: #3251bc;
		color: #fff;
	}
	.RaceNumWrap ul li + li {
		margin-left: 5px;
	}
	.RaceNumWrap ul li a .RaceNum {
		display: block;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
	}
	.RaceNumWrap ul li a .RaceTime {
		display: block;
		font-size: 11px;
		text-align: center;
		margin-top: 2px;
        height: 11px;
	}

@media screen and (max-width: 767px) {
    .Race_header {
        margin-top: 20px;
    }
    dl.RacePace {
        margin-left: auto;
    }
}

.Race_Raptime_title h2 {
    margin-right: 32px;
}

dl.RacePace {
	display: table;
	border: 1px solid #c6ccdd;
}
dl.RacePace dt {
	display: table-cell;
	color: #666;
	font-size: 72.23%;
	font-weight: bold;
	background: #f3f3f3;
	border-right: 1px solid #c6ccdd;
	text-align: center;
	vertical-align: middle;
	padding: 6px;
}
dl.RacePace dd {
	display: table-cell;
	font-size: 88.89%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 6px 10px;
}
dl.RacePace dd.Pace_S {
	color: #3251bc;
}
dl.RacePace dd.Pace_M {
	color: #167c07;
}
dl.RacePace dd.Pace_H {
	color: #c53131;
}
.SpecialPastResultsArea {
	margin-bottom: 21px;
}