@charset "UTF-8";
/* コンテンツここから */
/*---------------------------
  0. 共通
   0.1 各種アイコン
   0.2 競走馬詳細　調教タイム 共通 .Unit_Race
  1. 競走馬DB
    1.1 競走馬DB TOP
    1.2　テキストエリアボックス
    1.3 セレクトボックス
  2.レース別メモ
    2.1 レーステーブル .NoteTable_Container
    2.2 登録モーダル  .MemoInputModal
    2.3 レース別メモ 記入フォーム
---------------------------*/
/*======================================
共通
======================================*/
.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::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  transform: translateX(-50%) rotate(45deg);
  pointer-events: none;
}

.New_Comment .NoteIcon {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 0;
  font-size: 0;
  border-radius: 23px;
  background-color: #CACACA;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  padding: 0;
}
.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;
}
@media screen and (max-width: 540px) {
  .New_Comment .NoteIcon::before, .New_Comment .NoteIcon::after {
    width: 0.5333333333vw;
    height: 3.2vw;
  }
}
.New_Comment .NoteIcon::before {
  transform: inherit;
  border-top: none;
  border-right: none;
}
.New_Comment .NoteIcon::after {
  transform: rotate(90deg);
  border: none;
}

/*-- 枠色 --*/
.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;
}

/* =================================================_======
■競走馬詳細　調教タイム 共通 .Unit_Race
======================================================= */
.Unit_Race .RaseDetail {
  position: relative;
  padding: 10px 11px;
  background-color: #eaeaea;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}

.Unit_Race .RaseDetail dl dt {
  font-size: 16px;
}

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

.Unit_Race .RaseDetail dl dt a {
  font-weight: bold;
  line-height: 1.2em;
}

.Unit_Race .RaseDetail dl dt a span {
  position: relative;
  top: 2px;
}

.Unit_Race .RaseDetail dl dd {
  font-size: 13px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 6px;
}

/*==============================================
各種アイコン
==============================================*/
/*--レースのグレードアイコン*/
/*--common_nk01.css 参照--*/
/*--厩舎表記--*/
span[class^=Barn] {
  position: relative;
  top: -3px;
  display: inline-block;
  color: #fff;
  font-size: 55.56%;
  font-weight: normal;
  width: 34px;
  height: 16px;
  line-height: 16px;
  margin-right: 3px;
  text-align: center;
  background: #686868;
  border-radius: 8px;
}

span.Barn01 {
  background: #686868;
}

span.Barn02 {
  background: #c14;
}

span.Barn03 {
  background: #155cc1;
}

span.Barn04 {
  background: #009000;
}

/*--着順表記--*/
span[class^=ResultRank] {
  display: inline-block;
  background: #e3ebf0;
  border: 1px solid #b2b2b2;
  padding: 0 8px;
  height: 19px;
  text-align: center;
  line-height: 17px;
  font-size: 92.86%;
  font-weight: bold;
  color: #000;
}

.ResultRank01 {
  background: #FFEF84 !important;
  border: 1px solid #CCB834 !important;
}

.ResultRank02 {
  background: #D8F6FF !important;
  border: 1px solid #6AACCE !important;
}

.ResultRank03 {
  background: #FFD4D4 !important;
  border: 1px solid #FF9494 !important;
}

/*======================================
1. 競走馬DB TOP
======================================*/
.mb40 {
  margin-bottom: 40px;
}

.Horse_Note_Text {
  margin: 0px 10px 13px;
  color: #444;
  font-size: 0.875rem;
}

/*一行メモ*/
.Horse_Note_Box {
  position: relative;
  margin: 20px 10px;
  background-color: #F3F3F3;
  border-radius: 4px;
  font-size: 0.9375rem;
}
.Horse_Note_Box a {
  display: flex;
  align-items: center;
  min-height: 33px;
  padding: 5px 25px 5px 18px;
  color: #444;
}
.Horse_Note_Box a:hover {
  text-decoration: none;
}
.Horse_Note_Box a .Note_Text {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow-wrap: break-word;
  line-height: 1.2;
}
.Horse_Note_Box a .NoteLabel {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
}
.Horse_Note_Box a .NoteLabel + .NoteLabel {
  display: none;
}
.Horse_Note_Box .NoteIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2%;
  pointer-events: none;
}
.Horse_Note_Box.New_Comment a {
  color: #C1C1C1;
}
.Horse_Note_Box.Label_All .NoteLabel + .NoteLabel {
  display: block;
}

