@charset "UTF-8";
/* コンテンツここから */
/*---------------------------
  0.共通
  1.レースTOP
    1.1 開催レース一覧
    1.2 お気に入り＆メモ馬の出走情報
  2.出馬表 shutuba.html
  3. 出馬表 メモ機能 note_past5.html
  4.レース別メモ
    4.1 レーステーブル .NoteTable_Container
    4.2 登録モーダル  .MemoInputModal
    4.3 レース別メモ 記入フォーム
  5.メモ・メモ一覧 notes/schedule.html
  6.メモ馬出走情報 notes/notes.html
  7.メモラベルの成績 notes/grades.html
  ---------------------------*/
/*======================================
0.共通
======================================*/
.NoteLabel {
  padding: 5px 8px;
  border-radius: 1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  line-height: 1;
}
.NoteLabel.bk01 {
  background-color: #699EE6;
}
.NoteLabel.bk02 {
  background-color: #E6918F;
}
.NoteLabel.bk03 {
  background-color: #6A7291;
}

.NoteIcon {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 0;
  font-size: 0;
  border-radius: 50%;
  background-color: #CACACA;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  padding: 0;
  cursor: pointer;
  pointer-events: none;
}
.NoteIcon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 2px;
  transform: rotate(45deg);
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.New_Comment .NoteIcon::before, .New_Comment .NoteIcon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.New_Comment .NoteIcon::before {
  transform: inherit;
  border-top: none;
  border-right: none;
}
.New_Comment .NoteIcon::after {
  transform: rotate(90deg);
}

/*-- 枠色 --*/
.Waku1 {
  background: #fff;
}

.Waku2 {
  background: #222;
  color: #fff;
}

.Waku3 {
  background: #dc3c3c;
  color: #fff;
}

.Waku4 {
  background: #2c53a9;
  color: #fff;
}

.Waku5 {
  background: #e4ca3b;
  color: #fff;
}

.Waku6 {
  background: #58af4a;
  color: #fff;
}

.Waku7 {
  background: #de8a26;
  color: #fff;
}

.Waku8 {
  background: #dc6179;
  color: #fff;
}

/*======================================
1. レースTOP
======================================*/
/* ========== 開催レース一覧 ======== */
.RaceList_Box {
  margin-top: 10px;
  background: #F3F2EF;
}

.RaceList_DataList {
  width: 240px;
  margin-bottom: 10px;
  margin-right: 0;
  border-right: dashed 1px #D0CFC8;
}

.RaceList_DataList:nth-child(3n) {
  border-right: none;
}

.RaceList_Data {
  padding-bottom: 0;
}

.RaceList_DataHeader .RaceList_DataTitle {
  padding: 0;
  text-align: center;
}

.RaceList_DataItem:nth-child(3n) {
  margin: 3px 5px 0;
}

.RaceList_DataItem .Race_Num {
  width: 37px;
  height: 37px;
  margin: 6px 5px 6px 5px;
}

.RaceList_DataItem .RaceList_ItemTitle {
  margin: 0 4px 2px 47px;
}

.RaceList_DataItem .RaceList_ItemTitle .Icon_GradeType {
  top: -2px;
  min-width: 27px;
}

.RaceList_DataItem .RaceList_ItemContent .RaceData {
  margin-left: 45px;
}

.RaceList_DataItem .RaceList_ItemContent span {
  margin-right: 0;
}

.RaceList_DataItem .RaceList_ItemSubscribe .Note_Icon {
  width: 13px;
}

.RaceList_DataItem .RaceList_ItemSubscribe .FavHorse_Icon {
  width: 13px;
}

/* ========== お気に入り＆メモ馬の出走情報 ======== */
table.Table_Horse_Bookmark th {
  position: relative;
}

#HorseBookmark_Box_v3 table.Table_Horse_Bookmark td:nth-child(1) {
  min-width: 160px;
}

#HorseBookmark_Box_v3 table.Table_Horse_Bookmark td:nth-child(4) {
  max-width: 120px;
}

table.Table_Horse_Bookmark th .Change_Btn {
  display: inline-block;
  float: right;
}

table.Table_Horse_Bookmark th.Note0,
table.Table_Horse_Bookmark th.Note1 {
  min-width: 190px;
}

table.Table_Horse_Bookmark th.Note0 span,
table.Table_Horse_Bookmark th.Note1 span {
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}

table.Table_Horse_Bookmark td {
  position: relative;
}

table.Table_Horse_Bookmark td .IconWrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
}

table.Table_Horse_Bookmark td .NoteLabel_Inner {
  display: block;
}

table.Table_Horse_Bookmark td .bk01,
table.Table_Horse_Bookmark td .bk02,
table.Table_Horse_Bookmark td .bk03 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 8px;
  border-radius: 1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 0.625rem;
  line-height: 1;
}

table.Table_Horse_Bookmark td .bk01 {
  background-color: #699EE6;
}

table.Table_Horse_Bookmark td .bk02 {
  background-color: #E6918F;
}

table.Table_Horse_Bookmark td .bk03 {
  background-color: #6A7291;
}

/*-- 切り替えボタン --*/
.Change_Btn {
  position: relative;
  width: 63px;
  padding-left: 17px;
  box-sizing: border-box;
  background: #FAF9F5;
  border: solid 1px #D9D8CF;
  border-radius: 2px;
  cursor: pointer;
  color: #444;
  font-size: 12px;
}

.Change_Btn::before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  transform: translateY(-50%);
  width: 15px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: 150px auto;
  background-image: url(../img/icon/icon_sprite_race_nk01.png);
  background-position: -95px 1px;
}

