@charset "euc-jp";
/*===========================================
データベース
netkeiba.com デザイン改修版
---------------------------------------------
目次
■共通指定
■トップページ
■競走馬詳細
■競走馬詳細 繁殖馬
■競走馬詳細　競走成績
■競走馬詳細　血統
■競走馬ランキング
============================================*/

/* =======================================================
■共通指定
　リスト
　ランキング
　プロフィール系ページ - ヘッダー
　プロフィール系ページ - ローカルナビ
　プロフィール系ページ - 基本情報（表形式）
　プロフィール系ページ - 最新情報 ニュース・コラム
　プロフィール系ページ - 最新情報 関連情報（外部サイト）
　掲示板・コメント一覧
　ページャー
　アプリでもっと見る
======================================================= */
/*---------------------------------
リスト
---------------------------------*/
.cboxIframe + .cboxIframe{
    display: none;
}
/*-- PhotoThumb_03 はムービーの非活性パターン --*/
ul.List_01 li .PhotoThumb_01,
ul.List_01 li .PhotoThumb_03 {
    width: 124px;
    min-height: 83px;
    float: left;
    margin-right: 9px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}

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

ul.List_01 li h2 {
    color: #444444;
    font-size: 88.89%;
}

ul.List_01 li .List_TextBox {
    position: relative;
    padding: 6px 0 0 0;
}

ul.List_01 li .List_TextBox p {
    color: #666666;
    font-size: 77.78%;
    line-height: 1.4;
}

ul.List_01 li + li {
    margin-top: 10px;
}
@media only screen and (max-width: 350px) {
    ul.List_01 li .PhotoThumb_01 {
        width: 83px;
    }
}
ul.List_01.NewsList li .PhotoThumb_01 {
    width: 97px;
    min-height: 72px;
}



.LinkBox_01 {
    display: table;
    width: 100%;
}

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

.LinkBox_01 .LinkBox_Item02 {
    width: 100%;
}

.LinkBox_Footer {
    color: #888;
    font-size: 61.11%;
    text-align: right;
    margin-top: 7px;
    padding-right: 6px;
}

.LinkBox_Footer p,
.LinkBox_Footer div {
    display: inline-block;
}

.LinkBox_Footer p span.Icon_DB {
    position: relative;
    top: -2px;
    margin: 0 4px 0 7px;
}

p.TimeStump {
    margin-top: 8px;
    color: #999;
    text-align: right;
}

ul.List_01 li .PhotoThumb_02 {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-right: 9px;
}

/*-- レース名設定 --*
　地方競馬がフルのレース名データしか持っていないため、
　全箇所原則フルで出て来ます。
　省略が必要な箇所は最大10文字で切ります（省略記号なし）
*/
.Set_RaceName {
    display: inline-block;
    max-width: 9.95em;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.3;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .Set_RaceName {
        overflow: visible;
        max-width: none;
    }
}

/*---------------------------------
ランキング
---------------------------------*/
.RankingList ul.List_01 li + li {
    margin-top: 18px;
}

.RankingList ul.List_01 li span[class*="ContentsBoxRanking_Num"] {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 39px;
    height: 39px;
    text-align: center;
    font-size: 66.67%;
    font-weight: bold;
    color: #444;
    font-family: 'Anton', sans-serif !important;
    padding-top: 4px;
    letter-spacing: -1px;
    z-index: 9;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #cecece)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #cecece 50.5%) no-repeat top left/100% 100%;
    background: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #cecece 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #cecece 50.5%) no-repeat top left/100% 100%;
}

.RankingList ul.List_01 li span[class*="ContentsBoxRanking_Num"] span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 26px;
    text-align: center;
}

.RankingList ul.List_01 li span.ContentsBoxRanking_Num01 {
    color: #fff;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #b98e02)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #b98e02 50.5%) no-repeat top left/100% 100%;
    background: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #b98e02 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #b98e02 50.5%) no-repeat top left/100% 100%;
}

.RankingList ul.List_01 li span.ContentsBoxRanking_Num02 {
    color: #fff;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #7b8592)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #7b8592 50.5%) no-repeat top left/100% 100%;
    background: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #7b8592 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #7b8592 50.5%) no-repeat top left/100% 100%;
}

.RankingList ul.List_01 li span.ContentsBoxRanking_Num03 {
    color: #fff;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d67a47)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #d67a47 50.5%) no-repeat top left/100% 100%;
    background: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #d67a47 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #d67a47 50.5%) no-repeat top left/100% 100%;
}

.RankingList ul.List_01 li .List_TextBox {
    position: relative;
    padding: 9px 19px 0 0;
}


.RankingList ul.List_01 li .List_TextBox p.Count {
    position: absolute;
    right: 0;
    bottom: 0px;
    color: #999999;
    font-size: 61.11%;
    text-align: right;
}

.RankingList ul.List_01 li .List_TextBox p.Count.RateStar img {
    width: 10px;
    height: 10px;
}


.RankingList ul.List_01 li .List_TextBox p.Count span {
    position: relative;
    top: -2px;
    margin-left: 4px;
}

@media only screen and (max-width: 350px) {
    .RankingList ul.List_01 li .List_TextBox p {
        font-size: 66.67%;
    }
}

/*---------------------------------
プロフィール系ページ - ヘッダー
---------------------------------*/
.ProfileHeader .Name {
    position: relative;
    padding: 13px 62px 13px 10px;
    min-height: 69px;
}

.ProfileHeader .Name h1,
.ProfileHeader .Name h2{
/*    font-size: 116.67%; */
    font-size: 105.56%;
    color: #444;
    line-height: 1.2;

}
.ProfileHeader .Name .NameBox{
    display: flex;
    align-items: center;
    width: 100%;
}
.ProfileHeader .Name .NameBox h1{
    width: fit-content;
    max-width: calc(100% - 20px);
}
.ProfileHeader .Name .NameBox a{
    display: block;
    width: 20px;
    text-align: center;
}

.ProfileHeader .Name h2 > span {
    font-size: 71.43%;
}

.ProfileHeader .Name .Data span {
    display: inline-block;
    font-size: 66.67%;
    font-weight: bold;
    color: #666;
    margin-right: 6px;
    line-height: 14px;
}

 span.label {
    position: relative;
    display: inline-block;
    font-size: 10px !important;
    color: #fff !important;
    background-color: #a2a2a2;
    font-weight: bold;
    min-width: 35px;
    height: 14px;
    line-height: 14px;
    border-radius: 14px;
    text-align: center;
    margin-left: 4px;
    padding: 0 7px;
}
.ProfileHeader .Name .Data span a{
    color: #666;
}

.ProfileHeader .Name .FavBtn {
    position: absolute;
    top: 0px;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: 52px;
    font-size: 55.56%;
    color: #444;
    text-align: center;
    text-align: -webkit-center;
}

.ProfileHeader .Name .FavBtn a {
    display: block;
    width: 38px;
    height: 38px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    border-radius: 50%;
    margin: 0 auto 4px;
    background-color: #fff;
    background-image: url("../img/icon/icon_star_off.png");
    background-size: 18px 17px;
    background-repeat: no-repeat;
    background-position: center;
}

.ProfileHeader .Name .FavBtn.on a {
    background-color: #3251bc;
    background-image: url("../img/icon/icon_star_on.png");

}

/*-- お気に入り登録--*/
.Bookmark_Popup_Box {
    height: auto;
    padding-bottom: 15px;
    background: #fff;
}

/*.Popup_Box配下のFront_Titleの指定*/
.Bookmark_Popup_Box .Front_Title {
    padding: 14px 40px;
    background-color: transparent;
    background-image: none;
}

.Bookmark_Popup_Box .Front_Title h2 {
    padding: 0;
    color: #777;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1;
    border-left: none;
}

.Bookmark_Popup_Box p {
    padding: 8px 16px;
    line-height: 1.4em;
    font-size: 0.8em;
}

.Bookmark_Popup_Box .btn_order_box {
    margin: 10px;
}

.Bookmark_Popup_Box .btn_order_box a {
    display: block;
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 15px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid #3251bc;
    border-radius: 4px;
}

.Bookmark_Popup_Box .btn_order_box .btn_order {
    color: #3251bc;
    background-color: #fff;
}

.Bookmark_Popup_Box .btn_order_box .btn_regist {
    color: #fff;
    background-color: #3251bc;
}

.Bookmark_Popup_Box .Confirm_Txt {
    margin: 15px 10px;
    padding: 0;
    color: #444;
    font-size: 0.9375rem;
    line-height: 1.4;
    text-align: left;
}

