@charset "utf-8";
/*===========================================
netkeiba オーナーズ
マイ収支
============================================*/
/*==============================================
共通変数
==============================================*/
:root {
	--PrimaryColor: #691e1e;
	--SecondaryColor: #d8be6f;
	--TertiaryColor: #691e1e;
	--TxtStrongColor: #444444;
	--MaleColor: #6b9dd9;
	--FemaleColor: #d195a3;
	--FemaleColor-2: #c67c8d;
	--Rank01Color :#cc9a15;
	--Rank02Color :#093058;
	--Rank03Color :#9f713b;
}
/*===========================================
マイ収支TOP
============================================*/
#Myhorse .Main_Column {
	max-width: 820px;
	margin-bottom: 0;
}

@media only screen and (max-width: 833px){
	#MyBalanceDetail .Main_Column {
		margin-bottom: 40px;
	}
}

.RaceDayWrap_Inner {
	position:relative;
	border-bottom: 4px solid #5c1919;
	margin-bottom: 20px;
}
.Tab_RaceDaySelect {
	z-index: 1;
	padding: 0 30px;
}
.Tab_RaceDaySelect .Tab1 {
	display: flex;
	width: 90%;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.Tab_RaceDaySelect .Tab1 .Tab_Single {
	color: #691e1e;
	display: inline-block;
	font-size: 100%;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 14px;
}
.RaceDayPrev,
.RaceDayNext {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.RaceDayPrev {
	left: 10px;
}
.RaceDayNext {
	right: 10px;
}
.RaceDayPrev a,
.RaceDayPrev span,
.RaceDayNext a,
.RaceDayNext span {
	display: block;
	position: relative;
	font-size: 0;
	width: 24px;
	height: 24px;
	color: transparent;
}
.RaceDayPrev a:before,
.RaceDayPrev span:before,
.RaceDayNext a:before,
.RaceDayNext span:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(75,75,75,0.3);
	position: absolute;
	top: 0;
}
.RaceDayPrev span:before,
.RaceDayNext span:before {
	background: rgba(75,75,75,0.05);
}
.RaceDayPrev a:after,
.RaceDayPrev span:after,
.RaceDayNext a:after,
.RaceDayNext span:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 1px;
	background: none;
	position: absolute;
	top: 8px;
}
.RaceDayPrev a:after,
.RaceDayNext a:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.RaceDayPrev a:before,
.RaceDayPrev span:before {
	left: 0;
}
.RaceDayNext a:before,
.RaceDayNext span:before {
	right: 0;
}
.RaceDayPrev a:after,
.RaceDayPrev span:after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	left: 10px;
	position: absolute;
}
.RaceDayNext a:after,
.RaceDayNext span:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 9px;
	position: absolute;
}
.Search_InputWrap {
	display: flex;
	margin: 0 auto 10px;
	justify-content: center;
}
.Search_InputWrap label.Label01,
.Search_InputWrap > span{
	width: 60px;
	min-width: 60px;
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-align: left;
	padding: 0 6px 0 0;
	white-space: nowrap;
}
.Search_InputWrap > span{
	padding-left: 6px;
	width: 4em;
	min-width: auto;
}
.SortWrap .SortSelect {
	width: 200px;
}
.SortWrap .SortSelect::before {
	border-color: #888;
}
.SortWrap .SortSelect select {
	height: 34px;
	line-height: 32px;
	padding: 0 18px 0 20px;
	font-weight: bold;
}
/*
#MyBalanceTop .CheckLabelBox span.CheckboxWrap{
	margin-right: 10px;
} */
.CheckLabelBox {
	padding: 0 12px 12px;
}
.CheckLabelBox .CheckLabelWrap{
	display: flex;
	margin-right: 28px;
	align-content: center;
	flex-wrap: wrap;
}
.InvestedInputArea01 .CheckLabelWrap {
	display: flex;
	margin-right: 0;
	align-content: center;
}
.InvestedInputArea01 .CheckLabelWrap:has(input:disabled) .CheckboxInner {
	background: #eee;
	border-color: #ddd;
}
.InvestedInputArea01 .CheckLabelWrap:has(input:disabled) .CheckLabel {
	color: #ccc;
}
.CheckLabelBox span.CheckboxWrap,
.InvestedInputArea01 span.CheckboxWrap {
	width: 18px;
	height: 18px;
	min-width: auto;
}
.CheckLabelBox span.CheckboxWrap .CheckboxInner,
.InvestedInputArea01 span.CheckboxWrap .CheckboxInner {
	width: 18px;
	height: 18px;
	min-width: auto;
}
.CheckLabelBox span.CheckboxWrap .CheckboxInner::after,
.InvestedInputArea01 span.CheckboxWrap .CheckboxInner::after {
	width: 8.43px;
	height: 6.39px;
}
.CheckLabelBox .CheckLabel,
.InvestedInputArea01 .CheckLabel{
	font-size: 77.78%;
	line-height: 18px;
}

.CheckLabelWrap .CheckLabel{
	font-size: 14px;
	color: #444;
	line-height: 18px;
	margin-left: 12px;
}


