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

/* =======================================================
■共通
　コメント投稿欄
　掲示板・コメントリスト (nk01の掲示板スタイルに追加)
　展開式の説明ブロック
　(一覧系) ページネーション
　(一覧系) 絞り込み・並べ替えコントローラー - ボタン編
　(一覧系) 絞り込み・並べ替えコントローラー - PopUp編
======================================================= */
/*---------------------------------
コメント投稿欄
---------------------------------*/
.CommentPost {
  padding: 0 2px;
}
.CommentPost form {
  position: relative;
}
.CommentPost form::after {
  content: "";
  display: table;
  clear: both;
}
.CommentPost .Anchor {
  position: absolute;
  top: -40px;
  left: 0;
}
.CommentPost .AvaterBox {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 50%;
  z-index: 2;
}
.CommentPost .AvaterBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.CommentPost .PostIcon {
  position: absolute;
  bottom: 18px;
  right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../../img/icon/icon_sprite_db_S.png");
  background-repeat: no-repeat;
  background-size: 55px auto;
  background-position: -16px -301px;
  z-index: 2;
}
.CommentPost textarea,
.CommentPost button.DummyForm{
  width: 100%;
  height: 54px;
  padding: 18px 12px 12px 54px;
  color: #444;
  font-size: 16px;
  line-height: 1.2;
  vertical-align: top;
  border: 1px solid #dadada;
  border-radius: 4px;
}
.CommentPost button.DummyForm {
  position: relative;
  text-align: left;
  color: #938c88;
  padding-top:0;
  padding-bottom: 0;
  padding-left:12px;
  line-height: 54px;
}
/*
.Attention_Form{
  padding:0 8px;
}
*/
.Attention_Form textarea.jqm-input-text{
  width: 100%;
  height: 84px;
  padding: 18px 12px 12px;
  color: #444;
  font-size: 16px;
  line-height: 1.2;
  vertical-align: top;
  border: 1px solid #dadada;
  border-radius: 4px;
}

.Attention_Form textarea.jqm-input-text + div button{
      float: right;
    min-width: 80px;
    height: 28px;
    margin-top: 8px;
    padding: 0 14px;
    color: #888;
    font-size: 72%;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2em;
}
.Attention_Form textarea.jqm-input-text + div:after{
    content: "";
    display: table;
    clear: both;
}
.CommentPost textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #888;
}
.CommentPost textarea::placeholder {
  font-size: 15px;
  color: #888;
}
.CommentPost textarea.CommentForm {
  height: 84px;
}
.CommentPost .PostBtn {
  float: right;
  min-width: 80px;
  height: 28px;
  margin-top: 8px;
  padding: 0 14px;
  color: #888;
  font-size: 72%;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2em;
}
/*---------------------------------
ペナルティユーザーメッセージ
---------------------------------*/
.Attention_Form .penalty_message{
  font-size:77.78%;
  line-height: 1.4;
  margin:0 20px;
  padding:20px;
  background-color: #f3f3f3;
}
.Attention_Form .penalty_message p.title{
  text-align:center;
  margin:0 0 18px;
  font-weight:bold;
  color: #dc4747;
}
.Attention_Form .penalty_message.noForm ~ .CommentPost{
  display: none;
}
/*---------------------------------
掲示板・コメントリスト (nk01の掲示板スタイルに追加)
---------------------------------*/
.HorseComment ul li .Anchor {
  position: absolute;
  top: -22px;
  left: 0;
}
.HorseComment ul li .UserName span{
  font-weight: normal;
  font-size: 84.6154%;
}
.CommentHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.CommentMuteSVG {
  width: 1.25em;
  fill: #777;
}
.HorseComment ul li .CommentMain .CommentHead{
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.HorseComment ul li .CommentMain .CommentHead .CommentNo {
  /*margin-right: -10px;*/
  /*margin-left: 8px;*/
  font-size: 66.67%;
  color: #888;
}
.HorseComment ul li .CommentMain .CommentHead .TimeStamp {
  position: static;
}

.HorseComment ul li .CommentMain .ResCommenTo {
  display: inline-block;
  margin-bottom: 0;
  color: #06389b;
  font-size: 89%;
  line-height: 1.5;
}
.HorseComment ul li .CommentMain .HorseName {
  display: inline-block;
  margin-bottom: 6px;
  margin-left: 1px;
  color: #06389b;
  font-size: 72.22%;
  font-weight: 700;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.HorseComment ul li .CommentFooter {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
  color: #888;
}
.HorseComment ul li .CommentRes,
.HorseComment ul li .CommentMute {
  position: relative;
  padding-right: 12px;
  height: 18px;
}
.HorseComment ul li .CommentRes .CommentResBtn,
.HorseComment ul li .CommentMute .CommentMuteBtn {

  margin-bottom: 0;
}
.HorseComment ul li .CommentMute .CommentMuteBtn{
  left:24px;
}
.Icon_Res {
  display: inline-block;
  width: 18px;
  height: 15px;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("../../img/icon/icon_sprite_db_S.png");
  background-repeat: no-repeat;
  background-position: -5px -46px;
  background-size: 34px auto;
}
.Icon_Mute {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("../../img/icon/icon_sprite_db_S.png");
  background-repeat: no-repeat;
  background-position: -8px -88px;
  background-size: 42px auto;
}
.HorseComment ul li .CommentMuteToggle {
  position: absolute;
  top: 18px;
  right: 0px;
  z-index: 1;
}
.HorseComment ul li .CommentMuteContent {
  position: relative;
  width: 285px;
  padding: 0 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.2);
}
@media (max-width: 349px) {
  .HorseComment ul li .CommentMuteContent {
    width: 260px;
  }
}
.HorseComment ul li .CommentMuteContent::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 15px;
  border: 0 solid transparent;
  border-width: 0 7px 7px;
  border-bottom-color: #ccc;
}
.HorseComment ul li .CommentMuteContent::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 15px;
  border: 0 solid transparent;
  border-width: 0 7px 7px;
  border-bottom-color: #fff;
}
.HorseComment ul li .CommentMuteContent > li {
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.HorseComment ul li .CommentMuteContent > li:nth-child(n+2) {
  margin-top: 0;
  border-top: 1px solid #eaeaea;
}
.HorseComment ul li .CommentMuteContent a {
  display: block;
  margin-bottom: 0;
  padding: 22px 0;
  color: #333;
  font-size: 72.22%;
}
.HorseComment ul li .CommentLike {
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-align: right;
}
.HorseComment ul li .CommentLike a {
  display: inline-block;
  margin-bottom: 0;
  color: #777;
  font-size: 66.67%;
  line-height: 1.25;
}
.HorseComment ul li .CommentLike .CommentLike_Count {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  font-size: 0;
  vertical-align: bottom;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("../../img/icon/icon_sprite_db_reaction.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 0;
}
.HorseComment ul li .CommentLike .CommentLike_Count.Pressed {
  background-position: 0 -15px;
}
.HorseComment ul li .CommentFooter a.ReviceLink{
    margin-bottom: 0;
    font-size: 80%;
    top: 4px;
    color: #999;
}
.HorseComment ul li .CommentFooter a.ReviceLink + .ReviceLink{
  margin-left: 18px;
}
/*---------------------------------
展開式の説明ブロック
---------------------------------*/
.ExpansionPanel {
  margin: 20px 0;
  padding: 0 10px;
}
.ExpansionPanel > dl {
  padding: 11px 10px 9px;
  color: #666;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}
.ExpansionPanel > dl > dt {
  position: relative;
  padding: 1px 30px 2px 28px;
  font-size: 72.22%;
  line-height: 1;
  cursor: pointer;
}
.ExpansionPanel > dl > dt::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../../img/icon/icon_sprite_db_comment.png");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: 0 0;
}
.ExpansionPanel .Icon_Arrow {
  position: absolute;
  top: 50%;
  right: 1px;
  display: block;
  width: 11px;
  height: 7px;
  background-image: url("../../img/icon/icon_sprite_db_comment.png");
  background-repeat: no-repeat;
  background-position: 0 -18px;
  background-size: 16px auto;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.ExpansionPanel .Icon_ArrowT {
  -webkit-transform: translateY(-5px) rotate(180deg);
  transform: translateY(-5px) rotate(180deg);
}
.ExpansionPanel > dl > dd {
  padding: 15px 10px 0;
  font-size: 72.22%;
}
.ExpansionPanel .ExpansionPanel_Text {
  line-height: 1.4;
}
.ExpansionPanel .ExpansionPanel_Text:not(:first-child),
.ExpansionPanel .ExpansionPanel_List:not(:first-child) {
  margin-top: 10px;
}
.ExpansionPanel .ExpansionPanel_Text small {
  display: inline-block;
  font-size: 84.62%;
  line-height: 1.4;
}
.ExpansionPanel .ExpansionPanel_List {
  margin-left: 1.5em;
  list-style: disc;
}
.ExpansionPanel .ExpansionPanel_List > li {
  margin-top: 5px;
  line-height: 1.4;
  list-style: inherit;
}

/*---------------------------------
(一覧系) ページネーション
---------------------------------*/
.CommonPager {
  margin-top: 28px;
  margin-bottom: 40px;
  padding: 0 10px;
}
.CommonPager_Upper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.CommonPager_Lower {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 136px;
  margin: 8px auto 0;
}
.CommonPager li > a {
  display: block;
  min-width: 24px;
  height: 20px;
  margin: 0 5px;
  padding: 0 4px;
  color: #666;
  font-size: 77.78%;
  text-align: center;
  line-height: 20px;
}
@media (max-width: 359px) {
  .CommonPager li > a {
    margin: 0 4px;
    font-size: 66.67%;
  }
}
.CommonPager li > a.Active {
  font-weight: 700;
}
.CommonPager .CommonPager_Mark {
  position: relative;
  width: 20px;
  min-width: 20px;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.CommonPager .CommonPager_Mark::before,
.CommonPager .CommonPager_Mark.First::after,
.CommonPager .CommonPager_Mark.Last::after {
  content: "";
  position: absolute;
  top: 4px;
  display: block;
  width: 6px;
  height: 11px;
  background-image: url("../../img/icon/icon_sprite_db_comment.png");
  background-repeat: no-repeat;
  background-size: 16px auto;
}
.CommonPager .CommonPager_Mark.Prev {
  margin-right: 10px;
  margin-left: 0;
}
.CommonPager .CommonPager_Mark.Next {
  margin-right: 0;
  margin-left: 10px;
}
.CommonPager .CommonPager_Mark.Prev::before,
.CommonPager .CommonPager_Mark.First::before,
.CommonPager .CommonPager_Mark.First::after {
  left: 7px;
  background-position: 0 -27px;
}
.CommonPager .CommonPager_Mark.Next::before,
.CommonPager .CommonPager_Mark.Last::before,
.CommonPager .CommonPager_Mark.Last::after {
  right: 7px;
  background-position: right -27px;
}
.CommonPager .CommonPager_Mark.First::after {
  left: 12px;
}
.CommonPager .CommonPager_Mark.Last::after {
  right: 12px;
}

/*---------------------------------
(一覧系) 絞り込み・並べ替えコントローラー - ボタン編
---------------------------------*/
.ListControler {
  position: relative;
  margin: 0 10px;
}
.ListControler_Bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin: 18px 0 24px;
}
.ListControler_BtnWrapper {
  position: relative;
  margin-left: 12px;
}
.ListControler_Btn {
  position: relative;
  display: block;
  min-width: 94px;
  height: 28px;
  padding: 0 26px 0 14px;
  color: #444;
  font-size: 72.225%;
  line-height: 2;
  border: 1px solid #dedede;
  border-radius: 4px;
  outline: 0;
}
.ListControler_Btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border: 0 solid transparent;
  border-width: 6px 3.5px 0;
  border-top-color: #666;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ListControler_Btn .Filter_Count {
  visibility: hidden;
  display: inline-block;
  width: 0;
  /* color: #ef5350; */
  text-align: left;
}
.ListControler_Btn .Filter_Count.Active {
  visibility: visible;
  width: auto;
  min-width: 2.7em;
}
.ListControler_SelectWrapper {
  position: relative;
  width: 106px;
  height: 28px;
  overflow: hidden;
}
.ListControler_SelectWrapper:nth-child(n+2) {
  margin-left: 12px;
}
@media (max-width: 349px) {
  .LeadingPageJRA .ListControler_SelectWrapper:nth-child(n+2) {
    margin-left: 8px;
  }
}
.ListControler_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%);
}
.ListControler_Select {
  width: 100%;
  padding: 0 18px 0 11px;
  color: #444;
  font-size: 72.22%;
  line-height: 2;
  border-width: 1px;
  border-radius: 4px;
  /*-webkit-transform: scale(0.5);
  transform: scale(0.5);*/
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.sire_detail_nav .nowrap_right{
  text-align: right;
  padding-right: 10px;
}
.sire_detail_nav .nowrap_right .ListControler_SelectWrapper{
  display:inline-block;
}
/*---------------------------------
(一覧系) 絞り込み・並べ替えコントローラー - PopUp編
---------------------------------*/
.ListControler_PopupBg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 7000;  /* ← FixedなHeaderよりも前面に出すための数値 */
}
.ListControler_Btn.PopupOpen::after {
  /* ※PopUpの吹き出しのピヨッとした部分。ボタンの位置やビューポート幅などの条件によって、ボタンとPopUpの位置関係が変わることがあるので、ボタンのほうにピヨを付与 */
  content: "";
  position: absolute;
  top: 18px;
  right: 6px;
  border: 0 solid transparent;
  border-width: 0 7px 14px 7px;
  border-bottom-color: #fff;
  z-index: 7001;
}
.RefineBox {
  position: absolute;
  right: -9px;
  top: 32px;
  display: none;
  width: 260px;
  margin-left: auto;
  z-index: 7001;
}
.RefineBox.OpenDraw {
  display: block;
}
.RefineBox_Inner {
  position: relative;
  height: auto;
  max-height: 350px;
  max-height: 65vh;
  padding-top: 9px;
  padding-bottom: 12px;
  font-size: 72.22%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}