.Bookmark_Popup_Box .btn_order {
    margin: 10px;
    color: #0033aa !important;
    background-color: #fff !important;
}
/*-- Classic対応 --*/
body.Classic .ProfileHeader{
    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 .ProfileHeader .Name .FavBtn.on a{
    background-color: #898326;
}
body.Classic .ProfileMenu > ul{
    background-color: #d9d6ae;
}
body.Classic .ProfileMenu > ul li a{
    background-color: #d9d6ae;
}

body.Classic .ProfileMenu ul li.Active a{
    background-color: #ffffff;
    box-shadow: 0 2px 0 0 #d9d6ae inset;
}
.ProfileHeader .Name .Data span.label.Classic,
span.label.Classic{
    font-size: 55.56%;
    color: #fff;
    background-color: #898326;
}
.ClassicRaceMovie .SlideArea{
    padding: 15px 0 0px 10px;
}
.ClassicRaceMovie ul.List_01 li{
    display:inline-block;
    margin-top: 0;
}
.ClassicRaceMovie ul.List_01 li .LinkBox_01{
    width: 320px;
}
.ClassicRaceMovie ul.List_01 li .PhotoThumb_04{
    width:160px;
    height: 100px;
    float: left;
    margin-right: 9px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}
.ClassicRaceMovie ul li .PhotoThumb_04:before {
    display: block;
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
    border-radius: 20px;
    top: 6px;
    right: 7px;
}

.ClassicRaceMovie ul li .PhotoThumb_04:after {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    right: 8px;
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    border-left: 8px solid #fff;
}
/*---------------------------------
プロフィール系ページ - ローカルナビ
---------------------------------*/
.ProfileMenu {
    position: relative;
}

.ProfileMenu > ul {
    display: table;
    width: 100%;
    background-color: #f3f3f3;
}

.ProfileMenu > ul li {
    display: table-cell;
    width: 20%;
    vertical-align: bottom;
}

.ProfileMenu > ul.Col6 li:nth-child(n+2) {
    width: 16%;
}

.ProfileMenu > ul li a {
    position: relative;
    font-size: 72.22%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    height: 45px;
    line-height: 1.1;
    color: #444;
    background-color: #f3f3f3;
}

.ProfileMenu > ul li a.prof {
    letter-spacing: -2px;
}

@media only screen and (max-width: 350px) {
    .ProfileMenu > ul li a.prof {
        letter-spacing: -3px;
    }
}
.ProfileMenu > ul li a.OtherBtn{
    opacity: 0;
}
.ProfileMenu > ul li a.OtherBtn:after {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    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;
}

.ProfileMenu > ul li.Active a.OtherBtn:after {
    border-width: 0 3.5px 7px 3.5px;
    border-color: transparent transparent #444444 transparent;
}
.ProfileMenu > ul li.Active.other_menu a:after{
    border-width: 6px 3.5px 0 3.5px;
    border-color: #444444 transparent transparent transparent;
}
.ProfileMenu ul li.Active a {
    background-color: #fff;
    box-shadow: 0 2px 0 0 #f3f3f3 inset;
}

.ProfileMenu .ProfileMenuBody {
    position: absolute;
    width: 100%;
    padding: 0 10px 5px;
    background-color: #fff;
    border-bottom: 1px solid #cecece;
    z-index: 9000;
}

.MenuBox dl dt {
    position: relative;
    margin-top: 14px;
    height: 13px;
    text-align: center;
    border-top: 1px solid #cecece;
}

.MenuBox dl dt span {
    position: relative;
    top: -13px;
    display: inline-block;
    min-width: 65px;
    padding: 0 2px;
    margin: auto;
    font-size: 61.11%;
    font-weight: bold;
    background-color: #fff;
}

.MenuBox dl dd {
    padding-bottom: 4px;
}

.MenuBox ul {
    margin-right: -8px;
}

/*---------------------------------
プロフィール系ページ - 基本情報（表形式）
---------------------------------*/
.ProfileDataTable {
    position: relative;
    padding: 0 10px;
}

.ProfileDataTable table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0 0;
    border-bottom: 1px solid #cacaca;
}

.ProfileDataTable table tr {
    border-top: 1px solid #cacaca;
}

.ProfileDataTable table tr th {
    width: 86px;
    height: 45px;
    font-size: 66.67%;
    color: #666;
    vertical-align: middle;
    background-color: #e7e7e7;
}

.ProfileDataTable table tr td {
    color: #666;
    font-size: 83.33%;
    vertical-align: middle;
    padding: 7px 13px;
    line-height: 1.4;
}

.ProfileDataTable table tr td a {
    color: #0033aa;
}

.ProfileDataTable table tr td .RateStar {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 6px;
}

.ProfileDataTable table tr td .RateStar img {
    width: 15px;
    height: 15px;
}

.ProfileDataTable .Blind {
    width: 100%;
}

/*---------------------------------
プロフィール系ページ - 最新情報 ニュース・コラム
---------------------------------*/
.ProfileNews {
    padding: 0 10px;
}

.ProfileNews .List_01 li .LinkBox_01 h2 {
    padding-top: 0;
    overflow: hidden;
    line-height: 1.3em;
    position: relative;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.5em;
}

.ProfileNews .List_01 li .LinkBox_01 .LinkBox_Footer p.ContentsType {
    float: left;
    margin-top: 8px;
}

@media only screen and (max-width: 350px) {
    .ProfileNews .List_01 li .LinkBox_01 .LinkBox_Footer p.ContentsType {
        display: none;
    }
}

/*---------------------------------
プロフィール系ページ - 最新情報 関連情報（外部サイト）
---------------------------------*/
.ProfileNewsRelated {
    padding: 0 10px;
}

.ProfileNewsRelated .RelatedList li + li {
    margin-top: 25px;
}

.ProfileNewsRelated .RelatedList li .LinkBox_01 h2 {
    padding-top: 0;
    overflow: hidden;
    line-height: 1.3em;
    position: relative;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.5em;
}

.ProfileNewsRelated .RelatedList li .MediaInfo ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.ProfileNewsRelated .RelatedList li .MediaInfo ul li {
    display: table-cell;
}

.ProfileNewsRelated .RelatedList li .MediaInfo ul li.Label {
    width: 53px;
}

.ProfileNewsRelated .RelatedList li .MediaInfo ul li.Label span {
    display: inline-block;
    width: 100%;
    height: 12px;
    line-height: 12px;
    font-size: 55.56%;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background-color: #666666;
}

.ProfileNewsRelated .RelatedList li .MediaInfo ul li.Label.twitter span {
    background-color: #5492d3;
}

.ProfileNewsRelated .RelatedList li .MediaInfo ul li.Label.blog span {
    background-color: #5c896d;
}

.ProfileNewsRelated .RelatedList li .MediaInfo ul li.Label.news span {
    background-color: #666666;
}

.ProfileNewsRelated .RelatedList li .MediaInfo ul li.Name {
    width: 70%;
    width: calc(100% - 53px - 52px);
}

.ProfileNewsRelated .RelatedList li .MediaInfo ul li.Name span {
    width: 100%;
    font-size: 61.11%;
    color: #999999;
    padding: 0 11px;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ProfileNewsRelated .RelatedList li .MediaInfo ul li.Time {
    width: 52px;
    text-align: right;
}

.ProfileNewsRelated .RelatedList li .MediaInfo ul li.Time span {
    font-size: 61.11%;
    color: #999999;
}

/*---------------------------------
掲示板・コメント一覧
---------------------------------*/
.HorseComment ul {
    padding: 0 10px;
}

.HorseComment ul li {
    position: relative;
}

.HorseComment ul li + li {
    margin-top: 22px;
}

.HorseComment ul li img.AvatarThumb {
    float: left;
}

.HorseComment ul li .UserName {
    margin-left: 8px;
    font-size: 72%;
    color: #888888;
    font-weight: bold;
}

.HorseComment ul li .TimeStamp {
    position: absolute;
    top: 6px;
    right: -1px;
    color: #777777;
    font-size: 72.22%;
}

.HorseComment ul li .TimeStamp span {
    font-size: 69.23%;
    color: #c53131;
    font-weight: bold;
}

.HorseComment ul li .CommentMain {
    color: #444444;
    padding: 16px 13px 15px;
    background: #f3f3f3;
    border-radius: 4px;
    margin: 7px 0 0 44px;
}

.HorseComment ul li .CommentMain a {
    display: inline-block;
    font-size: 72.23%;
    margin-bottom:0;
}

.HorseComment ul li .CommentMain p {
    font-size: 88.89%;
    line-height: 1.5;
    word-break: break-all;
}

.HorseComment ul li .CommentMain p.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.HorseComment ul li .CommentMain p.ellipsis.line2 {
    -webkit-line-clamp: 2;
    height: 3em;
}

.HorseComment ul li .CommentMain p.ellipsis.line3 {
    -webkit-line-clamp: 3;
    height: 4.5em;
}

.HorseComment ul li .CommentMain p.ellipsis.line4 {
    -webkit-line-clamp: 4;
    min-height: 6em;
}
/*-- 省略時　改行回避　--*/
.HorseComment ul li .CommentMain p.ellipsis br + br{
    display: none;
}
/*---------------------------------
ページャー
20190507 ikegami
　htmlがphpでの吐き出しのため古いものを成形しています。
　修正可能であればhtmlごと修正してください。
---------------------------------*/
.Common_Pager ul{
    display: table;
    margin: 10px auto 0;
    padding:0;
    max-width: 100%;
}
.Common_Pager ul li{
    display: table-cell;
    height: 25px;
    font-size:72.22%;
    text-align: center;
    vertical-align: middle;
}

.Common_Pager ul li a,
.Common_Pager ul li div{
    position: relative;
    display: inline-block;
    padding:0 7px;
    margin:0;
    height: 25px;
    line-height: 25px;
}
.Common_Pager ul li a{
    color: #999;
}
.Common_Pager ul li.Page_Active div{
    color: #6d6d6d;
    font-weight: bold;
    display: inline-block;
    padding:0 9px;
    height: 25px;
    line-height: 25px;
}
span.CSS3_Icon_TriangleLeft:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top:0;
    bottom: 0;
    width: 0;
    height: 0;
    margin:auto;
    border-right: 8px solid #ccc;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
span.CSS3_Icon_TriangleRight:before {
    content: "";
    display: block;
    position: absolute;
    right: -3px;
    top:0;
    bottom: 0;
    width: 0;
    height: 0;
    margin:auto;
    border-left: 8px solid #ccc;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
/*---------------------------------
アプリでもっと見る
---------------------------------*/
.App_ReadMore a.AppRead{
    display: block;
    margin: auto;
    width:71.2%;
    padding:16px 0;
    text-align: center;
    background: #3251bc;
    color:#fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: bottom 0.2s;
}
.App_ReadMore .NkIcon01 {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 15px;
    margin-right: 10px;
}
.App_ReadMore .NkIcon01 img {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px;
}
/*---------------------------------
データベースメニュー
---------------------------------*/
.DBMenu .MenuBox,
.DBLocalMenu .MenuBox {
    padding: 0 10px;
}

.DBLocalMenu .MenuBox {
    margin-bottom: 49px;
}

.DBLocalMenu {
    margin-top: 40px;
}
/*---------------------------------
データなし
---------------------------------*/
.NoData,
.EmptyMessage{
    padding: 20px;

    font-size:77.78%;
}
/* =======================================================
■トップページ
　検索
　ランキング
　リーディング
　競走馬写真
======================================================= */
/*---------------------------------
検索
---------------------------------*/
.HorseSearchArea {
    position: relative;
    padding: 18px 10px 15px 10px;

}

.HorseSearchArea .SearchForm {
    margin: 0px 0 11px;
    display: table;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 4px;
}

.HorseSearchArea .SearchForm > div {
    display: table-cell;
    vertical-align: middle;
}

.HorseSearchArea .SearchForm .SelectForm {
    position: relative;
    width: 101px;
    border-right: 1px solid #dedede;
}

.HorseSearchArea .SearchForm .SelectForm:before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3.5px 0 3.5px;
    border-color: #666666 transparent transparent transparent;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
}

.HorseSearchArea .SearchForm .BtnForm {
    position: relative;
    width: 39px;
}

.HorseSearchArea .SearchForm .BtnForm:before {
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background: url("../img/icon/icon_search.png");
    background-size: 14px 14px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.HorseSearchArea .SelectForm select {
	position: absolute;
	top: 0;
    color: #666666;
    font-size: 83.33%;
    font-weight: bold;
    line-height: 37px;
    height: 37px;
    width: 101px;
    text-align: center;
    border: none;
    padding-left: 15px;
    z-index: 1;
}

.HorseSearchArea input {
    border: none;
    width: 100%;
    height: 37px;
    padding:0 8px;
}


.HorseSearchArea .DetailSearch h3 {
    margin-bottom: 6px;
}

/*勝ち馬サーチ導線*/
.Kachiuma_BtnArea01 {
    margin: 15px auto 7px;
  }
  .Kachiuma_BtnArea01 p {
    margin-bottom: 7px;
    text-align: center;
    color: #777777;
    font-size: 0.6875rem;
    font-weight: bold;
  }
  .Kachiuma_BtnArea01 p span{
    color:#3251BC;
  }
  .Kachiuma_BtnArea01 a {
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    line-height: 2.55;
    width: 94.66%;
    min-height: 70px;
    border-radius: 4px;
    background: #3251BC;
    color: #3251BC;
    font-size: 1rem;
    font-weight: bold;
    border: 2px solid #3251BC;
  }
  .Kachiuma_BtnArea01 a > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
  }
  .Kachiuma_BtnArea01 a > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    padding-left: 10px;
    min-height: 70px;
    background:#fff;
    border-radius: 0 3px 3px 0;
  }
  .Kachiuma_BtnArea01 a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2.5px solid #3251BC;
    border-right: 2.5px solid #3251BC;
    border-radius: 1px;
    background: none;
    transform: rotate(45deg);
    position: absolute;
    right: 5%;
    bottom: 0;
    top: 0;
    margin: auto;
  }

