/*==============================================
【レースメニュー】 race_menu_nk01.css
==============================================*/

/*-- レース選択 --*/
.Race_Detail_Info_Btn {
	background: #e03d3d;
	padding: 7px 10px;
	margin-top: 21px;
}
.Change_Btn_DayWrap,
.Change_Btn_CourseWrap,
.Change_Btn.Day {
	float:left;
}
.Change_Btn_DayWrap {
	width: 94px;
}
.Change_Btn_CourseWrap {
	width: 120px;
	margin-left: 5px;
}

@media only screen and (max-width: 400px){
	.Change_Btn_CourseWrap {
		width: 80px;
	}
}

.Change_Btn.Day span.Icon_Change_ArrowB,
.Change_Btn.Course span.Icon_Change_ArrowB{
	/*content: "";*/
	display: inline-block;
	width: 7px;
	height: 6px;
	border: 3.5px solid transparent;
	border-left: 6px solid #fff;
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
    right: 10px;
    top: 14px;
}
.Change_Btn.Day span.Icon_Change_ArrowT,
.Change_Btn.Course span.Icon_Change_ArrowT {
	/*content: "";*/
	display: inline-block;
	width: 7px;
	height: 6px;
	border: 3.5px solid transparent;
	border-left: 6px solid #fff;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
    right: 10px;
    top: 14px;
}


.RaceNumLink {
	float: right;
}
.RaceNumLink .Prev_Race,
.RaceNumLink .Next_Race {
	float: left;
	width: 50px;
	height: 28px;
	position: relative;
	background: none;
}
.RaceNumLink .Prev_Race.First,
.RaceNumLink .Next_Race.Last {
	opacity: .8;
}
.RaceNumLink li > a,
.RaceNumLink li > span {
	position: relative;
	display: block;
	color: #fff;
	font-size: 72.23%;
	font-weight: bold;
	text-align: center;
	width: 53px;
	height: 28px;
	line-height: 28px;
}
.RaceNumLink .Prev_Race:before {
	content: "";
	width: 50px;
	height: 29px;
	background: url("../../img/yoso/icon/Icon_RaceNumArrow01.png") no-repeat 0 0;
	-webkit-background-size: 50px auto;
	-moz-background-size: 50px auto;
	-ms-background-size: 50px auto;
	background-size: 50px auto;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	opacity: .5;
}
.RaceNumLink .Next_Race:before {
	content: "";
	width: 50px;
	height: 29px;
	background: url("../../img/yoso/icon/Icon_RaceNumArrow01.png") no-repeat 0 0;
	-webkit-background-size: 50px auto;
	-moz-background-size: 50px auto;
	-ms-background-size: 50px auto;
	background-size: 50px auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;

}
.RaceNumLink > span {

}
.RaceNumLink .Prev_Race {
	text-indent: 3px;
}
.RaceNumLink .Prev_Race a {
	text-indent: 0;
}
.RaceNumLink .Next_Race {
	text-indent: -8px;
	margin-left: 5px;
}
.RaceNumLink .Next_Race a {
}
/*.RaceChangeMenu_Group {
	width: 220px;
	float: left;
	font-weight: bold;
	position: relative;
	padding: 2px 0;
}*/
/*.Change_Btn.Change_Day {
	position: relative;
	width: 160px; 
	float: left;
	margin-right: 6px;
}*/



/*-- レースタイトル --*/
.RaceList_NameBox {
	display: table;
	width: 100%;
	padding: 12px 0;
}
.RaceList_NameBox .RaceList_Item01 {
	display: table-cell;
	padding: 0 0 0 10px;
	vertical-align: middle;
	width: 60px;
}
.RaceList_NameBox .RaceList_Item02 {
	display: table-cell;
	padding: 0 7px;
	vertical-align: middle;
}