/*テキストエリアボックス*/
.NoteTextarea_Inner {
  position: relative;
}

.NoteTextarea {
  width: 100%;
  height: 180px;
  padding: 13px 15px;
  box-sizing: border-box;
  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: 0;
  color: #444444;
  font-size: 15px;
}
.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 {
  margin-left: 10px;
  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;
}

/*セレクトボックス*/
.Horse_Note_Select {
  margin-bottom: 22px;
  position: relative;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
}
.Horse_Note_Select::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  transform: translateX(-50%) rotate(135deg);
  pointer-events: none;
}

.Horse_Note_Select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  width: 100%;
  padding: 11px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  color: #444;
  font-size: 0.875rem;
}

/*.RaseDetail*/
.Horse_Note .Unit_Race .RaseDetail dl dt a span {
  top: 0;
}
.Horse_Note .Unit_Race .RaseDetail .NoteLabel_Inner {
  position: absolute;
  top: 0;
  right: 2%;
  margin-top: 10px;
}
.Horse_Note .Unit_Race .RaseDetail .NoteLabel {
  display: inline-block;
}
.Horse_Note .Unit_Race .RaseDetail .NoteLabel + .NoteLabel {
  margin-left: 5px;
}
.Horse_Note .Unit_Race ul li .RaceComment {
  padding: 15px 24px;
}
.Horse_Note .Unit_Race ul li .RaceComment .RaceComment_Text {
  font-size: 1rem;
  line-height: 1.56;
  color: #444;
}
.Horse_Note .Unit_Race ul li .RaceComment .NoteBtn_Inner {
  margin-top: 15px;
  text-align: right;
}
.Horse_Note .Unit_Race ul li .RaceComment .NoteBtn_Inner button {
  background: transparent;
  font-size: 0.8125rem;
  color: #0033AA;
  border: none;
  cursor: pointer;
}
.Horse_Note .Unit_Race ul li .RaceComment .NoteBtn_Inner button + button {
  margin-left: 13px;
}

.Race_Infomation_Box {
  margin: 13px 0 16px;
  padding: 15px 18px;
  color: #888;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  background-color: #f3f3f3;
  border-radius: 7px;
}

/*======================================
2 レーステーブル .NoteTable_Container
======================================*/
.NoteTable_Container {
  padding: 10px 0 40px;
  text-align: left;
}
.NoteTable_Container .Title_Sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 21px 0 10px;
}
.NoteTable_Container .Title_Sec h2 {
  font-size: 18px;
  font-weight: bold;
}
.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;
  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 {
  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 {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 0;
  font-size: 0;
  border-radius: 23px;
  background-color: #CACACA;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  padding: 0;
  bottom: 5px;
  right: 10px;
  cursor: pointer;
}
.Note_Table .Comment .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;
}
.Note_Table .Comment .NoteIcon::after {
  content: none;
}
.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 !important;
  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;
}

/*-- レース結果 --*/
.race_result dl dt h3,
.result_info table.result_table_02 caption {
  margin-bottom: 5px;
}

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

.BetAddInputModal .ModalPopupInner01 .AplHeader {
  position: inherit;
  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);
}

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

footer.ViewOut {
  opacity: 0;
}

.ModalOverlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  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;
}

.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;
  overflow-y: auto;
}

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

/* AI回顧 */
.RaceMemoModal .AddIframe{
	overflow-y: auto;
}
.Ai_RaceReviewBox01 .Ai_CallBtn01{
  max-width: 136px;
  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 0;
	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 .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 #copy,
.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;
}
.Ai_RaceReviewBox01 .AiReviewInfo {
	margin: 0 10px 20px;
}
@keyframes blink {
	0%, 100% { opacity: 1; }
	50% { opacity: 0; }
}

.Description_Box.AiReviewInfo p {
	font-size: 72.23%;
	margin: 10px 0 0;
	line-height: 1.46;
}
@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;
  }
}
/*======================================
レース別メモ 記入フォーム
======================================*/
.NoteForm_Cont {
  text-align: left;
}
.NoteForm_Cont .Title_Sec {
  margin: 21px 10px 21px;
}
.NoteForm_Cont .Title_Sec h2 {
  font-size: 18px;
  font-weight: bold;
  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;
}

