@charset "utf-8";
/*==============================================
netkeiba Raceページ追加03
==============================================*/
/*-- レースメニュー サブ仮 190814 --*/
.RaceSubNavi01 {
	position: relative;
	overflow-x: auto;
}
.RaceSubNavi01 ul {
	display: -webkit-box;
	display: flex;
	padding: 10px 10px 5px;
	position: relative;
	z-index: 20;
	align-items: center;
}
.RaceSubNavi01 li {
	padding-right: 9px;
}

.RaceSubNavi01 li a {
	color: #666;
	font-size: 72.3%;
	display: inline-block;
	line-height: 2;
	border-radius: 1em;
	padding: 0 12px;
	white-space: nowrap;
	min-width: 64px;
	text-align: center;
	background: #f3f3f3;
}

/*======================================
共通
======================================*/
.Race_Infomation_Box {
	margin: 13px 10px 16px;
	padding: 15px 18px;
	color: #888;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.6;
	background-color: #f3f3f3;
	border-radius: 7px;
}
/* 選択式UI */
.RaceInfo_Select_Menu {
	margin: 7px 7px 7px 10px;
}
.RaceInfo_Select_Menu li {
	float: left;
	display: table;
	height: 46px;
	padding: 0 3px 3px 0;
}
.RaceInfo_Select_Menu .Col3 li {
	width: 33.3%;
	width: calc(100% / 3);
}
.RaceInfo_Select_Menu .Col4 li {
	width: 25%;
	width: calc(100% / 4);
}
.RaceInfo_Select_Menu .Col5 li {
	width: 20%;
	width: calc(100% / 5);
}
.RaceInfo_Select_Menu .Col6 li {
	width: 16.6%;
	width: calc(100% / 6);
}
.RaceInfo_Select_Menu li a,
.RaceInfo_Select_Menu li div {
	display: table-cell;
	width: 100%;
	height: 100%;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	border-radius: 4px;
	word-break: break-all;
}
.RaceInfo_Select_Menu li a,
.RaceInfo_Select_Menu li .Tab_Normal {
	color: #797e8c;
	border: 1px solid #e7e7e7;
	cursor: pointer;
}
.RaceInfo_Select_Menu li .Active,
.RaceInfo_Select_Menu li .SelectNow,
.RaceInfo_Select_Menu li .Tab_Active {
	color: #fff;
	background-color: #3251bc;
	background-image: url(../../img/race/menu_selected.png?20180727);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px 35px;
	border: 1px solid #3251bc;
}
@media only screen and (min-width:768px){
	.RaceInfo_Select_Menu li a:hover,
	.RaceInfo_Select_Menu li .Tab_Normal:hover {
		background: #f9f9f9;
	}
}
/* 枠付きリスト */
.List_Btn_Box {
	margin: 0 10px;
}
.List_Btn_Box li {
	margin-bottom: 5px;
	border: 1px solid #dadada;
	border-radius: 4px;
}
.List_Btn_Box a {
	display: block;
}
.List_Btn_Box dl {
	padding: 8px;
}
.List_Btn_Box dt {
	margin-bottom: 6px;
	color: #444;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}
.List_Btn_Box dd {
	color: #3251bc;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2;
}
.Out_Jockey .List_Btn_Box dd.Sub_Txt {
	color: #444;
}
/*======================================
開催一覧
======================================*/
.Race_Calendar_Select_Box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	margin: 23px 10px;
}
.Select_Box {
	width: 150px;
	-ms-flex-preferred-size: 150px;
			flex-basis: 150px;
}
.Select_Box.Year_Select {
	width: 110px;
	-ms-flex-preferred-size: 110px;
			flex-basis: 110px;
	margin-right: 10px;
}
.Select_Box.Month_Select {
	width: 90px;
	-ms-flex-preferred-size: 90px;
			flex-basis: 90px;
	margin-right: 10px;
}
.Select_Btn {
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	text-align: right;
}
.Select_Box select {
	-webkit-appearance: none;
	width: 100%;
	height: 37px;
	padding: 10px 15px 9px;
	color: #666;
	font-size: 1rem;
	background-color: #fff;
	background-image: url(../../img/race03/arrow_select.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
}
.Select_Btn .Submit_Btn {
	width: 80px;
	height: 35px;
	padding: 11px 10px;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 700;
	background-color: #3251bc;
	border: 0;
	border-radius: 4px;
}
.Race_Calendar_List {
	margin: 20px 8px;
}
.Calendar_DayList {
	margin-bottom: 4px;
}
.ThisWeek_RaceList {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.ThisWeek_Day {
	display: table-cell;
	width: 88px;
	vertical-align: top;
	background-image: url(../../img/race03/thisweek_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 87px auto;
}
.ThisWeek_Day p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 72px;
	height: 44px;
	color: #666;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5;
}
.ThisWeek_Day span {
	font-size: 0.6875rem;
	font-weight: 400;
}
.ThisWeek_Day .Day_holi {
	color: #888;
}
.ThisWeek_Day .Day_Sat {
	color: #888;
}
.ThisWeek_Btn {
	display: table-cell;
	width: 100%;
}
.ThisWeek_Btn .Btn_3col li {
	float: left;
	width: 33.333%;
	width: calc(100% / 3);
	padding-left: 4px;
}
.ThisWeek_Btn .Btn_3col li:nth-child(n+4) {
	margin-top: 4px;
}
.ThisWeek_Btn .Btn_3col li a,
.ThisWeek_Btn .Btn_3col li .No_Link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 46px;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
}
.ThisWeek_Btn .Btn_3col li .No_Link {
	background-color: #dedede;
}
.ThisWeek_Btn .JyoName {
	color: #666;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.4;
}
.ThisWeek_Btn .Top_RaceName {
	color: #888;
	font-size: 0.625rem;
	line-height: 1.4;
}

@media only screen and (min-width:768px){
	.ThisWeek_Btn li a:hover {
		background: #f9f9f9;
		text-decoration: none;
	}
	.ThisWeek_Btn li a:hover p.JyoName{
		color: #c53131;
		text-decoration: underline;
	}
}
/*======================================
重賞日程
======================================*/
.Title_Third {
	margin: 20px 10px 10px;
}
.Title_Third h3 {
	color: #666;
	font-size: 1rem;
	line-height: 1.3;
}
.Table_Container,
.Table_Container02 {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.Race_Schedule_Table {
	border-collapse: collapse;
}
.Race_Schedule_Table th,
.Race_Schedule_Table td {
	color: #666;
	white-space: nowrap;
	border: 1px solid #cacaca;
}
.Race_Schedule_Table thead th {
	padding: 12px 14px;
	font-size: 0.75rem;
	font-weight: 700;
	text-align: center;
	background-color: #f3f3f3;
}
.Race_Schedule_Table tbody td {
	padding: 12px 8px;
 	font-size: 0.9375rem;
	text-align: center;
}
.Race_Schedule_Table tbody td.Race_Name {
	font-weight: 700;
	text-align: left;
}
.Race_Schedule_Table tbody td span.Icon_GradeType {
	font-weight: 700;
	font-size: 73.4%;
	margin: -3px -2px -2px;
	vertical-align: middle;
}

.Race_Schedule_Table tbody td span.Sun,
.Race_Schedule_Table tbody td span.Sat,
.Race_Schedule_Table tbody td span.Mon,
.Race_Schedule_Table tbody td span.Fri{
	font-weight: bold;
}

/*======================================
WIN5
======================================*/
.WIN5_AllResult {
	margin: 13px 10px 35px;
}
.Race_Win5_Table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.Race_Win5_Table tr {
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}
.Race_Win5_Table tr.Header {
	border-bottom: 0;
}
.Race_Win5_Table tr.CarryOver {
	border-top: 0;
}
.Race_Win5_Table th,
.Race_Win5_Table td {
	color: #666;
	font-size: 0.75rem;
	font-weight: 700;
	white-space: nowrap;
}
.Race_Win5_Table th {
	padding: 6px 14px;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	background-color: #f3f3f3;
}
.Race_Win5_Table td {
	width: 100%;
	padding: 12px 10px;
	line-height: 1.2;
	text-align: right;
	vertical-align: middle;
}
.Race_Win5_Table .numeral {
	margin-right: 1px;
	font-size: 0.9375rem;
}
.Win5_UmabanWrap {
	margin-bottom: 4px;
}
.Win5_UmabanWrap .w5 {
	position: relative;
	display: inline-block;
	width: 25px;
	padding: 6px 0 5px;
	text-align: center;
	border-radius: 2px;
}
.Win5_UmabanWrap li + li {
	margin-left: 15px;
}
.Win5_UmabanWrap li + li::before {
	content: "";
	position: absolute;
	top: 7px;
	left: -16px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
[class*="WakuBan"] { color: #fff; }
.WakuBan1 { background-color: #fff; border: 1px solid #666; color: #444; }
.WakuBan2 { background-color: #444; border: 1px solid #444; }
.WakuBan3 { background-color: #dc3c3c; border: 1px solid #dc3c3c; }
.WakuBan4 { background-color: #2c53a9; border: 1px solid #2c53a9; }
.WakuBan5 { background-color: #e4ca3b; border: 1px solid #e4ca3b; }
.WakuBan6 { background-color: #58af4a; border: 1px solid #58af4a; }
.WakuBan7 { background-color: #de8a26; border: 1px solid #de8a26; }
.WakuBan8 { background-color: #dc6179; border: 1px solid #dc6179; }
.Win5_NinkiWrap li {
	display: inline-block;
}
.Win5_NinkiWrap li + li {
	margin-left: 15px;
}
.Maru {
	display: inline-block;
	width: 25px;
	height: 18px;
	background-image: url("../../img/icon/icon_tendency_ninki.png");
	background-repeat: no-repeat;
	background-size: 50px 400px;
}
.Maru_1 { background-position: 0 0; }
.Maru_2 { background-position: 0 -40px; }
.Maru_3 { background-position: 0 -80px; }
.Maru_4 { background-position: 0 -120px; }
.Maru_5 { background-position: 0 -160px; }
.Maru_6 { background-position: 0 -200px; }
.Maru_7 { background-position: 0 -240px; }
.Maru_8 { background-position: 0 -280px; }
.Maru_9 { background-position: 0 -320px; }
.Maru_10 { background-position: 0 -360px; }
.Maru_11 { background-position: -25px -20px; }
.Maru_12 { background-position: -25px -60px; }
.Maru_13 { background-position: -25px -100px; }
.Maru_14 { background-position: -25px -140px; }
.Maru_15 { background-position: -25px -180px; }
.Maru_16 { background-position: -25px -220px; }
.Maru_17 { background-position: -25px -260px; }
.Maru_18 { background-position: -25px -300px; }
.Maru_19 { background-position: -25px -340px; }
.Maru_20 { background-position: -25px -380px; }
.Win5_LinkBtn {
	margin: 0 10px 35px;
}
.Win5_LinkBtn ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.Win5_LinkBtn .Col2 li {
	float: none;
	-ms-flex-preferred-size: 49%;
			flex-basis: 49%;
	-ms-flex-preferred-size: calc((100% - 5px) / 2);
			flex-basis: calc((100% - 5px) / 2);
}
.Win5_LinkBtn .Col2 li:nth-child(2) {
	margin-left: 5px;
}
.Win5_LinkBtn li a {
	display: block;
	padding: 7px 0;
	text-align: center;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
}
.Win5ShimekiriTimeText {
	display: block;
	color: #666;
	font-size: 0.75rem;
	line-height: 1.2;
}
#Win5_Race {
	/*margin-bottom: 30px;*/
}
#Win5_Race .RaceList_Main_Box .RaceList_Item02 dl .Race_Data > span {
	display: inline-block;
	margin: 0 5px 0 0;
}
#Win5_Race .RaceList_Main_Box .RaceList_Item02 dl .Race_Data > span:empty {
	margin: 0;
}
[class*="Win5RaceTrack_"] {
	margin: 0;
}
.Win5RaceTrack_1 {
	color: #58af4a;
}
.Win5RaceTrack_2 {
	color: #874c11;
}
.Notice_Txt.Win5 {
	margin: 13px 10px 30px;
	font-size: 0.9375rem;
	line-height: 1.6;
}

/*-- �����������������顦��������--*/
#Win5_Race .Icon_Grade,
.Win5_PaybackBox .Icon_Grade{
	display: inline-block;
	color: #fff;
	font-size: 56%;
	line-height: 1.6;
	text-align: center;
	background: #bababa;
	min-width: 32px;
	width: auto;
	margin-top: 4px;
	margin-left: 7px;
	border-radius: 1em;
	padding: 1px .7em 0;
	vertical-align: top;
	white-space: nowrap;
}
.Win5_PaybackBox .Icon_Grade {
	margin: 0;
	font-weight: bold;
}
#Win5_Race .Icon_GradePos01,
.Win5_PaybackBox .Icon_GradePos01 {
	position: relative;
	top: 0px;
	left: 1px;
}
#Win5_Race .Icon_G1,#Win5_Race .Icon_JG1,.Win5_PaybackBox .Icon_G1,.Win5_PaybackBox .Icon_JG1 { background: #0033aa; }
#Win5_Race .Icon_G2,#Win5_Race .Icon_JG2,.Win5_PaybackBox .Icon_G2,.Win5_PaybackBox .Icon_JG2 { background: #c53131; }
#Win5_Race .Icon_G3,#Win5_Race .Icon_JG3,.Win5_PaybackBox .Icon_G3,.Win5_PaybackBox .Icon_JG3 { background: #58af4a; }
#Win5_Race .Icon_G,.Win5_PaybackBox .Icon_G { background: #de8a26; }


#Win5_Race .Icon_G1:after,
.Win5_PaybackBox .Icon_G1:after{
	display: inline;
	content: 'G\2160';
}
#Win5_Race .Icon_G2:after,
.Win5_PaybackBox .Icon_G2:after{
	display: inline;
	content: 'G\2161';
}
#Win5_Race .Icon_G3:after,
.Win5_PaybackBox .Icon_G3:after{
	display: inline;
	content: 'G\2162';
}
#Win5_Race .Icon_G:after,
.Win5_PaybackBox .Icon_G:after{
	display: inline;
	content: 'G;
}
#Win5_Race .Icon_L:after,
.Win5_PaybackBox .Icon_L:after{
	display: inline;
	content: 'L';
}
#Win5_Race .Icon_Open:after,
.Win5_PaybackBox .Icon_Open:after{
	display: inline;
	content: 'OP';
}
#Win5_Race .Icon_Un1600:after,
.Win5_PaybackBox .Icon_Un1600:after{
	display: inline;
	content: '1600under;
}
#Win5_Race .Icon_Un1000:after,
.Win5_PaybackBox .Icon_Un1000:after{
	display: inline;
	content: '1000under;
}
#Win5_Race .Icon_Un900:afte,
.Win5_PaybackBox .Icon_Un900:after{
	display: inline;
	content: '900under;
}
#Win5_Race .Icon_Un500:after,
.Win5_PaybackBox .Icon_Un500:after{
	display: inline;
	content: '500under;
}
#Win5_Race .Icon_JG1:after,
.Win5_PaybackBox .Icon_JG1:after{
	display: inline;
	content: 'JG\2160';
}
#Win5_Race .Icon_JG2:after,
.Win5_PaybackBox .Icon_JG2:after{
	display: inline;
	content: 'JG\2161';
}
#Win5_Race .Icon_JG3:after,
.Win5_PaybackBox .Icon_JG3:after{
	display: inline;
	content: 'JG\2162';
}

#Win5_Race .Icon_Win1:after,
.Win5_PaybackBox .Icon_Win1:after {
	content: '1win;
	display: inline;
}
#Win5_Race .Icon_Win2:after,
.Win5_PaybackBox .Icon_Win2:after {
	content: '2win;
	display: inline;
}
#Win5_Race .Icon_Win3:after,
.Win5_PaybackBox .Icon_Win3:after {
	content: '3win;
	display: inline;
}

/*======================================
過去のWIN5
======================================*/
.Win5_PaybackBox {
	margin-bottom: 20px;
	border-top: 1px solid #cacaca;
}
.WIN5_RaceListItem {
	border-bottom: 1px solid #cacaca;
}
.WIN5_RaceListBox {
	display: table;
	width: 100%;
	table-layout: fixed;
	background-color: #fff;
}
.WIN5_RaceDataLeftBox {
	display: table-cell;
	width: 4em;
	padding: 8px 4px;
	color: #666;
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	background-color: #f3f3f3;
}
.WIN5_RaceDataLeftBox [class*="Win5Date"] {
	line-height: 1.2;
}
.WIN5_RaceDataLeftBox .Win5DateWeek_sat {
	color: #3251bc;
}
.WIN5_RaceDataLeftBox .Win5DateWeek_sun {
	color: #c53131;
}
.WIN5_RaceListBox a {
	display: table-cell;
	padding: 10px 8px;
	vertical-align: middle;
	border-left: 1px solid #cacaca;
}
.WIN5_MainRaceName {
	margin-bottom: 8px;
	color: #444;
}
.WIN5_MainRaceName .Win5RaceName {
	font-size: 1.0625rem;
	font-weight: 700;
}
.WIN5_MainRaceName .Win5GradeName {
	display: inline-block;
}
.WIN5_MainRaceName .Win5RaceHoka {
	font-size: 0.875rem;
}
.WIN5_RaceListBox .Win5_UmabanWrap,
.WIN5_RaceListBox .Win5_NinkiWrap {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
}
.Win5_PaybackWrap + .Win5_UmabanWrap {
	margin-top: 12px;
}
.Win5_PaybackWrap {
	margin-top: 8px;
}
.Win5_PaybackWrap .Win5PaybackText {
	position: relative;
	top: -2px;
	display: inline-block;
	margin-right: 6px;
	padding: 3px 8px;
	color: #fff;
	font-size: 0.8125rem;
	line-height: 1;
	background-color: #999;
	border-radius: 2px;
}
.Win5_PaybackWrap .Win5PlaybackMoney {
	color: #666;
	font-size: 1.0625rem;
	font-weight: 700;
}
.Win5_CarryOverWrap {
	padding: 3px 8px;
	color: #fff;
	font-weight: 700;
	background-color: #c53131;
	border-radius: 2px;
	margin-top: 8px;
}
.Win5_CarryOverWrap .Win5CarryOverText {
	margin-right: 5px;
	font-size: 0.75rem;
	line-height: 1;
	vertical-align: middle;
}
.Win5_CarryOverWrap .Win5CarryOverMoney {
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
}

/*======================================
My収支
======================================*/
.RaceInfo_Local_Menu {
	margin: 23px 10px 20px;
}
.Current_Total {
	position: relative;
	margin: 40px 10px 20px;
	padding-bottom: 25px;
}
.Current_Total::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border: 0 solid transparent;
	border-width: 12px 27px 0;
	border-top-color: #e7e7e7;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}
.Current_Total .Total01 {
	color: #666;
	font-weight: 700;
	text-align: center;
}
.Current_Total .Total01 dt {
	display: inline-block;
	font-size: 0.875rem;
	vertical-align: middle;
}
.Current_Total .Total01 dd {
	display: inline-block;
	margin-left: 12px;
	color: #666;
}
.Current_Total .Total01 dd span {
	font-size: 0.9375rem;
	vertical-align: middle;
}
.Current_Total .Total01 dd [class*="Numeral_"] {
	margin-right: 4px;
	font-size: 1.5rem;
}
.Current_Total .Numeral_Minus {
	color: #444;
}
.Current_Total .Numeral_Plus {
	color: #4caf50;
}
.Current_Total .Total02 {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
}
.Current_Total .Total02 th,
.Current_Total .Total02 td {
	width: 50%;
	padding: 12px 10px;
	color: #666;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}
.Current_Total .Total02 th:nth-child(n+2),
.Current_Total .Total02 td:nth-child(n+2) {
	border-left: 1px solid #cacaca;
}
.Current_Total .Total02 th {
	background-color: #f3f3f3;
}
.Current_Total .Total02 .Numeral {
	margin-right: 1px;
	font-size: 0.9375rem;
}

/* my収支 - sort */
.ipat_history_list .Sort_Btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 10px 16px;
}
.ipat_history_list .Sort_Btn > div:nth-child(n+2) {
	margin-left: 8px;
}
.ipat_history_list .Sort_Btn > div:last-child {
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	text-align: right;
}
.ipat_history_list .sort {
	position: relative;
	display: inline-block;
	color: #666;
	padding: 10px 36px 9px 14px;
	font-size: 0.8125rem;
	border: 1px solid #e0e0e0;
	border-radius: 7px;
	cursor: pointer;
}
.ipat_history_list .sort::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	display: inline-block;
	width: 12px;
	height: 17px;
	background-image: url(../../img/race03/icon_sprite_sort.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -24px 0;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.ipat_history_list .sort.desc::after {
	background-position: -12px 0;
}
.ipat_history_list .sort.asc::after {
	background-position: 0 0;
}

.ipat_history_list .list:not(:empty) {
	margin-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
}
.ipat_history_list .Balance_List {
	border-top: 1px solid #d1d1d1;
}
.ipat_history_list .Race_Name {
	position: relative;
	display: table;
	width: 100%;
	padding: 10px 8px 6px;
	border-bottom: 1px solid #eee;
}
.ipat_history_list .Race_Name li {
	display: table-cell;
	font-weight: 700;
	vertical-align: middle;
}
.ipat_history_list .Race_Name .Time {
	padding-right: 6px;
	color: #999;
	font-size: 0.875rem;
	text-align: center;
	white-space: nowrap;
}
.ipat_history_list .Race_Name .Jyo {
	width: 100%;
	padding-right: 46px;
	color: #555;
	font-size: 1rem;
	line-height: 1.2;
}
.ipat_history_list .Race_Name .Kakutei,
.ipat_history_list .Race_Name .miKakutei {
	position: relative;
	top: -1px;
	padding: 1px 4px;
	color: #fff;
	font-size: 0.875rem;
	border-radius: 2px;
}
.ipat_history_list .Race_Name .Kakutei {
	background-color: #ef5350;
}
.ipat_history_list .Race_Name .miKakutei {
	background-color: #84adff;
}
.ipat_history_list .Race_Name .Delete_Btn {
	-webkit-appearance: none;
	float: right;
	position: absolute;
	top: 6px;
	right: 6px;
	display: none;
	padding: 4px 8px;
	color: #fff;
	font-size: 83%;
	font-weight: 700;
	background-color: #ef5350;
	border: 1px solid #fff;
	border-radius: 3px;
}
.Balance_List_Table {
	width: 100%;
	border-collapse: collapse;
}
.Balance_List_Table th,
.Balance_List_Table td {
	padding: 6px 3px;
	vertical-align: middle;
}
.Balance_List_Table .History {
	border-bottom: 1px solid #eee;
}
.Balance_List_Table .History th {
	width: 45px;
	color: #888;
	font-size: 0.875rem;
	white-space: nowrap;
	background-color: #eee;
}
.Balance_List_Table .History td {
	color: #777;
	font-size: 0.9375rem;
	font-weight: 700;
}
.Balance_List_Table .History td.Money {
	width: 28%;
}
.Balance_List_Table .History td > .Txt {
	font-size: 0.75rem;
}
.Balance_List_Table .List th.Baken_Type {
	width: 45px;
	color: #fff;
	font-size: 0.875rem;
	white-space: nowrap;
}
.Balance_List_Table .List td.Kaime {
	padding: 0;
}
.Balance_List_Table .List td.Kaime > .Housiki {
	position: relative;
	top: 2px;
	padding-left: 4px;
	font-size: 0.875rem;
	font-weight: 700;
}
.Balance_List_Table .List td.Kaime > .Btn {
	float: right;
	position: relative;
	width: 30px;
	height: 26px;
	background-color: #e7e7e7;
	outline: none;
}
.Balance_List_Table .List td.Kaime > .Btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border: 0 solid transparent;
	border-width: 7px 5px 0;
	border-top-color: #666;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}
.Balance_List_Table .List td.Kaime > .Btn.Close_Btn {
	background-color: #666;
}
.Balance_List_Table .List td.Kaime > .Btn.Close_Btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 2px;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
					transform: translate(-50%, -50%) rotate(45deg);
}
.Balance_List_Table .List td.Kaime > .Btn.Close_Btn::after {
	width: 15px;
	height: 2px;
	background-color: #fff;
	border-width: 0;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
					transform: translate(-50%, -50%) rotate(-45deg);
}
/* my������- ����#�������- ���6��#�����㡦*/
.Balance_Detail_Table_wrapper {
	border: 2px solid #666;
}
.Balance_Detail_Table {
	width: 100%;
	border-collapse: collapse;
}
.Balance_Detail_Table th,
.Balance_Detail_Table td {
	color: #666;
	border: 1px solid #cacaca;
}
.Balance_Detail_Table th {
	padding: 4px;
	font-size: 0.8125rem;
	font-weight: 700;
	text-align: center;
	background-color: #f3f3f3;
}
.Balance_Detail_Table td {
	padding: 6px 4px;
	font-size: 0.9375rem;
	font-weight: 700;
}
.Balance_Detail_Table td > .Txt {
	font-size: 0.75rem;
}
.Balance_Detail_Table .Kaime {
	width: 104px;
	white-space: nowrap;
}
.Balance_Detail_Table .Money {
	width: 28%;
}
.Balance_Detail_Table .Kaime li {
	display: inline-block;
}
.Balance_Detail_Table .Kaime li > span {
	position: relative;
	display: inline-block;
	width: 22px;
	padding: 4px 0;
	color: #666;
	font-size: 0.75rem;
	font-weight: 700;
	text-align: center;
	border: 1px solid #666;
	border-radius: 2px;
}
.Balance_Detail_Table .Kaime li + li {
	margin-left: 10px;
}
.Balance_Detail_Table .Kaime li + li span::before {
	content: "";
	position: absolute;
	display: inline-block;
}
.Balance_Detail_Table .Kaime .Arrow01 li + li span::before {
	top: 7px;
	left: -12px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}
.Balance_Detail_Table .Kaime .Hyphen01 li + li span::before {
	top: 9px;
	left: -11px;
	width: 7px;
	height: 2px;
	background-color: #666;
}
.Balance_List_Table .Payout01 {
	color: #4caf50;
}
.Balance_List_Table [class*="Payout"] [class*="Result"] {
	position: relative;
	top: -1px;
	color: #fff;
	font-size: 0.75rem;
	padding: 1px 3px;
	border-radius: 2px;
}
.Balance_List_Table [class*="Payout"] .Result01 {
	background-color: #ef5350;
}
.Balance_List_Table [class*="Payout"] .Result02 {
	background-color: #3b79f5;
}
.Balance_List_Table [class*="Payout"] .Result03 {
	background-color: #888;
}
/* 券種背景色 */
.Type_BgColor01,
.Shutuba_Type_Bar_Tansho {
	background-color: #565eb0;
}
.Type_BgColor02,
.Shutuba_Type_Bar_Fukusho {
	background-color: #cb5353;
}
.Type_BgColor03,
.Shutuba_Type_Bar_Wakuren {
	background-color: #52a455;
}
.Type_BgColor04,
.Shutuba_Type_Bar_Umaren {
	background-color: #87599a;
}
.Type_BgColor05,
.Shutuba_Type_Bar_Wide {
	background-color: #529fa8;
}
.Type_BgColor06,
.Shutuba_Type_Bar_Umatan {
	background-color: #e5a339;
}
.Type_BgColor07,
.Shutuba_Type_Bar_Renpuku3 {
	background-color: #4a94bc;
}
.Type_BgColor08,
.Shutuba_Type_Bar_Rentan3 {
	background-color: #e18131;
}

/* my収支 - 削除ボタン */
.Switch_Delete_Btn {
	margin: 10px 10px 20px;
}
.Switch_Delete_Btn a {
	display: block;
	padding: 14px 0 12px;
	color: #3251bc;
	font-size: 0.9375rem;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
	border: 1px solid #3251bc;
	border-radius: 4px;
}

/* my収支 - 月別 */
.History_Result {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.History_Result th,
.History_Result td {
	color: #666;
	vertical-align: middle;
	border: 1px solid #cacaca;
}
.History_Result .Date {
	padding: 8px 4px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	background-color: #f3f3f3;
	border-left: 0;
}
.History_Result .Date > span {
	display: block;
}
.History_Result .Result {
	padding: 0;
	line-height: 1.4;
	font-weight: 700;
	border-right: 0;
}
.History_Result .Result a {
	position: relative;
	display: block;
	padding: 8px 24px 8px 14px;
}
.History_Result .Result a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #cacaca;
	border-right: 2px solid #cacaca;
	-webkit-transform: translateY(-50%) rotate(45deg);
					transform: translateY(-50%) rotate(45deg);
}
.History_Result .Result [class*="Total"] {
	font-size: 1rem;
	line-height: 1.5;
}
.History_Result .Result .Total01 {
	color: #666;
}
.History_Result .Result .Total02 {
	color: #4caf50;
}
.History_Result .Result .Buy,
.History_Result .Result .Payout {
	color: #3251bc;
	font-size: 0.8125rem;
	line-height: 1.3;
}
.History_Result .Result .Buy > span,
.History_Result .Result .Payout > span {
	font-size: 0.625rem;
}

/*======================================
レース傾向
======================================*/
#Netkeiba_Race_Tendency .Main_Column {
	overflow: visible;
}
#Netkeiba_Race_Tendency .Main_Column .Title_Sec {
	padding-top: 21px;
	margin: 0 10px 21px;
}
/* navigation */
.Race_Tendency_Jyo {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.Race_Tendency_Jyo::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border: 0 solid transparent;
	border-width: 12px 27px 0;
	border-top-color: #e7e7e7;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}
#Netkeiba_Race_Tendency .Tab_RaceDaySelect {
	padding: 0 30px;
}

/* table */
.Container_Tendency {
	position: relative;
	margin-bottom: 30px;
}
.Container_Tendency .Inner_Txt01 {
	margin: 10px;
	color: #444;
	font-size: 0.875rem;
	line-height: 1.5;
}
.Table_Container_Tendency {
}
.Race_Tendency_Table {
	border-collapse: collapse;
	background: #fff;
}
.Race_Tendency_Table th,
.Race_Tendency_Table td {
	padding: 10px 8px;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid #dadada;
}
.Race_Tendency_Table thead th {
	color: #888;
	font-size: 0.75rem;
	font-weight: 700;
	text-align: center;
	background-color: #eaeaea;
}
.Race_Tendency_Table tbody th {
	color: #666;
	font-size: 0.875rem;
	text-align: center;
	vertical-align: middle;
	background-color: #f3f3f3;
}
.Race_Tendency_Table td {
	color: #666;
	font-size: 0.875rem;
	font-weight: 700;
}
.Race_Tendency_Table td.Baba {
	text-align: center;
}
.Race_Tendency_Table .Tendency_Waku {
	background-color: #fff;
}
.Race_Tendency_Table [class*="WakuBan"] {
	display: inline-block;
	width: 25px;
	padding: 6px 0 5px;
	font-size: 0.75rem;
	text-align: center;
	border-radius: 2px;
}
.Race_Tendency_Table [class*="WakuBan"] + [class*="WakuBan"] {
	margin-left: 2px;
}
.Race_Tendency_Table .Tendency_Waku a {
	display: block;
}
.Race_Tendency_Table .Tendency_Waku a > span {
	position: relative;
	top: 1px;
	font-size: 0.9375rem;
}
.Race_Tendency_Table .Tendency_Waku a > div {
	display: inline-block;
	width: 25px;
	margin-right: 6px;
	padding: 6px 0 5px;
	color: #fff;
	font-size: 0.75rem;
	text-align: center;
	border-radius: 2px;
}
.Race_Tendency_Table .Waku1 div:not([class]) {
	color: #444;
	background-color: #fff;
	border: 1px solid #666;
}
.Race_Tendency_Table .Waku2 div:not([class]) {
	background-color: #444;
	border: 1px solid #444;
}
.Race_Tendency_Table .Waku3 div:not([class]) {
	background-color: #dc3c3c;
	border: 1px solid #dc3c3c;
}
.Race_Tendency_Table .Waku4 div:not([class]) {
	background-color: #2c53a9;
	border: 1px solid #2c53a9;
}
.Race_Tendency_Table .Waku5 div:not([class]) {
	background-color: #e4ca3b;
	border: 1px solid #e4ca3b;
}
.Race_Tendency_Table .Waku6 div:not([class]) {
	background-color: #58af4a;
	border: 1px solid #58af4a;
}
.Race_Tendency_Table .Waku7 div:not([class]) {
	background-color: #de8a26;
	border: 1px solid #fff;
}
.Race_Tendency_Table .Waku8 div:not([class]) {
	background-color: #dc6179;
	border: 1px solid #dc6179;
}
.Race_Tendency_Table .Icon_Ninki .Inner {
	position: relative;
	padding-right: 25px;
}
.Race_Tendency_Table .Icon_Ninki .Maru {
	position: absolute;
	top: 50%;
	right: -5px;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.Race_Tendency_Table .Blood_Cell {
	-webkit-box-shadow: 2px 2px 0 0 #fff inset, -2px -2px 0 0 #fff inset;
	box-shadow: 2px 2px 0 0 #fff inset, -2px -2px 0 0 #fff inset;
}

/* 20200713 ���掱��*/
.Race_Tendency_Table .RacePace {
	text-align: center;
}
.Race_Tendency_Table .RacePace span.Pace_S {
	color: #3251bc;
}
.Race_Tendency_Table .RacePace span.Pace_M {
	color: #167c07;
}
.Race_Tendency_Table .RacePace span.Pace_H {
	color: #c53131;
}
.Race_Tendency_Table span.Kyaku {
	display: inline-block;
	min-width: 1em;
}
.Race_Tendency_Table span.LastTime {
	display: inline-block;
	margin: -3px 6px;
	padding: 3px;
}
.Race_Tendency_Table span.LastTime.RankData_1 {
	background: #ffef84;
}
.Race_Tendency_Table span.LastTime.RankData_2 {
	background: #d8f6ff;
}
.Race_Tendency_Table span.LastTime.RankData_3 {
	background: #ffd4d4;
}
/* 泡���*/
.Race_Tendency_Table td.HighLight {
	background: #ffe0e0;
}
/* 調��� */
.Race_Tendency_Table span.TraningStrong {
	display: inline-block;
	/* width: 2.1em; */
}
.Race_Tendency_Table span.TraningCourse {
	display: inline-block;
	margin: -3px 6px -3px 0;
	padding: 3px;
}
.Race_Tendency_Table span.TraningCourse.TraningColor01 { /* 坂路 */
	background: #c4f2f9;
}
.Race_Tendency_Table span.TraningCourse.TraningColor02 { /* ウッド */
	background: #ffef84;
}
.Race_Tendency_Table span.TraningCourse.TraningColor03 { /* ポリ */
	background: #f9d5ed;
}
.Race_Tendency_Table span.TraningCourse.TraningColor04 { /* 芝 */
	background: #c6ffaa;
}
.Race_Tendency_Table span.TraningCourse.TraningColor05 { /* ダート */
	background: #ffe8c4;
}
.Race_Tendency_Table span.TraningCourse.TraningColor06 { /* その他 */
	background: #eaeaea;
}
/* 配当 */
.Race_Tendency_Table td.PayResultCell {
	text-align: center;
}
.Race_Tendency_Table td.PayResultCell.Pay01 { /* 順当 */
	background: #d8f6ff;
}
.Race_Tendency_Table td.PayResultCell.Pay02 { /* 波乱 */
	background: #ffef84;
}
.Race_Tendency_Table td.PayResultCell.Pay03 { //* 大波乱 */
	background: #ff9494;
}
.Race_Tendency_Table td.PayBackCell {
	text-align: right;
	padding-left: 18px;
}
/* まとめ */
.PickupHorseArea.PickupTendency {
	position: relative;
}
.Container_Tendency {
	position: relative;
	margin-bottom: 30px;
	min-height: 200px;
}
.PickupTendency table.PickupHorseTable01 td a{
	position: relative;
	display: block;
	color: #666;
	padding: 10px 0 10px 8px;
	text-align: left;
	width: 100%;
}
.PickupTendency table.PickupHorseTable01 td a::after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 1px;
	background: none;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right: 13px;
	top: 50%;
}
.PickupTendency table.PickupHorseTable01 td a > [class*="WakuBan"] {
	display: inline-block;
	width: 25px;
	padding: 6px 0 5px;
	font-size: 0.75rem;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	margin-right: 6px;
}
.PickupTendency table.PickupHorseTable01 td a > .WakuBan1,
.PickupTendency table.PickupHorseTable01 td a > .WakuBan5 {
	color: #666;
}
.PickupTendency table.PickupHorseTable01 td a > .Blood_Wrap {
	display: block;
	padding: 8px;
	margin: 0 30px 0 0;
	font-size: 100%;
}
.PickupTendency table.PickupHorseTable01 td a > .Blood_Wrap + .Blood_Wrap{
/*	margin-top: 6px; */
}
/* 有料導線/ボカシ */

.PickupTendency .PickupCell01.premium_dummy a::before {
	content:"";
	display: inline-block;
	background: url(../../img/race/trend_dummy01.jpg) 0 2px no-repeat;
	background-size: auto 100%;
	width: 100px;
	height: 35px;
	margin: -6px 0px;
}
.PickupTendency .PickupCell02.premium_dummy a::before {
	content:"";
	display: inline-block;
	background: url(../../img/race/trend_dummy09.jpg) -3px 1px no-repeat;
	background-size: 100% 100%;
	width: 78px;
	height: 32px;
	margin: -10px -2px;
}
.PickupTendency .PickupCell02.premium_dummy .Blood_Wrap {
	display: none !important;
}
.Tendency_Waku.Pickup.premium_dummy::before {
	content:"";
	display: inline-block;
	background: url(../../img/race/trend_dummy03.jpg) -3px 2px no-repeat;
	background-size: auto 100%;
	width: 85px;
	height: 35px;
	margin: -8px -3px;
}
.Tendency_Waku.Icon_Ninki.premium_dummy .Inner::before {
	content:"";
	display: inline-block;
	background: url(../../img/race/trend_dummy04.jpg) 0px 2px no-repeat;
	background-size: auto 30px;
	width: 146px;
	height: 32px;
	margin: -6px -2px;
}
.KyakuCell.premium_dummy .Inner::before {
	content:"";
	display: inline-block;
	background: url(../../img/race/trend_dummy06.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	width: 65px;
	height: 25px;
	margin: -6px -2px;
}
[class*="jockey_"].premium_dummy .Inner::before,
[class*="trainer_"].premium_dummy .Inner::before {
	content:"";
	display: inline-block;
	background: url(../../img/race/trend_dummy07.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	width: 100px;
	height: 25px;
	margin: -6px -2px;
}
.Blood_Cell.premium_dummy .Inner::before {
	content:"";
	display: inline-block;
	background: url(../../img/race/trend_dummy08.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	width: 100px;
	height: 25px;
	margin: -6px -2px;
}
.TraningCell.premium_dummy .Inner::before {
	content:"";
	display: inline-block;
	background: url(../../img/race/trend_dummy09.jpg) -3px 0 no-repeat;
	background-size: 100% 100%;
	width: 78px;
	height: 32px;
	margin: -6px -2px;
}
.PayResultCell.premium_dummy .Inner::before {
	content:"";
	display: inline-block;
	background: url(../../img/race/trend_dummy10.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	width: 50px;
	height: 30px;
	margin: -6px -2px;
}
.PayBackCell.premium_dummy .Inner::before {
	content:"";
	display: inline-block;
	background: url(../../img/race/trend_dummy11.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	width: 73px;
	height: 32px;
	margin: -7px -2px;
}
.Tendency_Waku.Icon_Ninki.premium_dummy .Inner::after,
.KyakuCell.premium_dummy .Inner::after,
[class*="jockey_"].premium_dummy .Inner::after,
[class*="trainer_"].premium_dummy .Inner::after,
.Blood_Cell.premium_dummy .Inner::after,
.TraningCell.premium_dummy .Inner::after {
	content:"";
	display: inline-block;
	background: url(../../img/race/trend_dummy05.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 50%;
	right: -5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*プレミアムボタン02*/
.BtnPremiumRegist02 {
	position: absolute;
	top: 86px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: inline-block;
	z-index: 60;
	box-shadow: none;
}
.BtnPremiumRegist02.table_base{
	top:auto;
	bottom:-4px;
	z-index: 60;
}
.BtnPremiumRegist02.static{
	position: static;
	transform: none;
	margin: auto;
	width: 255px;
	display: block;
}
.BtnPremiumRegist02 a{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	color: #675500;
	position: relative;
	white-space: nowrap;
	background: #fff;
	border:2px solid rgb(189, 171, 120);
	border-radius: 4px;
	box-shadow: 0 0 14px 6px rgba(255,255,255,.004);
}
.BtnPremiumRegist01 a:before {
	display: none;
}
.BtnPremiumRegist02.size_m a{
	padding:9px 10px 6px;
}
.BtnPremiumRegist02.size_s a{
	height: 27px;
	line-height: 27px;
	padding: 0;
}
.BtnPremiumRegist02 a .premium_btn{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	height: 42px;
	min-width:230px;
	line-height: 42px;
	font-weight: bold;
	background-color: rgb(189, 171, 120);
	border-radius: 4px;
}
.BtnPremiumRegist02 a .btn_comment{
	display:inline-block;
	height: 23px;
	width: 184px;
	max-width: auto;
}
.BtnPremiumRegist02 a .icon_touch{
	display: inline-block;
	height: 30px;
	width: 22px;
	margin-right: 8px;
}
.BtnPremiumRegist02 a .icon_touch_min{
	display: inline-block;
	height: 18px;
	width: 13px;
	margin-right: 5px;
}


/*======================================
結果・払戻
======================================*/
/* navigation */
.Race_Payback_jyo {
	margin-top: 20px;
}

.Payback_Race_Info_Box {
	margin-top: 15px;
	margin-bottom: 30px;
}
.Payback_Race_Info_Box .Race_Name {
	padding: 0 3px;
}

/*======================================
今週の騎乗馬／出走馬
======================================*/
/* navigation */
.Race_Thisweek_mode {
	margin-top: 15px;
	margin-bottom: 40px;
}
.Race_Thisweek_jyo {
	margin-top: 20px;
	margin-bottom: 17px;
}

table.ThisWeek_List_Table {
	border-collapse: collapse;
	width: 100%;
	background: #fff;
	border-right: 1px solid #dadada;
}
table.ThisWeek_List_Table tbody tr {
	border-bottom: 1px solid #e3e5eb;
}
table.ThisWeek_List_Table .Header th,
table.ThisWeek_List_Table tbody td {
	border-right: 1px solid #dadada;
}
table.ThisWeek_List_Table .Header th {
	background: #eaeaea;
	font-size: 72.3%;
	font-weight: normal;
	color: #777;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 5px 1px 1px;
	vertical-align: middle;
	text-align: center;
}
table.ThisWeek_List_Table .Header th.Active {
	color: #444;
}
table.ThisWeek_List_Table .Header th.TypeCount,
table.ThisWeek_List_Table .Header th.TypeChakuCount {
	width: 68px;
}
table.ThisWeek_List_Table tbody td.DetailNameCell,
table.ThisWeek_List_Table tbody td.DetailNameCell a {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}
table.ThisWeek_List_Table tbody td.DetailCell {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	padding: 8px;
	vertical-align: middle;
	width: 72px;
}
table.ThisWeek_List_Table tbody td.DetailNameCell a {
	display: block;
	text-align: left;
	padding: 8px;
}
table.ThisWeek_List_Table .Header th span.sort_icon {
	position: relative;
	display: block;
	opacity: 0;
	height: 10px;
}
table.ThisWeek_List_Table .Header th span.sort_icon:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
}

table.ThisWeek_List_Table .Header th span.sort_icon.asc:after {
	border-width: 6px 3.5px 0 3.5px;
	border-color: #444 transparent transparent transparent;
}
table.ThisWeek_List_Table .Header th span.sort_icon.desc:after {
	border-width: 0 3.5px 7px 3.5px;
	border-color: transparent transparent #444 transparent;
}
table.ThisWeek_List_Table .Header th.Active span.sort_icon {
	opacity: 1;
}
.ThisWeek_List_Table [class*="belong_color_"] {
	position: relative;
	top: -1px;
	margin-right: 6px;
	padding: 2px 4px;
	color: #fff;
	font-size: 0.75rem;
	border-radius: 3px;
}
.ThisWeek_List_Table .belong_color_1 { background-color: #c14; }
.ThisWeek_List_Table .belong_color_2 { background-color: #155cc1; }
.ThisWeek_List_Table .belong_color_3 { background-color: #009000; }
.ThisWeek_List_Table .belong_color_4 { background-color: #666; }

.RaceList_Main_Box.ThisWeek_RaceBox {
	margin: 0 0 10px 0;
	border: 1px solid #e0e0e0;
}
.RaceList_Main_Box.ThisWeek_RaceBox a {
	position: relative;
	padding-right: 26px;
}
.RaceList_Main_Box.ThisWeek_RaceBox a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	background: none;
	border-top: 2px solid #929292;
	border-right: 2px solid #929292;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -7px;
}
.RaceList_Main_Box.ThisWeek_RaceBox .RaceList_Item01 .Race_Num {
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.RaceList_Main_Box.ThisWeek_RaceBox .RaceList_Item01 .Race_Num > span {
	line-height: 1.3;
}
.RaceList_Main_Box.ThisWeek_RaceBox .RaceList_Item01 .Race_Num span.Jyo {
	display: block;
	/* font-size: 81.13%; */
	font-size: 68.67%;
	font-weight: normal;
	text-align: center;
	line-height: 1.3;
}
.RaceList_Main_Box.ThisWeek_RaceBox .RaceList_Item02 dl .Race_Data > .Turf,
.RaceList_Main_Box.ThisWeek_RaceBox .RaceList_Item02 dl .Race_Data > .Dirt {
	margin: 0 5px 0 0;
}

.ThisWeek_HorseBox {
	margin: 10px 10px 36px;
}
.ThisWeek_HorseBox .Stable_Comment,
.ThisWeek_HorseBox .Stable_Time {
	width: 100%;
}
.ThisWeek_HorseBox .Stable_Comment [class*="Waku"],
.ThisWeek_HorseBox .Stable_Time [class*="Waku"] {
	width: 30px;
}
.ThisWeek_HorseBox .Stable_Time td.Training_Place {
	width: 130px;
	padding: 6px;
	white-space: nowrap;
	text-align: center;
}
.ThisWeek_HorseBox .Stable_Time .Training_Place .Training_Critic {
	font-size: 72.23%;
	display: inline-block;
	width: 5.3em;
}
.ThisWeek_HorseBox .Stable_Time .Training_Place .TrainingRank {
	font-size: 83.4%;
	padding: 10px 4px;
}
.ThisWeek_HorseBox .Stable_Time td.Training_Place .Btn_TrainingMv {
	display: inline-block;
	font-weight: bold;
	color: #666;
	background: #fff;
	padding: 5px 8px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-left: 6px;
	vertical-align: middle;
}
.ThisWeek_HorseBox .Stable_Time td.Training_Place .Btn_TrainingMv img {
	width: 32px;
	height: auto;
	vertical-align: top;
}
/* �����㡦��*/
table.ThisWeek_List_Table.ThisWeek_OddsTable {

}
table.ThisWeek_List_Table.ThisWeek_OddsTable .Header th {
	padding: 5px 1px;
}
table.ThisWeek_List_Table.ThisWeek_OddsTable td.DetailRaceNameCell {
	vertical-align: middle;
}
table.ThisWeek_List_Table.ThisWeek_OddsTable .Order {
	display: block;
	width: 40px;
	margin: 3px auto 0;
	padding: 3px 0 2px;
	color: #444;
	font-size: 77.78%;
	font-weight: 700;
	text-align: center;
	background-color: #e3ebf0;
	border: 1px solid #b2b2b2;
}
table.ThisWeek_List_Table.ThisWeek_OddsTable .Order.Order_1 {
	background-color: #ffef84;
	border: 1px solid #ccb834;
}
table.ThisWeek_List_Table.ThisWeek_OddsTable .Order.Order_2 {
	background-color: #d8f6ff;
	border: 1px solid #6aacce;
}
table.ThisWeek_List_Table.ThisWeek_OddsTable .Order.Order_3 {
	background-color: #ffd4d4;
	border: 1px solid #ff9494;
}

table.ThisWeek_List_Table.ThisWeek_OddsTable .DetailRaceNameCell a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 50px;
/*	border: 1px solid #e7e7e7;
	border-radius: 4px; */
}
table.ThisWeek_List_Table.ThisWeek_OddsTable .DetailRaceNameCell .JyoName {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
}
table.ThisWeek_List_Table.ThisWeek_OddsTable .DetailRaceNameCell .RaceName {
	color: #888;
	font-size: 0.625rem;
	line-height: 1.4;
}

/* ���������:/����"�����*/
.ThisWeek_List_TableWrap {
	position: relative;
}
table.ThisWeek_List_Table tbody td.DetailCell.premium_dummy {
	text-align: center;
}
table.ThisWeek_List_Table tbody td.DetailCell.premium_dummy::before {
	content:"";
	display: inline-block;
	background: url(../../img/race/search_dummy02.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	width: 55px;
	height: 50px;
	margin: 0 -3px;
}
.ThisWeek_List_TableWrap .BtnPremiumRegist02 {
	top: 120px;
}



/*======================================
夲����㡦@��/ ���7���厫����
======================================*/
.Race_Information,
.Out_Jockey {
	margin-bottom: 40px;
}
.List_Btn_Box.Infomation,
.List_Btn_Box.OutJockey {
	margin-top: 20px;
	margin-bottom: 10px;
}
.List_Btn_Box.Infomation .type {
	position: relative;
	top: -1px;
	margin-right: 6px;
	padding: 2px 4px;
	color: #fff;
	font-size: 0.75rem;
	background-color: #c53131;
	border-radius: 3px;
}
.List_Btn_Box.Infomation dd {
	color: #444;
	font-weight: 400;
}
.List_Btn_Box.Infomation .No_Info,
.List_Btn_Box.OutJockey .No_Info {
	padding: 8px;
	color: #666;
	font-size: 0.9375rem;
	line-height: 1.2;
	border: 0;
}

/* ����#�������*/
.Common_Pager {
	margin: 0 10px;
}
.Common_Pager ul {
	display: table;
	margin: 0 auto;
	max-width: 280px;
}
.Common_Pager ul li {
	display: table-cell;
	width: 36px;
	font-size: 0.75rem;
	vertical-align: top;
}
.Common_Pager ul li.Prev_Page,
.Common_Pager ul li.Next_Page {
	width: 54px;
}
.Common_Pager ul li a,
.Common_Pager ul li div {
	display: block;
	padding: 8px 6px;
	color: #999;
	text-align: center;
	line-height: 16px;
}
.Common_Pager ul li.Page_Active div {
	font-weight: 700;
}
.Common_Pager ul li.Prev_Page a::before,
.Common_Pager ul li.Prev_Page div::before {
	content: "";
	position: relative;
	display: inline-block;
	margin-right: 6px;
	border: 0 solid transparent;
	border-right-color: #aaa;
	border-width: 4px 8px 4px 0;
}
.Common_Pager ul li.Next_Page a::after,
.Common_Pager ul li.Next_Page div::after {
	content: "";
	position: relative;
	display: inline-block;
	margin-left: 5px;
	border: 0 solid transparent;
	border-left-color: #aaa;
	border-width: 4px 0 4px 8px;
}

/*======================================
亰塦
======================================*/

/* 買�䡦��*/
.YosoKaimeTable01 thead th {
	padding: 11px 0;
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	background-color: #dedede;
	border: 1px solid #ccc;
}
.YosoKaimeTable01 tbody th {
	padding: 10px 6px 10px 12px;
	font-size: 1rem;
	font-weight: 700;
	text-align: left;
	vertical-align: middle;
	background: #f3f3f3;
	border: 1px solid #dadada;
}
.YosoKaimeTable01 tbody th .BakenSystemTxt {
	display: block;
	padding-top: 5px;
	font-size: 0.875rem;
	font-weight: 400;
}
.YosoKaimeTable01 td {
	padding: 10px 15px;
	font-size: 0.875rem;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #dadada;
}

.YosoDetailTableWrap {
	margin: 0 10px;
}

/*-- ����桦�������--*/
table.YosoShirushiTable01 {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
table.YosoShirushiTable01 caption,
table.YosoKaimeTable01 caption,
table.YosoRefundTable01 caption {
	background:#e6e4df;
	text-align:center;
	font-weight:bold;
	padding:12px;
	border:1px solid #d1cec7;
	border-bottom:0 none;
}
table.YosoShirushiTable01 tbody th{
	font-size: 88.9%;
	background: #f5f4f1;
	vertical-align:middle;
	border:1px solid #d1cec7;
	text-align:center;
	width:46px;
}
table.YosoShirushiTable01 tbody td{
	font-size: 88.9%;
	vertical-align:middle;
	background: #fff;
	border:1px solid #d1cec7;
	line-height:36px;
	padding:5px;
	font-weight:bold;
}
table.YosoShirushiTable01 tbody td span.fwN{
	padding-left:6px;
}
/*-- �������--*/
table.YosoShirushiTable01 tbody td span.Num {
	display:inline-block;
	width:36px;
	line-height:36px;
	text-align:center;
	font-weight:bold;
	margin-right:10px;
}
table.YosoShirushiTable01 tbody td span.Waku1 {
	border:1px solid #d1cec7;
	width:34px;
	line-height:34px;
}
/* ����硦*/
table tr td.Waku1,span.Waku1 {background: #fff;}
table tr td.Waku2,span.Waku2 {background: #222; color: #fff !important;}
table tr td.Waku3,span.Waku3 {background: #dc3c3c; color: #fff !important;}
table tr td.Waku4,span.Waku4 {background: #2c53a9; color: #fff !important;}
table tr td.Waku5,span.Waku5 {background: #e4ca3b; color: #fff !important;}
table tr td.Waku6,span.Waku6 {background: #58af4a; color: #fff !important;}
table tr td.Waku7,span.Waku7 {background: #de8a26; color: #fff !important;}
table tr td.Waku8,span.Waku8 {background: #dc6179; color: #fff !important;}


/*-- 買�䡦���桦�������--*/
table.YosoKaimeTable01 {
	width: 100%;
	border-collapse: collapse;
}
table.YosoKaimeTable01 thead th,
table.YosoRefundTable01 thead th{
	background: #d1cec7;
	text-align: center;
	font-weight: bold;
	border: 1px solid #bbb7ac;
	padding:11px 0;
	font-size: 77.8%;
}
table.YosoKaimeTable01 tbody th{
	font-size: 88.9%;
	background: #f5f4f1;
	vertical-align: middle;
	border: 1px solid #d1cec7;
	border-bottom: 0 none;
	padding-left: 13px;
	font-weight:bold;
	text-align: left;
}
body.YosoDetail table.YosoKaimeTable01 tbody tr.HitBaken th {
	font-size: 88.9%;
	background: #ffe7e7;
	vertical-align: middle;
	border: 1px solid #f8b1b1;
	font-weight:bold;
	color: #ea5050;
}
table.YosoKaimeTable01 tbody th span.BakenSystemTxt {
	font-size: 87.5%;
	font-weight: normal;
	display: block;
	padding-top: 5px;
}
table.YosoKaimeTable01 tbody td{
	vertical-align: middle;
	background: #fff;
	border: 1px solid #d1cec7;
	border-bottom: 0 none;
	padding: 10px 15px;
	font-size: 77.8%;
}
body.YosoDetail table.YosoKaimeTable01 tbody tr.HitBaken td {
	border: 1px solid #f8b1b1;
}
table.YosoKaimeTable01 tbody tr:last-child th,
table.YosoKaimeTable01 tbody tr:last-child td{
	border-bottom: 1px solid #bbb7ac;
}



.YosoKaimeTable01 .BakenNumSelect {
	position: relative;
	padding-bottom: 4px;
	border-bottom: 1px dashed #dadada;
}
.YosoKaimeTable01 .BakenNumSelect p {
	display: inline-block;
	width: 1.858em;
	margin: 0 5px 5px 0;
	line-height: 1.75;
	text-align: center;
	border: 1px solid #ccc;
}
.YosoKaimeTable01 .BakenNumSelect dl + dl {
	margin-top: 6px;
}
.YosoKaimeTable01 .BakenNumSelect dl dt {
	position: relative;
	float: left;
	width: 2.8em;
	font-weight: 700;
	line-height: 1.75;
}
.YosoKaimeTable01 .BakenNumSelect dl dt:after {
	content: "\3a";
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
}
.YosoKaimeTable01 .BakenNumSelect dl dd {
	padding-left: 3.5em;
}
.YosoKaimeTable01 .BakenMoney {
	padding-top: 10px;
}
.YosoKaimeTable01 .BakenMoney .BuyPatern {
	display: block;
}

/* IPAT�������������"��򡦡�������"��*/
.Yoso_Send_Btn {
	margin: 10px;
}

/* 覶接��*/
.YosoDetailKenkai {
	margin: 10px;
	border: 1px solid #dadada;
}
.YosokaKenkaiBarTitle {
	position: relative;
	top: -1px;
	margin: 0 -1px;
	padding: 16px 18px 16px 52px;
	color: #fff;
	font-size: 1rem;
	background-color: #333;
}
.YosokaKenkaiBarTitle .Icon_Sprite_Sp_Yoso {
	position: absolute;
	top: 50%;
	left: 18px;
	display: block;
	width: 24px;
	height: 25px;
	background-image: url(../../img/icon/icon_sprite_sp_yoso.png);
	background-repeat: no-repeat;
	background-size: 164px 400px;
	background-position: -4px -252px;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.YosoKenkaiTxtBox {
	padding: 16px 18px;
}
.YosoKenkaiTxtBox .YosoKenkaiTxt {
	font-size: 1rem;
	line-height: 1.5;
}
.YosoDetailKenkai .Yoso_Nice_Wrap {
	padding: 8px 18px 16px 18px;
}
.YosoDetailKenkai .Yoso_Nice_Wrap .Nice a {
	position: relative;
	display: inline-block;
	padding: 7px 4px 6px 26px;
	color: #3251bc;
	font-size: 0.75rem;
	font-weight: 700;
	border: 1px solid #dadada;
	border-radius: 6px;
}
.YosoDetailKenkai .Yoso_Nice_Wrap .Nice a span {
	position: absolute;
	top: 50%;
	left: 2px;
	width: 14px;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.YosoDetailKenkai .Yoso_Nice_Wrap .Nice .Nice_num {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	padding: 7px 6px 6px;
	color: #444;
	font-size: 0.75rem;
	font-weight: 700;
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 6px;
}
.YosoDetailKenkai .Yoso_Nice_Wrap .Nice .Nice_num::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -5px;
	border: 0 solid transparent;
	border-width: 5px 5px 5px 0;
	border-right-color: #dadada;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	z-index: 1000;
}
.YosoDetailKenkai .Yoso_Nice_Wrap .Nice .Nice_num::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -4px;
	border: 0 solid transparent;
	border-width: 4px 4px 4px 0;
	border-right-color: #fff;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	z-index: 1001;
}

/**/
.Yosoka_Prof_Summary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
	margin: 10px !important;
	padding: 10px;
	border: 1px solid #dadada !important;
}
.Yosoka_Prof_Summary .Left_Box {
	width: 60px;
	-ms-flex-preferred-size: 60px;
			flex-basis: 60px;
}
.Yosoka_Prof_Summary .YosokaPhoto01 {
	position: relative;
	width: 60px;
	height: 80px;
}
.Yosoka_Prof_Summary .YosokaPhoto01 img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 6px;
	clip: rect(1px, 59px, 79px, 1px);
}
.Yosoka_Prof_Summary .Right_Box {
	-ms-flex-preferred-size: calc(100% - 60px);
			flex-basis: calc(100% - 60px);
}
.Yosoka_Prof_Summary .YosokaInfoBox {
	padding-left: 10px;
}
.Yosoka_Prof_Summary .YosokaInfoBox p {
	font-size: 1rem;
	line-height: 1.5;
}
.Yosoka_Prof_Summary .YosokaInfoBox .YosokaProfInfo {
	margin-bottom: 6px;
}
.Yosoka_Prof_Summary .YosokaInfoBox .YosoSupply {
	color: #c53131;
}

/* ����!���������ᡦ������覡�*/
.Yosoka_RankingList {
	display: none;
}
.Race_Yoso_List ul {
	border-top: 1px solid #dadada;
}
.Race_Yoso_List ul li {
	background-color: #fff;
	border-bottom: 1px solid #dadada;
}
.Race_Yoso_List ul li a {
	display: block;
	padding: 10px;
}
.Race_Yoso_List .LinkBox_01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
	min-height: 68px;
	color: #444;
}
.Race_Yoso_List .Left_Box {
	-ms-flex-preferred-size: 40px;
			flex-basis: 40px;
}
.Race_Yoso_List .Right_Box {
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	padding-left: 8px;
}
.Race_Yoso_List .Right_Box .YosokaName {
	display: -webkit-box;
	height: 2.6em;
	font-size: 1rem;
	line-height: 1.35;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.Race_Yoso_List .ProTableWrap {
	margin-bottom: 8px;
}
.Race_Yoso_List .ProTableWrap dl {
	display: table;
	width: 100%;
	border: 2px solid #dadada;
}
.Race_Yoso_List .ProTableWrap dt,
.Race_Yoso_List .ProTableWrap dd {
	display: table-cell;
	color: #444;
	font-weight: 700;
	vertical-align: middle;
}
.Race_Yoso_List .ProTableWrap dt {
	width: 28px;
	font-size: 0;
}
.Race_Yoso_List .Icon_Shirushi {
	display: block;
	margin: 0 auto;
}
.Race_Yoso_List .ProTableWrap dd {
	border-left: 1px solid #dadada;
}
.Race_Yoso_List .ProTableWrap .Num {
	width: 24px;
	padding: 2px;
	font-size: 0.875rem;
	text-align: center;
}
.Race_Yoso_List .ProTableWrap .Mark_HorseName {
	padding: 6px;
	width: 150px;
	font-size: 0.9375rem;
}
.Race_Yoso_List .ProTableWrap .yoso_ninki {
	width: 6.5em;
	padding: 5px 2px;
	font-size: 0.9375rem;
	text-align: right;
	white-space: nowrap;
}
.Race_Yoso_List .ProTableWrap .Maru {
	display: inline-block;
	width: 30px;
	height: 20px;
	margin-left: 1px;
	vertical-align: -5px;
	background-image: url(../../img/icon/icon_tendency_ninki.png);
	background-repeat: no-repeat;
	background-size: 50px 400px;
}
.Race_Yoso_List .YosoComment {
	display: -webkit-box;
	max-height: 3em;
	margin-bottom: 4px;
	color: #666;
	font-size: 1rem;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.Race_Yoso_List .MoreReadTxt01 {
	font-size: 1rem;
	line-height: 1.5;
	text-align: right;
}

/* ����������覡�(����"���������ࡦ�� */
.Shutuba_Modal > .Btn {
	position: fixed;
	right: 20px;
	bottom: 40px;
	padding: 3px 4px;
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.3;
	text-shadow: 0 0 2px #333;
	background-color: rgba(6, 56, 155, .7);
	border: 1px solid rgb(9, 76, 177);
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(146, 151, 165, 0.9);
					box-shadow: 0 1px 3px rgba(146, 151, 165, 0.9);
	z-index: 2000;
}
.Shutuba_Modal > .Btn > .Icon {
	display: block;
	width: 32px;
	height: 28px;
	margin: 0 auto 2px;
	background-image: url(../../img/icon/icon_sprite_nk02.png);
	background-repeat: no-repeat;
	background-size: 236px 2000px;
	background-position: -59px -1447px;
}
.Shutuba_Modal_RaceList {
	padding: 8px;
	background-color: #fff;
	border-radius: 7px;
}
.Shutuba_Modal_RaceList .RaceDayWrap_Inner {
	margin-right: -8px;
	margin-left: -8px;
}
.Shutuba_Modal_RaceList .RaceList_Table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
	margin-top: 8px;
}
.Shutuba_Modal_RaceList .RaceList {
	/* float: left; */
	width: 30%;
	border-collapse: collapse;
}
.Shutuba_Modal_RaceList .RaceList.RaceList_Num {
	/* float: left; */
	width: 10%;
}
.Shutuba_Modal_RaceList .RaceList .Header th {
	padding: 8px;
	color: #fff;
	font-size: 0.9375rem;
	vertical-align: middle;
	border: 1px solid #dadada;
	border-left: 0;
}
.Shutuba_Modal_RaceList .RaceList .Header .Jyo_1 {
	background-color: #1689af;
}
.Shutuba_Modal_RaceList .RaceList .Header .Jyo_2 {
	background-color: #3006b8;
}
.Shutuba_Modal_RaceList .RaceList .Header .Jyo_3 {
	background-color: #a81b1f;
}
.Shutuba_Modal_RaceList .RaceList tbody tr:nth-child(odd) {
	background-color: #fff;
}
.Shutuba_Modal_RaceList .RaceList tbody tr:nth-child(even) {
	background-color: #f0f7fb;
}
.Shutuba_Modal_RaceList .RaceList td {
	font-size: 0.875rem;
	vertical-align: middle;
	border: 1px solid #dadada;
	border-left: 0;
}
.Shutuba_Modal_RaceList .RaceList td a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	height: 40px;
	padding: 0 4px;
	color: #666;
	font-weight: 700;
}
.Shutuba_Modal_RaceList .RaceList td a .Race {
	display: block;
	line-height: 1.2;
}
.Shutuba_Modal_RaceList .RaceList_Num .RaceNum {
	text-align: center;
	vertical-align: middle;
	background-color: #888;
}
.Shutuba_Modal_RaceList .RaceList_Num .Header .RaceNum {
	padding: 8px;
	color: #bababa;
	font-size: 0.9375rem;
	border: 1px solid #dadada;
}
.Shutuba_Modal_RaceList .RaceList_Num .RaceName .RaceNum {
	padding: 4px;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	border: 1px solid #dadada;
}
.Shutuba_Modal_RaceList .Close {
	margin-top: 5px;
}
.Shutuba_Modal_RaceList .Close a {
	display: block;
	padding: 12px;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	background-color: #666;
}
#modal_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 10001;
}
#modal_content {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 6px 10px 10px 10px;
	overflow-y: auto;
	z-index: 10002;
}

/*======================================
��������#�������������
======================================*/
/* CP亰�ꡦ��*/
.Current_Result {
	margin: 10px;
}
.Current_Result .Txt {
	color: #444;
	font-size: 0.9375rem;
	line-height: 1.4;
}
.Current_Result .Txt:not(:last-child) {
	margin-bottom: 10px;
}
.Current_Result .Yoso_Mark_Kaime {
	margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
}
.Yoso_Mark_Kaime td {
	padding: 5px;
	font-size: 0.9375rem;
	line-height: 20px;
	vertical-align: middle;
	border: 1px solid #dadada;
}
.Yoso_Mark_Kaime .Mark_Pro {
	width: 28px;
	font-size: 1.125rem;
}
.Yoso_Mark_Kaime .Icon_Shirushi {
	display: block;
}
.Yoso_Txt01 {
	margin: 16px 10px;
	color: #444;
	font-size: 0.9375rem;
	line-height: 1.4;
}
.Race_Yoso_Area {
	position: relative;
	margin: 10px 0 30px;
}
.Race_Yoso_Area .Horse_Date_Table {
	overflow-x: auto;
}
.Race_Yoso_Area .Yoso01_Table {
	border-collapse: collapse;
	background-color: #fff;
	z-index: 1;
}
.Race_Yoso_Area #HorseNameTable01 {
	position: absolute;
	top: 0;
	left: 0;
	border-right: 3px double #dadada;
	z-index: 2;
}
.Yoso01_Table thead th {
	padding: 3px 2px;
	color: #777;
	font-size: 0.8125rem;
	line-height: 1.2;
	letter-spacing: 1px;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #eaeaea;
	border: 1px solid #dadada;
}
.Yoso01_Table thead .CP_Result th {
	background-color: #cdf;
}
.Yoso01_Table thead .Num div {
	width: 24px;
	margin: 0 auto;
	padding: 4px 0;
	color: #3251bc;
	background-color: #fff;
	border: 1px solid #ccc;
}
.Yoso01_Table td {
	height: 36px;
	padding: 8px;
	color: #555;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid #dadada;
}
.Yoso01_Table [class*="Waku"] {
	padding: 8px 2px;
	font-size: 0.75rem;
	font-weight: 700;
	text-align: center;
}
.Yoso01_Table .Horse_Info {
	font-size: 0.875rem;
	font-weight: 700;
}
.Yoso01_Table tbody .CP_Result td:nth-child(3) {
	background-color: #f0f4ff;
}

/* 設��夲���*/
.CP_Setting {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
}
.CP_Setting thead th {
	padding: 3px 2px;
	color: #777;
	font-size: 0.8125rem;
	line-height: 1.2;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #eaeaea;
	border: 1px solid #dadada;
}
.CP_Setting tbody th {
	padding: 8px;
	color: #555;
	font-size: 0.9375rem;
	font-weight: 700;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #cdf;
	border: 1px solid #dadada;
}
.CP_Setting tbody td {
	padding: 8px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #dadada;
}
.Radio_Btn input {
	display: none;
}
.Radio_Btn .Radio_Btn_Off {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url(../../img/race/radio_off.png);
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: center center;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 2px rgba(150, 150, 150, 0.6);
					box-shadow: 0 0 2px rgba(150, 150, 150, 0.6);
}
.Radio_Btn input:checked + .Radio_Btn_Off {
	background-image: url(../../img/race/radio_on.png);
}
.Setting_Box {
	margin: 10px 10px 30px;
}
.Setting_Box [type="submit"] {
	position: relative;
	width: 100%;
	color: #555;
	font-size: 88%;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	padding: 16px 0;
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 4px;
}

/* �����掦��� */
.Yoso_CP_Max {
	margin: 10px;
}
.Yoso_CP_Max dl {
	margin: 10px 0;
}
.Yoso_CP_Max dl dt,
.Yoso_CP_Max dl dd {
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
}
.Yoso_CP_Max dl dd + dd {
	margin-left: 6px;
}
.Yoso_CP_Max dl dt > span,
.Yoso_CP_Max dl dd > span {
	margin-right: 2px;
	font-size: 1rem;
	color: #c53131;
}
.Yoso_CP_Max_Table {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	background-color: #fff;
}
.Yoso_CP_Max_Table td {
	padding: 8px;
	color: #444;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	vertical-align: bottom;
	background-color: #cdf;
	border: 1px solid #fff;
}
.Yoso_CP_Max_Table td div {
	width: 26px;
	margin: 4px auto 0;
	padding: 4px 0;
	color: #3251bc;
	background-color: #fff;
	border: 1px solid #ccc;
}
.MoreColumnList.Setting {
	margin: 20px 10px 15px;
}
.MoreColumnList.Setting > .Txt {
	margin-top: 10px;
	color: #444;
	font-size: 0.9375rem;
	line-height: 1.4;
	text-align: left;
}

/*======================================
��������#�������������������掦������S
======================================*/
/* ���S�������*/
.Yoso_CP_Max + .Yoso_CP_Max {
	margin-top: 25px;
}
.Yoso_CP_Max .Txt {
	margin-bottom: 10px;
	color: #444;
	font-size: 0.9375rem;
	line-height: 1.4;
}
.Yoso_CP_Max .Title {
	margin-bottom: 10px;
	color: #c53131;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.4;
}
.CP_Setting_Detail {
	margin: 20px 10px;
	margin-bottom:23px; /* 临䎶��!��������������*/
}
[class^="Setting_Detail"] {
	margin: 10px 0;
}
[class^="Setting_Detail"] .Title {
	padding: 8px;
	font-size: 0.9375rem;
	background-color: #cdf;
	border-radius: 4px 4px 0 0;
}
[class^="Setting_Detail"] ul {
	padding: 14px 8px 0;
	border: 1px solid #dadada;
	border-top: 0;
	border-radius: 0 0 4px 4px;
}
[class^="Setting_Detail"] ul li {
	display: inline-block;
	width: 70px;
	margin-bottom: 14px;
}
.Setting_Detail02 ul li.Item01 {
	width: 60px;
}
.Setting_Detail02 ul li.Item02 {
	width: 86px;
}
.Setting_Detail03 ul li {
	width: 90px;
}
[class^="Setting_Detail"] input {
	display: none;
}
[class^="Setting_Detail"] .Radio_Btn_Off {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url(../../img/race/radio_off.png);
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: center center;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 2px rgba(150, 150, 150, 0.6);
					box-shadow: 0 0 2px rgba(150, 150, 150, 0.6);
}
[class^="Setting_Detail"] .Radio_Btn_Off > span {
	padding-left: 34px;
	font-size: 0.9375rem;
	line-height: 30px;
	white-space: nowrap;
}
[class^="Setting_Detail"] input:checked + .Radio_Btn_Off {
	background-image: url(../../img/race/radio_on.png);
}
.CP_Setting_Detail .Setting_Btn {
	width: 100%;
	color: #555;
	font-size: 88%;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	padding: 16px 0;
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 4px;
}

/*======================================
���厮��!�������E
======================================*/
#Contents_Detail_TOP .Favorite_Menu_Area .Title_Sec {
	display: none;
}
.Favorite_Menu_Area {
}

/* ����롦���*/
.Favorite_Menu {
	margin: 18px 6px 0;
}
.Favorite_Menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.Favorite_Menu li {
	padding: 0 4px;
	border-right: 1px solid #E0E0E0;
}
.Favorite_Menu li:last-of-type{
	border-right: none;
}
.Favorite_Menu .Col3 li {
	width: 33.333%;
	-ms-flex-preferred-size: calc(100% / 3);
	flex-basis: calc(100% / 3);
}
.Favorite_Menu li a {
	position: relative;
	display: block;
	padding: 6px 4px 6px;
	color: #444;
	font-size: 0.8125rem;
	font-weight: 700;
	text-align: center;
	border:none;
}

.Favorite_Menu_Area .Favorite_Menu .Icon_Fav,
.Favorite_Menu_Item .Icon_Fav,
.DBMenu .MenuBox .Icon_Fav {
	position: relative;
	width: 30px;
	height: 24px;
	background-image: url(../../img/icon/icon_favoriteHorse_sprite01.png);
	background-repeat: no-repeat;
	background-size: 30px auto;
	-webkit-transform: none;
	transform: none;
}
.Favorite_Menu_Area .Favorite_Menu .Icon_Fav,
.DBMenu .MenuBox .Icon_Fav {
	display: block;
	margin: 0 auto 6px;
}
.DBMenu .MenuBox .Icon_Fav {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 25px;
}
.Icon_Fav.Icon_Fav01{
	background-position: 3px 0;
}
.Icon_Fav.Icon_Fav02{
	background-position: 0 -79px;
}
.Icon_Fav.Icon_Fav03{
	background-position: 3px -38px;
}
/* .Favorite_Menu .Icon_Nk.Icon_Nk_07 {
	background-position: center 0;
}
.Favorite_Menu .Icon_Nk.Icon_Nk_19 {
	background: url(../../img/icon/horse_favorite_icon01.png) no-repeat;
	background-size:30px auto;
	background-position: center;
	background-size: contain;
}
.Favorite_Menu .Icon_Nk.Icon_Nk_16 {
	background-position: center -60px;
} */


/* 中央/���������#��"���������*/
.TypeChangeMenu {
	margin: 10px;
}
.TypeChangeMenu li {
	float: left;
	width: 50%;
}
.TypeChangeMenu li a {
	display: block;
	padding: 7px 6px 6px;
	color: #666;
	text-align: center;
	font-size: 0.6875rem;
	line-height: 1.2;
	background-color: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 6px 0 0 6px;
}
.TypeChangeMenu li:last-child a {
	margin-right: 0;
	border-left: 0;
	border-radius: 0 6px 6px 0;
}
.TypeChangeMenu li.Active a {
	color: #fff;
	font-weight: 700;
}
.TypeChangeMenu .TypeJra.Active a {
	background-color: #3251bc;
}
.TypeChangeMenu .TypeNar.Active a {
	background-color: #bf552e;
}

/* ���䡦����#��"���������*/
.Race_Bookmark_List .Tab_RaceDaySelect .Tab1 li .Tab_Single {
	width: 75%;
	border-bottom: 0 none;
	text-transform: uppercase;
}
.Race_Bookmark_List .RaceDayWrap_Inner {
	box-shadow: none;
	margin-bottom: 16px;
}

@media only screen and (min-width:768px){
	.Race_Bookmark_List .Tab_RaceDaySelect .Tab1 li .Tab_Single {
		font-size: 16px;
	}
}
/* ���走�ᡦ@��*/
.jockeyarr_right .Contents_Header h2 {
	color: #444;
	font-size: 0.9375rem;
	padding: 9px 10px;
	background-color: #e7e7e7;
	text-transform: uppercase;
}
.jockeyarr_right .Contents_Header span {
	text-transform: capitalize;
}
.jockeyarr_right .Contents_Header .sat {
	color: #3251bc;
}
.jockeyarr_right .Contents_Header .sun {
	color: #c53131;
}
.RaceCourseInfoWrap .NoHorse_Txt {
	padding: 30px;
	color: #666;
	font-size: 1rem;
	line-height: 1.5;
}
.RaceCourseInfoWrap dt {
	background-color: #f3f3f3;
}
.RaceCourseInfoWrap dt a, .RaceCourseInfoWrap dt p {
	display: block;
	padding: 10px;
	color: #03a;
	font-size: 0.938rem;
	font-weight: 700;
	line-height: 1.2;
}
@media (max-width: 768px) {
	.RaceCourseInfoWrap dt a,
	.name_ellipsis_sp {
		width: 209px;
		overflow: hidden;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: block;
	}
	.name_ellipsis_sp {
		padding-right: 8px;
	}
}
.RaceCourseInfoWrap dt a::after {
	content: "";
	display: table;
	height: 0;
	clear: both;
}
.RaceCourseInfoWrap .race_num {
	display: inline-block;
	margin-bottom: 6px;
	color: #666;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.2;
}
.RaceCourseInfoWrap .race_time {
	display: inline-block;
	margin-bottom: 6px;
	margin-left: 5px;
	color: #666;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.2;
}
.RaceCourseInfoWrap .icon_grade_post {
	position: relative;
	top: -1px;
}
.RaceCourseInfoWrap .race_status_post {
	display: block;
	text-align: right;
	padding: 3px 0;
	color: #444;
	font-size: 0.75rem;
	line-height: 1.2;
	margin-top: -17px;
}
.RaceCourseInfoWrap .Icon_GradeType {
	margin-left: 5px;
	min-width: 30px;
	line-height: 15px;
	height: 16px;
}
.RaceCourseInfoWrap .Icon_G1,.RaceCourseInfoWrap .Icon_JG1 { background: #3251bc; }
.RaceCourseInfoWrap .Icon_G2, .RaceCourseInfoWrap .Icon_JG2 { background: #c53131; }
.RaceCourseInfoWrap .Icon_G3, .RaceCourseInfoWrap .Icon_JG3 { background: #58af4a; }
.RaceCourseInfoWrap .Icon_G { background: #de8a26; }
.Icon_GradeType14 { background: #666; }

.RaceCourseInfoWrap .Icon_G1:after {
	content: 'GI';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_G2:after {
	content: 'GII';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_G3:after {
	content: "GIII";
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_G:after {
	content: 'G';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_Open:after {
	content: 'OP';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_Un1600:after {
	content: '1600under';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_Un1000:after {
	content: '1000under';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_Un900:after {
	content: '900under';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_Un500:after {
	content: '500under';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_JG1:after {
	content: 'JG\2160';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_JG2:after {
	content: 'JG\2161';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_JG3:after {
	content: 'JG\2162';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_L:after {
	content: 'L';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_Win1:after {
	content: '1 Win';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_Win2:after {
	content: '2 Win';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_Win3:after {
	content: '3 Win';
	display: inline-block;
}

.RaceCourseInfoWrap dd {
	padding: 12px 10px 14px 20px;
}
.RaceCourseInfoWrap dd ul {
	display: table;
	width: 100%;
	padding-bottom: 8px;
}
.RaceCourseInfoWrap dd li {
	display: table-cell;
}
.RaceCourseInfoWrap dd li:first-child {
	width: 100%;
	font-size: 1rem;
	font-weight: 700;
}
.RaceCourseInfoWrap dd li:nth-child(2) {
	color: #666;
	font-size: 0.875rem;
}
.RaceCourseInfoWrap dd li:nth-child(2) p {
	width: 80px;
}
.RaceCourseInfoWrap .ArrivalBox_Wrapper {
	width: 48px;
	text-align: right;
}
.RaceCourseInfoWrap .ArrivalBox {
	display: inline-block;
	padding: 4px 6px 3px;
	color: #444;
	font-size: 0.875rem;
	font-weight: 700;
	border-radius: 4px;
}
.RaceCourseInfoWrap [class*="Arr_"] {
	display: inline-block;
	width: 2em;
	text-align: center;
}
.RaceCourseInfoWrap .Arr_1 {
	background-color: #fff080;
}
.RaceCourseInfoWrap .Arr_2 {
	background-color: #ccdfff;
}
.RaceCourseInfoWrap .Arr_3 {
	background-color: #f0c8a0;
}

/* 泡���亶�@��#�㡦�����ᡦ���*/
.AttentionText {
	margin: 10px 10px 50px;
}
.AttentionText .Txt {
	color: #666;
	font-size: 0.8125rem;
	line-height: 1.5;
}
.AttentionText .LinkBtn_06,
.AttentionText .LinkBtn {
	margin: 12px auto;
	max-width: 500px;
}
.AttentionText .LinkBtn_06 a {
	display: block;
	height: 45px;
	padding: 16px 15px 15px;
	color: #0033aa;
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
	border: 1px solid currentColor;
	border-radius: 7px;
}
.AttentionText .LinkBtn a {
	position: relative;
	display: block;
	height: 45px;
	padding: 16px 15px 15px;
	color: #777;
	font-size: 0.875rem;
	text-align: center;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 7px;
}
.AttentionText .LinkBtn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	transform: translateY(-50%) rotate(45deg);
}
.AttentionText .AttentionText_Id {
	margin: 20px 0;
	font-size: 0.9375rem;
	text-align: right;
}
.AttentionText .LinkBtn_06 + .Txt {
	color: #666;
	font-size: 0.75rem;
	text-align: center;
	line-height: 1.4;
}

@media (max-width: 340px) {
	.AttentionText .LinkBtn_06 + .Txt {
		font-size: 0.6875rem;
	}
}

@media only screen and (min-width:768px){
	.AttentionText .LinkBtn_06 a {
		font-size: 16px;
	}
}
/* �����������������*/
.Bookmark_Schedule {
	margin: 15px 10px 20px;
}
.Bookmark_Schedule .RaceCommon_Table {
	width: 100%;
	border-collapse: collapse;
}
.Bookmark_Schedule .RaceCommon_Table th,
.Bookmark_Schedule .RaceCommon_Table td {
	padding: 8px 6px;
	font-size: 0.8125rem;
	line-height: 1.2;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.Bookmark_Schedule .RaceCommon_Table th {
	width: 90px;
	color: #666;
	font-weight: bold;
	text-align: left;
	background-color: #e9e9e9;
}
.Bookmark_Schedule .RaceCommon_Table td {
	color: #555;
	text-align: left;
	font-weight: normal;
}
.Bookmark_Schedule .Notice {
	margin: 10px 0;
	color: #888;
	font-size: 0.75rem;
	text-align: right;
}

@media only screen and (min-width:768px){
	.Bookmark_Schedule {
		margin: 15px 0 20px;
	}
	.Bookmark_Schedule .RaceCommon_Table td {
		font-size: 15px;
		padding-left: 8px;
	}
}
/* ���厮��!�������E������䡦��*/
.Favorite_Menu_List {
	margin: 10px 6px -4px;
}
.Favorite_Menu_List ul::after {
	content: "";
	display: table;
	height: 0;
	clear: both;
}
.Favorite_Menu_List li {
	float: left;
	padding: 4px;
}
.Favorite_Menu_List .Col2 li {
	width: 50%;
}
.Favorite_Menu_List li a {
	display: block;
	padding: 0 4px;
	color: #444;
	height: 45px;
	font-size: 0.938rem;
	font-weight: 700;
	border: 1px solid #dedede;
	border-radius: 6px;
}
.Favorite_Menu_List .Favorite_Menu_Item {
	display: flex;
	height: 42px;
	align-items: center;
	justify-content: center;
}
.Favorite_Menu_List .Favorite_Menu_Item > span {
	position: relative;
	line-height: 1.1;
	margin: 0 2px;
}
.Favorite_Menu_Item .Icon_Fav {
	display: inline-block;
	vertical-align: top;
}
.Icon_Fav.Icon_Fav04{
	background-position: 3px -116px;
}
.Icon_Fav.Icon_Fav05{
	background-position: 4px -155px;
}
.Icon_Fav.Icon_Fav06{
	background-position: 5px -197px;
}


/*==============================================
	����G���������
	==============================================*/
	/*--�����������������顦��������/
	.Icon_GradeType {
		display: inline-block;
		color: #fff;
		font-size: 10px;
		font-weight: bold;
		line-height: 1.3;
		text-align: center;
		background: #757575;
		min-width: 25px;
		margin-left: 2px;
		border-radius: 1em;
		padding: 1px .5em 0;
		vertical-align: top;
		white-space: nowrap;
		height: 15px;
	}
	.Icon_GradeType1,.Icon_GradeType10 { background: #3251bc; }
	.Icon_GradeType2,.Icon_GradeType11 { background: #c53131; }
	.Icon_GradeType3,.Icon_GradeType12 { background: #58af4a; }
	/*.Icon_GradeType4 { background: #ec5f00; }*/
	.Icon_GradeType4 { background: #de8a26; }
	.Icon_GradeType14 { background: #666; }
	.Icon_GradeType13 {
		background: url("../../img/icon/icon_gradetype.png");
		background-repeat: no-repeat;
		-webkit-background-size: 46px auto;
		background-size: 46px auto;
		background-position: -2px -245px;
		width: 42px;
		height: 18px;
		vertical-align: -2px;
		border-radius: 0;
		padding: 0;
	}


	.ThisWeek_Btn .Btn_3col li .Link_Past {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 46px;
		border: 1px solid #e7e7e7;
		border-radius: 4px;
	}