
/* =======================================================
	?????Ğİ?
======================================================= */
.HorseLapTimeSection {
	padding: 0 0 20px;
}

.HorseLapTimeSection ul.SubTab {
	margin: 0 auto 20px;
	width: calc(100% - 20px);
}

.HorseLapCard {
	margin: 0 10px;
	border: 1px solid #d9dad9;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
.HorseLapCard + .HorseLapCard {
	margin-top: 10px;
}

.HorseLapCard_Header {
	padding: 10px;
	background: #F3F3F3;
	border-bottom: 1px solid #d9dad9;
}
.HorseLapCard_TitleRow, .HorseLapCard_DataRow {
	display: flex;
	align-items: center;
}
.HorseLapCard_TitleRow {
	color: #444;
}
.HorseLapCard_Run {
	margin-right: 4px;
	font-size: 14px;
}
.HorseLapCard_RaceName {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.HorseLapCard_TitleRow .Icon_GradeType {
	font-weight: bold;
}

.HorseLapCard_DataRow {
	gap: 4px;
	color: #757575;
	margin-top: 4px;
}
.HorseLapCard_DataRow span[class^='ResultRank'] {
	font-size: 13px;
	padding: 0 5px;
	white-space: nowrap;
}
.HorseLapCard_DataRow .RaceDay,
.HorseLapCard_DataRow .RaceVenue,
.HorseLapCard_DataRow .RaceCourse {
	font-size: 14px;
	margin: 0;
	color: #222;
}
.HorseLapCard_DataRow .RaceCourse.Turf {
	color: #41B146;
}
.HorseLapCard_DataRow .RaceCourse.Dirt {
	color: #874c11;
}
.HorseLapCard_RaceType {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 14px;
	margin-left: auto;
	padding: 4px 10px;
	border-radius: 4px;
	background: #888;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
.HorseLapCard_RaceTypeMask {
	display: inline-block;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	opacity: 0.75;
}

.HorseLapCard_Body {
	padding: 10px 8px;
}

.LapCard_RaceSummary {
	display: flex;
	align-items: center;
	width: 100%;
}
.LapCard_RaceSummaryItem {
	display: flex;
	align-items: baseline;
	margin: 0;
}
.LapCard_RaceSummaryItem + .LapCard_RaceSummaryItem {
	margin-left: 16px;
}
.LapCard_RaceSummary dt {
	margin-right: 4px;
	color: #757575;
	font-size: 13px;
	font-weight: bold;
}
.LapCard_RaceSummary dd {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.LapCard_RaceSummaryItem.PassOrder dd {
	font-size: 18px;
}
.LapCard_RaceSummaryItem.HorseLapCard_Pace {
	align-items: stretch;
	margin-left: auto;
	height: 24px;
	border: 1px solid #dadada;
}
.HorseLapCard_Pace dt {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	width: 60px;
	margin: 0;
	color: #444;
	font-size: 14px;
	font-weight: normal;
	background: #f3f3f3;
}
.HorseLapCard_Pace dd {
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #dadada;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 32px;
}
.HorseLapCard_Pace .Pace_H {
	color: #d85667;
}
.HorseLapCard_Pace .Pace_S {
	color: #4569cf;
}
.HorseLapCard_Pace .Pace_M {
	color: #58ae72;
}

.HorseLapChart {
	height: 126px;
	margin: 10px auto 0;
}
.HorseLapChart_Head {
	display: flex;
	height: 10px;
	justify-content: space-between;
	padding: 0 4px 0 22px;
	color: #8195D5;
}
.HorseLapChart_Head > span {
	font-size: 10px;
	font-weight: bold;
	margin-top: -4px;
}
.HorseLapChart_Plot {
	display: flex;
	height: 100px;
}
.HorseLapChart_YAxis {
	display: flex;
	flex: 0 0 13px;
	flex-direction: column;
	justify-content: space-between;
	padding: 1px 0;
	color: #777;
	margin: -3px 4px -3px 0;
}
.HorseLapChart_YAxis > span {
	font-size: 11px;
	font-weight: bold;
	transform-origin: center;
}
.HorseLapChart_Svg {
	display: block;
	width: calc(100% - 13px);
	height: 100px;
	overflow: visible;
}
.HorseLapChart_Furlongs {
	display: flex;
	height: 15px;
	justify-content: space-between;
	padding: 3px 0px 0 26px;
	color: #888;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	margin-right: -2px;
}

.HorseLapCard_LapScroll {
	width: 100%;
	margin-top: 10px;
	padding-top: 4px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.HorseLapCard_LapContent {
	min-width: 100%;
}
.HorseLapCard_LapScroll .HorseLapChart {
	margin: 0;
}

.HorseLapTable {
	width: 100%;
	height: 84px;
	margin: 10px auto 0;
	border-collapse: collapse;
	table-layout: fixed;
}
.HorseLapTable caption {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.HorseLapTable_LabelColumn {
	width: 20px;
}
.HorseLapTable th, .HorseLapTable td {
	min-width: 0;
	padding: 0;
	border: 1px solid #d8d8d8;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	font-weight: normal;
}
.HorseLapTable tr > :first-child {
	border: 0;
}
.HorseLapTable thead th {
	height: 16px;
	background: #707070;
	color: #fff;
	font-size: 11px;
}
.HorseLapTable thead th > span {
	display: block;
	font-size: 11px;
}
.HorseLapTable thead .HorseLapTable_HeaderBlank {
	background: #fff;
}
.HorseLapTable tbody tr {
	height: 32px;
}
.HorseLapTable_Label {
	padding: 0;
	background: #fff;
	font-size: 10px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}
.HorseLapTable_Label span {
	position: relative;
	top: -2px;
}
.HorseLapTable .LabelIndividual {
	color: #ee5969;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}
.HorseLapTable .LabelRace {
	color: #666;
	font-size: 11px;
}
.HorseLap_Individual td {
	background: #fff;
	color: #444;
	font-weight: bold;
}
.HorseLap_Individual td.Rank_1 {
	background: #ffef84;
}
.HorseLap_Individual td.Rank_2 {
	background: #cbdeff;
}
.HorseLap_Individual td.Rank_3 {
	background: #efc79f;
}
.HorseLap_RaceAll td {
	background: #fff;
	color: #666;
	font-weight: normal;
}

.LapCard_Splits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
	margin-top: 10px;
}
.LapCard_Splits > dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 0;
	height: 32px;
	margin: 0;
	padding: 0 16px;
	border-radius: 10px;
	background: #f3f3f3;
}
.LapCard_Splits > dl > dt {
	font-size: 13px;
	color: #666;
}
.LapCard_Splits > dl > dd {
	display: flex;
	align-items: baseline;
	color: #444;
	font-weight: bold;
}
.LapCard_SplitTime {
	font-size: 16px;
	font-weight: bold;
	padding: 0 4px;
}
.LapCard_RaceSplitTime {
	margin-left: 4px;
	font-size: 14px;
}
.LapCard_Splits > .LapCard_SplitFinish {
	background: #FFFBE5;
}
.LapCard_Splits .LapCard_SplitTime.Rank01 {
	background: #ffef84;
}
.LapCard_Splits .LapCard_SplitTime.Rank02 {
	background: #d8f6ff;
}
.LapCard_Splits .LapCard_SplitTime.Rank03 {
	background: #ffd4d4;
}

.HorseLapCard_Body .NoData{
	padding: 15px 18px;
	color: #666;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	background-color: #f3f3f3;
	border-radius: 7px;
}

.HorseLapCard_DataRow span[class^='ResultRank'] {
	display: inline-block;
	background: #e3ebf0;
	border: 1px solid #b2b2b2;
	text-align: center;
	color: #636768;
	padding: 3px;
	min-width: 34px;
	margin-right: 6px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.HorseLapCard .HorseLapCard_DataRow .ResultRank01 {
	background: #ffef84;
	border: 1px solid #ccB834;
}
.HorseLapCard .HorseLapCard_DataRow .ResultRank02 {
	background: #d8f6ff;
	border: 1px solid #6aacce;
}
.HorseLapCard .HorseLapCard_DataRow .ResultRank03 {
	background: #ffd4d4;
	border: 1px solid #ff9494;
}
/* ????????????? */
.HorseLapCard .Icon_GradeType {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: inline-block;
	border: 1px solid transparent;
	vertical-align: middle;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 9px;
	line-height: 14px;
	min-width: 38px;
	font-size: 11px;
	height: auto;
	padding: 0;
	margin-top: -2px;
	margin-left: 4px;
	background: #757575;
}
.HorseLapCard .Icon_Grade.Icon_L {
	background: #999999 !important;
	border-color: #999999;
}
.HorseLapCard .Icon_GradeType.Icon_GradeType1 {
	background: #464EB7 !important;
	border-color: #464EB7;
}
.HorseLapCard .Icon_GradeType.Icon_GradeType2 {
	background: #E53031 !important;
	border-color: #E53031;
}
.HorseLapCard .Icon_GradeType.Icon_GradeType3 {
	background: #5AAA48 !important;
	border-color: #5AAA48;
}
.HorseLapCard .Icon_GradeType.Icon_GradeType4 {
	background: #ec5f00 !important;
	border-color: #ec5f00;
}
.HorseLapCard .Icon_GradeType.Icon_GradeType5 {
	background: #999999 !important;
	border-color: #999999;
}
/* ?????Ğİ????? */
.HorseLapCard_LapMask {
	overflow: hidden;
	-webkit-user-select: none;
	user-select: none;
}
.HorseLapChart_Mask {
	position: relative;
	display: block;
	color: inherit;
	text-decoration: none;
}
.HorseLapChart_Mask::before {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 38px;
	background: url('https://cdnv2.netkeiba.com/img.racev4.sp/common/img/icon/icon_finger.png') no-repeat;
	background-size: cover;
	content: '';
	transform: translate(-50%, -50%);
}
.HorseLapChart_Mask::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: rgba(255, 255, 255, 0.25);
	content: '';
}
.HorseLapChart_Mask > .HorseLapChart_Head,
.HorseLapChart_Mask > .HorseLapChart_Plot,
.HorseLapChart_Mask > .HorseLapChart_Furlongs {
	-webkit-filter: blur(4px);
	filter: blur(4px);
	opacity: 0.7;
}
.HorseLapChart_LockedSvg {
	overflow: hidden;
}
.HorseLapTable_ValueMask {
	display: inline-block;
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
.LapCard_Splits_Mask .LapCard_SplitTime,
.LapCard_Splits_Mask .LapCard_RaceSplitTime {
	padding-right: 5px;
	padding-left: 5px;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	opacity: 0.75;
}
/* ?????Ğİ? ????????????? */
.HorseLapMasterRegist {
	display: none;
	width: 80%;
	margin: 20px auto;
	padding: 20px 10px;
	border: 2px solid #603F80;
	border-radius: 4px;
	background: #fff;
	font-size: 17px;
	white-space: normal;
}
.HorseLapMasterRegist .Master_Regist_MsgArea01 {
	margin-bottom: 26px;
	text-align: center;
}
.HorseLapMasterRegist p.Master_Regist_Msg01,
.HorseLapMasterRegist p.Master_Regist_Msg02 {
	font-size: 88.89%;
	font-weight: bold;
	line-height: 1.43;
	text-align: center;
}
.HorseLapMasterRegist p.Master_Regist_Msg02 {
	display: inline;
	margin-bottom: 22px;
	padding-bottom: 5px;
	border-bottom: 1px solid #603F80;
	line-height: 1.8;
}
.HorseLapMasterRegist p.Master_Regist_Msg_Campaign01 {
	position: relative;
	color: #603F80;
	font-size: 61.11%;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}
.HorseLapMasterRegist p.Master_Regist_Msg_Campaign01::before,
.HorseLapMasterRegist p.Master_Regist_Msg_Campaign01::after {
	display: inline-block;
	width: 3px;
	height: 21px;
	border-radius: 3px;
	background: #603F80;
	content: '';
	vertical-align: top;
}
.HorseLapMasterRegist p.Master_Regist_Msg_Campaign01::before {
	margin-right: 6px;
	transform: rotate(-30deg);
}
.HorseLapMasterRegist p.Master_Regist_Msg_Campaign01::after {
	margin-left: 6px;
	transform: rotate(30deg);
}
.HorseLapMasterRegist p.Master_Regist_Msg_Campaign01 em {
	font-size: 118.18%;
}
.HorseLapMasterRegist .Master_Regist_Btn {
	position: relative;
	display: block;
	width: 90%;
	margin: 7px auto 10px;
	padding: 14px 28px;
	border-radius: 4px;
	background: #603F80;
	color: #fff;
	font-size: 83.33%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.HorseLapMasterRegist .Master_Regist_Txt02 {
	font-size: 100%;
	line-height: 1.3;
	text-align: center;
}
.HorseLapMasterRegist .Master_Regist_Txt02 > a {
	display: block;
	color: #333;
	font-size: 66.67%;
	text-align: center;
	text-decoration: underline;
}