.AddIframe .NoteTextarea_Inner {
  margin: 0 10px;
}

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

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

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

/*======================================
ログイン導線 注意事項・ボタンなど
======================================*/
.AttentionText {
  padding: 8px;
}

.AttentionText .Txt {
  font-size: 77%;
  line-height: 1.3;
}

.AttentionText .LinkBtn_06 {
  margin: 12px 0;
}

.LinkBtn_06 a {
  display: block;
  font-size: 88%;
  font-weight: bold;
  text-align: center;
  color: #0033aa;
  background: #fff;
  border: solid 1px #0033aa;
  border-radius: 3px;
  padding: 12px 0;
}

.AttentionText .LinkBtn a {
  display: block;
  font-size: 77%;
  color: #333;
  background: #fff;
  text-align: left;
  padding: 12px 8px;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(146, 151, 165, 0.5);
  background: #fff url("../img/icon/icon_link_arrow_x2.png") no-repeat right center;
  background-size: 21px 16px;
}

.AttentionText .AttentionText_Id {
  font-size: 77%;
  text-align: right;
  margin: 18px 0 6px;
}

/*======================================
ログイン導線 ポップアップ
======================================*/
#horse_bookmark_list #cboxOverlay,
#db_race_detail #cboxOverlay {
  background: rgba(0, 0, 0, 0.4);
}

#horse_detail #cboxOverlay {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0.7;
  cursor: pointer;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#horse_detail #colorbox, #cboxOverlay, #cboxWrapper {
  z-index: 9999;
}

#horse_bookmark_list #cboxContent,
#horse_detail #cboxContent,
#db_race_detail #cboxContent {
  border: none !important;
  border-radius: 6px;
}

#horse_detail #cboxLoadedContent,
#db_race_detail #cboxLoadedContent {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 6px;
}

#horse_detail #cboxWrapper #cboxClose,
#db_race_detail #cboxWrapper #cboxClose {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  text-indent: -9999px;
}

#horse_detail #cboxWrapper #cboxClose::before,
#horse_detail #cboxWrapper #cboxClose::after,
#db_race_detail #cboxWrapper #cboxClose::before,
#db_race_detail #cboxWrapper #cboxClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: #888;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

#horse_detail #cboxWrapper #cboxClose::before,
#db_race_detail #cboxWrapper #cboxClose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#horse_detail #cboxWrapper #cboxClose::after,
#db_race_detail #cboxWrapper #cboxClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.Front_Title .icon_caution {
  display: inline-block;
  background: url(../image/icon_sprite_db_S.png);
  background-repeat: no-repeat;
  background-size: 55px 1000px;
  background-position: -9px -112px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: sub;
}

.Bookmark_Popup_Box .Front_Title {
  padding: 0;
  font-size: 100%;
  background-color: #eee;
  background-image: none;
  margin: 0;
}

.Bookmark_Popup_Box .Front_Title h2 {
  padding: 8px 10px;
  color: #444;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

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

.Bookmark_Popup_Box .Popup_Lead {
  padding: 16px 18px 25px;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #444;
  text-align: left;
}

.Bookmark_Popup_Box .btn_regist {
  display: block;
  margin: 0 auto 11px;
  color: #fff;
  border-radius: 4px;
  padding: 16px 0;
  text-align: center;
  font-weight: bold;
  background-color: #03a;
  border: none;
  font-size: 0.8125rem;
  width: 90%;
}

.alignR {
  text-align: right;
}

.note_form_limit .Bookmark_Popup_Box {
  height: 270px;
}

.Bookmark_Popup_Box .btn_regist.regist01 {
  background: #7A4AB1;
  color: #fff !important;
}

.Bookmark_Popup_Box .btn_regist.regist02 {
  background: #fff;
  border: solid 1px #3251BC;
  color: #3251BC !important;
}

.note_form_limit .Bookmark_Popup_Box a.btn_regist {
  height: auto;
}

.note_form_limit .Bookmark_Popup_Box a.btn_regist.regist01:hover {
  color: #fff;
  background: #7A4AB1;
}

.note_form_limit .Bookmark_Popup_Box a.btn_regist.regist02:hover {
  background: #fff;
  color: #3251BC;
}/*# sourceMappingURL=note_db_pc.css.map */