.BookmarkHorseFilterWrap{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
.BookmarkHorseFilter{
  display: block;
  width: 22px;
  height: 22px;
}
.BookmarkHorseFilter input {
  display: none;
}
.BookmarkHorseFilter input + .CheckboxInner {
  display: block;
  background: #fff;
  border: 1px solid #999;
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  cursor: pointer;
}
.BookmarkHorseFilter input + .CheckboxInner::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -3px;
  width: 6px;
  height: 12px;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.BookmarkHorseFilter input:checked + .CheckboxInner {
  background: #3251bc;
  border: 1px solid #3251bc;
}
.BookmarkHorseFilter input:checked + .CheckboxInner::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.BookmarkHorseFilterWrap p{
  padding-left: 5px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
}

/*======================================
2. 出馬表 shutuba.html
======================================*/
table.RaceTable01 tr.HorseList .FavMemo {
  width: 45px;
  min-width: 45px;
}

table.RaceTable01 tr.Header th.Memo {
  min-width: 300px;
}

table.RaceTable01 tr.Header th.Memo .tablesorter-header-inner {
  font-weight: bold;
}

table.RaceTable01 tr.Header th.Memo .Change_Btn {
  margin-left: 8px;
}

table.RaceTable01 tr.HorseList td[class^=Note] {
  position: relative;
  padding: 3px 21px 3px 6px;
  cursor: pointer;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

table.RaceTable01 tr.HorseList td[class^=Note]:hover {
  white-space: normal;
}

table.RaceTable01 tr.HorseList td[class^=Note]:hover a {
  padding: 3px 20px 3px 6px;
  text-decoration: none;
}

table.RaceTable01 tr.HorseList [class^=Note] a {
  display: block;
  padding: 3px 6px 3px 6px;
  width: 100%;
  height: 100%;
  color: #444444;
}

table.RaceTable01 tr.HorseList td .bk01,
table.RaceTable01 tr.HorseList td .bk02,
table.RaceTable01 tr.HorseList td .bk03 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
  padding: 5px 7px;
  border-radius: 1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 0.625rem;
  line-height: 1;
  vertical-align: middle;
}

table.RaceTable01 tr.HorseList td .bk01 {
  background-color: #699EE6;
}

table.RaceTable01 tr.HorseList td .bk02 {
  background-color: #E6918F;
}

table.RaceTable01 tr.HorseList td .bk03 {
  background-color: #6A7291;
}

table.RaceTable01 tr.HorseList [class^=Note] .NoteIcon {
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
}

table.RaceTable01 tr.HorseList [class^=Note] .New_Comment .NoteIcon::before,
table.RaceTable01 tr.HorseList [class^=Note] .New_Comment .NoteIcon::after {
  height: 8px;
}

table.RaceTable01 tr.HorseList .Note1 .New_Comment {
  pointer-events: none;
}

table.RaceTable01 tr.HorseList .Note1:has(.New_Comment) {
  pointer-events: none;
}

table.RaceTable01 tr.HorseList .Note1 .New_Comment .NoteIcon {
  display: none;
}

/*======================================
3. 出馬表 メモ機能 note_past5.html
======================================*/
.Shutuba_Note_Table {
  border-right: 1px solid #d9d8ce;
  height: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", arial, "Meiryo", "メイリオ", sans-serif;
  white-space: nowrap;
}

.Shutuba_Note_Table .Horse_Comment {
  position: relative;
}
.Shutuba_Note_Table .Horse_Comment::before {
  content: "";
  border-bottom: 1.6em solid transparent;
  border-right: 1.6em solid #D6FFA2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.Shutuba_Note_Table .Horse_Comment .NoteIcon {
  bottom: 5px;
  right: 8px;
}
.Shutuba_Note_Table .Horse_Comment.New_Comment::before {
  content: none;
}
.Shutuba_Note_Table .Horse_Comment.New_Comment .Horse_Comment_Text {
  color: #DADADA;
  text-indent: inherit;
}
.Shutuba_Note_Table .Horse_Comment.New_Comment .Horse_Comment_Text::before {
  content: none;
}
.Shutuba_Note_Table .Horse_Comment a {
  display: block;
  height: 100%;
  padding: 5px 8px 5px 8px;
}
.Shutuba_Note_Table .Horse_Comment .Horse_Comment_Text {
  position: relative;
  line-height: 1.44;
  font-size: 0.9375rem;
  color: #444;
  white-space: initial;
  text-indent: 1.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow-wrap: break-word;
}
.Shutuba_Note_Table .Horse_Comment .Horse_Comment_Text::before {
  background: url("../img/icon/icon_note.png") no-repeat;
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  position: absolute;
  background-size: contain;
  top: 2%;
  left: 0;
}

/*出馬表*/
.Shutuba_Note_Table .HorseList > dd {
  text-align: left;
}
.Shutuba_Note_Table .Horse_Info .Icon_Note {
  display: inline-block;
  margin-bottom: 10px;
}
.Shutuba_Note_Table .Horse_Info .Horse02 a {
  font-size: 1rem;
  font-weight: 600;
}
.Shutuba_Note_Table .Horse_Info .Horse07 {
  margin-top: 10px;
  display: flex !important;
  justify-content: space-between;
}
.Shutuba_Note_Table .Horse_Info .Weight {
  font-size: 0.6875rem;
  color: #777;
}
.Shutuba_Note_Table .Horse_Info .Popular {
  font-size: 0.75rem;
  color: #555;
  font-weight: 600;
}
.Shutuba_Note_Table .Horse_Info .Mark {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background: #111;
  border-radius: 50%;
  text-align: center;
  margin-left: 2px;
  line-height: 17px;
  width: 17px;
  height: 17px;
  position: relative;
  top: -1px;
}
.Shutuba_Note_Table .Race_Note {
  position: relative;
  padding: 6px 7px;
  text-align: left;
}
.Shutuba_Note_Table .Race_Note.DataLine_Now::after {
  background: #555;
  content: "";
  display: block;
  width: 3px;
  height: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.Shutuba_Note_Table .Race_Note .DataLine {
  position: relative;
}
.Shutuba_Note_Table .Race_Note .Data01 {
  margin-bottom: 5px;
  display: block;
  color: #666666;
  font-size: 0.8125rem;
}
.Shutuba_Note_Table .Race_Note .Data02 {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #444444;
  font-weight: 600;
  font-size: 1rem;
}
.Shutuba_Note_Table .Race_Note .Data03 {
  margin-bottom: 7px;
  display: block;
  color: #666666;
  font-size: 0.8125rem;
}
.Shutuba_Note_Table .Race_Note .Data04 {
  display: inline-block;
}
.Shutuba_Note_Table .Race_Note .Data04 .Num {
  position: relative;
  top: -2px;
  display: inline-block;
  background: #e3ebf0;
  border: 1px solid #b2b2b2;
  padding: 2px 0;
  width: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
.Shutuba_Note_Table .Race_Note .Data04 .Num.Ranking_1 {
  background: #ffef84 !important;
  border: 1px solid #ccB834 !important;
}
.Shutuba_Note_Table .Race_Note .Data04 .Num.Ranking_2 {
  background: #d8f6ff !important;
  border: 1px solid #6aacce !important;
}
.Shutuba_Note_Table .Race_Note .Data04 .Num.Ranking_3 {
  background: #ffd4d4 !important;
  border: 1px solid #ff9494 !important;
}
.Shutuba_Note_Table .Race_Note .NoteLabel {
  position: absolute;
  right: 25px;
  top: 3px;
  padding: 4px 8px;
  font-size: 0.625rem;
}
.Shutuba_Note_Table .Race_Note .Race_Note_Inner {
  position: relative;
  height: 45px;
}
.Shutuba_Note_Table .Race_Note .Race_Note_Inner::before {
  content: "";
  border-bottom: 1.6em solid transparent;
  border-right: 1.6em solid #D6FFA2;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -7px;
  margin-top: -67px;
  z-index: 2;
}
.Shutuba_Note_Table .Race_Note .Race_Note_Inner.New_Comment::before {
  content: none;
}
.Shutuba_Note_Table .Race_Note .Race_Note_Inner.New_Comment .Race_Note_Text {
  color: #DADADA;
  text-indent: initial;
}
.Shutuba_Note_Table .Race_Note .Race_Note_Inner.New_Comment .Race_Note_Text::before {
  content: none;
}
.Shutuba_Note_Table .Race_Note .Race_Note_Inner a {
  display: block;
  height: 100%;
  white-space: initial;
}
.Shutuba_Note_Table .Race_Note .Race_Note_Inner .NoteIcon {
  bottom: -2px;
  right: 0px;
}
.Shutuba_Note_Table .Race_Note .Race_Note_Text {
  position: relative;
  color: #444444;
  line-height: 1.46;
  font-size: 0.9375rem;
  text-indent: 1.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
}
.Shutuba_Note_Table .Race_Note .Race_Note_Text::before {
  background: url("../img/icon/icon_note.png") no-repeat;
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  position: absolute;
  background-size: contain;
  top: 2%;
  left: 0;
}

.Shutuba_Note_Table .HorseList .Rest {
  line-height: 1.4;
  min-width: 168px;
}
.Shutuba_Note_Table .HorseList .Rest > span {
  margin: 0;
  display: block;
  line-height: 1.3;
  font-size: 12px;
}
.Shutuba_Note_Table .HorseList .Rest > span:nth-child(1) {
  white-space: normal;
  font-size: 14px;
}

.Shutuba_Table .Cancel {
  text-align: left;
  background-color: #F3F3F3;
}

/*レース別馬メモ ラベルある時のアイコン・フラッグ処理*/
.Shutuba_Note_Table .HorseList > td:has(.NoteLabel) .Race_Note_Inner::before {
  content: "";
}

.Shutuba_Note_Table .HorseList > td:has(.NoteLabel) .Race_Note_Inner .Race_Note_Text::before {
  content: "";
}

.Shutuba_Note_Table .HorseList > td:has(.NoteLabel) .Race_Note_Inner.New_Comment .Race_Note_Text {
  text-indent: 1.1em;
}

/*-- pcテーブル用 --*/
.Shutuba_Note_Table th {
  padding: 5px 6px 6px 5px;
  text-align: left;
  vertical-align: bottom;
  font-size: 0.8125rem;
}

.Shutuba_Note_Table th .Head {
  display: block;
  margin-bottom: 20px;
  font-size: 0.9375rem;
  font-weight: 300;
}

table.Shutuba_Note_Table tr.HorseList td.Horse_Info {
  min-width: 176px;
  max-width: 176px;
  padding: 8px 4px;
  vertical-align: middle;
}

table.Shutuba_Note_Table tr.HorseList td.Horse_Comment {
  min-width: 168px;
  max-width: 168px;
}

table.Shutuba_Note_Table tr.HorseList td.Race_Note {
  min-width: 248px;
}

table.Shutuba_Note_Table tr.HorseList td {
  vertical-align: top;
  text-align: left;
  font-weight: 300;
  border-left: 1px solid #d9d8ce;
  border-bottom: 1px solid #d9d8ce;
}

table.Shutuba_Note_Table th.CheckMark span {
  display: block;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 300;
}

table.Shutuba_Note_Table th.CheckMark .BtnInput,
table.Shutuba_Note_Table th.CheckMark .BtnInput .BtnInputLabel {
  width: 100%;
}

.Shutuba_HorseList table.Shutuba_Note_Table tr.HorseList td.Horse_Select {
  vertical-align: middle;
  padding: 0 11px;
}

table.Shutuba_Note_Table .tzSelect,
table.Shutuba_Note_Table .tzSelect .selectBox,
table.Shutuba_Note_Table .HorseCheck_Select + label {
  width: 37px !important;
  height: 37px;
  border-radius: 4px;
}

table.Shutuba_Note_Table .tzSelect .selectBox,
.Shutuba_Note_Table .Selected .selectBox {
  text-align: center;
  font-size: 20px;
  line-height: 35px;
}

table.Shutuba_Note_Table th.Waku,
table.Shutuba_Note_Table th.Horse_Info {
  vertical-align: middle;
  font-weight: 300;
}

table.Shutuba_Note_Table tr.HorseList td[class*=Waku] {
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
}

.Newspaper_Container .Shutuba_Note_Table a:hover {
  text-decoration: none;
}

table.Shutuba_Note_Table tr.HorseList td.Cancel_NoData {
  vertical-align: middle;
  text-align: center;
}

.Shutuba_Note_Table .Horse_Info .Horse07 > a,
.Shutuba_Note_Table .Horse_Info .Horse07 > span {
  font-size: 0.875rem;
  font-weight: 600;
}

.Shutuba_Note_Table .Horse_Info .Horse07 > span {
  color: #777;
}

/*======================================
4.1. レース別馬メモ .NoteTable_Container
======================================*/
.NoteTable_Container {
  padding: 10px 0 40px;
}
.NoteTable_Container .Title_Sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 21px 0 10px;
}
.NoteTable_Container .NoteBtn03 {
  display: block;
  min-width: 107px;
  color: #444;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid #BFBFBF;
  background: #fff;
  line-height: 2.16;
  border-radius: 2em;
  cursor: pointer;
}

.Note_Table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.Note_Table td {
  border: 1px solid #DADADA;
  vertical-align: middle;
}
.Note_Table .Horse_Name {
  padding: 11px 5px;
  min-width: 146px;
  line-height: 1;
  font-size: 0.875rem;
  color: #666666;
  font-weight: bold;
}
.Note_Table .Comment {
  position: relative;
  min-width: 210px;
  padding: 5px 5px;
}
.Note_Table .Comment a {
  display: block;
}
.Note_Table .Comment a:hover {
  text-decoration: none;
}
.Note_Table .Comment .New_Comment .Comment_Text {
  margin-left: 28px;
  color: #C1C1C1;
}
.Note_Table .Comment .New_Comment .NoteIcon {
  width: 22px;
  height: 22px;
  right: auto;
  left: 5px;
  bottom: 7px;
}
.Note_Table .Comment .New_Comment .NoteIcon::before, .Note_Table .Comment .New_Comment .NoteIcon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.Note_Table .Comment .New_Comment .NoteIcon::before {
  transform: inherit;
  border-top: none;
  border-right: none;
}
.Note_Table .Comment .New_Comment .NoteIcon::after {
  transform: rotate(90deg);
}
.Note_Table .Comment .NoteIcon {
  bottom: 5px;
  right: 10px;
}
.Note_Table .Comment .NoteLabel_Inner {
  margin-bottom: 3px;
  display: block;
}
.Note_Table .Comment .NoteLabel {
  display: inline-block;
  margin-right: 5px;
}
.Note_Table .Comment .Comment_Text {
  margin-right: 30px;
  line-height: 1.56;
  font-size: 0.875rem;
  color: #444;
  overflow-wrap: anywhere;
}

.Note_Table [class*=Waku], .Stable_Time [class*=Waku] {
  min-width: 21px;
  vertical-align: middle;
  padding: 0 1px;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-size: 0.8125rem;
}

.MoreBtn_Inenr {
  position: relative;
  margin-top: 10px;
  z-index: 10;
}
.MoreBtn_Inenr::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}

.MoreBtn {
  display: block;
  min-width: 142px;
  max-width: 300px;
  width: 49%;
  margin: 0 auto;
  position: relative;
  color: #666;
  font-size: 12px;
  text-align: center;
  border: 1px solid #DADADA;
  background: #fff;
  border-radius: 1.27em;
  line-height: 2.55;
}
.MoreBtn .Icon_ArrowB {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: none;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -5px;
}
.MoreBtn:hover {
  text-decoration: none;
}

.MoreBtn02 {
  display: block;
  width: 78%;
  min-width: 142px;
  margin: 0 auto;
  position: relative;
  color: #666;
  font-size: 61%;
  text-align: center;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 1.27em;
  line-height: 2.55;
}
.MoreBtn02 .icon_Read01 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 13px;
  width: 11px;
  height: 12px;
  background: url("../img/icon_sprite_column.png") no-repeat;
  background-size: 70px auto;
  background-position: -26px -96px;
}