.RaceList_NameBox .RaceList_Item01 .Race_Num {
	display: inline-block;
	font-size: 88.9%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #e03d3d;
	width: 50px;
	line-height: 50px;
	border-radius: 4px;
	vertical-align: middle;
}
.RaceList_NameBox .RaceList_Item02 dl .Race_Name {
	color: #555;
	/*font-size: 110%;*/
	font-weight: bold;
	margin-bottom: 2px;
	height: 1.2em;
	line-height: 1.4;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.RaceList_NameBox .RaceList_Item02 .Race_Group .Race_GroupName {
	vertical-align: middle;
	font-size: 61.12%;
	color: rgb(51,51,51);
}
.RaceList_NameBox .RaceList_Item02 dl .Race_Data {
	color: #555;
	font-size: 61.12%;
	position: relative;
	line-height: 1.3;
}
.RaceList_NameBox .RaceList_Item02 dl .Race_Data > .Turf {
	color: #66bb6a;
}
.RaceList_NameBox .RaceList_Item02 dl .Race_Data > .Dart {
	color: #874c11;
}
@media only screen and (max-width: 374px) {
	.RaceList_NameBox .RaceList_Item02 dl .Race_Name {
		font-size: 100%;
	}
}
.RaceList_NameBox .RaceCourseLink {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 0 10px 0 0;
	width: 55px;
}
.RaceList_NameBox .RaceCourseLink a {
	display: inline-block;
	width: 45px;
	height: 45px;
	border: 1px solid #dadada;
	border-radius: 4px;
	position: relative;
}
.RaceList_NameBox .RaceCourseLink img{
	width: 34px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.RaceList_NameBox_Container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
}
.RaceList_NameBox_Container .RaceList_NameBox {
	display: block;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	/*border-right: 1px solid #eee;*/
	border-bottom: 0;
}
.RaceList_NameBox > a {
	display: table;
	width: 100%;
	position: relative;
}
.RaceList_NameBox .RaceList_Item01 {
	width: 52px;
}
.RaceList_NameBox .RaceList_Item01,
.RaceList_NameBox .RaceList_Item02 {
	display: table-cell;
	vertical-align: middle;
}
.Race_Group{
	letter-spacing: -0.4em;
}
.Race_Group *{
	letter-spacing: 0;
}
.Race_Group .Icon_GradeType + .Icon_RaceMark{
	/*margin-left: 6px;*/
	margin-right: 6px;
}
.RaceListMainArea {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.RaceList_Movie_Box.boxShadow_none {
	background: #e7e7e7;
}
.RaceList_Movie_Box a {
	display: block;
	width: 45px;
	height: 100%;
	line-height: 45px;
	text-align: center;
	outline: none;
	position: relative;
}
.RaceList_Movie_Box a.close {
	background-color: #e7e7e7;
}
.RaceList_Movie_Box a > .BtnBorderWrapper {
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 1px solid #b0b0b0;
	background: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.RaceList_Movie_Box a > .BtnBorderWrapper:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	border-width: 6px 3.3px 0 3.3px;
	border-color: #444 transparent transparent transparent;
}
.RaceList_Movie_Box a.close .BtnBorderWrapper:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.RaceTopRaceMenuWrap .RaceSubMenuArea {
	display: none;
}
.RaceSubMenuArea{
	/*position: absolute;
	top: 100%;
	left: 0;
	margin-top: -2px;
	z-index: 100;
	width: 100%;*/
}
.RaceTopRaceMenuWrap .RaceSubMenu ul li {
	border-bottom: 0;
}
.RaceSubMenu {
	color: #333;
	font-size: 72.22%;
	padding: 10px 10px 4px;
	border-bottom: 1px solid #dbdbdb;
	background: #e7e7e7;
}
.RaceSubMenu dt {
	color: #444;
	font-size: 78%;
	font-weight: bold;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 6px;
}
.RaceSubMenu dt:before,
.RaceSubMenu dt:after {
	border-top: 1px solid #cecece;
	content: "";
	display: inline; /* for IE */
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.RaceSubMenu dt:before {
	margin-right: 0.5em;
}

.RaceSubMenu dt:after {
	margin-left: 0.5em;
}

.RaceSubMenu ul {
	margin-right: -8px;
}
.RaceSubMenu ul li {
	float: left;
	width: 25%;
}
.RaceSubMenu ul.col_3 li {
	width: 33%;
}
.RaceSubMenu ul.col_2 li {
	width: 33%;
}
.RaceSubMenu ul li a,
.RaceSubMenu ul li span.ContentNone {
	display: block;
	font-size: 66.7%;
	text-align: center;
	padding: 5px 0 8px;
	border-radius: 4px;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 6px;
	margin-right: 8px;
}
.RaceSubMenu ul li a {
	color: #666;
	background:#fff;
	border: solid 1px #dedede;
}
.RaceSubMenu ul li span.ContentNone {
	background:#f3f3f3;
	border: solid 1px #e4e4e4;
}
.Icon_Label {
	color: #444;
	font-weight: bold;
}
.RaceSubMenu ul li span.ContentNone .Icon_Label {
	color: #999;
}
.RaceSubMenu .RaceMenuList span.Icon_Sprite_Nk {
	display: block;
	background-image: url(../../img/yoso/icon/icon_sprite_race_nk01.png);
	background-repeat: no-repeat;
	-webkit-background-size: 250px auto;
	-moz-background-size: 250px auto;
	-ms-background-size: 250px auto;
	background-size: 250px auto;
	margin: 0 auto 5px;
	height: 25px;
}

.RaceSubMenu .RaceMenuSub.RaceMenuSub02 li a {
	background: none;
	border: 0;
	font-size: 66.7%;
}

.RaceSubMenu .RaceMenuSub.RaceMenuSub02 li a .IconInside{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	width: 46px;
	height: 46px;
	margin-bottom: 5px;
	background: #F7F7F7;
	border-radius: 50%;
	position: relative;
}

.RaceSubMenu .RaceMenuSub.RaceMenuSub02 li a .IconInside .Icon_Yoso01 {
	margin: auto;
    width: 26px;
    height: 25px;
}

.RaceSubMenu .RaceMenuSub.RaceMenuSub02 li a .Icon_Label {
	color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-wrap: wrap;
    min-height: auto;
    white-space: normal;
    word-break: break-word;
    text-align: left;
    padding: 0 2px;
}

.RaceSubMenu .RaceMenuSub.RaceMenuSub02 li a:hover {
	color: #c53131;
}

.RaceSubMenu .RaceMenuSub.RaceMenuSub02 li a:hover .Icon_Label {
	color: #c53131;
}

/*-- 出馬表 --*/
.Icon_Sprite_Nk,
.Icon_RaceInfo01 {
	width: 27px;
}
/*-- オッズ 購入 --*/
.Icon_RaceInfo02 {
	background-position: 0 -52px;
	width: 28px;
}
/*-- 結果払戻 --*/
.Icon_RaceInfo03 {
	background-position: -128px 1px;
	width: 25px;
}
/*-- IPAT連携 --*/
.Icon_RaceInfo04 {
	background-position: 0 -80px;
	width: 25px;
}
/*-- 調教タイム --*/
.Icon_RaceInfo05 {
	background-position: 0px -107px;
	width: 21px;
}
/*-- 厩舎コメント --*/
.Icon_RaceInfo06 {
	background-position: 0 -133px;
	width: 26px;
}
/*-- 馬券分析 --*/
.Icon_RaceInfo07 {
	background-position: 0 -155px;
	width: 43px;
}
/*-- タイム指数 --*/
.Icon_RaceInfo08 {
	background-position: 0 -186px;
	width: 32px;
}
/*-- 血統分析 --*/
.Icon_RaceInfo09 {
	background-position: 0px -214px;
	width: 26px;
}
/*-- 掲示板 --*/
.Icon_RaceInfo10 {
	background-position: 0 -241px;
	width: 29px;
}
/*-- 特集 --*/
.Icon_RaceInfo11 {
	background-position: -46px -51px;
	width: 21px;
}
/*-- レース映像 --*/
.Icon_RaceInfo12 {
	width: 35px;
	background-position: 0 -265px;
}
/*-- 俺プロ --*/
.Icon_RaceInfo13 {
	width: 39px;
	background-position: -46px -316px;
}
/*-- 調子偏差値 --*/
.Icon_RaceInfo14 {
	width: 25px;
	background-position: 0px -321px;
}
/*-- 競馬新聞 --*/
.Icon_RaceInfo15 {
	width: 25px;
	background-position: -45px -355px;
}
/*-- 調教映像 --*/
.Icon_RaceInfo16 {
	width: 32px;
	background-position: 0px -292px;
}