.Kachiuma_BtnArea01 > p:before,
.Kachiuma_BtnArea01 > p:after {
  content: "";
  height: 12px;
  width: 1px;
  display: inline-block;
  background: #666;
  vertical-align: middle;
}
.Kachiuma_BtnArea01 > p:before {
  transform: rotate(-45deg);
  margin: 0 6px 0 0;
}
.Kachiuma_BtnArea01 > p:after {
  transform: rotate(45deg);
  margin: 0 0 0 6px;
}
.Kachiuma_BnrArea01 a{
    display: block;
    width: 100%;
}
.Kachiuma_BnrArea01 a img{
    width: 100%;
    height: 100%;
}

/*---------------------------------
ランキング
---------------------------------*/
.DB_TopRanking .RankingList {
    position: relative;
    padding: 0 10px;
}

.DB_TopRanking .RankingList ul.Btn_List_01 li a {
    margin-right: 8px;
}


/*タブ*/
/* .RankingList_ninki ul.SubTab.color01,
.RankingList ul.SubTab.ranking_select {
    border-bottom: 1px solid #EAEAEA;
}
.RankingList_ninki ul.SubTab.color01 li,
.RankingList ul.SubTab.ranking_select li {
    border: none;
    border-radius: inherit;
}
.RankingList_ninki ul.SubTab.color01 li a,
.RankingList ul.SubTab.ranking_select li a {
    font-size: 77.78%;
    font-weight: bold;
}
.RankingList_ninki ul.SubTab.color01 li.Active,
.RankingList ul.SubTab.ranking_select li.Active {
    border-bottom: 3px solid #3251BC;
}
.RankingList_ninki ul.SubTab.color01 li.Active a,
.RankingList ul.SubTab.ranking_select li.Active a {
    background: #fff;
    color: #3251BC;
} */

/*---------------------------------
リーディング
---------------------------------*/
.Leading {
    margin-bottom: 51px;
}
.Leading_SubBlock {
    padding: 0 10px;
}
.Leading_SubBlock + .Leading_SubBlock {
    margin-top: 20px;
}
.TopLeading .Title_Sec .Title_Tab {
  position: absolute;
  top: -4px;
  right: 0;
  width: 140px;
}
.TopLeading .SubTitle .Title_Tab {
  position: absolute;
  top: -2px;
  right: 0;
  width: 140px;
}
.TopLeading .Title_Sec .SubTab{
  margin: 0;
}

.TopLeading .MoreLeading .MoreReadBtn {
    margin: 20px auto 0;
    width: 68%;
}

/*ランキング ナビゲーション*/
.RankingNavi {
	width: 100%;
	background: #fff;
	box-sizing: content-box;
	border-bottom: 1px solid #EAEAEA;
}
.RankingNavi a{
	display: block;
	color: #666;
	font-size: 77.78%;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

.RankingNavi_Wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    border-bottom: 1px solid #EAEAEA;
  }
  .RankingNavi {
    display: flex;
    width: 100%;
    background: #fff;
    box-sizing: content-box;
  }
  .RankingNavi a{
      display: block;
      color: #666;
      font-size: 77.78%;
      font-weight: bold;
      line-height: 30px;
      text-align: center;
      white-space: nowrap;
      padding: 0 10px;
  }
  .RankingNavi li {
    width: 100%;
    display: inline-block;
  }
  .RankingNavi li.active a{
    color: #3251BC;
      border-bottom: 3px solid #3251BC;
  }
  .RankingNavi li.RankingNavi_B_List{
    display: none;
  }

@media screen and (max-width: 412px) {
    .RankingByCategory .slick-initialized .slick-slide {
        margin-right: 2.6666666667vw;
    }
    .RankingNavi a{
        font-size: 13px;
        font-size: 3.4666666667vw;
    }
}

/*ランキング スライダー*/
.Leading .slick-list {
    padding: 0 20% 0 0 !important;
  }


/*---------------------------------
競走馬写真
---------------------------------*/
.HorsePhotoList ul.PhotoList {
    text-align: center;
    font-size: 0;
}

.HorsePhotoList ul.PhotoList li {
    position: relative;
    display: inline-block;
    width: 33%;
    width: calc(100% / 3);
    width: -webkit-calc(100% / 3);
}

.HorsePhotoList ul.PhotoList li a {
    position: relative;
    display: block;
    padding-top: 100%;
    /* 高さを幅の100%に固定 */
}

.HorsePhotoList ul.PhotoList li a div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* =======================================================
■競走馬詳細
　カルーセル
　競走馬詳細情報
　関連動画
　競走馬メニュー　データベースメニュー
■競走馬詳細 繁殖馬
======================================================= */
/*---------------------------------
カルーセル
---------------------------------*/
.HorsePhotoCarousel{
    position: relative;
}
.HorsePhotoCarousel ul.SliderBody {
    padding: 10px 0;
    height: 190px;
    overflow: hidden;
    background-color: #000;
}

.HorsePhotoCarousel ul.SliderBody .PhotoDetail {
    position: relative;
    height: 170px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.HorsePhotoCarousel ul.SliderBody .UploadUser {
    position: absolute;
    bottom: 7px;
    left: 7px;
    display: flex;
    align-items: center;
}
.HorsePhotoCarousel ul.SliderBody .UploadUser_Avatar {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
}
.HorsePhotoCarousel ul.SliderBody .UploadUser_Name {
    padding-left: 6px;
    color: #fff;
    font-size: 55.55%;
    font-weight: 700;
}

.HorsePhotoCarousel ul.SliderBody li.LastImage a {
    position: relative;
    display: block;
}

.HorsePhotoCarousel ul.SliderBody li.LastImage a:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.HorsePhotoCarousel ul.SliderBody li.LastImage .PhotoDetail .LeadToPhotoList {
    display: block;
    position: absolute;
    font-size: 77.78%;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1em;
    text-align: center;
    padding-right: 1em;
    z-index: 10;
}

.HorsePhotoCarousel ul.SliderBody li.LastImage .PhotoDetail .LeadToPhotoList:after {
    position: relative;
    top: -1px;
    left: 2px;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -webkit-transform: rotate(-140deg);
}

/*-- ポップアップ 写真詳細　--*/
#PhotoDetailPop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background-color: #fff;
    overflow-y: scroll;
}
/*-- 写真がない時　--*/
.HorsePhotoCarousel .NoPhotoImage{
    position: absolute;
    text-align:center;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    padding:8px 10px;
}
.HorsePhotoCarousel .NoPhotoImage a{
    display: block;
    height: 100%;
    padding-top: 17px;
    color: #939393;
    line-height: 1.8;
    background: #404040;
}
.HorsePhotoCarousel .NoPhotoImage a em{
    font-weight: bold;
}
.HorsePhotoCarousel .NoPhotoImage a p{
    font-size:88.89%;
}
.HorsePhotoCarousel .NoPhotoImage a:before{
    display:block;
    content:'';
    margin:0 auto 16px;
    background: url("../img/bg_NoPhoto_Horse.png");
    -webkit-background-size: 60px 60px;
    -moz-background-size:  60px 60px;
    -ms-background-size:  60px 60px;
    background-size:  60px 60px;
    width: 60px;
    height: 60px;
}
/*---------------------------------
競走馬詳細情報 (共通スタイルを拡張)
---------------------------------*/
.ProfileDataTable.HorseDataTable table tr:nth-child(n+10) {
    display: none;
}