/*最初の隠しボタン*/
.NoteForm_Button {
  display: block;
  min-width: 142px;
  max-width: 300px;
  width: 49%;
  margin: 0 auto;
  position: relative;
  color: #444;
  font-size: 12px;
  text-align: center;
  border: 1px solid #C8C8C8;
  background: #fff;
  border-radius: 4px;
  line-height: 2.55;
}

.NoteForm_Button_Text {
  margin-top: 5px;
  text-align: center;
  color: #6B6B6B;
  font-size: 11px;
}

/*---------------------------------
4.2 登録モーダル  .MemoInputModal
---------------------------------*/
.BetAddInputModal .ModalPopupInner01 .AplHeader_Wrap {
  height: 44px;
}

.BetAddInputModal .ModalPopupInner01 .AplHeader {
  top: 0;
  height: 44px;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #d3d7d9;
}

.BetAddInputModal .AplHeader .Close_Link {
  display: block;
  height: 44px;
  position: absolute;
  top: 0;
  right: 10px;
  left: auto;
}

.BetAddInputModal .AplHeader .Close_Link .Icon_Close {
  display: inline-block;
  width: 44px;
  height: 44px;
}

.BetAddInputModal .AplHeader .Close_Link .Icon_Close:before,
.BetAddInputModal .AplHeader .Close_Link .Icon_Close:after {
  position: absolute;
  width: 20px;
  top: 21px;
  left: 11px;
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #888;
  transform: rotate(-45deg);
}