.RefineBox .CatergoryL01 {
  position: relative;
  display: block;
  padding: 10px 16px;
  color: #444;
  font-weight: 700;
  line-height: 1.54;
}
.RefineBox .CatergoryL02 li a,
.RefineBox .CatergoryL02 li label {
  position: relative;
  display: block;
  padding: 12px 34px 12px 27px;
  color: #666;
  line-height: 1.54;
}
.RefineBox .SelectCategories {
  display: none;
  color: #ef5350;
  font-size: 77%;
  font-weight: 400;
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.RefineBox .SelectCategories.Categories_Show {
  display: block;
}
.RefineBox .SelectCategories li {
  display: none;
}
.RefineBox .SelectCategories li.ShowText {
  display: inline-block;
}
.RefineBox .RefineBox_Arrow {
  content: "";
  position: absolute;
  top: 21px;
  right: 18px;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-top: -7px;
  border: 1px solid transparent;
  border-left-color: #666;
  border-bottom-color: #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}
.RefineBox .ListOpen > a .RefineBox_Arrow {
  margin-top: -2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.RefineBox .CatergoryL03 {
  display: none;
}
.RefineBox .ListOpen > .CatergoryL03 {
  display: block;
}
.RefineBox .Deselect {
  position: relative;
  display: none;
  min-height: 36px;
}
.RefineBox .Deselect.Selected_Show {
  display: block;
}
.RefineBox .optCategories,
.RefineBox .chkCategories {
  display: none;
}
.RefineBox .optCategories + span,
.RefineBox .chkCategories + span {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  cursor: pointer;
}
/* 並べ替え */
.RefineBox .SortCatergory .CatergoryL02 li label.selected {
  color: #ef5350;
}
.RefineBox .optCategories+ span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #ef5350;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  z-index: 1;
}
.RefineBox .optCategories:checked + span::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.RefineBox .optCategories + span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
}
/* 絞り込み */
.RefineBox .RefineCatergory .CatergoryL02 li a {
  font-weight: 700;
}
.RefineBox .CatergoryL02 .SelectCategories {
  margin-right: -20px;
}
.RefineBox .CatergoryL02 .SelectCategories li {
  margin-left: -1em;
  margin-right: 7px;
}
.RefineBox .CatergoryL02 .SelectCategories li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-align: center;
}
.RefineBox .CatergoryL02 .RefineBox_Arrow {
  border-left-color: #cacaca;
  border-bottom-color: #cacaca;
}
.RefineBox .RefineCatergory .CatergoryL03 li label {
  position: relative;
  padding: 9px 34px 9px 49px;
  font-weight: 400;
}
.RefineBox .RefineCatergory .CatergoryL03 .Deselect label {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}
.RefineBox .RefineCatergory .CatergoryL03 .Deselect.Selected_Show label {
  left: 0;
}
.RefineBox .chkCategories + span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 11px;
  height: 5px;
  border: 1px solid #fff;
  border-top-style: none;
  border-right-style: none;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  z-index: 1;
}
.RefineBox .chkCategories:checked + span::before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}
.RefineBox .chkCategories + span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  cursor: pointer;
}
.RefineBox .chkCategories:checked + span::after {
  background-color: #ef5350;
  border-color: #ef5350;
}
.RefineBox .RefineBox_BtnClear a {
  display: block;
  padding: 16px;
  font-weight: 700;
}



/* =======================================================
■プロフィール系ページ共通
　サブブロック
　見出し横のタブ型ナビゲーション（中央/地方）
　表 TypeA
　表 TypeB
======================================================= */
/*---------------------------------
サブブロック
---------------------------------*/
.Profile_Subblock {
  padding: 0 10px;
}
.Profile_Subblock + .Profile_Subblock {
  margin-top: 30px;
}

/*---------------------------------
見出し横のタブ型ナビゲーション（中央/地方）
---------------------------------*/
.Title_Sec .Title_Tab {
  position: absolute;
  top: -4px;
  right: 0;
  width: 140px;
}
.SubTitle .Title_Tab {
  position: absolute;
  top: -2px;
  right: 0;
  width: 140px;
}
.SubTitle .SubTab {
  margin: 0;
}