.ProfileDataTable.HorseDataTable table tr th.Sire {
    color: #fff;
    background-color: #639fdc;
}

.ProfileDataTable.HorseDataTable table tr th.Dam {
    color: #fff;
    background-color: #d0788c;
}

.ProfileDataTable.HorseDataTable table tr td.Sire {
    background-color: #d1e0ee;
}

.ProfileDataTable.HorseDataTable table tr td.Dam {
    background-color: #f3dfe3;
}

.ProfileDataTable.HorseDataTable table tr td a {
    font-weight: bold;
}

.ProfileDataTable.HorseDataTable table tr td.Dam p {
    font-size: 66.67%;
}

.ProfileDataTable.HorseDataTable table tr td.Dam p a {
    font-weight: bold;
}

.ProfileDataTable.HorseDataTable table tr td.Owner a img {
    position: relative;
    top: 2px;
    width: 24px;
    margin-right: 5px;
}

.ProfileDataTable.HorseDataTable table tr td a.OwnerUnitPrice {
    position: relative;
    display: inline-block;
}
.ProfileDataTable.HorseDataTable table tr td a.OwnerUnitPrice::after{
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.295%2013.347%22%3E%3Cg%20transform%3D%22translate(-735.41%20-264.694)%22%3E%3Cpath%20d%3D%22M745.953%2C319.286h-9.935a.608.608%2C0%2C0%2C1-.608-.608v-9.934a.608.608%2C0%2C0%2C1%2C.608-.608h6.823a.608.608%2C0%2C1%2C1%2C0%2C1.217h-6.214v8.718h8.718v-6.345a.608.608%2C0%2C0%2C1%2C1.217%2C0v6.953A.608.608%2C0%2C0%2C1%2C745.953%2C319.286Z%22%20transform%3D%22translate(0%20-41.245)%22%20fill%3D%22%23888888%22%2F%3E%3Cpath%20d%3D%22M833.757%2C273.048a.608.608%2C0%2C0%2C1-.43-1.038l6.1-6.1h-1.669a.608.608%2C0%2C1%2C1%2C0-1.217h3.137a.608.608%2C0%2C0%2C1%2C.43%2C1.038l-7.137%2C7.137A.606.606%2C0%2C0%2C1%2C833.757%2C273.048Z%22%20transform%3D%22translate(-92.798)%22%20fill%3D%22%23888888%22%2F%3E%3Cpath%20d%3D%22M974.936%2C268.786a.608.608%2C0%2C0%2C1-.608-.608V265.3a.608.608%2C0%2C1%2C1%2C1.217%2C0v2.876A.608.608%2C0%2C0%2C1%2C974.936%2C268.786Z%22%20transform%3D%22translate(-226.84)%22%20fill%3D%22%23888888%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
	width: 13px;
	height: 13px;
	margin-left: 4px;
	position: relative;
	top: 0;
}
/*---------------------------------
競走成績
　直近のレース成績
---------------------------------*/
.RaceResults .RaceEntry {
    margin: 0 10px;
    display: block;
    font-size: 88.89%;
    color: #fff;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 20px;
}

.RaceResults .Next_Comment {
    height: auto;
    padding: 9px 20px;
    line-height: 1.6;
}
.RaceResults .Next_Comment p {
    width: 100%;
    line-height: 1.6;
}

.RaceResults .RaceEntry a {
    display: block;
    color: #fff;
    height: 45px;
    text-align:center;
}
.RaceResults .RaceEntry a p{
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}
.RaceResults .RaceEntry a p > *{
    display: inline-block;
}
.RaceResults .RaceEntry a img{
    width:30px;
    height: 30px;
    margin-right: 8px;
}
.RaceResults .RaceEntry .RaceName {
    display: inline-block;
    max-width: 9.95em;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: text-bottom;
}

@media only screen and (max-width: 350px) {
    .RaceResults .RaceEntry a {
        padding-left: 35px;
        font-size: 87.5%;
    }
}


.RaceResults.Sire .RaceEntry a {
    background-image: none;
    padding-left: 0;
}

.RaceResults .RaceEntry a span.Grade {
    font-weight: normal;
}

.RaceResults .RaceEntry.expect {
    background-color: #3251bc;
}

.RaceResults .RaceEntry.entered {
    background-color: #fa555b;
}