.BetAddInputModal .AplHeader .Close_Link .Icon_Close:after {
  transform: rotate(45deg);
}

body .Wrap.ViewOut {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

footer.ViewOut {
  opacity: 0;
}

.ModalOverlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 7200;
  transition: opacity 0.7s, transform 0s 0.5s;
}

.BetAddInputModal {
  background-color: #fff;
  width: 100%;
  max-width: 480px;
  padding-bottom: 20px;
  position: fixed;
  top: 200%;
  left: 50%;
  margin: 0;
  z-index: 7500;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transform: translate3d(-50%, 0, 0);
  transition: all 0.4s;
  overflow: auto;
}

.BetAddInputModal.OpenDraw {
  top: 10%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
}

.ModalCloseBtn01 {
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 35px;
  height: 35px;
  margin-left: -13px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.MemoInputModal .Title_Sec {
  margin: 21px 10px;
}

.AddIframe {
  width: 100%;
  position: absolute;
  top: 44px;
  bottom: 0;
}

.AddIframe iframe {
  display: block;
  width: 100%;
  height: 100%;
}


/* AI回顧 */
.RaceMemoModal .AddIframe{
	overflow-y: auto;
}
.Ai_RaceReviewBox01 .Ai_CallBtn01{
  max-width: 136px;
	border: none;
	box-shadow: none;
	margin: 0;
	background: #fff;
	border: 2px solid #dadada;
	border-radius: 30px;
	color: #666;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 6px 20px;
	cursor: pointer;
	margin: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
  position: relative;
}
.Ai_RaceReviewBox01 .Ai_CallBtn01::before{
	content: "";
	display: inline-block;
	font-size: 0;
	width: 26px;
	height: 27px;
	background-image: url("../img/icon/icon_review_01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: -3px 6px 0 0;
}
.Ai_RaceReviewBox01 .Ai_CallBtn01:disabled{
	color: #bababa;
	background: #dadada;
	cursor: none;
}
.Ai_RaceReviewBox01 .Ai_CallBtn01:disabled::before{
	filter: grayscale(100%) contrast(0.1);
	opacity: 0.3;
}
.Ai_RaceReviewBox01 .Ai_CallBtn01 .NewFlag{
  position: absolute;
  overflow: visible;
  text-indent: 0;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  background: #EF5350;
  padding: 2px 8px;
  border-radius: 2px;
  white-space: nowrap;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.9);
  transform: translateX(-50%) scale(0.9);
}
.Ai_RaceReviewBox01 .Ai_CallBtn01 .NewFlag::before{
  content: '';
  position: absolute;
  top: 13px;
  left: 50%;
  display: inline-block;
  border: solid 3px transparent;
  border-top: solid 6px #EF5350;
  margin-left: -4px;
}
.Ai_RaceReviewResult {
	position: relative;
	background: #EFF3FF;
	border-radius: 4px;
	border: 2px solid #8195D5;
	padding: 18px 20px 26px;
	margin: 10px;
}
.Ai_RaceReviewResult.ReviewComp::after {
	content: "";
	display: inline-block;
	font-size: 0;
	width: 30px;
	height: 30px;
	background-image: url("../img/icon/icon_finger_01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 10px;
	bottom: -8px;
}
.ReviewResultTxt,
.ReviewResultTxt > span {
	position: relative;
	font-size: 0.9375rem;
	line-height: 1.5;
	white-space: wrap;
}
.ReviewResultTxt::before {
	content: "";
	display: inline-block;
	font-size: 0;
	width: 26px;
	height: 27px;
	background-image: url("../img/icon/icon_review_01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: auto;
}
.Ai_RaceReviewResult .CopyBtn{
	opacity: 0;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 1;
	cursor: pointer;
}
.Ai_RaceReviewResult .Ai_LoadingImg {
	display: block;
	font-size: 0;
	padding: 6px;
}
.Ai_RaceReviewResult .Ai_LoadingImg::before {
	content: "";
	display: block;
	font-size: 0;
	width: 26px;
	height: 27px;
  background-image: url("../img/icon/icon_review_01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: auto;
	animation: blink 0.8s infinite ease-in-out;
}
@keyframes blink {
	0%, 100% { opacity: 1; }
	50% { opacity: 0; }
}
.Description_Box.AiReviewInfo {
	margin: 10px 10px 0;
	padding: 0 0 10px;
}
.Description_Box.AiReviewInfo > dl > dt {
	font-size: 100%;
}
.Description_Box.AiReviewInfo p {
	/* font-size: 77.78%; */
	line-height: 1.3;
	white-space: normal;
	padding-top: 10px;
}
#riot-racemodal .Description_Box.AiReviewInfo > dl > dt,
#riot-racemodal .Description_Box.AiReviewInfo p {
	font-size: 77.78%;
}


@media only screen and (min-width: 768px) {
  .BetAddInputModal {
    border-radius: 20px;
    min-height: 80vh;
  }
  .BetAddInputModal.OpenDraw {
    top: 50%;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
  }
  .BetAddInputModal .AplHeader .Close_Link .Icon_Close:before,
  .BetAddInputModal .AplHeader .Close_Link .Icon_Close:after {
    width: 20px;
    height: 2px;
    left: 15px;
  }
}
/*swal-modal　ボタン*/
.swal-button--ok,
.swal-button--confirm {
  background: #3251bc;
  color: #fff;
  border: none;
}

.swal-button--ok:hover,
.swal-button--confirm:hover {
  background-color: #3251bc !important;
  opacity: 0.85;
}

/*======================================
4.3 レース別メモ 記入フォーム
======================================*/
.NoteForm_Cont .Title_Sec {
  margin: 21px 10px 21px;
}
.NoteForm_Cont .Title_Sec h2 {
  color: #777;
}
.NoteForm_Cont input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.NoteForm_Cont input[type=checkbox] {
  display: none;
}

.NoteForm_Head {
  margin: 0 14px 18px;
}
.NoteForm_Head .Race_Day {
  font-size: 0.8125rem;
  color: #666;
}
.NoteForm_Head .Race_Place {
  font-size: 0.8125rem;
  color: #666;
}
.NoteForm_Head .Race_R {
  font-size: 0.8125rem;
  color: #666;
}
.NoteForm_Head .Race_Name {
  font-size: 1rem;
  font-weight: bold;
  color: #444;
}

.NoteCheck_Inner {
  margin-bottom: 10px;
  padding-left: 13px;
  white-space: normal;
}

.NoteCheck_Label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 12px;
  line-height: 1;
  font-size: 0.875rem;
  background-color: #E9E9E9;
  vertical-align: middle;
  cursor: pointer;
}

.NoteCheck_Label.bk01,
.NoteCheck_Label.bk02,
.NoteCheck_Label.bk03 {
  padding: 5px 7px;
  color: #444;
}

.SelectedHorse {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.Horse_Note_Modal .NoteCheck_Label.bk01,
.SelectedHorse .NoteCheck_Label.bk01 {
  padding: 5px 15px 5px 27px;
  font-weight: bold;
}

.Horse_Note_Modal .NoteCheck_Label.bk01::before,
.SelectedHorse .NoteCheck_Label.bk01::before {
  position: absolute;
  top: 50%;
  left: 9px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #888888;
  border-bottom: 2px solid #888888;
  border-radius: 1px;
  content: "";
  transform: rotate(45deg);
}

.Horse_Note_Modal .NoteCheck:checked + .NoteCheck_Label.bk01:before,
.SelectedHorse .NoteCheck:checked + .NoteCheck_Label.bk01:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.Horse_Note_Modal .NoteCheck:checked + .bk01,
.SelectedHorse .NoteCheck:checked + .bk01 {
  background-color: #3951B5;
}

.NoteCheck:checked + .bk01 {
  background-color: #699EE6;
  color: #fff;
  font-weight: bold;
}

.NoteCheck:checked + .bk02 {
  background-color: #E4918E;
  color: #fff;
  font-weight: bold;
}

.NoteCheck:checked + .bk03 {
  background-color: #6A7291;
  color: #fff;
  font-weight: bold;
}

.NoteTextarea_Inner {
  position: relative;
  padding: 0 10px;
}

.NoteTextarea {
  width: 100%;
  height: 180px;
  padding: 13px 15px;
  line-height: 1.44;
  border: solid 1px #CACACA;
  border-radius: 4px;
  color: #444444;
  font-size: 1.0625rem;
}
.NoteTextarea:focus-visible {
  outline: 1px solid #3251BC;
}

.Counter_Text {
  position: absolute;
  bottom: 17px;
  left: 14px;
  color: #444444;
  font-size: 0.8125rem;
}
.Counter_Text.Error {
  color: #EF5350;
}

.NoteButton_Inner {
  margin-top: 18px;
  text-align: right;
}
.NoteButton_Inner .NoteBtn01 {
  border: none;
  box-shadow: none;
  margin: 0;
  border-radius: 5px;
  font-size: 0.875rem;
  padding: 5px 0;
  box-sizing: border-box;
  cursor: pointer;
}
.NoteButton_Inner .NoteBtn01.Cancel_Btn01 {
  width: 102px;
  background-color: #E9E9E9;
  color: #333333;
}
.NoteButton_Inner .NoteBtn01.Save_Btn {
  margin-left: 10px;
  width: 76px;
  background-color: #3150BB;
  color: #fff;
  font-weight: bold;
}

/*ラップタイム*/
.ResultPayback .Race_HaronTime {
  table-layout: fixed;
}

/*======================================
5. メモ・メモ一覧 notes/notes.html
======================================*/
/*Myメモ*/
.Title_Sec_Sub {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 21px 0 12px;
}
.Title_Sec_Sub h3 {
  color: #757575;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.37;
  margin-right: auto;
}
.Title_Sec_Sub a {
  color: #666;
  font-size: 67%;
  font-weight: bold;
  line-height: 2.18;
  display: block;
  border-radius: 30px;
  background: #ebeae8;
  padding: 0 14px;
}

.UserNotes_Inner {
  padding-bottom: 1px;
  margin-bottom: 17px;
}

.UserNotes_EntryHorse {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.UserNotes_EntryHorse li {
  margin-right: 10px;
  border: solid 1px #DADADA;
  border-radius: 4px;
}
.UserNotes_EntryHorse li .UserNotes_Head {
  padding: 9px 15px;
  background-color: #F3F3F3;
  border-bottom: solid 1px #DADADA;
  border-radius: 4px 4px 0 0;
}
.UserNotes_EntryHorse li .UserNotes_Body {
  width: 100%;
  padding: 8px 15px 0 15px;
}
.UserNotes_EntryHorse li .UserNotes_Body .Rest_Horse {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #757575;
  font-size: 0.6875rem;
}
.UserNotes_EntryHorse li .Horse_Info {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.UserNotes_EntryHorse li .Horse_Info .HorseName {
  font-size: 0.875rem;
  color: #444444;
  font-weight: 600;
}
.UserNotes_EntryHorse li .Horse_Info .NoteLabel {
  font-size: 0.625rem;
}

.UserNotes_EntryHorse li .UserNotes_Head .RaceName {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 1.0625rem;
}

.UserNotes_EntryHorse li .UserNotes_Head .RaceData {
  font-size: 0.6875rem;
  color: #666666;
}

.UserNotes_EntryHorse li .UserNotes_Head .RaceStatus {
  color: #EF5350;
  font-size: 66.66%;
  font-weight: 700;
}

.Memo_DeleteWrap.delete_before,
.Memo_DeleteWrap.delete_after {
  display: none;
}
.Memo_DeleteWrap {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.Memo_DeleteWrap .Memo_Delete {
  position: relative;
  display: inline-block;
  width: 43px;
  color: #666;
  padding: 6px 0;
  font-size: 77.78%;
  border-radius: 1.23em;
  border: 1px solid #707070;
  cursor: pointer;
  background: url(../img/icon/icon_kaime.png) no-repeat center;
  background-size: 17px 18px;
  text-align: center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.Memo_DeleteWrap .Memo_Cancel {
  position: relative;
  display: inline-block;
  color: #666;
  padding: 6px 12px;
  font-size: 77.78%;
  border-radius: 1.23em;
  border: 1px solid #707070;
  background: #FFFFFF;
  cursor: pointer;
}
.User_Notes .User_Notes_List.Delete_Wrap {
  display: flex;
}
.User_Notes .User_Notes_List.Delete_Wrap .User_Notes_ListInner {
  width: 100%;
}
.User_Notes_List.Delete_show .User_Notes_ListInner {
  max-width: calc(100% - 58px);
}
.Memo_Check.Delete_After {
  display: none;
}
.User_Notes_List.Delete_show .Memo_Check.Delete_After {
  display: block;
}
.Delete_Wrap .Memo_Check {
  margin: auto;
  margin-left: 22px;
  padding-left: 6px;
  cursor: pointer;
  display: none;
}
.Delete_Wrap .Memo_Check .MemoCheck_Select {
  display: none;
}
.Delete_Wrap .Memo_Check .MemoCheckBtn {
  display: inline-block;
  border-radius: 8px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  box-shadow: none;
  background: #fff;
  border: 1px solid #888;
  position: relative;
}
.MemoCheck_Select+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -5px;
  width: 9px;
  height: 18px;
  border-right: 2px solid #dbdbdb;
  border-bottom: 2px solid #dbdbdb;
  transform: rotate(45deg);
}
.MemoCheck_Select:checked+label.MemoCheckBtn {
  background: #ef5350;
  border-color: #ef5350;
}
.MemoCheck_Select:checked+label:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.InputFixedArea01 {
  padding: 6px 10px 8px;
}
.race.Notes .InputBtnBox .Btn01 {
  background: #fff;
  min-height: 46px;
  color: #666;
  font-size: 83.34%;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.race.Notes .User_Notes_Head .NoteLabel_Inner {
  overflow: inherit;
}
.race.Notes .InputFixedArea_Wrap {
  min-height: 123px;
  width: 960px;
  margin: 40px auto 0;
  padding-top: 10px;
  overflow: hidden;
}
.race.Notes .InputFixedArea01 {
  position: fixed;
  bottom: 0;
  z-index: 5000;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5);
  width: 960px;
  padding: 6px 10px 6px;
}
.race.Notes .TotalBetDL {
  margin-bottom: 4px;
  text-align: center;
}
.race.Notes .TotalBetDL dt {
  margin: 8px 0 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.42;
}
.race.Notes .InputFixedArea_Wrap .InputBtnBox {
  width: 428px;
  margin: 10px auto 35px;
  text-align: center;
}
.race.Notes .InputFixedArea_Wrap .InputBtnBox button {
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  flex-direction: column;
  border: none;
  cursor: pointer;
  outline: none;
  height: 44px;
  min-height: 44px;
  border-radius: 3px;
  white-space: nowrap;
  background: #fff;
  color: #666;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-family: "メイリオ", Meiryo, Hiragino Sans, Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Helvetica Neue, Helvetica, sans-serif;
}

/*タブメニュー*/
.Note_Menu {
  margin: 20px 0 24px;
  display: flex;
}

.Note_Menu_Label a {
  color: #666;
  font-size: 13px;
  display: inline-block;
  line-height: 2;
  border: 1px solid #e1e1e1;
  border-radius: 2em;
  padding: 0 14px;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
}
.Note_Menu_Label a:hover {
  text-decoration: none;
}

.Note_Menu_Label + .Note_Menu_Label {
  margin-left: 10px;
}

.Note_Menu_Label.active a {
  color: #fff;
  font-weight: bold;
  background-color: #3251bc;
  border-color: #3251bc;
}

.Note_TabItem {
  display: none;
  padding: 0 10px;
  margin-bottom: 16px;
}
.Note_TabItem.is-show {
  display: block;
}

/*Myメモ一覧*/
.User_Notes .Race_Dataline {
  margin-bottom: 5px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.User_Notes .Race_Dataline .RaceData {
  position: relative;
  padding-left: 17px;
  font-weight: 600;
  color: #666666;
  font-size: 0.6875rem;
}
.User_Notes .Race_Dataline .RaceData::before {
  background: url(../img/icon/user_notes_icon.png) no-repeat;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  background-size: contain;
  top: -2px;
  left: 0%;
}
.User_Notes .Race_Dataline .Notes_Title {
  color: #757575;
  font-size: 0.625rem;
}
.User_Notes_Head {
  padding-left: 5px;
}
.User_Notes_Head .Head_Name {
  display: inline-block;
  font-weight: 600;
  font-size: 0.938rem;
}
.User_Notes_Head .RaceData {
  margin-top: 9px;
  display: block;
  font-size: 0.75rem;
  color: #666666;
}
.User_Notes_Head .Horse_Name_Inner {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.User_Notes_Head .NoteLabel_Inner {
  color: #888;
  max-width: 400px;
  max-width: calc(100% - 130px);
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.User_Notes_List {
  display: block;
  margin: 8px auto 15px;
  width: 100%;
  padding: 12px 10px;
  border: solid 1px #DADADA;
  border-radius: 4px;
}
.User_Notes_List .Horse_Name {
  font-size: 0.9375rem;
  font-weight: 600;
}
.User_Notes_List .NoteLabel {
  display: inline-block;
  font-size: 0.625rem;
}
.User_Notes_List .NoteLabel + .NoteLabel {
  margin-left: 5px;
}
.User_Notes_List .Notes_Text {
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #F3F3F3;
  border-radius: 4px;
  color: #444;
  line-height: 1.7;
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
}
.User_Notes_List .Notes_Text .Notes_Tag {
  margin-right: 14px;
  padding: 3px 12px;
  border-radius: 1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
}

.User_Notes_List .Notes_Text .Notes_Tag {
  background-color: #E03D3D;
}

.User_Notes_List .Notes_Text .Notes_Tag.Tag01 {
  background-color: #E03D3D;
}

.User_Notes_List .Notes_Text .Notes_Tag.Tag02 {
  background-color: #4993BB;
}

.User_Notes_List .Notes_Text .Notes_Tag.Tag03 {
  background-color: #FF9D00;
}

.User_Notes_List .Notes_Text .Notes_Tag.Tag04 {
  background-color: #2CD0D0;
}

.User_Notes_List .Notes_Text .Notes_Tag.Tag05 {
  background-color: #000000;
}

.User_Notes_List .Notes_Text .Notes_Tag.Tag06 {
  background-color: #A549BB;
}

.User_Notes_List .Notes_Text .Notes_Tag.Tag07 {
  background-color: #8FBB49;
}

.User_Notes_List .Notes_Text .Notes_Tag.Tag08 {
  background-color: #B7880B;
}

.pagination {
  position: relative;
  display: table;
  margin: 30px auto 0;
  padding: 0;
  max-width: 100%;
}
.pagination li {
  display: table-cell;
  height: 25px;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
}
.pagination li span {
  color: #6d6d6d;
  font-weight: bold;
  display: inline-block;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
}
.pagination li a {
  color: #6d6d6d;
  display: inline-block;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  color: #999;
}
.pagination li .prev {
  position: absolute;
  left: -30px;
  top: 5px;
  width: 0;
  height: 0;
  border-right: 10px solid #6d6d6d;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.pagination li .next {
  position: absolute;
  right: -30px;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 10px solid #6d6d6d;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

/*---------------------------------
6. メモ馬出走情報 notes/schedule.html
---------------------------------*/
.EntryHorse_Note {
  margin-bottom: 30px;
}
.EntryHorse_Note .BMHorseDataTable tr {
  border-bottom: 1px solid #DDDDDD;
}
.EntryHorse_Note .BMHorseDataTable td {
  padding: 20px 8px 0;
}
.EntryHorse_Note .BMHorseDataTable td.Arriva_Inner {
  vertical-align: top;
  text-align: right;
}
.EntryHorse_Note .BMHorseDataTable .EntryHorse_Text {
  max-width: 300px;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 1.42;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  font-weight: 300;
  color: #444;
}
.EntryHorse_Note .BMHorseDataTable .NoteType {
  display: inline-block;
  width: 92px;
  line-height: 1.8;
  background-color: #f2f1eb;
  border-radius: 1em;
  font-weight: 600;
  text-align: center;
  font-size: 0.625rem;
}
.EntryHorse_Note .BMHorseDataTable .RaceName {
  font-size: 1rem;
}
.EntryHorse_Note .BMHorseDataTable .HorseName {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.EntryHorse_Note .BMHorseDataTable span.ArrivalBox {
  position: relative;
  top: -2px;
  color: #333;
}
.EntryHorse_Note .BMHorseDataTable .NoteLabel_Inner {
  display: inline-block;
  margin-left: 10px;
}
.EntryHorse_Note .BMHorseDataTable .NoteLabel {
  display: inline-block;
  font-size: 0.625rem;
}
.EntryHorse_Note .BMHorseDataTable .NoteLabel + .NoteLabel {
  margin-left: 5px;
}
.EntryHorse_Note .BMHorseDataTable .RaceData {
  margin-top: 5px;
  display: block;
  color: #666;
  font-size: 0.6875rem;
  line-height: 1.2;
}
.EntryHorse_Note .BMHorseDataTable .RaceData .Race_Name {
  margin-right: 5px;
  font-weight: bold;
}

table.BMHorseDataTable thead th.RaceNum {
  width: 118px;
}

table.BMHorseDataTable thead th.RaceState {
  width: 94px;
}

table.BMHorseDataTable thead th.RaceState .RaceStateTxt {
  width: 78px;
}

table.BMHorseDataTable tbody td .RaceData span.ArrivalBox {
  width: 47px;
  line-height: 18px;
}

.EntryHorse_Note table.BMHorseDataTable tbody tr:last-child td {
  padding: 20px 8px 0;
}

.EntryHorse_Note table.BMHorseDataTable .Icon_Grade {
  margin-right: 6px;
  vertical-align: middle;
}

.Icon_Grade.Icon_G4 {
  background: #ec5f00 !important;
  border-color: #ec5f00;
}

/*メニュー*/
ul.BookmarkHorseMenuList {
  margin-top: 0;
}

ul.BookmarkHorseMenuList.NoteMenuList li a.LinkBox_01 {
  padding: 10px 0;
}

ul.BookmarkHorseMenuList li a.LinkBox_01 span.Icon_Note {
  content: "";
  display: inline-block;
  background: url(../img/icon/icon_sprite_note_pc.png) no-repeat;
  background-size: 126px auto;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin-right: 8px;
}

ul.BookmarkHorseMenuList li a.LinkBox_01 span.Icon_Note_01 {
  background-position: 0px 0px;
}

ul.BookmarkHorseMenuList li a.LinkBox_01 span.Icon_Note_02 {
  background-position: -48px 0px;
}

ul.BookmarkHorseMenuList li a.LinkBox_01 span.Icon_Note_03 {
  background-position: -98px 0px;
}

/*======================================
7. メモラベルの成績 grades.html
======================================*/
.NoteGrades .Title_Sec {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 21px 0;
}

.NoteGrades .Title_Sec h2 {
  color: #777;
  font-size: 128.6%;
  font-weight: bold;
  line-height: 1.37;
  margin-right: auto;
}

.Notes .Race_Infomation_Box,
.NoteGrades .Race_Infomation_Box {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 12px 0;
  padding: 12px;
  border: 5px solid #ddd;
  background: #fff;
  line-height: 1.3;
}

/* ========== 次走買いをつけた馬の成績 ======== */
.HorseGrades {
  display: flex;
  justify-content: center;
  margin-bottom: 52px;
  padding: 15px 20px 12px;
  background: #F3F3F3;
  border-radius: 10px;
}
.HorseGrades_Head {
  margin-bottom: 8px;
  text-align: center;
  color: #757575;
  font-weight: 300;
  font-size: 1rem;
}
.HorseGrades span {
  color: #444;
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", arial, "Meiryo", "メイリオ", sans-serif;
  font-size: 2.125rem;
}
.HorseGrades span em {
  font-size: 3.25rem;
}
.HorseGrades .WinRate {
  color: #EF5350;
}
.HorseGrades .WinRate.High {
  color: #EF5350;
}
.HorseGrades .HorseGrades_Item + .HorseGrades_Item {
  margin-left: 53px;
}

/* ========== メモラベル別の成績 ======== */
.Grades_NoteLabel {
  margin-bottom: 24px;
  padding-right: 10px;
  display: flex;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
.Grades_NoteLabel li.active .NoteLabel.bk01 {
  background-color: #699EE6;
  border: solid 1px #699EE6;
  font-weight: bold;
  color: #fff;
}
.Grades_NoteLabel li.active .NoteLabel.bk02 {
  background-color: #E4918E;
  border: solid 1px #E4918E;
  font-weight: bold;
  color: #fff;
}
.Grades_NoteLabel li.active .NoteLabel.bk03 {
  background-color: #6A7291;
  border: solid 1px #6A7291;
  font-weight: bold;
  color: #fff;
}
.Grades_NoteLabel .NoteLabel {
  display: inline-block;
  padding: 0 5px;
  min-width: 73px;
  height: 34px;
  line-height: 34px;
  border-radius: 2em;
  font-size: 0.875rem;
  text-align: center;
  color: #666666;
  font-weight: normal;
  border: solid 1px #E1E1E1;
  background-color: #fff;
}
.Grades_NoteLabel .NoteLabel:hover {
  text-decoration: none;
}
.Grades_NoteLabel li + li {
  margin-left: 10px;
}

/*-- サブタブ --*/
.Title_Tab {
  position: absolute;
  top: -13px;
  right: 0;
  width: 115px;
  cursor: pointer;
}

ul.SubTab {
  display: table;
  width: 100%;
  margin: 10px 0;
  table-layout: fixed;
}

ul.SubTab li {
  display: table-cell;
  text-align: center;
  overflow: hidden;
  border: 1px solid #8B8B8B;
}

ul.SubTab li + li {
  border-left: none;
}

ul.SubTab.Tab_Col2 li {
  width: 50%;
}

ul.SubTab li a {
  display: block;
  padding: 8px 0 7px;
  color: #666666;
  font-size: 12px;
  height: 100%;
}

ul.SubTab li a span {
  margin-left: 5px;
}

ul.SubTab li.Active {
  border: 1px solid #888888;
}

ul.SubTab li.Active a {
  color: #fff;
  background: #888888;
}

ul.SubTab li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

ul.SubTab li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.Note_SubTitle {
  margin-bottom: 8px;
  color: #777777;
  font-weight: 600;
  font-size: 0.9375rem;
}

/*-- ハイライト --*/
.NoteGrades .Highlight {
  margin-bottom: 21px;
}
.NoteGrades .Highlight a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #CACACA;
  border-radius: 8px;
  padding: 8px 10px;
}
.NoteGrades .Highlight a:hover {
  text-decoration: none;
  background: #f9f9f9;
}
.NoteGrades .Highlight .RaceData {
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
  color: #666;
  font-size: 0.8125rem;
}
.NoteGrades .Highlight .RaceData .RaceName {
  color: #0033AA;
  line-height: 1.2;
}
.NoteGrades .Highlight .HorseName {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  color: #444;
  font-weight: 600;
  font-size: 1.0625rem;
}
.NoteGrades .Highlight [class^=Waku] {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: 600;
  font-size: 0.8125rem;
}
.NoteGrades .Highlight .Waku1 {
  color: #555;
  border: solid 1px #888;
}
.NoteGrades .Highlight .Popular {
  min-width: 75px;
  text-align: right;
}
.NoteGrades .Highlight .place {
  color: #EF5350;
  font-weight: 600;
  font-size: 0.875rem;
}
.NoteGrades .Highlight .ninki {
  color: #444;
  font-weight: 600;
  font-size: 0.875rem;
}
.NoteGrades .Highlight .odds {
  margin-top: 5px;
  display: block;
  color: #EF5350;
  font-weight: 600;
  font-size: 1rem;
}

/*-- 次走買いを付けた馬の成績・詳細 --*/
/*-- テーブル --*/
.SlideArea {
  margin-bottom: 19px;
}

.Note_GradesTable {
  width: 100%;
  position: relative;
  border-collapse: collapse;
  background: #fff;
  border: 1px;
}

.Note_GradesTable th,
.Note_GradesTable td {
  padding: 9px 10px;
  vertical-align: middle;
  white-space: nowrap;
  height: 35px;
}

.Note_GradesTable thead th {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  background-color: #888;
}

.Note_GradesTable th,
.Note_GradesTable td {
  color: #444;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #ddd;
}

.Note_GradesTable tr .Head {
  position: sticky;
  left: 0;
  border-left: 0 none;
  z-index: 1;
  min-width: 100px;
}

.Note_GradesTable tr .Head::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 110%;
  border-right: 1px solid #E0E0E0;
}

.Note_GradesTable tr .Head.NoSticky {
  position: relative;
  z-index: 0;
}

.Note_GradesTable tr .Head::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 1px;
  height: 110%;
  border-right: 1px solid #ddd;
}

.Note_GradesTable td.High {
  color: #EF5350;
}

.Note_GradesTable:last-child::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  height: 1px;
  width: 20px;
  background-color: transparent;
}
.Note_GradesTable th.HorseName {
  background: #444;
}
.Note_GradesTable .Race {
  min-width: 100px;
  padding: 4px 10px;
}
.Note_GradesTable .RaceDay {
  display: block;
  margin-bottom: 3px;
  color: #444444;
  font-weight: 300;
  font-size: 0.625rem;
}
.Note_GradesTable .RaceName {
  font-size: 0.8125rem;
}

table.Note_GradesTable [class*=Rank_] {
  position: inherit;
}

table.Note_GradesTable td.Rank_1 {
  background-color: #FDF189;
}

table.Note_GradesTable td.Rank_2 {
  background-color: #CEDDFD;
}

table.Note_GradesTable td.Rank_3 {
  background-color: #EAC9A3;
}

table.Note_GradesTable a {
  display: inline-block;
  color: #3355AA;
}

.Note_GradesTable.FixedTable {
  display: none;
  position: absolute;
  top: 0;
  left: 10px;
}

.Note_GradesTable.FixedTable.Show {
  display: table;
}

.SlideArea_Inner.Show .Note_GradesTable tr .Head.HorseNameCell {
  display: table-cell;
}

/*-- もっと見るボタン --*/
.MoreReadBtn_Inner {
  display: none;
}

.MoreReadBtn {
  display: block;
  color: #888;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 1.27em;
  line-height: 2.55;
  width: 79%;
  min-width: 142px;
  margin: 0 auto 30px;
  position: relative;
  cursor: pointer;
}
.MoreReadBtn .Icon_Arrow {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 13px;
  width: 10px;
  transform: rotate(90deg);
}

/*======================================
ログイン導線 ポップアップ
======================================*/
#Netkeiba_Race_Result #cboxLoadedContent {
  margin-top: 0;
}/*# sourceMappingURL=note_pc.css.map */
