@charset "utf-8";
/*===========================================
race_nk01.css
netkeirin レース情報

============================================*/

/* 選手モーダル（仮）01 */
.Wrap.ViewOut #cboxOverlay {
	background: rgba(0,0,0,0.56);
}
.ModalPopup01 {
	background-color: rgba(255,255,255,1);
	width: 96%;
	width: calc(100% - 30px);
	max-width: 500px;
	max-height: calc(100% - 30px);
	position: fixed;
	top: 20px;
	left: 50%;
	margin: 0;
	padding: 0 0 10px;
	z-index: 10500;
	overflow: hidden;
	-webkit-transform: translate3d(-50%, 0%, 0);
	-moz-transform: translate3d(-50%, 0%, 0);
	transform: translate3d(-50%, 0%, 0);
	border-radius: 8px;
}
.ModalPopup01.OpenDraw {
	opacity: 1;
}

.ModalPopup01 span.Highest{
	color: #c53131;
	font-weight: bold;
}
/*
@keyframes ModalSlideUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 200%, 0);
		-moz-transform: translate3d(-50%, 200%, 0);
		transform: translate3d(-50%, 200%, 0);
	}
	10% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0%, 0);
		-moz-transform: translate3d(-50%, 0%, 0);
		transform: translate3d(-50%, 0%, 0);
	}
}
@keyframes ModalSlideDown {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0%, 0);
		-moz-transform: translate3d(-50%, 0%, 0);
		transform: translate3d(-50%, 0%, 0);
	}
	90% {
		-webkit-transform: translate3d(-50%, 200%, 0);
		-moz-transform: translate3d(-50%, 200%, 0);
		transform: translate3d(-50%, 200%, 0);
	}
	100% {
		opacity: 0;
	}
}
.ModalPopup01.SlideUp {
	animation: ModalSlideUp .4s ease-in-out forwards;
}
.ModalPopup01.SlideDown {
	animation: ModalSlideDown .4s ease-in-out forwards;
}
下から上*/
.ModalPopupInner01 {
	position: relative;
	max-height: calc(100vh - 90px);
	margin: 42px 10px 0 0;
	padding: 0 0 20px;
	overflow-y: auto;
}
/* 選手移動 .ModalMoveArea */
.ModalMoveArea {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px;
	background: #f3f3f3;
	border-radius: 8px 8px 0 0;
}
.ModalMoveArea ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 40px 0 10px;
	height: 42px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ModalMoveArea ul li{
	
}
.ModalMoveArea a:hover{
	text-decoration: none;
}
.ModalMoveArea .Shaban_Num {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 30px;
	font-size: 77.78%;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin: 0 2px;
}
.ModalMoveArea span.LinkNone .Shaban_Num {
	background: #f0f0f0;
}
.ModalMoveArea a:not(.Active) .Shaban_Num {
	background: #ccc;
	color: #fff !important;
}
.ModalPopupCloseBtn {
	position: absolute;
	top: 6px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	z-index: 10;
}
.ModalPopupCloseBtn {
	position: fixed;
	top: 6px;
	right: 8px;
	width: 30px;
	height: 30px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	z-index: 10;
}
.ModalPopupCloseBtn:before,
.ModalPopupCloseBtn:after {
	content: '';
	height: 2px;
	width: 26px;
	display: block;
	background: #333;
	position: absolute;
	top: 13px;
	left: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.ModalPopupCloseBtn:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
@media only screen and (max-width: 370px){
	.ModalMoveArea .Shaban_Num {
		margin: 0 1px;
	}
	
}
@media only screen and (max-width: 350px){
	.ModalMoveArea .Shaban_Num {
		width: 24px;
	}

}

/* 選手モーダル */
.PlayerTitleArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0 18px 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #f3f3f3;
	position: relative;
}
.PlayerTitleArea [class*="Waku"] {
	font-size: 83.33%;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 0 5px;
	min-width: 26px;
	min-height: 74px;
	justify-content: center;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
/*-- 枠色 --*/
.PlayerTitleArea .Waku1 {background: #fff;border: 1px solid #cacaca;}
.PlayerTitleArea .Waku2 {background: #222; color: #fff !important;}
.PlayerTitleArea .Waku3 {background: #dc3c3c; color: #fff !important;}
.PlayerTitleArea .Waku4 {background: #2c53a9; color: #fff !important;}
.PlayerTitleArea .Waku5 {background: #e4ca3b; color: #fff !important;}
.PlayerTitleArea .Waku6 {background: #58af4a; color: #fff !important;}
.PlayerTitleArea .Waku7 {background: #de8a26; color: #fff !important;}
.PlayerTitleArea .Waku8 {background: #dc6179; color: #fff !important;}
.PlayerTitleArea .Waku9 {background: #8516c5; color: #fff !important;}

.PlayerTitleTxt {
	padding: 0 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 72px;
}
.PlayerTitleTxt h2{
	color: #333;
	font-size: 116.7%;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 4px;
	margin-bottom: 4px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.PlayerTitleTxt h2 img{
	display: inline-block;
}

.PlayerTitleData > p{
	color: #777;
	font-size: 72.24%;
	font-weight: bold;
	line-height: 1.5;
}
.PlayerTitleTxt h2 a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media only screen and (max-width: 330px){
	.PlayerTitleTxt h2 a {
		width: 5.5em;
	}
}
/*-- 印 --*/
.PlayerTitleArea .Player_Select {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 6px;
}
.PlayerTitleArea .tzSelect,
.PlayerTitleArea .HorseCheckBtn {
	width: 22px !important;
	height: 22px !important;
	border-radius: 4px;
}
.PlayerTitleArea .tzSelect .selectBox{
	background-color: #fff;
	font-size: 82.5%;
	line-height: 22px !important;
	text-align: center;
	border-radius: 4px;
}
.PlayerTitleArea.Selected .PlayerTitleTxt .selectBox{
	background: #ef5350;
	border: 1px solid #ef5350;
	color: #fff;
}
.PlayerTitleArea .Player_Select .HorseCheck_Select + label::after{
	margin-top: -9px;
	margin-left: -3px;
	width: 6px;
	height: 15px;
}
.PlayerTitleArea .Player_Select .HorseCheck_Select:checked + label::before{
	display: none;
}
.PlayerTitleTxt > p {
	color: #777;
	font-size: 72.3%;
	font-weight: bold;
	line-height: 1.5;
}
.PlayerTitleTxt p.PlayerNameKana {
	font-size: 47.68%;
	font-weight: normal;
	color: #666;
	margin-top: 3px;
}
.PlayerTitleTxt .weight {
	font-weight: bold;
}
.PlayerTitleTxt .NinkiWrap {
	display: inline-block;
	white-space: nowrap;
}
.PlayerTitleTxt .ninki {
	color: #444;
	font-size: 92.21%;
	font-weight: bold;
}
.PlayerTitleTxt .Odds {
	font-size: 92.21%;
}
.PlayerTitleTxt .Odds.Odds_Ninki {
	font-weight: bold;
	color: #c53131;
}
.PlayerTitleTxt .PlayerPhoto {
	display: inline-block;
	width: 47px;
	height: 47px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 6px;
}
.PlayerTitleTxt .PlayerPhoto img.PlayerPhotoImg01 {
	width: 100%;
}
/* 印チェック */
.PlayerTitleTxt .PlayerCheckBtn{
	width: 27px;
	height: 27px;
	top: -2px;
}
.PlayerTitleTxt .PlayerCheck_Select + label{	
	-webkit-background-size: 27px 27px;
	-moz-background-size: 27px 27px;
	-ms-background-size: 27px 27px;
	background-size: 27px 27px;
}
.PlayerTitleTxt .PlayerCheck_Select:checked + label:before{
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	border-radius: 8px;
}
.PlayerTitleTxt .PlayerCheck_Select + label:after{
	height: 13px;
	width: 7px;
	margin-top: -10px;
}
/*-- データベースリンク --*/
.PlayerDBLink {
	padding: 0 6px 0 10px;
	margin-top: -10px;
}
.PlayerDBLink > p{
	font-size: 77.78%;
	line-height: 1.2;
	text-align: right;
}
.PlayerDBLink > p a {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding-right: 11px;
}
.PlayerDBLink > p a:after {
	content: '';
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #03a;
	width: 0;
	height: 0;
	position: absolute;
	top: 3px;
	right: 0;
}

/* お気に入りボタン */
.ProfileHeader_box_favBtn {
	position: absolute;
	top: 5px;
	right: 4px;
	bottom: 0;
	height: 52px;
	font-size: 55.56%;
	color: #444;
	text-align: center;
	text-align: -webkit-center;
}

.ProfileHeader_box_favBtnInner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 38px;
	height: 38px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
	border-radius: 50%;
	margin: 0 auto 4px;
	background-color: #fff;
	align-items: center;
	justify-content: center;
}
.ProfileHeader_box_favBtnInner svg {
	fill: #e03d3d;
}
.FavBtn.on .ProfileHeader_box_favBtnInner {
	background-color: #e03d3d;
}
.FavBtn.on .ProfileHeader_box_favBtnInner svg {
	fill: #fff;
}
.ProfileHeader_box_favBtnWrap {
	display: none;
}

/* 並び .Modal_Narabi */
.ModalPopup01 .DeployYoso {
	padding-right: 0;
	overflow-x: auto;
}
.ModalPopup01 .DeployYoso .DeployTitle {
	margin: 6px 0 6px;
	color: #777;
}

/* コメント .ModalPlayerComment */
.ModalPlayerComment {
	margin: 0 0 28px 10px;
	border: 1px solid #cacaca;
	border-radius: 4px;
	padding: 6px;
}
.ModalPlayerComment + .ModalPlayerComment {
	margin-top: -18px;
}
.ModalPlayerComment .ModalPlayerTitleBox {
	background: #6f6f6f;
	color: #fff;
	border-radius: 21px;
	display: inline-flex;
	padding: 4px 9px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ModalPlayerComment .ModalPlayerTitleBox h3 {
	color: #fff;
	font-size: 66.67%;
	font-weight: bold;
}
.ModalPlayerComment .ModalPlayerTitleBox .Modal_Icon01 {
	width: 13px;
	height: 14px;
	margin-right: 6px;
}
.ModalPlayerComment .ModalPlayerTitleBox + p.ModalCommentTxt {
	margin-top: 5px;
}
.ModalPlayerComment p.ModalCommentTxt {
	font-size: 72.23%;
	line-height: 1.54;
}


.PlayerData {
	padding: 0 0 0 10px;
}
.PlayerData dl dt {
	color: #777;
	font-size: 77.78%;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 20px;
}
.PlayerData dl dd {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 28px;
}
.PlayerData dl dd table {
	width: 100%;
	font-size: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-right: 1px solid #cacaca;
}
.PlayerData dl dd table + table {
	border-left: none;
}
.PlayerData dl dd table.LayoutFixed {
	table-layout: fixed;
}
.PlayerData dl dd table th,
.PlayerData dl dd table td {
	position: relative;
	padding: 5px 4px 4px;
	vertical-align: middle;
	color: #666;
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	text-align: center;
	line-height: 1.3;
}
.PlayerData dl dd table td {
	border-bottom: 1px solid #cacaca;
	font-size: 83%;
	padding: 8px 4px;
	height: 40px;
}
.PlayerData dl dd table th {
	font-size: 72.3%;
	font-weight: bold;
	background: #e7e7e7;
	height: 35px;
	white-space: nowrap;
}
.PlayerData dl dd table th:not(:last-child),
.PlayerData dl dd table td:not(:last-child) {
}

.PlayerData dl dd table.PlayerDatatable02 {
	table-layout: fixed;
}
.PlayerData dl dd table th.AveCell {
	width: 26%;
}
@media only screen and (min-width: 421px){
	.PlayerData dl dd table.PlayerDatatable01 {
		width: 37%;
	}
	.PlayerData dl dd table.PlayerDatatable02 {
		width: 63%;
		width: calc(63% + 1px);
		margin-left: -1px;
	}
}
@media only screen and (max-width: 420px){
	.PlayerData dl dd {
		display: block;
	}
	.PlayerData dl dd table + table {
		margin-top: 8px;
		border-left: 1px solid #c6ccdd;
	}
}

.ModalPopup01 .RaceResults {
	padding: 0 10px 18px;
}
.ModalPopup01 .RaceResults .SubTitle {
	color: #777;
	font-size: 77.78%;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 20px;
}

.RaceResults .mode_detail {
	padding: 0;
	position: relative;
}
.RaceResults .mode_detail .table_fixed_index {
    position: absolute;
    z-index: 50;
}
.RaceResults .mode_detail table {
    border-collapse: collapse;
    border: 0px;
    font-size: 66.67%;
    border: 1px solid #cacaca;
}
.RaceResults .mode_detail table thead {
    background: #e7e7e7;
}
.RaceResults .ResultsByRecent thead tr:first-child th:first-child {
    border-right: 3px double #cacaca;
}
.RaceResults .mode_detail table thead tr th {
    color: #777;
	font-weight: normal;
	line-height: 1.3;
}
.RaceResults table tbody th {
    background-color: #fff;
    border: 1px solid #cacaca;
}
.RaceResults .ResultsByRecent tbody th {
    padding: 0 6px;
    text-align: center;
    border-right: 3px double #cacaca;
}
.RaceResults .mode_detail table tr th, .RaceResults .mode_detail table tr td {
	vertical-align: middle;
	padding: 6px 4px;
	height: 56px;
	line-height: 1.5;
}
.RaceResults .SlideArea {
	margin-right: -10px;
}
.RaceResults .mode_detail .SlideArea {
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}
.ModalPopup01 .SlideArea {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
table.table_slide_body thead tr .cel_opacity,
table.table_slide_body tbody tr .cel_opacity {
	opacity: 0;
}
.RaceResults .mode_detail table tr td{
	vertical-align: middle;
	padding: 0 8px;
	height: 56px;
	min-width: 33px;
	font-weight: bold;
	background-color: #fff;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	line-height: 1.3;
	white-space: nowrap;
}
.RaceResults .ResultsByRecent td {
	text-align: center;
}
.RaceResults .mode_detail table tr th + th,
.RaceResults .mode_detail table tr td + td {
	border-left: 1px solid #cacaca;
}
.RaceResults .mode_detail table tr td:last-of-type {
	border-right: 1px solid #cacaca;
}
.SlideArea_Inner svg{
	width: 22px;
	height: 16px;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}
.RaceResults.mode_detail table tr td,
.RaceResults .ResultsByRecent tbody th{
	min-width: 50px;
	height: 38px;
}
.RaceResults .ResultsByRecent tbody th{
	min-width: 180px;
	line-height: 1.3;
	text-align: left;
	white-space: normal;
}
.RaceResults .ResultsByRecent tbody th.detail_table_tbodyInner{
	max-width: 180px;
}

.detail_table_tbodyItemSVG{
	width: 22px;
	height: 16px;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}
.result_no{
	display: flex;
	margin: auto;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	font-size: 10px;
	border-radius: 50px;
}
td.detail_table_tbodyItem a{
	display: block;
}
.RaceResults .mode_detail table tr td .result_no{
	margin-top: 8px;
}
.RaceResults .mode_detail table tr td a:hover {
	text-decoration: none;
}
.RaceResults .mode_detail table tr td a:hover span.RaceName {
	text-decoration: underline;
}
.result_no {
	color: #666;
}
.result_no.no_01 {
	color: #fff;
	background: #666;
}
.result_no.no_02 {
	color: #666;
	background: #fff;
	border: 1px solid #666;
}
.result_rank {
	display: flex;
	margin: auto;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border: 1px solid #cacaca;
	color: #03a;
}

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