.RaceResults .RaceEntry.expect.Next_Comment{
    display: flex;
    background-color: #f3f3f3;
    color: #444;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.RaceResults .RaceEntry.expect.Next_Comment + p.comment,
.RaceResults .Next_attention{
    font-size: 12px;
    margin:-10px 10px 20px;
    color: #666;
}

.RaceResults .ResultsDetail {
    padding: 0 10px;
    margin-bottom: 23px;
}

.RaceResults .ResultsDetail table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.RaceResults .ResultsDetail table tr {
    border-top: 1px solid #cacaca;
}

.RaceResults .ResultsDetail table tr:last-child {
    border-bottom: 1px solid #cacaca;
}

.RaceResults .ResultsDetail table tr th {
    width: 86px;
    height: 45px;
    font-size: 66.67%;
    color: #666;
    vertical-align: middle;
    line-height: 1.4;
    background-color: #e7e7e7;
}

.RaceResults .ResultsDetail table tr td {
    color: #666;
    font-size: 83.33%;
    vertical-align: middle;
    padding: 7px 13px;
    line-height: 1.4;
}
.RaceResults .ResultsDetail table tr td a{
    font-weight: bold;
}
/* タイム指数マスター */
.RaceResults .mode_detail table thead tr th .TimeIndexChangeBtn{
	position: relative;
}
.RaceResults .mode_detail table thead tr th .TimeIndexChangeBtn > a{
	display: block;
	background: #fff;
	color: #666;
	position: relative;
	border: 1px solid #cacaca;
	border-radius: 4px;
	padding: 2px 13px 2px 3px;
	font-size: 10px;
	line-height: 1.2;
	margin: 0 -2px;
	white-space: nowrap;
}
.TimeIndexChangeBtn a .ChangeIcon01 {
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 7px;
	right: 0;
	margin:0;
}
.TimeIndexChangeBtn .ChangeIcon01::before,
.TimeIndexChangeBtn .ChangeIcon01::after {border: 4px solid transparent;content: "";display: block;height: 0;right: 3px;position: absolute;width: 0;}
.TimeIndexChangeBtn .ChangeIcon01::before {border-bottom-color: #66666687;top: -3px;}
.TimeIndexChangeBtn .ChangeIcon01::after {border-top-color: #66666687;top: 7px;}
.TimeIndexChangeBtn a.Icon_Change_ArrowB .ChangeIcon01::before,
.TimeIndexChangeBtn a.Icon_Change_ArrowT .ChangeIcon01::after {
	display: none;
}
.TimeIndexChangeBtn a.Icon_Change_ArrowB .ChangeIcon01::after {
	top: 4px;
}
.TimeIndexChangeBtn a.Icon_Change_ArrowT .ChangeIcon01::before {
	top: 0px;
}

.TimeIndexChangeBtn .TimeIndexChangeList {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 40;
}
.TimeIndexChangeBtn .TimeIndexChangeList > ul{
	margin-top: -1px;
}
.TimeIndexChangeBtn .TimeIndexChangeList > ul > li{

}
.TimeIndexChangeBtn .TimeIndexChangeList > ul > li a{
	padding: 9px 7px;
	color: #444;
	background-color: #fff;
	border:1px solid #cacaca;
	font-size: 11px;
	display: block;
	width: 114px;
	font-weight: bold;
	text-align: left;
}
.TimeIndexChangeBtn .TimeIndexChangeList > ul > li + li a{
	border-top: 0 none;
}
.RaceResults .mode_detail table tr th.TimeIndexMasterHead01{
	height: 20px;
}
.RaceResults .mode_detail table tr.TimeIndexMasterHead02 th{
	height: 20px;
	border-left: 1px solid #cacaca;
}
.RaceResults .mode_detail table tr th.TimeIndexMasterHeadCell01.fsS,
.RaceResults .mode_detail table tr.TimeIndexMasterHead02 th.fsS{
	font-size: 10px;
	letter-spacing: -0.5px;
	line-height: 1.15;
	padding: 0 1px;
}



/*-- 直近のレース成績 簡易表示 --*/
.RaceResults .ResultsList {
    padding: 0 10px
}

.Title_Btn span.Icon_DB {
    position: relative;
    top: -1px;
    margin-right: 8px;
}

.RaceResults .ResultsList ul.simple li .LinkBox_01 {
    height: 83px;
}

.RaceResults .ResultsList ul.simple li .PhotoThumb_01.movie:before {
    display: block;
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
    border-radius: 20px;
    top: 6px;
    right: 7px;
}

.RaceResults .ResultsList ul.simple li .PhotoThumb_01.movie:after {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    right: 8px;
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    border-left: 8px solid #fff;
}

.RaceResults .ResultsList ul.simple li .LinkBox_01 h2 span.Icon_GradeType {
    position: relative;
    top: 0px;
    margin-left: 8px;
}

.RaceResults .ResultsList ul.simple li .LinkBox_01 .List_TextBox p span {
    margin-right: 6px;
}

@media only screen and (max-width: 350px) {
    .RaceResults .ResultsList ul.simple li .LinkBox_01 h2 {
        font-size: 87.5%;
    }

    .RaceResults .ResultsList ul.simple li .LinkBox_01 h2 span.Icon_GradeType {
        margin-left: 4px;
        line-height: 1.4;
        padding: 1px .43em 0;
    }

    .RaceResults .ResultsList ul.simple li .LinkBox_01 .List_TextBox p {
        font-size: 72.22%;
    }
}
/*-- 直近のレース成績 簡易表示 プレミアム導線 --*/
.RaceResults .ResultsList ul.simple{
    position: relative;
}
.RaceResults .ResultsList ul.simple li .PhotoThumb_01{
    background-size: cover;
}
.RaceResults .ResultsList ul.simple li .LinkBox_Item02 img{
    width:231px;
}
.RaceResults .ResultsList ul.simple li.BtnPremiumRegist01{
    bottom: 20px;
    top:auto;
}

/*---------------------------------
出走関連情報 .RelationData 230426
---------------------------------*/
.RelationData {

}
.RelationData .TabArea {
	padding: 0 10px;
	margin: 0 0 10px;
}
.RelationData .ViewBox {
	position: relative;
	padding: 0 10px;
}
.RelationData .ViewBox .MoreReadBtn{
	margin: 23px auto 19px;
}
/*-- 馬体診断 --*/
.BataiMainPhoto,
.PaddockThumWrap {
	position: relative;
}
.BataiMainPhoto > a,
.PaddockThumWrap > a {
	display: block;
}
.BataiMainPhoto img,
.PaddockThumWrap img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.BataiMainPhoto {
	margin-bottom: 12px;
}
.PaddockThumWrap {
	margin-bottom: 30px;
}

.BataiMainPhoto .PhotoInfo{
	display: block;
	font-size: 55.55%;
	font-weight: normal;
	text-align: right;
	margin-top: 8px;
}
.PhotoTxtBox {
	border: 1px solid #DADADA;
	border-radius: 4px;
	padding: 10px 16px;
}
.PhotoTxtBox .Title{
	position: relative;
	display: flex;
	font-size: 77.78%;
	font-weight: bold;
	color: #666;
	align-items: center;
	justify-content: space-between;
}
.CommentTxt {
	margin-top: 10px;
}
.CommentTxt p {
	font-size: 72.23%;
	color: #444;
	line-height: 1.5;
}
.CommentTxt p.Writer {
	font-size: 55.55%;
}
.PhotoTxtBox .Title .Icon_ArrowB,
.PhotoTxtBox .Title .Icon_ArrowT {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 1px;
	background: none;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	position: absolute;
	top: 50%;
	right: -5px;
	margin-top: -5px;
	animation: 0.2s;
}
.PhotoTxtBox .Title .Icon_ArrowB {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.PhotoTxtBox .Title .Icon_ArrowT {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 詳細 */
.Unit_Race .PaddockArea {
	margin: 0 10px;
}
.PaddockBox.PaddockPhoto01 > li + li {
	margin-top: 40px;
}

.ViewBox .BtnPremiumRegist01.table_base {
	bottom: 50px;
}
/* 注釈 */
.Baken_Flow:first-child {
	padding: 8px 0;
}
.Baken_Flow_Title {
	font-size: 78%;
	color: #fff;
	line-height: 1.4;
	padding: 4px 8px;
	background: #72737e;
	border-radius: 3px 3px 0 0;
}
.Baken_Flow .Inner {
	border: 1px solid #72737e;
	border-radius: 0 0 3px 3px;
	background: #fff;
	padding: 8px 4px;
}
.Baken_Flow .Step + .Step {
	margin-top: 8px;
}
.Baken_Flow .Step .Step_Title {
	font-size: 78%;
	padding: 8px;
	border-bottom: 1px solid #999;
}
.Baken_Flow .YosoMovieInfoTxt {
	font-size: 77.78%;
	line-height: 1.4;
	margin: 0 4px;
	padding: 8px;
}
.Baken_Flow ul.YosoMovieInfoTime {
	margin: 0 4px;
	padding: 8px 8px 0;
}
.Baken_Flow ul.YosoMovieInfoTime li {
	position: relative;
	font-size: 77.78%;
	line-height: 1.4;
	padding-left: 0.6em;
	margin-bottom: 8px;
}
.Baken_Flow ul.YosoMovieInfoTime li:before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #666;
	border-radius: 50%;
}
/*---------------------------------
netkeibaTV 関連動画 .DB_Nktv
---------------------------------*/
section.DB_Nktv {

}
.MovieList01 {
	padding-left: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	margin-top: 8px;
	padding-bottom: 10px;
}
.MovieList01 .MovieListItem {
	width: 220px;
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
}
.MovieList01 .MovieListItem a {
	position: relative;
	display: block;
}
.MovieList01 .MovieListItem .PickupPhoto {
	margin-bottom: 10px;
	overflow: hidden;
	white-space: normal;
	border-radius: 4px;
	width: 100%;
	position: relative;
}
.MovieList01 .MovieListItem .PickupPhoto video {
	display: block;
}
.MovieList01 .MovieListItem .PickupPhotoImg {
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	background:#eee;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.MovieList01 .MovieListItem .PickupPhotoImg:after {
	content:"";
	display:block;
	padding-top: 56.3%;
}
.MovieList01 .MovieListItem .Mv_Time {
	color: #fff;
	font-size: 62.94%;
	line-height: 1.59;
	background: #000;
	padding: 0 4px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.MovieList01 .MovieListItem img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	vertical-align: top;
}
.MovieList01 .MovieListItem + .MovieListItem {
	margin-left: 4px;
}
.MovieList01 .MovieListItem:last-child {
	margin-right: 10px;
}
.MovieListItem .MovieListTitle {
	color: #333;
	font-size: 88.89%;
	font-weight: bold;
	overflow: hidden;
	line-height: 1.5;
	position: relative;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3em;
	margin-bottom: 6px;
}
.MovieList01 .MovieListItem .MovieListFoot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.MovieListItem .MovieListFoot .MovieName,
.MovieListItem .MovieListFoot .MovieTime {
	display: block;
	color: #999;
	font-size: 61.12%;
	white-space: nowrap;
	line-height: 1.2;
}
.MovieList01 .MovieListItem .MovieListFoot .MovieName {
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
}
.MovieListItem .MovieListFoot .MovieTime {
	text-align: right;
}
.MovieContentList .Title_Sec h2 {
	color: #e3e3e3;
	font-size: 77.78%;
}
/* 無料配信中アイコン */
section.DB_Nktv .FreeIcon {
	position: absolute;
	display: block;
	padding: 5px 8px;
	color: #fff;
	font-size: 0.625rem;
	font-weight: bold;
	background-color: #3251bc;
	border-radius: 4px;
}
section.DB_Nktv .MovieList01 .MovieListItem .FreeIcon {
	top: 10px;
	right: 10px;
}

/* 二次利用アラートリンク */
.CapAlertLink {
	padding: 0 10px 16px;
	font-size: 72.23%;
}
.CapAlertLink a {
	display: block;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 7px 10px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.CapAlertLink a .Icon{
	display: inline-block;
	width: 22px;
	height: 20px;
	background-image: url("../img/icon/icon_alert01.png");
	background-size: 100%;
	vertical-align: middle;
	margin-right: 10px;
}


/*=======================================================
競走馬詳細　繁殖馬
======================================================= */
/*---------------------------------
産駒情報
---------------------------------*/
.Sire .CropsList {
    padding: 0 10px;
}

.Sire .CropsList ul li .LinkBox_01 .List_TextBox {
    padding-bottom: 0;
}

.Sire .CropsList ul li .LinkBox_01 .LinkBox_Item02 h2 {
    height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Sire .Leading {
    padding: 0 10px;
}

.Sire .Leading .LeadingGraph {
    position: relative;
    padding-top: 10px;
}

.Sire .Leading .LeadingGraph p {
    position: absolute;
    right: 0;
    top: -7px;
    color: #999999;
    font-size: 55.56%;
}

/*=======================================================
競走馬詳細　競走馬成績
　詳細表示
　簡易表示
======================================================= */
.RaceResults {
    margin-bottom: 20px;
}

/*---------------------------------
詳細表示
---------------------------------*/
.RaceResults .mode_detail {
    padding: 0;
    position: relative;
}
.RaceResults .mode_detail.mode_fullscreen .BtnPremiumRegist01.table_base{
    left:196px;

}
.Race_result.RaceResults .mode_detail{
    margin-top: 0;
}
.RaceResults .mode_detail .table_fixed_index {
    position: absolute;
    z-index: 50;
}

.RaceResults .mode_detail .SlideArea {
    padding-left: 0;
}

.RaceResults .mode_detail table {
    border-collapse: collapse;
    border: 0px;
    font-size: 66.67%;
    border: 1px solid #cacaca;
}

.RaceResults .mode_detail table thead {
    background: #e7e7e7;
}

.RaceResults .mode_detail table tr th,
.RaceResults .mode_detail table tr td {
    vertical-align: middle;
    padding: 0 4px;
    height: 44px;
}


.RaceResults .mode_detail table tr th + th,
.RaceResults .mode_detail table tr td + td {
    border-left: 1px solid #cacaca;
}

.RaceResults .mode_detail table tr td {
    vertical-align: middle;
    padding: 0 8px;
    height: 36px;
    min-width: 33px;
    font-weight: bold;
    background-color: #fff;
    border-top: 1px solid #cacaca;
}
.RaceResults .mode_detail table tr td.race_title{
    min-width: 181px;

}
.RaceResults .mode_detail table tr td.center {
	text-align:center;
}
.RaceResults .mode_detail table tr td.right {
	text-align:right;
}
.RaceResults .mode_detail table tr td.center_cell {
    text-align:center;
}
.RaceResults .mode_detail table tr .race_info {
    font-size: 83.34%;
}

.RaceResults .mode_detail table tr .race_title {
    margin-top: 2px;
}

.RaceResults .mode_detail table tr .race_title .Set_RaceName a {
	display: block;
	line-height: 1.3;
}

.RaceResults .mode_detail table tr .race_title .Icon_GradeType {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 10px;
	line-height: 15px;
	vertical-align: middle;
}

.RaceResults .mode_detail table thead tr th {
    color: #777;
    font-weight: normal;
}
.RaceResults .mode_detail table thead tr th.icon_cell{
    width:57px;
}
/*--色付きセル 順位--*/
.RaceResults .mode_detail table tr td.Rank_1 {
    background-color: #ffef7f;
}

.RaceResults .mode_detail table tr td.Rank_2 {
    background-color: #cbdeff;
}

.RaceResults .mode_detail table tr td.Rank_3 {
    background-color: #efc79f;
}

/*--色付きセル 指数--*/
.RaceResults .mode_detail table tr td.index2 {
    background-color: #fdf2c1;
}

.RaceResults .mode_detail table tr td.index3 {
    background-color: #fce489;
}

.RaceResults .mode_detail table tr td.index4 {
    background-color: #fc6;
}

.RaceResults .mode_detail table tr td.index5 {
    background-color: #ffac84;
}

.RaceResults .mode_detail table tr td.index6 {
    background-color: #fc855c;
}

/*-- 全画面表示 --*/
.mode_fullscreen.mode_detail {
    width: 1400px;
    margin-top: 50px;
}

.view_esc_fullscreen {
    position: fixed;
    top: 10px;
    left: 10px;
    background-color: #fff;
    display: inline-block;
    color: #444444;
    font-size: 72.22%;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    text-align: center;
    z-index: 9;
}
.Wrap.wide_table{
    overflow: visible;
}
/*-- スライド部分　--*/
table.table_slide_body thead tr .cel_opacity,
table.table_slide_body tbody tr .cel_opacity{
    opacity: 0;
}


/*---------------------------------
簡易表示
---------------------------------*/
.RaceResults .mode_simple {
    padding: 0 10px;
}
.RaceResults .mode_simple.mode_fullscreen{
    padding:10px 0;
    background:#fff;
}
/*=======================================================
競走馬詳細　血統
　血統テーブル
　クロス
　兄弟
　祖父母
　牝系図 一口移植
======================================================= */
.HorsePedigree section {
    margin-bottom: 38px;
    padding: 0 10px;
}
.HorsePedigree section.Blood{
    margin-bottom: 20px;
}
.HorsePedigree section.Blood + .Cross{
    margin-top: 38px;
}

/*---------------------------------
血統テーブル
---------------------------------*/
.HorsePedigree .Blood .SlideArea {
    padding: 0 10px 0;
}

.HorsePedigree .Blood table {
    border-collapse: collapse;
    border: 0px;
}

.HorsePedigree .Blood table caption {
    padding: 4px;
    text-align: right;
}

.HorsePedigree .Blood table td {
    line-height: 1.4em;
    font-size: .7em;
    width:135px;
    vertical-align: middle;
}

.HorsePedigree .Blood table .td05 {
    border-bottom: 1px solid #fff;
}

.HorsePedigree .Blood table .td05.MaleRight {
    border-right: 1px solid #5b9fdf;
}

.HorsePedigree .Blood table .td05.FemaleRight {
    border-right: 1px solid #d3788d;
}

.HorsePedigree .Blood table .Male {
    background: #d0e0ef;
    padding: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.HorsePedigree .Blood table .Male.tr01 {
    border-top: 1px solid #5b9fdf;
}

.HorsePedigree .Blood table .Male.td01 {
    border-left: 1px solid #5b9fdf;
}

.HorsePedigree .Blood table .Female {
    background: #f4dee3;
    padding: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.HorsePedigree .Blood table .Female.tr02 {
    border-bottom: 1px solid #d3788d;
}

.HorsePedigree .Blood table .Female.td01 {
    border-left: 1px solid #d3788d;
}

.BloodInfo_Notice01 {
    font-size: 78%;
    color: #666;
    line-height: 1.5;
}

/*---------------------------------
クロス
---------------------------------*/

.HorsePedigree .Cross dl dt {
    color: #444;
    font-size: 77.78%;
    font-weight: bold;
    line-height: 1.5;
    float: left;
    max-width: 230px;
}

.HorsePedigree .Cross dl dd {
    font-size: 77.8%;
    color: #666666;
    line-height: 1.5;
    text-align: right;
    margin-left: auto;
    float: right;
}
@media only screen and (max-width: 340px) {
    .HorsePedigree .Cross dl dt {
        max-width: 200px;
    }
}
/*---------------------------------
兄弟 叔父母
---------------------------------*/
table.horse_family_table tbody tr td{
    font-size: 77% !important;
}



/*---------------------------------
牝系図 一口移植
---------------------------------*/
.FamilyLine .Dam .Header {
    background: #f4dee3;
    border-top: 2px solid #e15c7a;
    margin-bottom: 2px;
}

.FamilyLine .Header dl {
    padding: 8px 10px;
}

.FamilyLine .Header dl dt,
.FamilyLine .Header dl dd {
    display: inline-block;
    font-size: 77%;
    font-weight: bold;
}

.FamilyLine .Dam .Header dl dt {
    color: #e15c7a;
}

.FamilyLine .Result {
    background: #fff;
    border-bottom: 1px solid #f2f1ec;
    color: #444;
    font-size: 77%;
    font-weight: bold;
    padding: 12px 8px;
}

.FamilyLine .Result .Partition {
    font-weight: normal;
    margin: 0 2px;
    vertical-align: 1px;
}

/* ひん系図 */
.FamilyLine .ResultData {
    background: #fff;
    padding: 12px 10px 20px;
}

.FamilyLine .ResultData > .Title {
    color: #444;
    font-size: 77%;
    font-weight: bold;
    margin-bottom: 12px;
}

.Mareline {
    width: 500px;
}

/* ひん系図 - line */
.MarelineInner {
    position: relative;
    padding-left: 10px;
}

.MarelineInner + .MarelineInner {
    margin-top: 40px;
}

.MarelineInner a {
    color: #0033aa;
}

.MarelineInner:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 98%;
    background: #bdbdb3;
    position: absolute;
    left: 20px;
}

.MarelineChild02,
.MarelineChild03 {
    position: relative;
}

.MarelineChild02:before,
.MarelineChild03:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 96%;
    background: #bdbdb3;
    position: absolute;
    left: 32px;
}

.MarelineChild03:before {
    height: 85%;
}

.MarelineChild01 {
    padding-left: 4px;
    font-size: 77%;
}

.MarelineChild02,
.MarelineChild03 {
    padding-left: 28px;
    font-size: 77%;
}


/* ひん系図 - 親 */
.MarelineParent_Horse {
    display: table;
}

.MarelineParent_Horse .Dam,
.MarelineParent_Horse .Name,
.MarelineParent_Horse .History {
    display: table-cell;
}

.MarelineParent_Horse .Dam {
    display: block;
    color: #fff;
    background: #df7785;
    border-radius: 3px;
    font-size: 77%;
    font-weight: bold;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 50px;
}

.MarelineParent_Horse .Name {
    font-size: 77%;
    font-weight: bold;
    padding: 0 10px;
    white-space: nowrap;
}

.MarelineParent_Horse .History {
    color: #444;
    font-size: 77%;
    line-height: 1.3;
}

.MarelineParent_Horse .History .HinbaColor {
    color: #df7785;
    font-weight: bold;
}


/* ひん系図 - 子 */
.MarelineChild_Horse {
    display: table;
}

.MarelineChild_Horse {
    padding-top: 20px;
}

.MarelineChild_Horse .Name,
.MarelineChild_Horse .History {
    display: table-cell;
}

.MarelineChild_Horse .Name {
    padding: 0 10px;
    white-space: nowrap;
}

.MarelineChild_Horse.PointHinba .Name {
    font-weight: bold;
}

.MarelineChild_Horse .History {
    font-size: 77%;
    line-height: 1.3;
}

.MarelineChild_Horse .History .HinbaColor {
    color: #df7785;
    font-weight: bold;
}

.MarelineChild_Horse .History .BobaColor {
    color: #588adf;
    font-weight: bold;
}

.MarelineChild_Horse .History .SenbaColor {
    color: #ccc;
    font-weight: bold;
}

.MarelineChild_Horse.PointBoba:before {
    content: '';
    display: inline-block;
    background: #4374cc;
    border-radius: 50%;
    position: relative;
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

.MarelineChild_Horse.PointHinba:before {
    content: '';
    display: inline-block;
    background: #DF7785;
    border-radius: 50%;
    position: relative;
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

.MarelineChild02 .MarelineChild_Horse.PointBoba:before {
    width: 9px;
    height: 9px;
}

.MarelineChild02 .MarelineChild_Horse.PointHinba:before {
    width: 9px;
    height: 9px;
}

.MarelineChild01 > .MarelineChild_Horse.PointHinba > .Name,
.MarelineChild02 > .MarelineChild_Horse.PointHinba > .Name {
    position: relative;
}

.MarelineChild01 > .NameUnderline > .Name:after,
.MarelineChild02 > .NameUnderline > .Name:after {
    content: '';
    display: block;
    border-bottom: 1px solid #bdbdb3;
    position: absolute;
    left: -6px;
    bottom: -1px;
    width: 100%;
}

.MarelineChild02 > .NameUnderline > .Name:after {
    left: -5px;
}


/* ひん系図 - レース結果 */
.Mareline_ResultRace {
    padding-top: 20px;
    padding-left: 62px;
}

.Mareline_ResultRace dl {
    display: table;
    font-size: 77%;
}

.Mareline_ResultRace dl + dl {
    margin-top: 12px;
}

.Mareline_ResultRace dl dt,
.Mareline_ResultRace dl dd {
    display: table-cell;
}

.Mareline_ResultRace dl dt {
    color: #444;
    font-weight: bold;
    white-space: nowrap;
}

.Mareline_ResultRace dl dd {
    color: #444;
    line-height: 1.3;
}

.MarelineChild02 .Mareline_ResultRace {
    padding-left: 24px;
}

.MarelineChild01 .MarelineChild_Horse:last-child {
    border: none;
}

.MarelineChild01 > .MarelineChild_Horse.PointHinba:last-child > .Name:after {
    border: none;
}


/* 母　データテーブル */
.FamilyLine .Dam .DataTable {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #f2f1ec;
}

.FamilyLine .Dam .DataTable tr + tr {
    border-top: 1px solid #f2f1ec;
}

.FamilyLine .Dam .DataTable tr th,
.FamilyLine .Dam .DataTable tr td {
    color: #444;
    font-size: 77%;
    line-height: 1.3;
    padding: 6px 8px;
    text-align: left;
    vertical-align: middle;
}

.FamilyLine .Dam .DataTable tr th {
    color: #6d3434;
    width: 105px;
}

.FamilyLine .Dam .DataTable tr td a {
    font-weight: bold;
}

.FamilyLine .Dam .DataTable tr:nth-child(odd) th {
    background: #fedee5;
}

.FamilyLine .Dam .DataTable tr:nth-child(even) th {
    background: #fcced9;
}

/* =======================================================
■競走馬ランキング
　共通
======================================================= */
/*---------------------------------
共通
---------------------------------*/

section.RankingList .RankingList_ninki {
    padding: 0 10px;
}

/* =================================================_======
■競走馬詳細　調教タイム
　共通
======================================================= */
section.HorseTraining .HorseTrainingList {
    padding: 0 10px;
}
.RelationData section.HorseTraining .HorseTrainingList {
    padding: 0;
}
.Unit_Race .RaseDetail {
    position: relative;
    padding: 10px 11px;
    background-color: #eaeaea;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}
.Unit_Race > ul > li.DB_Stable_Time + li.DB_Stable_Time{
    margin-top:60px;
}
.Unit_Race > ul li + li .RaseDetail {
    /*border-top: none;*/
}

.Unit_Race .RaseDetail dl dt {
    font-size: 88.89%;
}

.Unit_Race .RaseDetail dl dt span[class^='ResultRank'] {
    font-size: 86.67%;
    margin-left: 8px;
}

.Unit_Race .RaseDetail dl dt a {
    font-weight: bold;
    line-height: 1.2em;
}
.Unit_Race .RaseDetail dl dt a span{
    position: relative;
    top: 2px;
}
.Unit_Race .RaseDetail dl dd {
    font-size: 61.11%;
    font-weight: bold;
    color: #666666;
    margin-bottom: 6px;
}
.Unit_Race .RaseDetail .TrainingMovie {
    display: block;
    position: absolute;
    height: 45px;
    right: 11px;
    top: 0;
    bottom: 0;
    margin:auto;
    vertical-align: middle;
}
.Unit_Race .RaseDetail .TrainingMovie a {
    display: block;
    width: 72px;
}
.Unit_Race .RaseDetail .MvThumbWrap {
	width: 100%;
	height: 45px;
	background-size: cover;
	background-position: center center;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	padding-top: 45px;
}
.Unit_Race .RaseDetail .MvThumbWrap::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width:15px;
	height:17px;
	transform: translate(-25%,-50%);
	border: 10px solid transparent;
	border-left: 19px solid rgba(255,255,255,0.89);
	box-sizing: border-box;
}
/*
.Unit_Race .RaseDetail .TrainingMovie a {
    display: block;
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 4px;
    width: 50px;
    padding: 4px 8px 1px;
}
*/
.Unit_Race .RaseDetail .TrainingMovie a img {
    width: 32px;
    height: 21px;
}
.Unit_Race .Training_info {
    display: table;
    width: 100%;
    height: 39px;
    font-size: 61.11%;
    color: #888;
    font-weight: bold;
    padding: 0 11px;
}

.Unit_Race .Training_info .Training_infoTxt {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    line-height: 1.5;
}
/*
.Unit_Race .Training_info .TrainingMovie {
    display: table-cell;
    vertical-align: middle;
}

.Unit_Race .Training_info .TrainingMovie a {
    display: block;
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 4px;
    width: 50px;
    padding: 4px 8px 1px;
}

.Unit_Race .Training_info .TrainingMovie a img {
    width: 32px;
    height: 21px;
}*/

.Unit_Race .TrainingDetail table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}

.Unit_Race .TrainingDetail table tr td {
    vertical-align: middle;
    text-align: center;
    font-size: 61.11%;
    font-weight: bold;
    width: 40px;
    word-wrap: break-word;
    line-height: 1.3;
    padding: 11px 0;
}

.Unit_Race .TrainingDetail table tr td + td {
    border-left: 1px solid #cacaca;
}

.Unit_Race .TrainingDetail table tr td.TokeiColor01 {
    background: #f3b194;
}

.Unit_Race .TrainingDetail table tr td.TokeiColor02 {
    background: #f9f2ca;
}

.Unit_Race .TrainingDetail table tr td.TrainingLoad {
    width: 40px;
}

.Unit_Race .TrainingDetail table tr td.Training_Critic {
    width: 70px;
}

.Unit_Race .TrainingDetail table tr td span {
    display: inline-block;
}

.Unit_Race .TrainingDetail .Training_comment {
    font-size: 61.11%;
    color: #666666;
    padding: 10px 11px;
    line-height: 1.5;
    border-bottom: 1px solid #cacaca;
}

.Rank_A {
    color: #f00;
    font-weight: bold;
}

.Rank_B {
    color: #007EFF;
    font-weight: bold;
}

.Rank_C {
    color: #333;
    font-weight: bold;
}

/* ラップタイム */
.Unit_Race .TrainingDetail table tr td span.RapTime {
	display: block;
	text-align: center;
	margin-top: 4px;
}

.RapShowCheckArea {
	margin: 6px 8px 14px;
	text-align: right;
}
.RapShowCheckArea > label{
	position: relative;
	display: inline-block;
	padding-left: 40px;
	font-size: 72.3%;
	color: #444;
}
.RapShowCheckArea > label span {
	line-height: 21px;
}
.RapShowCheckArea input[type=checkbox] {
	display: none;
}
.RapShowCheckArea label:before {
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cbcbcb;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 8px;
}

.RapShowCheckArea input:checked + label:before {
	border: 1px solid #3251bc;
	background-color: #3251bc;
}
.RapShowCheckArea input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 16px;
	width: 5px;
	height: 11px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* =================================================_======
■競走馬詳細　厩舎コメント、レース後短評
======================================================= */
.HorseRaceCommentList {
    padding: 0 10px;
}

.Unit_Race ul li .RaceComment {
    padding: 15px 16px;
    font-size: 83.33%;
    color: #555555;
    line-height: 1.4;
}
.Unit_Race > ul > li.Comment + li.Comment{
    margin-top: 20px;
}
.HorseRaceCommentList ul li + li .RaseDetail {
    border-top: 1px solid #cacaca;
}

.Unit_Race ul li .RaceComment {
    padding: 15px 16px;
    font-size: 83.33%;
    color: #555555;
    line-height: 1.4;
}

/* 有料案内 */
/*プレミアムボタン02*/
.BtnPremiumRegist02 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: inline-block;
	z-index: 60;
	box-shadow: 0 none;
}
.BtnPremiumRegist02.table_base{
	top:auto;
	bottom:-4px;
	z-index: 60;
}
.BtnPremiumRegist02.static{
	position: static;
	transform: none;
	margin: auto;
	width: 255px;
	display: block;
}
.BtnPremiumRegist02 a{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	color: #675500;
	position: relative;
	white-space: nowrap;
	background: #fff;
	border:2px solid rgb(189, 171, 120);
	border-radius: 4px;
	box-shadow: 0 0 14px 6px rgba(255,255,255,.004);
}
.BtnPremiumRegist02.size_m a{
	padding:9px 10px 6px;
}
.BtnPremiumRegist02.size_s a{
	height: 27px;
	line-height: 25px;
	padding: 0;
	font-weight: bold;
}
.BtnPremiumRegist02 a .premium_btn{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	height: 42px;
	min-width:230px;
	line-height: 42px;
	font-weight: bold;
	background-color: rgb(189, 171, 120);
	border-radius: 4px;
}
.Unit_Race .SampleTxtMask01 {
	position: relative;
	display: block;
	margin: -2px -5px 0;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	background-size: 100% auto;
}
.Unit_Race .SampleTxtMask01 {
	background-image: url('../img/sample/Trecen_SampleImage_Txt01.jpg');
}
.Unit_Race .SampleTxtMask01:before {
	content:"";
	display:block;
	padding-top: 26.4%;
}
.Unit_Race .SampleTxtMask01 .BtnPremiumRegist02{
	width: 255px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.BtnPremiumRegist02 a .btn_comment{
	display:inline-block;
	height: 23px;
	width: 184px;
	max-width: auto;
}
.BtnPremiumRegist02 a .icon_touch{
	display: inline-block;
	height: 30px;
	width: 22px;
	margin-right: 8px;
}
.BtnPremiumRegist02 a .icon_touch_min{
	display: inline-block;
	height: 18px;
	width: 13px;
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
}
/*★★★★★調教タイムの見方★★★★★*/


.Description_Box.ChokyoTime {
	padding: 0 8px 8px;
}
.Description_Box.ChokyoTime .ChokyoTime_ViewPoint:first-child {
	padding: 8px 0;
}
.Description_Box.ChokyoTime .ChokyoTime_ViewPoint_Title {
	font-size: 78%;
	color: #fff;
	line-height: 1.4;
	padding: 4px 8px;
	background: #72737e;
	border-radius: 3px 3px 0 0;
}
.Description_Box.ChokyoTime .ChokyoTime_ViewPoint .Inner {
	border: 1px solid #72737e;
	border-radius: 0 0 3px 3px;
	background: #fff;
	padding: 8px 4px;
}
.Description_Box.OfferRace .Inner,
.Description_Box.BiasOfferRace .Inner {
	border: 1px solid #72737e;
	margin-top: 10px;
	border-radius: 3px;
	background: #fff;
	padding: 8px 4px;
}
.Description_Box.ChokyoTime .ChokyoTime_ViewPoint .Image {
	text-align: center;
}
.Description_Box.ChokyoTime .ChokyoTime_ViewPoint .Image > img {
	width: 100%;
	max-width: 634px;
}
.Description_Box.ChokyoTime .ChokyoTime_ViewPoint ul {
	padding: 10px 10px 0 10px;
}
.Description_Box.ChokyoTime .ChokyoTime_ViewPoint ul li a {
	text-decoration: underline !important;
}
.Description_Box.ChokyoTime .ChokyoTime_ViewPoint ul li span.ListNumber {
	display: block;
	background-color: #ef5350;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 0;
	top: -1px;
}
.Description_Box.ChokyoTime .ChokyoTime_ViewPoint ul li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 20px;
	font-size: 83.3%;
	line-height: 1.4;
}
.Description_Box.ChokyoTime .ChokyoTime_ViewPoint ul li:last-child {
	margin-bottom: 0;
}
.Description_Box.OfferRace .OpenTime,
.Description_Box.BiasOfferRace .OpenTime {
	margin-bottom: 20px;
}
.Description_Box.OfferRace .OpenTime_Title,
.Description_Box.OfferRace .OfferRace_Title,
.Description_Box.BiasOfferRace .OpenTime_Title,
.Description_Box.BiasOfferRace .OfferRace_Title {
	font-size: 83.3%;
	font-weight: bold;
	border-bottom: 1px solid #cbcbcb;
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
}
.Description_Box.OfferRace .OpenTime_Title + p,
.Description_Box.BiasOfferRace .OpenTime_Title + p {
	font-size: 83.3%;
	padding-left: 10px;
	line-height: 1.4;
}
.Description_Box.OfferRace .OfferRace_Title + ul,
.Description_Box.BiasOfferRace .OfferRace_Title + ul {
	padding-left: 30px;
}
.Description_Box.OfferRace .OfferRace_Title + ul li,
.Description_Box.BiasOfferRace .OfferRace_Title + ul li {
	list-style: disc;
	font-size: 83.3%;
	margin-bottom: 5px;
}
.Description_Box.PositionInfo p,
.Description_Box.PitchInfoBox p,
.Description_Box.StrideInfoBox p,
.Description_Box.OfferRace .Description_Inner > p {
	font-size: 77.78%;
	line-height: 1.3;
}
/* スーパープレミアム誘導 */
.InfoTxt {
	padding:0 10px;
}
.InfoTxt p {
	font-size:77.78%;
	line-height: 1.5;
}

/* お知らせ */
.Infomation_Box {
	margin: 18px 10px 0 10px;
	border-radius: 4px;
}
.Infomation_Box + .Infomation_Box {
	margin-top: 8px;
}
.Infomation_Box ul {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}
.Infomation_Box ul li {
	padding: 0;
}
.Infomation_Box ul li a {
	padding: 10px 10px 10px 36px;
	position: relative;
	display: block;
}
.Infomation_Box ul li a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('https://cdn.netkeiba.com/img.sp/common/img/icon/icon_sprite_nk.png');
	background-repeat: no-repeat;
	-webkit-background-size: 55px 1000px;
	-moz-background-size: 55px 1000px;
	-ms-background-size: 55px 1000px;
	background-size: 55px 1000px;
	vertical-align: middle;
	background-position: -7px -808px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
}
.Infomation_Box ul li a .Infomation_Txt span {
	display: block;
	color: #06389b;
	font-size: 72.23%;
	font-weight: bold;
	line-height: 1.3;
}

.master_course_infoText01 {
	width: 82.66%;
	margin: 0 auto -10px;
	padding: 4px 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	position: relative;
}
.master_course_infoText01 em {
	font-size: 14px;
	color: #7A4AB1;
}
.master_course_infoText01_balloon {
	width: 82.66%;
	margin: 12px auto 0;
	padding: 4px 0;
	text-align: center;
	background: #FBF7FF;
	border: 2px solid #7A4AB1;
	border-radius: 50px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	position: relative;
}
.master_course_infoText01_balloon:before,
.master_course_infoText01_balloon:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
}
.master_course_infoText01_balloon:before {
	bottom: -9px;
	border-style: solid;
	border-color: transparent transparent #7A4AB1 transparent;
	border-width: 0 14px 14px 0;
	transform: rotate(-45deg);
}
.master_course_infoText01_balloon:after {
	bottom: -6px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	border-width: 0 12px 12px 0;
	z-index: 10;
	transform: rotate(-45deg);
}
.master_course_infoText01_balloon em {
	font-size: 14px;
	color: #7A4AB1;
}
.master_course_infoText02 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	background: #7A4AB1;
}
.master_course_infoText02 p {
	display: inline-block;
	padding: 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
}
.master_course_infoText02 p::before,
.master_course_infoText02 p::after {
	content: "";
	position: absolute;
	margin: auto;
	width: 10px;
	height: 11.586px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="11.586" viewBox="0 0 10 11.586"><path id="パス_35794" data-name="パス 35794" d="M.293,5.293a1,1,0,0,1,0-1.414L3.586.586a2,2,0,0,1,2.829,0L9.707,3.879A1,1,0,0,1,8.293,5.293L6,3v7.586a1,1,0,1,1-2,0V3L1.707,5.293a1,1,0,0,1-1.414,0" transform="translate(0 0)" fill="%23fff" fill-rule="evenodd"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(180deg);
}
.master_course_infoText02 p::before {
	left: -14px;
}
.master_course_infoText02 p::after {
	right: -14px;
}
.master_course_infoLink{
	font-size: 13px;
	color: #3c3c3c;
	text-align: center;
	padding-top: 5px;
}
.master_course_infoLink a{
	font-size: 11px;
	color: #3c3c3c;
	text-decoration: underline;
}
.Title_Sec.Master{
	display: flex;
	align-items: center;
}
.Title_Sec.Master h2{
	display: flex;
	align-items: center;
	justify-content: center;
}
.master_course_badge {
	/* display: none; */
	margin-left: 7px;
	padding: 5px 6px;
	background: #7A4AB1;
	border-radius: 50px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
/* =======================================================
	関連グッズ .HorseGoods
======================================================= */
.HorseGoods .ItemSelection {
    overflow-x: auto;
    padding-left: 10px;
}
.HorseGoods .ItemSelection ul {
    display: flex;
    flex-wrap: nowrap;
}
.HorseGoods .ItemSelection ul li {
    width: 140px;
    margin-right: 10px;
    flex-shrink: 0;
}
.HorseGoods .ItemSelection ul li a {
    display: flex;
    flex-direction: column;
    background: #F3F3F3;
    padding-bottom: 8px;
    border-radius: 4px;
    overflow: hidden;
}
.HorseGoods .ItemSelection ul li a:has(.ItemMore) {
    height: 100%;
    font-size: 77.78%;
    color: #444;
}
.HorseGoods .ItemSelection ul li a .ItemImage {
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.HorseGoods .ItemSelection ul li a img {
    width: 100%;
}
.HorseGoods .ItemSelection ul li a .Name {
    display: block;
    font-size: 13px;
    color: #444444;
    padding: 10px 6px 0;
    margin-bottom: 8px;
    line-height: 1.38em;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.76em;
    overflow: hidden;
    box-sizing: content-box;
}
.HorseGoods .ItemSelection ul li a .Price {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    color: #444444;
    padding-right: 10px;
}
.HorseGoods .ItemMore {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.HorseGoods .ItemMore span:after {
    position: relative;
    top: -1px;
    left: 2px;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-left: 2px solid #444;
    border-bottom: 2px solid #444;
    transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -webkit-transform: rotate(-140deg);
}