/*---------------------------------
表 TypeA
---------------------------------*/
.Table_TypeA {
  width: 100%;
  color: #666;
}
.Table_TypeA tr {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.Table_TypeA th:nth-child(n+2),
.Table_TypeA td:nth-child(n+2) {
  border-left: 1px solid #cacaca;
}
.Table_TypeA th:not(:last-child),
.Table_TypeA td:not(:last-child) {
  border-right: 1px solid #cacaca;
}
.Table_TypeA thead th {
  padding: 12px 12px;
  font-size: 66.667%;
  font-weight: 400;
  text-align: center;
  line-height: 1.1;
  background-color: #e7e7e7;
}
.Table_TypeA tbody th {
  padding: 9px 12px;
  font-size: 66.667%;
  font-weight: 700;
  line-height: 1.67;
  text-align: center;
  vertical-align: top;
}
.Table_TypeA tbody td {
  padding: 9px 12px;
  font-size: 83.334%;
  line-height: 1.34;
  vertical-align: top;
}

/*---------------------------------
表 TypeB
---------------------------------*/
.Table_TypeB {
  width: 100%;
  color: #666;
}
.Table_TypeB tr {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.Table_TypeB th:nth-child(n+2),
.Table_TypeB td:nth-child(n+2) {
  border-left: 1px solid #cacaca;
}
.Table_TypeB th:not(:last-child),
.Table_TypeB td:not(:last-child) {
  border-right: 1px solid #cacaca;
}
.Table_TypeB tbody th {
  width: 90px;
  padding: 6px 10px;
  font-size: 61.112%;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  vertical-align: middle;
}
.Table_TypeB tbody td {
  padding: 6px 10px;
  font-size: 83.334%;
  line-height: 1.3;
  vertical-align: middle;
}
.Table_TypeB .Icon_GradeType {
  position: relative;
  top: 1px;
}


/* =======================================================
■(プロフィール系) プロフィールトップ
　メインビジュアル
　基本情報 (共通スタイルを拡張)
　成績
======================================================= */
/*---------------------------------
メインビジュアル
---------------------------------*/
.ProfileKeyVisual_Main {
  position: relative;
  padding-bottom: 32%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ProfileKeyVisual_Main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  background-size: 100% 100%;
}
.ProfileKeyVisual_Main.breeder:before{
  background-color: transparent;
}
.ProfileKeyVisual_Person {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background-color: #eee;
  border-radius: 4px;
}
.ProfileKeyVisual_Person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ProfileKeyVisual_Main.owner .ProfileKeyVisual_Person,
.ProfileKeyVisual_Main.nar_jockey .ProfileKeyVisual_Person{
  background-color: transparent;
  height: 60px;
}
.ProfileKeyVisual_Main.owner .ProfileKeyVisual_Person img,
.ProfileKeyVisual_Main.nar_jockey .ProfileKeyVisual_Person img{
  object-fit: fill;
  height: auto;
}

.ProfileKeyVisual_Horse {
  display: -webkit-box;
  display: flex;
  padding-bottom: 6px;
  background-color: #000;
}
.ProfileKeyVisual_Horse > li a {
  position: relative;
  display: block;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ProfileKeyVisual_Horse > li:nth-child(-n+3) {
  flex-shrink: 0;
  width: 28%;
}
.ProfileKeyVisual_Horse > li:nth-child(-n+3) a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-repeat: repeat-x;
  background-size: 100% 100%;
}
.ProfileKeyVisual_Horse > li:last-child {
  -webkit-box-flex: 1;
  flex-grow: 1;
  min-width:75px;
  max-width: 140px;
}

@media (max-width: 375px) {
  .ProfileKeyVisual_Horse > li:nth-child(-n+3) {
    width: 29%;
  }
  .ProfileKeyVisual_Horse > li:nth-child(-n+3) a {
    background-size: 100% auto;
  }
  .ProfileKeyVisual_Horse > li:last-child {
    min-width:40px;
  }

}

.ProfileKeyVisual_Horse > li:last-child a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
}
.ProfileKeyVisual_HorseName {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 4px 5px;
  color: #fff;
  font-size: 55.556%;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ProfileKeyVisual_HorseMore {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 17px;
  height: 14px;
  background-image: url("../../img/icon/icon_sprite_db_profile.png");
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: 0 -90px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*---------------------------------
基本情報 (共通スタイルを拡張)
---------------------------------*/
.ProfileDataTable.TrainerDataTable table tr:nth-child(n+10) {
  display:none;
}
.ProfileDataTable td.small {
  font-size: 61.11%;
}
.ProfileOfficialLink {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.ProfileOfficialLink > li:nth-child(n+2) {
  margin-left: 7px;
}
.ProfileOfficialLink a:not(.Others) {
  display: block;
  width: 27px;
  height: 27px;
  background-image: url("../../img/icon/icon_sprite_db_profile.png");
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: center 0;
}
.ProfileOfficialLink a.Facebook {
  background-position: center -30px;
}
.ProfileOfficialLink a.Instagram {
  background-position: center -60px;
}
.ProfileOfficialLink a.Others {
  display: block;
  padding: 0 4px;
  font-size: 80.01%;
  font-weight: 700;
  line-height: 27px;
}

/*---------------------------------
成績
---------------------------------*/
/* リーディング情報 */
.Profile_Subblock .LeadingGraph {
  position: relative;
   -webkit-tap-highlight-color:transparent !important; 
}
.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink,
.chartjs-render-monitor{
 -webkit-tap-highlight-color:transparent !important; 
}
.Profile_Subblock .LeadingGraph .notes {
  position: absolute;
  right: 0;
  top: -7px;
  color: #999;
  font-size: 55.56%;
}


/* =======================================================
■(プロフィール系) 馬一覧（管理馬｜所有馬｜生産馬）ページ
======================================================= */
.Profile_Subblock .HorseList {
  margin-top: 17px;
}
.Profile_Subblock .HorseList li {
  margin-top: 17px;
}
@media only screen and (max-width:768px) {
  .Profile_Subblock .HorseList li {
    margin-top: 0;
  }
  .Profile_Subblock .HorseList li + li {
    margin-top: 17px;
}
}

/* =======================================================
■(プロフィール系) 成績ページ
　ナビゲーション、ほか
　成績表共通
　年別成績表
　レース別成績表 (近走/重賞勝利)
　重賞勝利表
======================================================= */
/*---------------------------------
ナビゲーション、ほか
---------------------------------*/
.Results_Nav {
  margin-bottom: 20px;
  padding: 0 10px;
}
.Profile_Block .ListControler_Bottom {
  margin: 15px 0;
}
/* 速遜造wrapper class造ﾂヂ溝ヂ紳ヂぢッ造嘆他奪遜単造足 */
.Profile_Subblock.RaceResults {
  margin-bottom: 35px;
  margin-top: 10px;
}

/*---------------------------------
成績表共通
---------------------------------*/
.Profile_Subblock.RaceResults .SlideArea {
  margin-right: -10px;
}
.Profile_Subblock.RaceResults .SlideArea_Inner {
  display: table;
  padding-right: 10px;
}
.Profile_Subblock.RaceResults table tbody th {
  background-color: #fff;
  border: 1px solid #cacaca;
}
.Profile_Subblock.RaceResults table tbody td[class*="Rank_"] {
  box-shadow: 2px 2px 0 0 #fff inset, -2px -2px 0 0 #fff inset;
}
.Profile_Subblock.RaceResults .MoreReadBtn {
  margin-top: 5px
}

/*---------------------------------
年別成績表
---------------------------------*/
.Profile_Subblock.RaceResults .ResultsByYears thead tr:first-child th:first-child {
  border-right: 3px double #cacaca;
}
.Profile_Subblock.RaceResults .ResultsByYears tbody th {
  padding: 0 6px;
  text-align: center;
  border-right: 3px double #cacaca;
}
.Profile_Subblock.RaceResults .ResultsByYears td {
  text-align: center;
}

/*---------------------------------
レース別成績表 (近走/重賞勝利)
---------------------------------*/
.Profile_Subblock.RaceResults .ResultsByRace thead tr:first-child th:first-child {
  border-right: 3px double #cacaca;
}
.Profile_Subblock.RaceResults .ResultsByRace tbody th {
  padding: 0 10px 0 6px;
  text-align: left;
  border-right: 3px double #cacaca;
}
.Profile_Subblock.RaceResults .ResultsByRace tbody td {
  padding: 0 8px;
}
.Profile_Subblock.RaceResults .ResultsByRace .icon_cell {
  width:46px;
}
.Profile_Subblock.RaceResults .ResultsByRace .race_info {
  font-size: 91.66%;
  font-weight: 400;
}
.Profile_Subblock.RaceResults .ResultsByRace .center {
  text-align: center;
}

/*---------------------------------
重賞勝利表
---------------------------------*/
.Profile_Subblock .Table_WinNum td {
  text-align: center;
}
.Profile_Subblock .Table_WinNum .Icon_GradeType {   
  min-width: 36px;
  margin-left: 0;
    font-size:10px;
    line-height: 15px;
}


/* =======================================================
■(プロフィール系) データ分析ページ
　最多勝利
　表
　その他
======================================================= */
/*---------------------------------
最多勝利
---------------------------------*/
.MostWins {
  margin-bottom: 15px;
  color: #444;
  font-size: 83.334%;
  font-weight: 700;
  text-align: center;
}
.MostWins span {
  display: inline-block;
  min-width: 220px;
  padding: 10px 36px;
  background-color: #f3f3f3;
  border-radius: 4px;
}

/*---------------------------------
表
---------------------------------*/
.Profile_Subblock.RaceResults .DataTable {
  margin-top: 20px;
}
.Profile_Subblock.RaceResults .DataTable tbody th {
  min-width: 90px;
  height: 38px;
  padding: 0 10px 0 8px;
  font-size: 125%;
  font-weight: 400;
  text-align: left;
  max-width: 184px;
}
.Profile_Subblock.RaceResults .DataTable tbody th a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 1em;
}
.Profile_Subblock.RaceResults .DataTable tbody td {
  min-width: 60px;
  height: 38px;
  padding: 0 10px;
  font-size: 125%;
  font-weight: 400;
  text-align: right;
}
.DataTable .SortableCol {
  position: relative;
  padding: 0 30px 0 15px !important;
}
.DataTable .SortableCol .SortMark {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.DataTable .SortableCol .SortMark.Active {
  border-color: #999;
}
.DataTable .SortableCol .SortMark::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  border: 0 solid transparent;
  border-width: 7px 4px 0;
  border-top-color: #cacaca;
}
.DataTable .SortableCol .SortMark.Active::after {
  border-top-color: #666;
}

/*---------------------------------
その他
---------------------------------*/
/* 詳細ページのナビゲーションエリア */
.Data_Nav {
  margin-bottom: 40px;
  padding: 0 10px;
}
/* サマリーページの「※直近1年」テキスト */
.DataSummary_Period {
  position: absolute;
  top: 5px;
  right: 0;
  color: #777;
  font-size: 66.66%;
  line-height: 1.2;
}
/* 距離別グラフの注釈 */
.Profile_GraphNotes {
  margin-bottom: -6px;
  margin-left: 1em;
  color: #666;
  font-size: 66.66%;
  line-height: 1.33;
  /*text-indent: -1em;*/
}
.Profile_GraphNotes_Mark {
  display: inline-block;
  width: 1em;
  text-align: center;
  text-indent: 0;
}


/* =======================================================
■(プロフィール系) 出走情報ページ
　表示期間ナビゲーション
　出走情報リスト
======================================================= */
/*---------------------------------
表示期間ナビゲーション
---------------------------------*/
.RaceDay {
  position: relative;
  margin-bottom: 10px;
}
.RaceDay_Select {
  padding: 0 38px;
}
.RaceDay_Select ul li {
  text-align: center;
}
.RaceDay_Select .Tab1 .Tab_Single {
  display: block;
  padding: 11px 0;
  color: #444;
  font-size: 88.889%;
  font-weight: bold;
}
.RaceDay_Prev,
.RaceDay_Next {
  position: absolute;
  top: 0;
}
.RaceDay_Prev {
  left: 0;
}
.RaceDay_Next {
  right: 0;
}
.RaceDay_Prev a,
.RaceDay_Next a {
  display: block;
  padding: 14px;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.RaceDay_Prev a::after,
.RaceDay_Next a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-top: 2px solid #929292;
  border-right: 2px solid #929292;
}
.RaceDay_Prev a::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.RaceDay_Next a::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*---------------------------------
出走情報リスト
---------------------------------*/
.EntryHorseList {
  margin-bottom: 30px;
}
/* 開催日 */
.EntryHorseList_Day {
  padding: 9px 10px;
  color: #444;
  font-size: 83.334%;
  background-color: #e7e7e7;
}
.EntryHorseList_Day .sat {
  color: #3251bc;
}
.EntryHorseList_Day .sun {
  color: #c53131;
}
/* レース情報 */
.EntryHorseList_RaceLink {
  position: relative;
  display: block;
  padding: 6px 10px 10px 20px;
  background-color: #f3f3f3;
}
.EntryHorseList_RaceInfo {
  padding-right: 54px;
}
.EntryHorseList_RaceNum {
  display: inline-block;
  color: #666;
  font-size: 72.22%;
  font-weight: 400;
  line-height: 1.2;
}
.EntryHorseList_RaceInfo .Icon_GradeType {
  margin-left: 2px;
  vertical-align: middle;
}
.EntryHorseList_RaceName {
  display: block;
  margin-top: 6px;
  font-size: 88.88%;
  line-height: 1.2;
}
.EntryHorseList_RaceStatus {
  position: absolute;
  right: 10px;
  bottom: 12px;
  color: #444;
  font-size: 66.66%;
  font-weight: 700;
}
/* 競争馬情報 */
.EntryHorseList_HorseList {
  padding: 12px 10px 10px 20px;
}
.EntryHorseList_HorseList > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  padding-bottom: 8px;
}
.SpHorseNo{
  display: inline-block;
  width: 19px;
  height: 19px;
  font-size: 66.67%;
  text-align: center;
  line-height: 19px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-right: 2px;
}

.SpHorseNo.Waku1 {background: #fff;}
.SpHorseNo.Waku2 {background: #222; color: #fff !important; border-color: #222;}
.SpHorseNo.Waku3 {background: #dc3c3c; color: #fff !important; border-color: #dc3c3c;}
.SpHorseNo.Waku4 {background: #2c53a9; color: #fff !important; border-color: #2c53a9;}
.SpHorseNo.Waku5 {background: #e4ca3b; color: #fff !important; border-color: #e4ca3b;}
.SpHorseNo.Waku6 {background: #58af4a; color: #fff !important; border-color: #58af4a;}
.SpHorseNo.Waku7 {background: #de8a26; color: #fff !important; border-color: #de8a26;}
.SpHorseNo.Waku8 {background: #dc6179; color: #fff !important; border-color: #dc6179;}

.EntryHorseList_HorseName {
  -webkit-box-flex: 1;
  flex-grow: 1;
  font-size: 77.77%;
  font-weight: 700;
  line-height: 1.43;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.EntryHorseList_Jockey {
  flex-shrink: 0;
  width: 5.2em;
  color: #666;
  font-size: 77.77%;
  line-height: 1.43;
  text-align: right;
}
.EntryHorseList_Favorite {
  flex-shrink: 0;
  width: 5em;
  color: #444;
  font-size: 72.22%;
  font-weight: 700;
  text-align: right;
  line-height: 1.55;
}
.EntryHorseList_Order {
  flex-shrink: 0;
  width: 40px;
  margin-left: 15px;
  padding: 3px 0 2px;
  color: #444;
  font-size: 77.77%;
  font-weight: 700;
  text-align: center;
}
.EntryHorseList_Order:not(:empty) {
  background-color: #e3ebf0;
  border: 1px solid #b2b2b2;
}
.EntryHorseList_Order.Order_1:not(:empty) {
  background-color: #ffef84;
  border: 1px solid #ccb834;
}
.EntryHorseList_Order.Order_2:not(:empty) {
  background-color: #d8f6ff;
  border: 1px solid #6aacce;
}
.EntryHorseList_Order.Order_3:not(:empty) {
  background-color: #ffd4d4;
  border: 1px solid #ff9494;
}
@media (max-width: 369px) {
  .EntryHorseList_Favorite {
    width: 4.8em;
  }
  .EntryHorseList_Order {
    margin-left: 8px;
  }
}
@media (max-width: 359px) {
  .EntryHorseList_RaceName {
    font-size: 83.33%;
  }
  .EntryHorseList_HorseName {
    font-size: 66.66%;
    line-height: 1.67;
  }
  .EntryHorseList_Jockey {
    font-size: 66.66%;
    line-height: 1.67;
  }
  .EntryHorseList_Favorite {
    font-size: 61.11%;
    line-height: 1.82;
  }
  .EntryHorseList_Order {
    width: 36px;
    padding: 4px 0 3px;
    font-size: 66.66%;
  }
}
.NoData.EntryHorse p.notice{
  margin-top: 8px;
  color:#8c8c8c;
  font-size:85.71%;
}
.EntryHorseNotice{
  padding:0 10px;
}
.EntryHorseNotice p{
  font-size:77.78%;
  line-height: 1.5;
}
/* =======================================================
■(プロフィール系) ニュース・関連情報ページ
======================================================= */
.News_Nav {
  margin-bottom: 20px;
  padding: 0 10px;
}
.List_01.NewsList li + li {
  margin-top: 13px;
}


/* =======================================================
■(競走馬プロフィール) 掲示板
======================================================= */
.HorseBbsPage .CommentPost {
  margin: 25px 0 20px;
  padding: 0 10px;
}


/* =======================================================
■(競走馬プロフィール) 写真一覧・詳細
　フィルター / 表示形式選択 / 投稿するボタン
　一覧リスト表示・写真詳細　※大筋共通
　一覧グリッド(タイル)表示
　詳細ページ コメント投稿欄 (overwrite)
　共通
  通報
======================================================= */
.HorsePhotoPage:first-child {
  overflow: hidden;
}
/*---------------------------------
フィルター / 表示形式選択 / 投稿するボタン
---------------------------------*/
.HorsePhoto_ControlBox {
  padding: 0 10px;
}
.HorsePhoto_ControlBox_Bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 17px 0;
}
/* フィルター */
.HorsePhoto_Filter {
  position: relative;
}
.HorsePhoto_Filter::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  border: 0 solid transparent;
  border-width: 6px 3.5px 0;
  border-top-color: #666;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.HorsePhoto_Filter select {
  width: 100%;  
  padding: 5px 30px 5px 14px;
  color: #666;
  font-size: 83.33%;
  font-weight: 700;
  line-height: 30px;
  border-width: 1px;
  border-radius: 4px;

  -webkit-transform-origin: left top;
  transform-origin: left top;
}
/* ソート */
.HorsePhoto_Sort {
  position: relative;
}
/* 表示形式選択 */
.HorsePhoto_Format {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  height: 25px;
}
.HorsePhoto_Format li {
  width: 80px;
  background-image: url("../../img/icon/icon_sprite_db_horsephoto.png");
  background-repeat: no-repeat;
  background-size: 50px auto;
}
.HorsePhoto_Format_ListType {
  background-position: center -25px;
}
.HorsePhoto_Format_ListType.Active {
  background-position: center 0;
}
.HorsePhoto_Format_GridType {
  margin-left: 10px;
  background-position: center -75px;
}
.HorsePhoto_Format_GridType.Active {
  background-position: center -50px;
}
.HorsePhoto_Format li a {
  display: block;
  height: 25px;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}
/* 投稿するボタン */
.HorsePhoto_Upload {
  width: 92px;
}
.HorsePhoto_Upload a {
  position: relative;
  display: block;
  padding-left: 36px;
  font-size: 61.11%;
  line-height: 22px;
  border: 1px solid currentColor;
  border-radius: 12px;
}
.HorsePhoto_Upload a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  width: 15px;
  height: 15px;
  background: url("../../img/icon/icon_sprite_db_horsephoto.png") no-repeat center -100px;
  background-size: 50px auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*---------------------------------
一覧リスト表示・写真詳細 ※大筋共通
---------------------------------*/
.HorsePhoto_List {
  margin-bottom: 25px;
}
.HorsePhoto_List > li:nth-child(n+2) {
  margin-top: 40px;
}
/* 写真 */
.HorsePhoto_Item .HorsePhoto_Photo {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  background-color: #f3f3f3;
}
.HorsePhoto_Item .HorsePhoto_Photo img {
  width: auto;
  max-width: 100%;
  max-height: 100vw;
  vertical-align: top;
}
/* 馬名 */
.HorsePhoto_Item .HorsePhoto_HorseName {
  margin: 0 10px 6px;
  color: #444;
  font-size: 83.33%;
  font-weight: 700;
}
/* 投稿者コメント */
.HorsePhoto_Item .HorsePhoto_Comment {
  margin: -2px 10px;
  color: #666;
  font-size: 72.22%;
  line-height: 1.5;
}
.HorsePhoto_Item .HorsePhoto_Comment.ellipsis {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow-x: hidden;
  -webkit-box-orient: vertical;
}
.HorsePhoto_Item .HorsePhoto_Comment.ellipsis.line1 {
  height: 1.5em;
  -webkit-line-clamp: 1;
}
/* 投稿データ */
.color_gray {
  color: #888;
}
.HorsePhoto_Item .HorsePhoto_Info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 7px 10px 0;
}
.HorsePhoto_Item .HorsePhoto_Info_Name {
  min-width: 0;
}
.HorsePhoto_Item .HorsePhoto_Info_Data {
  flex-shrink: 0;
  margin-left: 10px;
}
.HorsePhoto_Item .HorsePhoto_UserIcon {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
}
.HorsePhoto_Item .HorsePhoto_UserIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.HorsePhoto_Item .HorsePhoto_RaceName {
  margin-left: 36px;
  color: #444;
  font-size: 77.78%;
  font-weight: 700;
  line-height: 1.21;
}
.HorsePhoto_Item .HorsePhoto_UserName {
  margin-top: 3px;
  margin-left: 36px;
  font-size: 66.67%;
  line-height: 1.16;
}
.HorsePhoto_Item .HorsePhoto_RaceName.ellipsis,
.HorsePhoto_Item .HorsePhoto_UserName.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.HorsePhoto_Item .HorsePhoto_UserName a {
  color: #888;
}
.HorsePhoto_Item .HorsePhoto_Time {
  margin-top: 1px;
  color: #999;
  font-size: 61.11%;
  line-height: 1.36;
  white-space: nowrap;
  text-transform: uppercase;
}
.HorsePhoto_Item .HorsePhoto_Menu,
.HorsePhoto_Item .HorsePhoto_Count {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  margin-top: 8px;
  font-size: 66.67%;
  line-height: 1.25;
  padding:0 10px 0 14px;
}
.HorsePhoto_Item .HorsePhoto_Menu a,
.HorsePhoto_Item .HorsePhoto_Count a {
  color: #777;
}
.HorsePhoto_Item .HorsePhoto_Menu .Like,
.HorsePhoto_Item .HorsePhoto_Count .Like{
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: right;
    line-height: 15px;
}
.HorsePhoto_Item span.HorsePhoto_Count_Like {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  font-size: 0;
  vertical-align: bottom;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("../../img/icon/icon_sprite_db_reaction.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.HorsePhoto_Item .HorsePhoto_Count_Like {
  background-position: 0 0;
}
.HorsePhoto_Item .HorsePhoto_Menu a > div,
.HorsePhoto_Item .HorsePhoto_Count a > div{
  display: inline;
}
.HorsePhoto_Item .HorsePhoto_Count_Like.Pressed {
  background-position: 0 -15px;
}
.HorsePhoto_Item .HorsePhoto_Count_Comment {
  margin-left: 10px;
  background-position: 0 -30px;
}


@media only screen and (min-width:768px){
	.HorsePhoto_Item .HorsePhoto_Photo img {
		max-height: 460px;
	}
}

/* ミュート */
.HorsePhoto_Item .HorsePhoto_Menu .PhotoMuteToggle{
  position: absolute;
  left:40px;
}
.HorsePhoto_Item .HorsePhoto_Menu .PhotoMuteToggle a{
  position: relative;
  display: block;
  width: 80px;
  padding: 8px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.2);
}
.HorsePhoto_Item .HorsePhoto_Menu .PhotoMuteToggle a:before{
  display: block;
  content:'';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #ccc transparent transparent;
    left: -7px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.HorsePhoto_Item .HorsePhoto_Menu .PhotoMuteToggle a:after{
  display: block;
  content:'';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #fff transparent transparent;
    left: -6px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* いいねしたユーザー */
.HorsePhoto_Item .HorsePhoto_Like {
  position: relative;
  max-width: 300px;
  margin: 6px 10px 0 auto;
  color: #999;
  font-size: 0;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
}
.HorsePhoto_Item .HorsePhoto_Like:not(:empty)::after {
  content: "…";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  font-size: 12px;
  line-height: 18px;
}
.HorsePhoto_Item .HorsePhoto_Like img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.HorsePhoto_Item .HorsePhoto_Like img:nth-child(n+2) {
  margin-left: 4px;
}
.HorsePhoto_Item .HorsePhoto_Like img:nth-child(n+14) {
  visibility: hidden;
}

@media only screen and (min-width:768px){
	.HorsePhoto_GridList a.HorsePhoto_LinkBox:hover {
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
}
/*---------------------------------
一覧グリッド(タイル)表示
---------------------------------*/
.HorsePhoto_GridList {
  margin-bottom: 25px;
}
.HorsePhoto_GridList::after {
  content: "";
  display: table;
  clear: both;
}
.HorsePhoto_GridList > li {
  float: left;
  width: 33%;  
  width: calc((100% - 2px) / 3);
  margin-bottom: 1px;
}
.HorsePhoto_GridList > li:nth-child(3n),
.HorsePhoto_GridList > li:nth-child(3n-1) {
  margin-left: 0.5%;   
  margin-left: calc(1px);
}
.HorsePhoto_GridList .HorsePhoto_LinkBox {
  display: block;
}



@media only screen and (min-width:768px){
	.HorsePhoto_GridList > li {
		float: left;
		width: 20%;  
		width: calc((100% - 4px) / 5);
		margin-bottom: 1px;
		margin-left: 0.5%;   
		margin-left: calc(0px);
	}
	.HorsePhoto_GridList > li:nth-child(1),
	.HorsePhoto_GridList > li:nth-child(6n) {
		margin-left: 0;
	}
}

/* 写真 */
.HorsePhoto_GridList .HorsePhoto_Photo {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  background-color: #f3f3f3;
}
.HorsePhoto_GridList .HorsePhoto_Photo::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.HorsePhoto_GridList .HorsePhoto_Photo img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*---------------------------------
詳細ページ コメント投稿欄 (overwrite)
---------------------------------*/
.HorsePhotoPage .CommentPost {
  padding: 36px 10px 28px;
}
.HorsePhotoPage .HorsePhoto_GridList > li:nth-child(n+6) {
  display: block;
}
/*---------------------------------
共通
---------------------------------*/
.HorsePhoto_MoreBtn {
  padding-bottom: 30px;
}
.HorsePhoto_MoreBtn .MoreReadBtn {
  margin-bottom: 0;
}

/*---------------------------------
通報
---------------------------------*/
.PhotoViolation{
  overflow: hidden;
}
.Violation{
  padding:0 10px;
}
.Violation > p{
  color: #666;
  line-height: 1.5;
  font-size: 72.22%;
}
.Violation .Alert_Text_Area_Notice p{
  color: #8C8C8C;
  font-size: 66.67%;
  line-height: 1.5;
}
.PhotoViolation .PhotoViolation_form{
  padding: 18px 0 15px;
}
.PhotoViolation .PhotoViolation_form ul li{
  position: relative;
  height: 20px;
  line-height: 20px;
}
.PhotoViolation .PhotoViolation_form ul li{
  margin-bottom: 8px;
}
.PhotoViolation .PhotoViolation_form label{
    color: #525252;
    font-size: 72.22%;
    font-weight: bold;
    line-height: 1.94;
    margin-bottom: 16px;
    padding: 3px 10px 3px 31px;
}
.PhotoViolation .PhotoViolation_form label:after{
  position: absolute;
  display: block;
  content: '';
  width:18px;
  height: 18px;
  left: 10px;
  top: 0px;
  bottom: 0;
  margin:auto;
  border:1px solid #c4c4c4;
  border-radius: 50%;
  background: #fff;
}
.PhotoViolation .PhotoViolation_form input:checked + label:before{
  position: absolute;
  display: block;
  content: '';
  width:8px;
  height: 8px;
  left: 16px;
  top: 0px;
  bottom: 0;
  margin:auto;
  background: #4f76c4;
  border-radius: 10px;
  z-index: 1;
}
.violation_error{
  font-size:77.78%;
  color: #ff1414;
  background: #fdc9c9;
  padding: 16px 10px;
  margin: 15px 10px;
  border-radius: 4px;
}
.Alert_Text_Area_Notice + .SubTitle{
  margin-top: 18px;
}
.PhotoViolation .PhotoViolation_form textarea{
    width: 100%;
    height: 94px;
    padding: 18px 12px 12px;
    color: #444;
    font-size: 16px;
    line-height: 1.2;
    vertical-align: top;
    border: 1px solid #dadada;
    border-radius: 4px;
    margin-bottom: 18px;
}
.PhotoViolation .cancelBtn{
    display: block;
    width: 100%;
    padding: 0;
    color: #c1c1c1;
    font-size: 77.78%;
    font-weight: bold;
    line-height: 43px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    margin-top: 18px;
}
.PhotoViolation span.required{
  color:#ffa500;
  margin-left: 6px;
}
.PhotoViolation span.free{
  margin-left: 6px;
}
.registMessage{
  overflow: hidden;
}
.registMessage p{
  padding:0 10px;
  font-size:77.78%;
  line-height: 1.5;
}
.registMessage p.Message{
  font-weight: bold;
  color: #777;
  font-size:88.89%;
}
.registMessage p + p{
  margin-top:8px;
}
.registMessage > div{
  padding:0 10px;
  margin-top:20px;
  margin-bottom: 30px;
}
/* =======================================================
■(競走馬プロフィール) 産駒一覧
　地方絞り込み TabUI
　一覧
======================================================= */
/*---------------------------------
地方絞り込み TabUI
---------------------------------*/
.ListControler .SireHorse_AreaFilter {
  position: absolute;
  top: -47px;
  right: 0;
  width: 210px;
  margin: 0;
}
@media (max-width: 320px) {
  .ListControler .SireHorse_AreaFilter {
    width: 190px;
  }
}
.ListControler .SireHorse_AreaFilter li {
  border-color: #dbdbdb;
}
/*---------------------------------
一覧
---------------------------------*/
.SireHorse_List {
  margin-bottom: 25px;
  padding: 0 10px;
}
.SireHorse_List.List_01 li + li {
  margin-top: 17px;
}


/* =======================================================
■(競走馬プロフィール) 産駒成績
　表 (共通)
　表 (馬場状態別 / 距離別)
======================================================= */
.Profile_Subblock.RaceResults .SubTitle .ListControler_SelectWrapper {
  position: absolute;
  top: -2px;
  right: 0;
}

/*---------------------------------
表 (共通)
---------------------------------*/
.Profile_Subblock.RaceResults .SireResult.table_fixed_index thead th {
  height: 45px;
  height: calc(2.6em + 14px)
}
.Profile_Subblock.RaceResults .SireResult thead th {
  height: auto;
  padding: 3px 10px;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  line-height: 1.3;
}
.Profile_Subblock.RaceResults .SireResult tbody th {
  padding: 0 10px;
  color: #888;
  font-weight: 400;
  height: 40px;
}
.Profile_Subblock.RaceResults .SireResult td {
  padding: 0 8px;
  font-weight: 400;
  text-align: right;
}
.Profile_Subblock.RaceResults .SireResult .center {
  text-align: center;
}
.Profile_Subblock.RaceResults .SireResult .left {
  text-align: left;
}
.Profile_Subblock.RaceResults .SireResult tbody tr:nth-child(even) > * {
  background-color: #f3f3f3;
}

@media (min-width: 768px) {
	.Profile_Subblock.RaceResults .SireResult thead th {
		font-size: 13px;
	}
}
/*---------------------------------
表 (馬場状態別 / 距離別)
---------------------------------*/
.Profile_Subblock.RaceResults .SireResult .separator {
  border-left: 2px solid #999;
}
.Profile_Subblock.RaceResults .SireResult .order_1 {
  background-color: #fffae1 !important;
}
.Profile_Subblock.RaceResults .SireResult .order_2 {
  background-color: #f3faff !important;
}
.Profile_Subblock.RaceResults .SireResult .order_3 {
  background-color: #fff7f7 !important;
}


/* =======================================================
■(競走馬プロフィール) みんなのレビュー / あなたのレビュー
　サブブロック
　ボタン
　レーティング
　レーティング項目の説明
　適性レビュー
　レビュー・コメント
　評価のポイント
　注意書き・その他
======================================================= */
/*---------------------------------
サブブロック
---------------------------------*/
.HorseReview_SubBlock:nth-of-type(n+2) {
  margin-top: 35px;
}
.HorseReview_SubBlock .SubTitle {
  margin: 0 10px;
}

/*---------------------------------
ボタン
---------------------------------*/
.HorseReview_BtnWrapper {
  margin: 23px 10px;
}
.HorseReview_Btn {
  display: block;
  width: 100%;
  padding: 0;
  color: #fff;
  font-size: 83.33%;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
  background-color: #3251bc;
  border: 1px solid #3251bc;
  border-radius: 4px;
}
.HorseReview_Btn + .HorseReview_Btn {
  margin-top: 15px;
}
.HorseReview_Btn.Cancel {
  color: #666;
  background-color: #fff;
  border: 1px solid #666;
}

/*---------------------------------
レーティング
---------------------------------*/
.HorseReview_Rating {
  padding: 0 10px;
}
.HorseReview_Rating .RatingTable {
  width: 100%;
  margin: -3px 0 25px;
  table-layout: fixed;
  color: #666;
  font-size: 66.67%;
}
.HorseReview_Rating .RatingTable th {
  width: 140px;
  padding: 14px 10px 12px;
  text-align: left;
  vertical-align: middle;
}
.HorseReview_Rating .RatingTable td {
  padding: 0;
  vertical-align: middle;
}
.HorseReview_Rating .RatingTable_Star {
  position: relative;
  top: 1px;
  display: inline-block;
}
.HorseReview_Rating .RatingTable_Value {
  display: inline-block;
  margin-left: 2px;
  color: #999;
  font-size: 133.33%;
  font-weight: 700;
}
/* あなたのレビューの場合 */
.HorseReview_Rating .RatingTable.SelfRate {
  margin: -7px 0 21px;
}
.HorseReview_Rating .RatingTable.SelfRate th {
  padding: 18px 10px 16px;
}
@media (max-width: 399px) {
  .HorseReview_Rating .RatingTable.SelfRate th {
    width: 98px;
  }
}
.HorseReview_Rating .RatingTable.SelfRate td {
  position: relative;
}
.HorseReview_Rating .RatingTable_SelectOuter {
  position: relative;
  float: right;
  right: 0;
  width: 94px;
  height: 28px;
  /*overflow: hidden;*/
}
@media (min-width: 400px) {
  .HorseReview_Rating .RatingTable_SelectOuter {
    width: 104px;
  }
}
.HorseReview_Rating .RatingTable_SelectOuter::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%);
}
.HorseReview_Rating .RatingTable_Select {
  width: 100%;
  padding: 8px 26px 8px 14px;
  color: #444;
  font-size: 100%;
  line-height: 1;
  border-width: 1px;
  border-radius: 4px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.HorseReview_Rating .RatingTable_SelectOuter .formError{
  top: 11px !important;
  right: 100px;
  left: initial !important;
  z-index: 99;
  width: 100px;
  padding: 10px 6px 8px;
  color: #fff;
  font-size: 90%;
  background: #e75050;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.HorseReview_Rating .RatingTable_SelectOuter .formError:after{
    content: "";
    position: absolute;
    top: 8px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #e75050;
}
/*---------------------------------
レーティング項目の説明
---------------------------------*/
.ExpansionPanel .RatingGuide::after {
  content: "";
  display: table;
  clear: both;
}
.ExpansionPanel .RatingGuide dt {
  clear: both;
  float: left;
  width: 7em;
  font-weight: 700;
}
.ExpansionPanel .RatingGuide dd {
  margin-left: 7.5em;
}
.ExpansionPanel .RatingGuide dd:not(:last-of-type) {
  margin-bottom: 1.2em;
}

/*---------------------------------
適性レビュー
---------------------------------*/
.HorseReview_Capability {
  margin-top: -5px;
  padding: 0 10px;
}
.HorseReview_Capability .CapabilityTable {
  width: 100%;
  table-layout: fixed;
  color: #666;
  font-size: 66.67%;
  border-bottom: 1px solid #cacaca;
}
.HorseReview_Capability .CapabilityTable th {
  width: 85px;
  padding: 13px 10px;
  text-align: center;
  vertical-align: middle;
  background-color: #e7e7e7;
  border-top: 1px solid #cacaca;
}
.HorseReview_Capability .CapabilityTable td {
  padding: 8px 8px 8px 10px;
  vertical-align: middle;
  border-top: 1px solid #cacaca;
}
.HorseReview_Capability .CapabilityGraph {
  position: relative;
  display: -webkit-box;
  display: flex;
  height: 23px;
  overflow: hidden;
  border-radius: 12px;
}
.HorseReview_Capability .CapabilityGraph_Bar {
  background-color: #bebebe;
}
.HorseReview_Capability .CapabilityGraph_Bar.Majority {
  background-color: #8398e0;
}
.HorseReview_Capability .CapabilityGraph_Text {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 108.33%;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.HorseReview_Capability .CapabilityGraph_Bar:first-child .CapabilityGraph_Text {
  left: 14px;
}
.HorseReview_Capability .CapabilityGraph_Bar:last-child .CapabilityGraph_Text {
  right: 14px;
}
.HorseReview_Capability .CapabilityGraph_Value {
  display: inline-block;
  width: 0;
  font-size: 0;
  overflow: hidden;
}
/* あなたのレビューの場合 */
.HorseReview_Capability .CapabilityTable.SelfRate td {
  padding: 5px 0 5px 6px;
}
.HorseReview_Capability .CapabilityTable_SelectOuter {
  position: relative;
  width: 100%;
  height: 28px;
  overflow: hidden;
}
.HorseReview_Capability .CapabilityTable_SelectOuter::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%);
}
.HorseReview_Capability .CapabilityTable_Select {
  width: 100%;
  padding: 7px 26px 5px 14px;
  color: #444;
  font-size: 100%;
  line-height: 1;
  border-width: 1px;
  border-radius: 4px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

/*---------------------------------
レビュー・コメント
---------------------------------*/
.HorseReview_SubBlock .TabBox{
  padding:0 8px;
}
.ReviewList {
  margin-bottom: -15px;
}
.ReviewList > li {
  padding: 10px;
  border-top: 1px solid #e0e0e0;
}
/* ユーザー情報 */
.ReviewList_User {
  position: relative;
  height: 52px;
  padding-left: 62px;
}
.ReviewList_User .Avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.ReviewList_User .UserName {
  padding-top: 10px;
  font-size: 83.33%;
  font-weight: 700;
  line-height: 1.2;
}
.ReviewList_User .UserName a {
  color: #444;
}
.ReviewList_User .TimeStamp {
  padding-top: 2px;
  color: #444;
  font-size: 66.67%;
  line-height: 1.2;
}
/* 投稿情報 */
.ReviewList_Body {
  padding: 25px 0 8px 38px;
}
.ReviewList_Body .UserReview dt {
  color: #444;
  font-weight: 700;
}
.ReviewList_Body .UserReview dd {
  color: #666;
}
.ReviewList_Body .UserReview_Total {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 18px;
}
.ReviewList_Body .UserReview_Total dt {
  width: 104px;
  font-size: 72.22%;
  padding-top: 3px;
}
.ReviewList_Body .UserReview_Total dd {
  color: #03a;
  font-size: 88.89%;
  font-weight: 700;
}
.ReviewList_Body .UserReview_Star {
  position: relative;
  top: 1px;
  display: inline-block;
}
.ReviewList_Body .UserReview_Value {
  display: inline-block;
  margin-left: 2px;
}
.ReviewList_Body .UserReview_Others {
  margin-top: 14px;
}
.ReviewList_Body .UserReview_Others dt {
  font-size: 66.67%;
}
.ReviewList_Body .UserReview_Others dd {
  margin-top: 6px;
  font-size: 66.67%;
}
.ReviewList_Body .UserReview_Others_List > li {
  display: inline-block;
  line-height: 1.5;
}
.ReviewList_Body .UserReview_Others_List > li:not(:last-child)::after {
  content: " ／";
}
.ReviewList_Body .UserReview_Comment {
  margin-top: 10px;
  padding: 10px 16px;
  color: #444;
  font-size: 77.78%;
  line-height: 1.4;
  background-color: #f3f3f3;
  border-radius: 4px;
}
.ReviewList_Like {
  text-align: right;
}
.ReviewList_Like a {
  display: inline-block;
  color: #777;
  font-size: 66.67%;
  line-height: 1.25;
}
.ReviewList_Like .Like_Count {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  font-size: 0;
  vertical-align: bottom;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("../../img/icon/icon_sprite_db_reaction.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 0;
}
.ReviewList_Like .Like_Count.Pressed {
  background-position: 0 -15px;
}

/*---------------------------------
評価のポイント
---------------------------------*/
.HorseReview_Point {
  margin-top: -6px;
  padding: 0 10px;
}
.HorseReview_Point textarea {
  width: 100%;
  height: 110px;
  padding: 10px 14px;
  color: #444;
  font-size: 16px;
  line-height: 1.4;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
}
.HorseReview_Point textarea::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 15px;
}
.HorseReview_Point textarea::placeholder {
  color: #bebebe;
  font-size: 15px;
}

/*---------------------------------
注意書き・その他
---------------------------------*/
.HorseReview_Attention {
  margin: 28px 10px 32px;
  color: #666;
  font-size: 72.22%;
  font-weight: 700;
  line-height: 1.6;
}
.HorseReview_VoteBtns {
  padding-bottom: 30px;
}


/* =======================================================
■みんなの新着コメント
======================================================= */
.BbsNews {
  overflow-y: hidden;   /* first-childな.Title_Secの上marginがはみ出すのを防ぐため */
}


/* =======================================================
■各種リーディング
　一覧
　その他
======================================================= */
/*---------------------------------
一覧
---------------------------------*/
.Leading_List {
  margin-bottom: 25px;
  padding: 0 10px;
}
.Leading_List.List_01 li .PhotoThumb_01.Square {
  width: 83px;
  background-size: 100% auto;
}
/*--調教師リーディング　写真集まるまでの暫定措置--*/

.Leading_List.List_01 li .PhotoThumb_01.Owner {
  background-size: 58px auto;
}
.Leading_List.List_01 li + li {
  margin-top: 17px;
}
.Leading_List.List_01 [class*="ContentsBoxRanking_Num"] {
	display: block;
	content: '';
	color: #555;
	font-size: 71.43%;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: 39px;
	height: 39px;
	background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #d0d0d0 50.5%) no-repeat top left/100% 100%;
	padding: 3px 0 0 0;
	text-align: center;
	text-indent: -12px;
	z-index: 9;
}
.Leading_List.List_01 [class*="ContentsBoxRanking_Num"] span {
}
.Leading_List.List_01 .ContentsBoxRanking_Num01 {
	color: #fff;
	background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #b98e02 50.5%) no-repeat top left/100% 100%;
}
.Leading_List.List_01 .ContentsBoxRanking_Num02 {
	color: #fff;
	background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #7b8592 50.5%) no-repeat top left/100% 100%;
}
.Leading_List.List_01 .ContentsBoxRanking_Num03 {
	color: #fff;
	background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #d67a47 50.5%) no-repeat top left/100% 100%;
}
@media only screen and (min-width:768px){
	.TopLeading .ContentsBox_Ranking .List_01.Leading_List {
		display: flex;
		flex-wrap: wrap;
	}
	.TopLeading .ContentsBox_Ranking .List_01.Leading_List li {
		width: 50%;
		margin-bottom: 10px;
	}
	.TopLeading .ContentsBox_Ranking ul.List_01 li + li {
		margin-top: 0;
	}


}
/*---------------------------------
その他
---------------------------------*/
.LeadingPage {
  overflow-y: hidden;   /* first-childな.Title_Secの上marginがはみ出すのを防ぐため */
}
.Leading_Notes {
  margin: 20px 10px;
  color: #666;
  font-size: 72.22%;
  font-weight: 700;
  line-height: 1.6;
}
.Leading_MoreBtn .MoreReadBtn {
  margin-bottom: 20px;
}
.LeadingMenu.DBLocalMenu .MenuBox {
  margin-bottom: 0;
  padding: 0 10px 15px;
}


/* =======================================================
■レース掲示板
======================================================= */
.RaceBbsPage {
  margin-top: 35px;
}
.HorseComment_MoreBtn .MoreReadBtn {
  margin-top: 35px;
}


/* =======================================================
■レース 開催一覧
　ナビゲーション
　表
======================================================= */
.RaceKaisaiList {
  overflow: hidden;
}

/*---------------------------------
ナビゲーション
---------------------------------*/
.Btn_Group.KaisaiListBtn {
  position: relative;
  margin-top: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.KaisaiListBtn .KaisaiListBtnWrap {
  position: relative;
  display: -webkit-box;
  display: flex;
}
.Btn_Group.KaisaiListBtn ul {
  display: -webkit-box;
  display: flex;
  width: 280px;
}
.Btn_Group.KaisaiListBtn li {
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-align: center;
  position: relative;
  padding: 0 10px 2px;
  z-index: 20;
}
.Btn_Group.KaisaiListBtn li a {
  position: relative;
  display: block;
  min-width: 80px;
  padding: 0 14px;
  color: #444;
  font-size: 14px;
  text-align: center;
  line-height: 2;
  white-space: nowrap;
  border: 1px solid #e1e1e1;
  border-radius: 1em;
  z-index: 1;
}
.Btn_Group.KaisaiListBtn li.Active a {
  padding: 1px 14px;
  color: #fff;
  font-weight: bold;
  border: 0 none;
}
.Btn_Group.KaisaiListBtn .Tab1 li {
  width: 100%;
}
.Btn_Group.KaisaiListBtn .Tab2 li {
  width: 50%;
  box-shadow: none;
}
.Btn_Group.KaisaiListBtn .Tab3 li {
  width: 33.33%;
}
.Btn_Group.KaisaiListBtn li a span.Sat {
  color: #3251bc;
}
.Btn_Group.KaisaiListBtn li a span.Sun {
  color: #c53131;
}
.Btn_Group.KaisaiListBtn li.Active a span.Sat,
.Btn_Group.KaisaiListBtn li.Active a span.Sun {
  color: #fff;
}
.Btn_Group.KaisaiListBtn .Btn_Group_ActiveBg {
  position: absolute;
  display: inline-block;
  background-color: #3251bc;
  border-radius: 1em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 10;
}
@media (min-width: 767px) {
  .Btn_Group.KaisaiListBtn ul li {
    width: 140px;
  }
}
@media (min-width: 362px) and (max-width: 380px) {
  .Btn_Group.KaisaiListBtn ul {
    width: 288px;
  }
  .Btn_Group.KaisaiListBtn ul.Tab1 li {
    width: 288px;
  }
  .Btn_Group.KaisaiListBtn ul.Tab2 li {
    width: 144px;
  }
  .Btn_Group.KaisaiListBtn ul.Tab3 li {
    width: 96px;
  }
}
@media (min-width: 322px) and (max-width: 361px) {
  .Btn_Group.KaisaiListBtn ul {
    width: 256px;
  }
  .Btn_Group.KaisaiListBtn ul.Tab1 li {
    width: 256px;
  }
  .Btn_Group.KaisaiListBtn ul.Tab2 li {
    width: 128px;
  }
  .Btn_Group.KaisaiListBtn ul.Tab3 li {
    width: 86px;
  }
}
@media (max-width: 321px) {
  .Btn_Group.KaisaiListBtn ul {
    width: 224px;
  }
  .Btn_Group.KaisaiListBtn ul.Tab1 li {
    width: 224px;
  }
  .Btn_Group.KaisaiListBtn ul.Tab2 li {
    width: 112px;
  }
  .Btn_Group.KaisaiListBtn ul.Tab3 li {
    width: 74px;
  }
}

/*---------------------------------
表
---------------------------------*/
/* slick処理前 */
.KaisaiList_Slide {
  min-height: 500px;
  display: none;
}

.KaisaiBox {
  width: 100%;
  padding: 8px;
}
.KaisaiBox table.RaceList {
  border-collapse: collapse;
}
.KaisaiBox table.RaceList:last-child {
  border-right: 1px solid #A1A1A5;
}
.KaisaiBox table.RaceList tr.RaceName {
  background-color: #fff;
}
.KaisaiBox table.RaceList tr.Header th {
  height: 39px;
  color: #666;
  font-size: 66.7%;
  vertical-align: middle;
  background-color: #eaeaea;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.KaisaiBox table.RaceList tr.RaceName td {
  height: 39px;
  font-size: 61.2%;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.KaisaiBox table.RaceList tr.Header th.RaceNum,
.KaisaiBox table.RaceList tr.RaceName td.RaceNum,
.KaisaiBox table.RaceList tr.RaceName th {
  color: #fff;
  font-size: 61.2%;
  background-color: #818181;
}
.KaisaiBox table.RaceList tr.RaceName td.RaceNum {
  width: 1em;
  padding: 2px;
  font-weight: bold;
  text-align: center;
}
.KaisaiBox table.RaceList tr.RaceName td a {
  position: relative;
  display: block;
  height: 38px;
  padding: 0 4px;
  color: #444;
  font-weight: bold;
  line-height: 1.2;
}
.KaisaiBox table.RaceList tr.RaceName a > div {
  position: absolute;
  top: 50%;
  width: 94%;
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.KaisaiBox table.RaceList tr.RaceName a .Race {
  display: block;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.KaisaiBox table.RaceList tr.RaceName a span.Time {
  display: block;
  padding-top: 2px;
  color: #999;
}
.KaisaiBox table.RaceList tr.RaceName a span.Turf {
  color: #58af4a;
}
.KaisaiBox table.RaceList tr.RaceName a span.Dirt {
  color: #874c11;
}
/* 終了レース */
.KaisaiBox table.RaceList tr.Race_Fixed a {
  background: #fff3f3;
}
/* 3場開催 Col3 */
.KaisaiBox .RaceList_Table.Col3 table.RaceList {
  float: left;
  width: 30%;
  width : calc( (100% - 22px) / 3) ;
}
/* 2場開催 Col2 */
.KaisaiBox .RaceList_Table.Col2 table.RaceList {
  float: left;
  width: 45%;
  width : calc( (100% - 22px) / 2) ;
}
/* 1場開催 Col1 */
.KaisaiBox .RaceList_Table.Col1 table.RaceList {
  float: left;
  width: 90%;
  width : calc(100% - 22px) ;
}
/**/
.KaisaiBox .RaceList_Table table.RaceList.RaceList_Num {
  width: 22px;
}
@media (min-width: 1024px) {
  .KaisaiBox {
    width: 920px;
    margin: 0 auto;
  }
}


/* =======================================================
■掲示板 通報ページ (レース・馬)
　テキスト部分
　フォーム部分
　その他
======================================================= */
/*---------------------------------
テキスト部分
---------------------------------*/
.ReportText {
  margin-bottom: 40px;
  padding: 0 10px;
}
.ReportText p {
  color: #666;
  font-size: 77.78%;
  line-height: 1.5;
}
.ReportText p strong {
  color: #ef5350;
  font-weight: 400;
}
.ReportText_Block {
  margin-top: 20px;
}
.ReportText_Heading_Type1,
.ReportText_Heading_Type2 {
  color: #666;
  font-size: 77.78%;
  line-height: 1.5;
}
.ReportText_Heading_Type1::before {
  content: "■";
  display: inline-block;
  width: 1em;
  text-align: center;
}
.ReportText_Heading_Type2::before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-align: center;
}
/*---------------------------------
フォーム部分
---------------------------------*/
.ReportForm {
  padding: 0 10px;
  font-size: 83.33%;
  font-weight: 700;
}
.ReportForm > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 14px;
}
.ReportForm dt {
  width: 5.5em;
  color: #777;
}
.ReportForm dt::after {
  content: "：";
  display: inline-block;
  width: 1em;
  text-align: center;
}
.ReportForm dd {
  color: #444;
}
/* 掲示板名 */
.ReportForm_Name {
  padding: 0 4px;
  line-height: 28px;
}
/* 投稿番号 */
.ReportForm_NoWrapper {
  width: 150px;
  height: 28px;
  overflow: hidden;
}
.ReportForm_No {
  width: 200%;
  padding: 4px 20px;
  color: #444;
  font-size: 200%;
  font-weight: 700;
  line-height: 1.5;
  border-width: 2px !important;
  border-radius: 8px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
/* 通報理由(選択) */
.ReportForm_SelectWrapper {
  position: relative;
  width: 105px;
  height: 28px;
  overflow: hidden;
}
.ReportForm_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%);
}
.ReportForm_Select {
  width: 200%;
  padding: 0 52px 0 20px;
  color: #444;
  font-size: 173.334%;
  font-weight: 700;
  line-height: 2;
  border-width: 2px;
  border-radius: 8px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
/* 通報理由(コメント) */
.ReportForm_CommentBox {
  margin-top: 14px;
}
.ReportForm_Comment {
  width: 100%;
  height: 125px;
  padding: 10px 12px;
  color: #444;
  font-size: 16px;
  line-height: 1.4;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
}
/* ボタン */
.ReportForm_BtnWrapper {
  margin: 20px 10px 50px;
}
.ReportForm_Btn {
  display: block;
  width: 100%;
  padding: 0;
  color: #666;
  font-size: 77.78%;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
}

/*---------------------------------
その他
---------------------------------*/
.HorseBbsPage {
  /*overflow: hidden;*/
}


/* =======================================================
■写真アップロード
　画像部分
　レース名・コメント入力欄
　注意書き・ボタンエリア
　投稿完了
======================================================= */
.PhotoUpload {
  overflow: hidden;
}

/*---------------------------------
画像部分
---------------------------------*/
.PhotoUpload .PhotoUpload_Photo {
  margin-bottom: 20px;
  text-align: center;
  background-color: #f3f3f3;
}
.PhotoUpload .PhotoUpload_Photo img {
  width: auto;
  max-width: 100%;
  max-height: 100vw;
  vertical-align: top;
}

/*---------------------------------
レース名・コメント入力欄
---------------------------------*/
.PhotoUpload_RaceSelect {
  position: relative;
  height: 42px;
  margin: 20px 10px;
}
.PhotoUpload_RaceSelect::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  border: 0 solid transparent;
  border-width: 6px 3.5px 0;
  border-top-color: #666;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.PhotoUpload_RaceSelect select {
  width: 100%; 
  padding: 5px 30px 5px 14px;
  color: #666;
  font-size: 83.33%;
  line-height: 30px;
  border-width: 1px;
  border-radius: 4px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
@media (max-width: 359px) {
  .PhotoUpload_RaceSelect select {
    font-size: 155.55%;
  }
}
.PhotoUpload_Comment {
  padding: 0 10px;
}
.PhotoUpload_Comment textarea {
  width: 100%;
  height: 66px;
  padding: 10px 14px;
  color: #444;
  font-size: 16px;
  line-height: 1.4;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
}
.PhotoUpload_Comment textarea::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 15px;
}
.PhotoUpload_Comment textarea::placeholder {
  color: #bebebe;
  font-size: 15px;
}

/*---------------------------------
注意書き・ボタンエリア
---------------------------------*/
.PhotoUpload_Attention {
  margin: 28px 10px 32px;
  color: #666;
  font-size: 72.22%;
  font-weight: 700;
  line-height: 1.6;
}
.PhotoUpload_BtnWrapper {
  margin: 23px 10px 0;
  padding-bottom: 40px;
}
.PhotoUpload_Btn {
  display: block;
  width: 100%;
  padding: 0;
  color: #fff;
  font-size: 83.33%;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
  background-color: #3251bc;
  border: 1px solid #3251bc;
  border-radius: 4px;
}

/*---------------------------------
投稿完了
---------------------------------*/
.UploadComplete {
  padding: 0 10px;
}
.UploadComplete_Block {
  margin-top: 40px;
}
.UploadComplete_Block .HorseSearchArea {
  padding: 0 0 15px;
}
.UploadComplete_Heading,
.UploadComplete_TxtMain {
  margin-bottom: 10px;
  color: #888;
  font-size: 83.33%;
  font-weight: 700;
  line-height: 1.5;
}
.UploadComplete_Txt {
  color: #444;
  font-size: 77.78%;
  line-height: 1.5;
}
.UploadComplete_BtnWrapper {
  margin: 15px 0 25px;
}
.UploadComplete_Btn {
  display: block;
  width: 100%;
  color: #666;
  font-size: 83.33%;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
}
.UploadComplete_Btn + .UploadComplete_Btn {
  margin-top: 15px;
}

/* =======================================================
■写真投稿ガイドライン
======================================================= */
.GuidelineText {
  padding: 0 10px 30px;
}
.GuidelineText p {
  color: #666;
  font-size: 77.78%;
  line-height: 1.5;
}
.GuidelineText p:nth-child(n+2) {
  margin-top: 1.5em;
}
.GuidelineText p:not(:last-child) {
  margin-bottom: 1.5em;
}
.GuidelineText_Block {
  margin-top: 30px;
}
.GuidelineText_Heading {
  color: #666;
  font-size: 77.78%;
  line-height: 1.5;
}
.GuidelineText_Heading::before {
  content: "■";
  display: inline-block;
  width: 1em;
  text-align: center;
}
.GuidelineText_List {
  padding-left: 1.4em;
}
.GuidelineText_List li {
  margin-top: 0.8em;
  color: #666;
  font-size: 77.78%;
  line-height: 1.5;
  list-style: disc;
}


/* =======================================================
■検索・検索結果
　フォーム部分
　検索結果ページ
======================================================= */
.SearchResultPage,
.SearchPage {
  overflow: hidden;
}

/*---------------------------------
フォーム部分
---------------------------------*/
.DetailedSearchForm {
  padding: 0 10px;
}
.DetailedSearch_Box {
  margin-bottom: 8px;
  padding: 6px 4px 0 4px;
}
.DetailedSearch_Box:first-of-type {
  margin-top: 10px;
}
.DetailedSearch_Box:last-child {
  margin-bottom: 30px;
}
.DetailedSearch_Head {
  display: block;
  margin: 15px 0 6px 0;
  color: #888;
  font-size: 72.22%;
  font-weight: 700;
}
/*テキストボックス*/
.DetailedSearch_Box [type="text"],
.DetailedSearch_Box [type="number"] {
  padding: 6px 10px;
  color: #444;
  font-size: 16px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 4px;
}
.DetailedSearch_Box [type="text"]::-webkit-input-placeholder {
  font-size: 15px;
  color: #a9a9a9;
}
.DetailedSearch_Box [type="text"]::placeholder {
  font-size: 15px;
  color: #a9a9a9;
}
/*ドロップダウン*/
.DetailedSearch_SelectOuter {
  position: relative;
  overflow: hidden;
}
.DetailedSearch_SelectOuter::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  border: 0 solid transparent;
  border-width: 6px 3.5px 0;
  border-top-color: #666;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.DetailedSearch_SelectOuter select {
  width: 100%;
  padding: 2px 20px 2px 10px;
  color: #444;
  font-size: 16px;
  line-height: 1.5;
  border-width: 1px;
  border-radius: 4px;
}
/*通常テキスト入力欄*/
.DetailedSearch_TxtForm {
  width: 100%;
}
/*チェックボックス*/
.DetailedSearch_CheckList {
  margin-right: -12px;
}
.DetailedSearch_CheckList li {
  float: left;
  margin-right: 12px;
}
.DetailedSearch_Box .visuallyHidden,
.DetailedSearch_CheckList [type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%); 
}
.DetailedSearch_CheckList [type="checkbox"] + label {
  display: inline-block;
  padding: 4px;
  font-size: 83.33%;
  cursor: pointer;
}
.DetailedSearch_CheckBox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 4px 0 0;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
}
[type="checkbox"]:checked + label .DetailedSearch_CheckBox {
  background-color: #3251bc;
  border-color: #3251bc;
}
[type="checkbox"]:checked + label .DetailedSearch_CheckBox::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 9px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*対象年齢*/
.DetailedSearch_Age {
  float: left;
  width: 94px;
  margin-right: 5px;
}
.DetailedSearch_Age + span {
  float: left;
  margin-right: 5px;
  padding-top: 8px;
  font-size: 83.33%;
}
/*期間*/
.DetailedSearch_Period {
  float: left;
  width: 100px;
  margin-right: 5px;
}
.DetailedSearch_Period + span {
  float: left;
  margin-right: 10px;
  padding-top: 8px;
  font-size: 83.33%;
}
.DetailedSearch_PeriodTxt {
  display: block;
  padding: 8px 10px;
  font-size: 83.33%;
}
/*総賞金*/
.DetailedSearch_2ColTxt {
  float: left;
  width: 50%;
  padding-top: 5px;
  font-size: 83.33%;
}
.DetailedSearch_2ColTxt [type="number"] {
  width: 60%;
  margin-top: -5px;
  margin-right: 6px;
  padding: 4px 10px;
}
/*表示する順番*/
.DetailedSearch_Order {
  float: left;
  width: 65%;
  width: calc(100% - 100px);
  margin-right: 5px;
}
/*検索ボタン*/
.DetailedSearch_SubmitBtn {
  width: 95px;
  padding: 7px 10px;
  color: #444;
  font-size: 83.33%;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
}

/*---------------------------------
検索結果ページ
---------------------------------*/
.SearchResultNum {
  float: left;
  padding: 5px 0 4px;
  color: #666;
  font-size: 72.22%;
  line-height: 1.5;
}
.SearchResultPage .ListControler_SelectWrapper {
  width: 120px;
}
/* 一覧 */
.SearchResult_List {
  margin-bottom: 25px;
  padding: 0 10px;
}
.SearchResult_List.List_01 li + li {
  margin-top: 17px;
}
.SearchResult_List.List_01 li .PhotoThumb_01.Square {
  width: 83px;
  background-size: 100% auto;
}
.SearchResult_List.List_01 li .PhotoThumb_01.Owner {
  background-size: 58px auto;
}
.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;
}
.SearchResult_List.List_01 li .LinkBox_01 .Icon_GradeType {
  margin-left: 8px;
}
/* 造孫造造属狸歎 */
.SearchResultBlock .SubTitle {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 10px;
}
.SearchResultBlock .SubTitle h3 {
  margin-bottom: 0;
}
.SearchResultBlock .SubTitle .SearchResultNum {
  float: none;
  padding: 0;
  line-height: 1.94;
}
/* すべて一覧 */
.SearchResult_SearchBlock {
  margin-top: -24px;
  overflow: hidden;
}
.SearchResult_SearchBlock .close {
  display: none;
}
.SearchResult_SearchBlock .OpenSearchBtn_Outer {
  margin-top: -20px;
  text-align: center;
}
.SearchResult_SearchBlock .OpenSearchBtn {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 10px 10px 28px;
  color: #999;
  font-size: 72.22%;
  background-color: #fff;
  border: 0;
  cursor: pointer;
}
.SearchResult_SearchBlock .OpenSearchBtn::before,
.SearchResult_SearchBlock .OpenSearchBtn::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #999;
}
.SearchResult_SearchBlock .OpenSearchBtn::after {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.SearchResult_SearchBlock .OpenSearchBtn.hidden {
  display: none;
}
.SearchResult_SearchBlock .CloseSearchBtn {
  position: absolute;
  top: -4px;
  right: 0;
  padding: 8px 10px 8px 28px;
  color: #777;
  font-size: 72.22%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  cursor: pointer;
}
.SearchResult_SearchBlock .CloseSearchBtn::before,
.SearchResult_SearchBlock .CloseSearchBtn::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #999;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.SearchResult_SearchBlock .CloseSearchBtn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.SearchResult_SearchBlock .CloseSearchBtn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.SearchResult_SearchBlock .DetailedSearchBlock .Title_Sec {
  margin-top: 30px;
}
.Ranking_ninki_pc {
  display: flex;
  justify-content: space-between;
}