/* グラフ */
.BalanceGraph {
	background: #fff;
	padding: 12px 0;
	margin-bottom: 10px;
}
.BalanceGraph .BalanceChartWrap {
	overflow-x: auto;
}
.BalanceGraph .BalanceChartWrap .BalanceChart {
	width: 450px;
}
.BalanceChart canvas {
	margin-left: -10px;
}
.canvas-legend {
	padding: 12px 0 0 ;
}
.canvas-legend ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.canvas-legend ul li + li {
	margin-left: 12px;
}
.canvas-legend ul li .Mark01{
	display: inline-block;
	width: 22px;
	height: 12px;
	background: rgba(112,177,45,1);
	vertical-align: bottom;
	margin-right: 3px;
}
.canvas-legend ul li .Mark02{
	display: inline-block;
	width: 22px;
	height: 12px;
	background: rgba(195,195,195,1);
	vertical-align: bottom;
	margin-right: 3px;
}
.canvas-legend ul li .Mark03{
	position: relative;
	display: inline-block;
	width: 22px;
	height: 12px;
	margin-right: 3px;
}
.canvas-legend ul li .Mark03::before{
	content: "";
	display: block;
	width: 22px;
	height: 2px;
	background: rgba(159,73,73,1);
	position: absolute;
	top: 7px;
	left: 0;
	
}
.canvas-legend ul li .Mark03::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid rgba(159,73,73,1);
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 6px;
}
.canvas-legend ul li .Mark03{
	position: relative;
}
.canvas-legend ul li .Txt{
	font-size: 11px;
	line-height: 12px;
}

.BalanceYearTotal {
	margin: 0 10px;
}
.BalanceYearTotal dl{
	display: flex;
}
.BalanceYearTotal dl + dl{
	border-top: 1px solid #c3c3c3;
}
.BalanceYearTotal dl:first-child{
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.BalanceYearTotal dl:last-child{
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}
.BalanceYearTotal dl dt{
	background: #e8dede;
	width: 6em;
	height: 49px;
	font-weight: bold;
	text-align: center;
	font-size: 82.23%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.BalanceYearTotal dl dd{
	background: #fff;
	font-weight: bold;
	text-align: right;
	flex: 1;
	height: 49px;
	font-size: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 10px;
}
.BalanceYearTotal dl.TotalBalance{
	border: 2px solid #691e1e;
}
.BalanceYearTotal dl.TotalBalance dt{
	background: #691e1e;
	color: #fff;
	border: 2px solid #691e1e;
}
.BalanceYearTotal dl.TotalBalance dd{
	font-size: 111.12%;
}

.BalanceHorseTotal {
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	padding-top: 9px;
	margin: 10px 10px 0;
}
.BalanceHorseTotal .HorseName{
	font-size: 105.56%;
	font-weight: bold;
	margin: 7px 10px;
}
.BalanceHorseTotal .HorseName a{
	color: #03a;
}
.BalanceHorseTotal .HorseName > img,
.MemberFeeWrap .MemberFeeTitle > img,
.BalanceInputBox01 .HorseName > img{
	width: 20px;
	margin-right: 8px;
}
.BalanceHorseTotal .BtnWrap01 {
	display: flex;
	margin: 10px;
}
.BalanceHorseTotal .BtnWrap01 .Btn01,
.BalanceHorseTotal .BtnWrap01 .Btn02 {
	background-color: rgb(240, 240, 240);
	font-size: 72.23%;
	font-weight: bold;
	line-height: 30px;
	border-radius: 6px;
	color: #444;
	cursor: pointer;
	border: 1px solid #c3c3c3;
}
.BalanceHorseTotal .BtnWrap01 .Btn01{
	flex: 1;
	margin-right: 10px;
}
.BalanceHorseTotal .BtnWrap01 .Btn02{
	width: 36%;
	min-width: 120px;
	margin-left: auto;
}
.BalanceHorseTotal .BtnWrap01 button:disabled {
	border: none;
	background: #F3F3F3;
	color: #D6D5D5;
}
.BalanceHorseTotal .Btn02.InputBtn::before{
	content: "";
	position: relative;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.002 13.175'%3E%3Cpath fill='%23888' d='M21.251 11.075a.816.816 0 0 1-.823.807H2.142a.816.816 0 0 1-.823-.807V2.942a.816.816 0 0 1 .823-.807h16.421l1.319-1.3H2.142A2.123 2.123 0 0 0 0 2.939v8.136a2.123 2.123 0 0 0 2.142 2.1h18.286a2.123 2.123 0 0 0 2.142-2.1V4.609l-1.319 1.3Z'/%3E%3Cpath fill='%23888' d='m21.195.924-5.844 5.737-.551 2.1a.219.219 0 0 0 .16.265.223.223 0 0 0 .109 0l2.144-.538L23.06 2.75 21.195.92M23.614.38a1.335 1.335 0 0 0-1.865 0L21.7.428l1.868 1.83.048-.048A1.278 1.278 0 0 0 23.64.401L23.616.38M4.662 9.277V5.401h-.013l-.76.42-.157-.51 1.02-.546h.588v4.512ZM9.534 9.277H6.787v-.426l.475-.5c.953-.977 1.48-1.6 1.48-2.278a.731.731 0 0 0-.779-.821 1.448 1.448 0 0 0-.869.353l-.21-.5A1.945 1.945 0 0 1 8.1 4.689a1.239 1.239 0 0 1 1.338 1.312 3.518 3.518 0 0 1-1.349 2.31l-.372.378v.012h1.817ZM11.88 6.843a1.136 1.136 0 0 1 .947 1.146 1.406 1.406 0 0 1-1.589 1.355 2.151 2.151 0 0 1-1.1-.282l.18-.534a1.775 1.775 0 0 0 .893.257.812.812 0 0 0 .9-.821c0-.581-.491-.851-1.025-.851h-.306v-.5h.294c.39 0 .9-.234.9-.732a.623.623 0 0 0-.708-.635 1.518 1.518 0 0 0-.8.27l-.174-.5a2.049 2.049 0 0 1 1.133-.33 1.109 1.109 0 0 1 1.26 1.086 1.127 1.127 0 0 1-.8 1.055Z'/%3E%3Cpath fill='none' d='M0 .001h24.002v13.174H0z'/%3E%3C/svg%3E");
	width: 24px;
	height: 14px;
	background-size: contain;
	top: 3px;
	left: -2px;
	margin-right: 4px;
}


.HorseBalanceWrap dl,
.BalanceWrap dl{
	display: flex;
}
.HorseBalanceWrap dl:first-child{
	display: flex;
	border-top: 1px solid #c3c3c3;
}
.HorseBalanceWrap dl dt,
.BalanceWrap dl dt{
	display: flex;
	background: #ddd;
	width: 90px;
	height: 45px;
	text-align: center;
	font-size: 77.78%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.HorseBalanceWrap dl dd,
.BalanceWrap dl dd{
	background: #fff;
	text-align: right;
	flex: 1;
	height: 45px;
	font-size: 82.23%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 10px;
}
.HorseBalanceWrap dl + dl dt{
	border-top: 1px solid #fff;
}
.HorseBalanceWrap dl + dl dd{
	border-top: 1px solid #ddd;
}
.MemberFeeWrap .BalanceWrap dl.Total dt,
.HorseBalanceWrap dl.Total dt{
	border-top: 2px solid #fff;
	font-size: 88.89%;
	font-weight: bold;
}
.MemberFeeWrap .BalanceWrap dl.Total dd,
.HorseBalanceWrap dl.Total dd{
	border-top: 2px solid #c3c3c3;
	font-size: 94.45%;
	font-weight: bold;
}
.HorseBalanceWrap dl.Total dd.Plus{
	color: #49ad4e;
}

.MemberFeeWrap {
	margin: 10px 10px 0;
}
.MemberFeeWrap .MemberFeeHead {
	display: flex;
	background: #fff;
	border-radius: 10px 10px 0 0;
	padding: 10px;
	align-items: center;
}
.MemberFeeWrap .MemberFeeTitle {
	font-size: 100%;
	font-weight: bold;
}
.MemberFeeWrap .MemberFeeTitle img {
	margin-left: 8px;
}
.MemberFeeWrap .Btn02{
	background-color: rgb(240, 240, 240);
	width: 4em;
	font-size: 72.23%;
	font-weight: bold;
	border: none;
	line-height: 30px;
	border-radius: 6px;
	cursor: pointer;
	margin-left: auto;
	color: #444;
}
.MemberFeeWrap .BalanceWrap {
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	border-top: 1px solid #c3c3c3;
}
.MemberFeeWrap .BalanceWrap dd {
	font-size: 94.45%;
	font-weight: bold;
}
/*-- 収支データなし --*/
.NoBalanceDataInfoTxt {
	font-size: 88.89%;
	font-weight: bold;
	margin: 16px 10px 38px;
}

@media only screen and (min-width: 834px){
	.MyBalance .Contents {
		max-width: 820px;
		margin: 20px auto 40px;
	}
	.MyBalance .Tab02 {
		max-width: 800px;
		margin: auto;
	}
	.BalanceGraph {
		padding: 20px 0;
		border-radius: 10px;
	}
	.BalanceGraph .BalanceChartWrap .BalanceChart {
		width: 600px;
		margin: auto;
	}

	.BalanceHorseTotal .BtnWrap01 .Btn01:hover,
	.BalanceHorseTotal .BtnWrap01 .Btn02:hover,
	.MemberFeeWrap .Btn02:hover{
		background: #f3f3f3;
	}
	.NoBalanceDataInfoTxt {
		text-align: center;
	}
}
@media only screen and (min-width: 1200px){

}

/*===========================================
マイ収支入力
============================================*/
.MyBalanceInputArea01 {

}
.BalanceInputBox01 {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin: 0 10px 20px;
}
.BalanceInputBox01 .HorseNameWrap {
	border-bottom: 1px dashed #c3c3c3;
	padding: 0 10px 18px;
}
.BalanceInputBox01 .HorseName{
	font-size: 105.56%;
	font-weight: bold;
}
.HorseName {

}
.BalanceInputTxt01 {
	font-size: 66.67%;
	margin-top: 4px;
	line-height: 1.3;
}
.BalanceInputBox01 .EditBtnWrap {
	display: flex;
}
.BalanceInputBox01 .EditBtnWrap > .Btn01,
.BalanceInputBox01 .EditBtnWrap > .Btn02{
	flex: 1;
	margin: 20px 5px;
}
.BalanceInputBox01 .Btn01 {
	display: block;
	font-size: 83.34%;
	font-weight: bold;
	padding: 13px 10px;
	text-align: center;
	color: #444;
	border: 1px solid #BFBFBF;
	border-radius: 22px;
	margin: 20px 10px;
}
.BalanceInputTxt02 {
	font-size: 77.78%;
	line-height: 1.5;
	margin: 20px 10px 0;
}
.MyBalanceInputArea01 .Link01{
	font-size: 77.78%;
	margin: 0 0 20px;
	text-align: center;
}
.MyBalanceInputArea01 .Link01 a{
	color: #03a;
}
@media only screen and (min-width: 834px){
	.BalanceInputBox01 .Btn01:hover {
		background: #f3f3f3;
		text-decoration: none;
	}
}

/*---------------------------------
評価モーダル .ModalPopup01
---------------------------------*/
/*
.ModalPopupInner01 .AplHeader_Wrap{
	width: 100%;
	height:44px;
	position: fixed;
	top: 0;
	z-index: 1;
}
.ModalPopupInner01 .AplHeader{
	height: 44px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #d3d7d9;
}
.AplHeader .Close_Link {
	display: block;
	height: 44px;
}
.AplHeader .Close_Link .Icon_Close{
	display: inline-block;
	width: 44px;
	height: 44px;
}
.AplHeader .Close_Link .Icon_Close:before,
.AplHeader .Close_Link .Icon_Close:after {
	width: 20px;
	top: 21px;
	left: 11px;
}
.InvestedInputModal {
	background-color: #fff;
	width: 100%;
	max-width: 480px;
	border-radius: 0px;
	padding-bottom: 40px;
	position: fixed;
	top: 200%;
	left: 50%;
	margin: 0;
	z-index: 7500;
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.InvestedInputModal.OpenDraw {
	top: 0%;
	bottom: 0;
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}
.InvestedInputModal .ModalPopupInner01 {
	margin-top: 44px;
}
.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;
}
.InvestedInputModal .Title_Sec {
	margin: 21px 10px;
}
@media only screen and (min-width: 834px){
	.InvestedInputModal {
		border-radius: 20px;
		height: calc(100% - 140px);
		padding-bottom: 20px;
	}
	.InvestedInputModal.OpenDraw {
		top: 50%;
		bottom: auto;
		-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
		padding-bottom: 44px;
		border-radius: 20px;
	}
	.AplHeader .Close_Link .Icon_Close:before,
	.AplHeader .Close_Link .Icon_Close:after {
		height: 2px;
		left: 15px;
	}
}
*/
.InvestedInputModal .Title_Sec,
.BalanceInputModal02 .Title_Sec{
	margin: 25px 20px 20px;
}
.TargetHorseBox01 {
	background: #f3f3f3;
	border-radius: 6px;
	margin: 20px;
	padding: 16px;
}
.TargetHorseBox01 .HorseName {
	font-size: 105.56%;
	font-weight: bold;
	margin-bottom: 8px;
}
.TargetHorseBox01 .ClubTxt01 {
	font-size: 66.67%;
	font-weight: bold;
}
.TargetHorseBox01 .ClubTxt01 > img{
	width: 20px;
	margin-right: 8px;
	vertical-align: top;
	margin-top: -1px;
}

.InvestedInputArea01 {
	margin-bottom: 28px;
}
.InvestedInputArea02 {
	margin-bottom: 20px;
}
.SelectMenu01 {
	position: relative;
	overflow: hidden;
}
.SelectMenu01::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 1px;
	background: none;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(135deg) translateY(-50%);
	transform: rotate(135deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 14px;
	margin-top: -8px;
}
.SelectMenu01 select {
	width: 100%;
	height: 32px;
	padding: 0 18px 0 11px;
	color: #444;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 2;
	background: #fff;
	border-radius: 16px;
	border: 1px solid #BFBFBF;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.SelectMenuWrap01 input.Txt_Form {
	width: 170px;
	text-align: right;
}
.InvestedInputArea01 .SelectMenuWrap01,
.InvestedInputArea02 .SelectMenuWrap01 {
	display: flex;
	align-items: center;
	margin: 0 20px;
}
.InvestedInputArea02 .SelectMenuWrap01 {
	justify-content: center;
}
.InvestedInputArea01 .SelectLabel01,
.InvestedInputArea02 .SelectLabel01 {
	font-size: 83.34%;
	font-weight: bold;
	min-width: 6.8em;
}
.InvestedInputArea02 .SelectLabel01 {
	min-width: 4.8em;
}
.InvestedInputArea01 > .SelectLabel01,
.InvestedInputArea02 > .SelectLabel01 {
	display: block;
	margin: 0 20px 16px;
}
.SelectMenuWrap01 .SelectMenu01.Year{
	width: 5em;
	overflow: visible;
}
.SelectMenuWrap01 .SelectMenu01.Month{
	width: 4em;
	margin-left: 20px;
	overflow: visible;
}
.SelectMenuWrap01 span.Txt{
	display: inline-block;
	font-size: 82.23%;
	font-weight: bold;
	margin-left: 6px;
}
.InvestedInputModal .Link01{
	font-size: 77.78%;
	margin: 0 0 20px;
	text-align: center;
}
.InvestedInputModal .Link01 a{
	color: #03a;
}
.InvestedInputModal .CommonBtn01,
.InvestedInputModal .CommonBtn02,
.BalanceInputModal .CommonBtn01,
.BalanceInputModal02 .CommonBtn01 {
	padding: 10px 34px;
}

/* 収支表 */
.BalanceTableArea01 .NkOwnersTable01 thead th {
	vertical-align: bottom;
}
.BalanceTableArea01 .NkOwnersTable01 .HeadLabelCell{
	padding: 2px;
	height: 20px;
}
.BalanceTableArea01 .NkOwnersTable01 thead .Btn01 {
	display: block;
	background: #f3f3f3;
	border-radius: 6px;
	border: 1px solid #c3c3c3;
	padding: 4px 8px;
	color: #444;
	margin: -4px -2px;
}
.BalanceTableArea01 .NkOwnersTable01 .Btn01 .Sub {
	display: block;
	font-size: 83.34%;
	font-weight: normal;
	margin-top: 2px;
}
.BalanceTableArea01 .NkOwnersTable01 tbody .Btn01,
.NkOwnersTable01.MemberFeeTable tbody .Btn01 {
	display: block;
	background: #f3f3f3;
	border-radius: 6px;
	border: 1px solid #c3c3c3;
	padding: 7px 8px;
}

.MyBalanceModalIframe {
	
}


.BalanceInputModal .BalanceInputDate{
	position: relative;
	margin: 25px 20px 30px;
}
.BalanceInputModal .BalanceInputDate h2{
	color: var(--TxtStrongColor);
	font-size: 18px;
	font-weight: bold;
	line-height: 1.37;
	text-align: center;
}
@media only screen and (min-width: 834px){
	.BalanceTableArea01 .SlideArea {
		padding: 0 0 0 10px;
	}
	.BalanceTableArea01 .NkOwnersTable01 .Btn01:hover {
		background: #fff;
		text-decoration: none;
	}
}

.MembershipFee {

}
.BalanceInputBox01 .ClubNameWrap {
	border-bottom: 1px dashed #c3c3c3;
	padding: 0 10px 16px;
	display: flex;
	align-items: center;
}
.ClubNameWrap {
	
}
.BalanceInputBox01 .ClubName {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3;
}
.BalanceInputBox01 .ClubNameWrap > img{
	width: 52px;
	margin-right: 8px;
	vertical-align: middle;
}
.MemberFeeTotal {
	display: flex;
	padding: 20px 10px 0;
}
.MemberFeeTotal dt{
	margin-right: auto;
	font-size: 83.34%;
	font-weight: bold;
}
.MemberFeeTotal dd{
	font-size: 111.12%;
	font-weight: bold;
}


.NkOwnersTable01.MemberFeeTable {
	width: 100%;
	margin-bottom: 40px;
}
.NkOwnersTable01.MemberFeeTable thead th.Head{
	width: 40%;
}
.NkOwnersTable01.MemberFeeTable thead .Btn01 {
	display: block;
	background: #f3f3f3;
	border-radius: 6px;
	border: 1px solid #c3c3c3;
	padding: 8px 8px;
	color: #444;
	margin: -4px -2px;
}

.FeeInputInfoTxt {
	padding: 14px 0 10px;
	text-align: center;
	font-size: 83.34%;
	line-height: 1.3;
}
/* 会費固定モーダル */
.BalanceInputModal02 {
	
}
.BalanceInputModal02 p.Txt01 {
	font-size: 77.78%;
	text-align: center;
	margin-bottom: 28px;
}
.BalanceInputModal02 .InvestedInputArea01 .SelectMenuWrap01,
.BalanceInputModal02 .InvestedInputArea02 .SelectMenuWrap01 {
	justify-content: center;
}
.BalanceInputModal02 .InvestedInputArea01 .SelectLabel01,
.BalanceInputModal02 .InvestedInputArea02 .SelectLabel01 {
	min-width: auto;
	margin-right: 10px;
}
.BalanceInputModal02 .CheckLabelBox .CheckLabelWrap {
	justify-content: center;
}


/*---------------------------------
賞金シミュレーション .PrizeSimulation
---------------------------------*/
.PrizeSimulationArea01 {
	margin-bottom: 40px;
}
.Balance_Prize {
	padding-top: 16px;
}
.Balance_Prize_Detail {
	border: 1px solid #c3c3c3;
	border-radius: 8px;
	overflow: hidden;
}
.Balance_Prize_Detail + .Balance_Prize_Detail{
	margin-top: 10px;
}
.Balance_Prize_DetailBtn dl{
	display: flex;
	width: 100%;
}
.Balance_Prize_DetailBtn dl dt{
	width: 26%;
	font-size: 77.78%;
	font-weight: bold;
	text-align: center;
	background: #f3f3f3;
	line-height: 45px;
}
.Balance_Prize_DetailBtn dl dd{
	position: relative;
	width: 74%;
	text-align: right;
	font-size: 94.45%;
	font-weight: bold;
	line-height: 45px;
	padding-right: 32px;
	cursor: pointer;
}
.Balance_Prize_DetailBtn dl dd::after {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
	border-radius: 1px;
	background: none;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	transform: rotate(45deg) translateY(-50%);
}
.Balance_Prize_DetailBtn dl dd.Open::after {
	right: 8px;
	margin-top: -6px;
	transform: rotate(-135deg) translateY(-50%);
}

.PrizeSimulationArea01 .InputBtnWrap01 {
	margin: 0 10px;
}
.PrizeSimulationArea01 .InputBtnWrap01 li{
/*	width: calc((100% - 10px) /2 ); */
}
.PrizeSimulationArea01 .InputBtnWrap01 li + li{
	margin-left: 10px;
}
.PrizeSimulationArea01 .InputBtnWrap01 .CommonBtn01 button {
	width: 100%;
	max-width: 200px;
}
.PrizeSimulationArea01 .InputBtnWrap01 .CommonBtn01 {
	padding: 0;
}
.ResultsClearBtn {
	margin: 20px 10px;
}

.ResultsClearBtn .ClearBtn{
	display:block;
	width: 100%;
	height: 30px;
	padding: 6px;
	color: var(--PrimaryColor);
	font-size: 0.875rem;
	font-weight: 700;
	background-color: transparent;
	border: 1px solid var(--PrimaryColor);
	border-radius: 15px;
	text-align: center;
	cursor: pointer;
}

.Balance_Prize_Detail_Table table{
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	table-layout: fixed;
}
.Balance_Prize_Detail_Table table thead th{
	background: #888;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	border: 1px solid #ddd;
	vertical-align: middle;
	line-height: 16px;
	height: 25px;
	text-align: center;
}
.Balance_Prize_Detail_Table table thead th small{
	font-size: 10px;
}
.Balance_Prize_Detail_Table table tbody th{
	background: #F3F3F3;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	border: 1px solid #ddd;
	line-height: 15px;
}
.Balance_Prize_Detail_Table table tbody .Total th{
	font-weight: bold;
}
.Balance_Prize_Detail_Table table tbody td{
	background: #fff;
	font-size: 13px;
	font-weight: bold;
	color: #444;
	border: 1px solid #ddd;
	vertical-align: middle;
	line-height: 16px;
	height: 34px;
	text-align: right;
	padding: 0 10px;
}
.Balance_Prize_Detail_Table table tr th:first-child {
	width: 28%;
	text-align: center;
}
/* 有料案内 */
.Balance_Prize_Detail_Table .DummyNumImg01 .PremiumInfo_Inner01 {
	position: absolute;
	top: 0px;
	left: -30px;
	z-index: 1;
	min-width: 200px;
	padding: 14px 10px 8px;
	font-size: 0.97rem;
}
.Balance_Prize_Detail_Table .Premium_Regist_Btn {
	padding: 8px 10px;
	color: #fff;
}

/* シミュレーションレース */
.PrizeSimuRaceList01 {
	margin: 0 10px;
}
.PrizeSimuRaceList01 > li {
	position: relative;
	display: block;
	background: #fff;
	border: 1px solid #c3c3c3;
	border-radius: 8px;
	padding: 10px 14px;
}
.PrizeSimuRaceList01 > li.TargetRace {
	background: #f2e4e4;
}
.PrizeSimuRaceList01 > li + li {
	margin-top: 10px;
}
.PrizeSimuRaceList01 > li .DeleteBtn{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 23px;
	height: 23px;
	overflow: hidden;
	border-radius: 50%;
	background: #c3c3c3;
	color: transparent;
	cursor: pointer;
}
.PrizeSimuRaceList01 > li .DeleteBtn::before,
.PrizeSimuRaceList01 > li .DeleteBtn::after {
	content: '';
	height: 2px;
	width: 11px;
	display: block;
	background: #fff;
	position: absolute;
	border-radius: 1px;
	top: 11px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.PrizeSimuRaceList01 > li .DeleteBtn::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.PrizeSimuRaceList01 .RaceAbout {
	position: relative;
}
.PrizeSimuRaceList01 .RaceData {
	font-size: 66.67%;
	line-height: 1.3;
}
.PrizeSimuRaceList01 .RaceData .Sat,
.RaceSettingList > li .RaceData .Sat{
	color: #3251bc;
}
.PrizeSimuRaceList01 .RaceData .Sun,
.RaceSettingList > li .RaceData .Sun{
	color: #c53131;
}
.PrizeSimuRaceList01 .RaceData .Turf,
.RaceSettingList > li .RaceData .Turf{
	color: #58af4a;
}
.PrizeSimuRaceList01 .RaceData .Dirt,
.RaceSettingList > li .RaceData .Dirt{
	color: #874c11;
}
.PrizeSimuRaceList01 .RaceName {
	font-weight: bold;
	font-size: 83.34%;
	margin-top: 2px;
	line-height: 1.3;
}
.PrizeSimuRaceList01 .Num {
	font-size: 72.23%;
	margin-top: 4px;
	line-height: 1.4156;
	width: 46px;
	background: #f3f3f3;
	text-align: center;
	border: 1px solid #c3c3c3;
}
.PrizeSimuRaceList01 .PrizeBtnTxt {
	position: absolute;
	font-size: 61.12%;
	color: #03a;
	right: 4px;
	bottom: -8px;
}
.PrizeSimuRaceList01 .PrizeBtnTxt a{
	position: relative;
	display: block;
	color: #03a;
	padding: 9px 20px;
}
.PrizeSimuRaceList01 .PrizeBtnTxt a::after{
	content: '';
	width: 8px;
	height: 8px;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
	border-radius: 1px;
	background: none;
	position: absolute;
	top: 50%;
	right: 2px;
	margin-top: -3px;
	transform: rotate(45deg) translateY(-50%);
}
.PrizeSimuRaceList01 .PrizeBtnTxt.Open a::after {
	right: -4px;
	margin-top: -5px;
	transform: rotate(-135deg) translateY(-50%);
}

.PrizeSimuRaceList01 .Balance_Prize_Detail_Table {
	padding-top: 12px;
}
.RaceNumInputWrap {
	display: flex;
	margin-top: 10px;
}
.RaceNumInputWrap .SelectMenu01 {
	width: 200px;
}
.RaceNumInputWrap .CommonBtn01{
	width: 120px;
	padding: 0 0 0 10px;
}
.RaceNumInputWrap .CommonBtn01 button {
	padding: 6px 15px 5px;
	height: 32px;
}



@media only screen and (min-width: 460px){
	.PrizeSimulationArea01 .InputBtnWrap01 .CommonBtn01 button {
		width: 200px;
	}
	.ResultsClearBtn {
		max-width: 410px;
		margin: 0 auto 20px;
	}
}
@media only screen and (min-width: 834px){
	.PrizeSimulationArea01 .InputBtnWrap01 li {
		width: auto;
	}
	.PrizeSimulationArea01 .InputBtnWrap01 .CommonBtn01 button {
		width: 200px;
	}
}
/* 予定レース追加モーダル */
.AddRaceInputModal {
	
}
.ModalPopupInner01 .AplHeader_Wrap{
	width: 100%;
	height:44px;
	position: fixed;
	top: 0;
	z-index: 1;
}
.ModalPopupInner01 .AplHeader{
	height: 44px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #d3d7d9;
}
.AplHeader .Close_Link {
	display: block;
	height: 44px;
}
.AplHeader .Close_Link .Icon_Close{
	display: flex;
	width: 44px;
	height: 44px;
}
.AplHeader .Close_Link .Icon_Close:before,
.AplHeader .Close_Link .Icon_Close:after {
	width: 20px;
	top: 21px;
	left: 11px;
}
.AddRaceInputModal {
	background-color: #fff;
	width: 100%;
	max-width: 480px;
	padding-bottom: 40px;
	position: fixed;
	top: 200%;
	left: 50%;
	margin: 0;
	z-index: 7500;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.AddRaceInputModal.OpenDraw {
	top: 0%;
	bottom: 0;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}
.AddRaceInputModal .ModalPopupInner01 {
	margin-top: 44px;
}
.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;
}
.AddRaceInputModal .Title_Sec {
	margin: 21px 10px;
}
.ModalSimulateAdd .AddRaceInputModal,
.ModalSimulateAdd {
	background: transparent !important;
}
.CommonBtn01 button:disabled{
	text-decoration: none;
    background-color: #874B4B;
}

.ModalSimulateAdd .Common_Pager .Page_Active div{
	background: #666;
    border-radius: 50%;
    color: #fff;
}
.ModalSimulateAdd .AddRaceInputModal  .WebModalHead {
	background: #fff;
}

.AddRaceInputModal .Title_Sec h2{
	font-size: 22px;
}
.AddRaceInputModal .ModalPopupInner01 {
	position: relative;
	overflow: auto;
	width: 100%;
	height: 100%;
	margin-top: 44px;
	background: #fff;
	padding-bottom: 20px;
}

.RaceSettingBox {
	background: #F3F3F3;
	border-radius: 8px;
	margin: 0 10px 20px;
	padding: 20px 0 0;
}
.RaceSettingBox .InvestedInputArea01{
	margin-bottom: 0;
}
.RaceSettingBox .InvestedInputArea01 .SelectMenuWrap01{
	margin-bottom: 20px;
}
.RaceSettingBox .InvestedInputArea01 .SelectLabel01 {
	width: 5.8em;
}
.RaceSettingBox .SelectMenu01 {
	flex: 1;
}
.RaceSettingBox .SelectMenu01 select{
	height: 38px;
	border-radius: 19px;
}
.RaceSettingBox .InvestedInputArea01 .SelectMenuWrap02 {
	display: flex;
	align-items: flex-start;
	margin: 28px 6px 0 20px;
}
.RaceSettingBox .RaceClassList {
	display: flex;
	flex-wrap: wrap;
}
.RaceSettingBox .RaceClassList > li{
	width: 50%;
	margin-bottom: 24px;
}
.RaceSettingBox .InvestedInputArea01 span.CheckboxWrap {
/*	margin-right: 10px; */
}
.RaceSettingListArea {
	margin: 0 10px;
	margin-bottom: 10px;
}
.RaceSettingListArea > h3{
	margin: 21px 10px;
	font-size: 15px;
	font-weight: bold;
}
.RaceSettingList > li {
	position: relative;
	display: block;
	background: #fff;
	border: 1px solid #c3c3c3;
	border-radius: 8px;
	overflow: hidden;
}
.RaceSettingList > li + li{
	margin-top: 10px;
}
.RaceSettingList > li > .RaceAbout{
	display: block;
	border: none;
	width: 100%;
	text-align: left;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN", "Noto Sans JP", "Helvetica Neue", "Meiryo", "メイリオ", arial, sans-serif;
	color: #444;
	cursor: pointer;
}
.RaceSettingList > li .RaceData{
	background: #f3f3f3;
	font-size: 66.67%;
	line-height: 1.5;
	padding: 5px 14px;
	overflow: hidden;
}
.RaceSettingList > li .RaceName{
	font-size: 88.89%;
	font-weight: bold;
	line-height: 1.3;
	margin: 10px 14px 0;
}
.RaceSettingList > li .PrizeData {
	display: flex;
	align-items: center;
	margin: 2px 14px 0;
	padding-bottom: 10px
}
.RaceSettingList > li .PrizeData .Txt01{
	font-size: 82.23%;
	margin-right: 10px;
}
.RaceSettingList > li .PrizeData .Num {
	font-size: 72.23%;
	margin-top: 4px;
	line-height: 1.4156;
	width: 46px;
	background: #f3f3f3;
	text-align: center;
	border: 1px solid #c3c3c3;
	margin-right: 10px;
}
.RaceSettingList > li .PrizeData .Txt02{
	font-size: 82.23%;
	font-weight: bold;
}

@media only screen and (min-width: 834px){
	.AddRaceInputModal {
		border-radius: 20px;
		height: calc(100% - 140px);
		padding-bottom: 20px;
	}
	.AddRaceInputModal.OpenDraw {
		top: 50%;
		bottom: auto;
		-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
		padding-bottom: 44px;
		border-radius: 20px;
	}
	
	.AplHeader .Close_Link .Icon_Close:before,
	.AplHeader .Close_Link .Icon_Close:after {
		height: 2px;
		left: 15px;
	}
}
/* 反映モーダル */
.RaceReflectModal .Title_Sec{
	margin: 25px 20px 20px;
}
.RaceReflectModal .RaceReflectTxt01{
	font-size: 82.23%;
	line-height: 1.75;
	margin: 10px 34px;
}
.RaceReflectModal .CommonBtn01,
.RaceReflectModal .CommonBtn02 {
	padding: 10px 34px;
}
.RaceReflectModal .RaceReflectTxt02{
	font-size: 77.78%;
	line-height: 1.5;
	margin: 10px 34px;
}

.ModalValidationChaku .CommonBtn02 button {
	color: #fff;
	background-color: var(--PrimaryColor);
}
.ModalPopup01.ModalInputDelete p:first-child{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	padding: 40px 0 20px;
}

#MyBalance.BalanceYearSec > div.BalanceHorseTotal:nth-child(n+13), 
#MyBalance.BalanceYearSec > div.MemberFeeWrap:nth-child(n+13),
#MyBalance.BalanceTotalSec > div.BalanceHorseTotal:nth-child(n+12), 
#MyBalance.BalanceTotalSec > div.MemberFeeWrap:nth-child(n+12){
	display: none;
}
#MyBalance.BalanceYearSec.showAll > div:nth-child(n+13),
#MyBalance.BalanceTotalSec.showAll > div:nth-child(n+12){
	display: block;
}
.LinkBtn_ShowMore a .Icon_More01 svg {
	transform: rotate(90deg);
}
.LinkBtn_ShowMore.rotate_90 a .Icon_More01 svg {
	transform: rotate(-90deg);
}
.Error_Message_Ownrate,
.Error_Message_Investment{
	font-size: 71.78%;
	margin: 10px 0 20px;
	text-align: center;
	color: red;
}

