@charset "UTF-8";
/************************************
    得点率早見
************************************/
.category-tokuhayami {
	color: var(--MAIN_BLACK, #000000);
}
.category-tokuhayami .par-table01.tbl_tokuhayami thead th{
    width: 3.8rem;
    height: 5.4rem;
	font-weight: normal;
	font-size: 1.1rem !important;
}
.category-tokuhayami .par-table01.tbl_tokuhayami thead th.col1{width: 3.0rem;}
.category-tokuhayami .par-table01.tbl_tokuhayami thead th.col2{width: 4.0rem;}
.category-tokuhayami .par-table01.tbl_tokuhayami thead th.col3{/* width: 2.5rem; */}
.category-tokuhayami .par-table01.tbl_tokuhayami thead th.col10{width: 3.3rem;}

.category-tokuhayami .par-table01.tbl_tokuhayami tbody td {
	height: 8rem;
	font-size: 1.2rem;
	font-weight: bold;
}

.category-tokuhayami .par-table01.tbl_tokuhayami tbody td.col10 span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 2.3rem;
	height: 2.3rem;
	text-decoration: none;
	font-size: 1rem;
	border-radius: 0.4rem;
}

/* ノート */
.category-tokuhayami .tokuten_note {
    padding: 0rem 0rem 0.4rem;
}

.category-tokuhayami .hyo_info {
    /* display: flex; */
    font-size: 1.2rem;
    line-height: 1.5;
    align-items: flex-start;
}
.category-tokuhayami .hyo_info .item_race {
	width: 8rem;
}

.category-tokuhayami .hyo_info .item_point  {
	display: flex;
    flex-wrap: wrap;
    width: 20rem;
    column-gap: 0.5rem;
}

.category-tokuhayami .hyo_info .item_point span {
	display: inline-block;
	vertical-align: top;
	margin-right: 0.7rem;
	margin-bottom: 0.4rem; 
}
.tokuten_note .color-block.u-mt_20{
	margin-top: 0rem !important;
}
.category-tokuhayami .tokuten_note_txt {
	/* margin-top: 1rem; */
	font-size: 1.2rem;
	line-height: 1;
}

.par-table01 .col-data {
	font-weight: bold;
}

.par-table01 th.col-data {
	font-weight: normal;
}

/* カラー説明 */
.category-tokuhayami .color-block > div:not(:last-child) {
    margin-bottom: 1rem;
}
.category-tokuhayami .color-block .color-box{
	display: inline-block;
	vertical-align: middle;
}
.category-tokuhayami .color-block .explain{
	margin-left: 0.8rem;
	font-size: 1.2rem;
}
.category-tokuhayami .color-block .sample1,
.category-tokuhayami .color-block .sample2,
.category-tokuhayami .color-block .sample3{
	width: 2rem;
	height: 2rem;
	border: 0.1rem solid #aaaaaa;
}
/* カラー */
.category-tokuhayami .toukaku2,
.category-tokuhayami .color-block .sample1{
	background-color: #FFE5F4 !important;
}
.category-tokuhayami .toukaku1,
.category-tokuhayami .color-block .sample2{
    background-color: #F1F9FF !important;
}
.category-tokuhayami .color-block .sample3{
    background-color: #ffffff !important;
}


/* 得点率ランキングボタン */
.category-tokuhayami .tokuten_btn_area{
	display: block;
	padding: 1.6rem 0;
	text-align: center;
}

.category-tokuhayami .tokuten_btn_area .par-btn02 {
	position: relative;
    width: 34.5rem;
    height: 4rem;
    border-radius: 0.4rem;
    background: #2160AF;
    box-shadow: 0.4rem 0.4rem #868686;
	line-height: 3rem;
}

.category-tokuhayami .tokuten_btn_area .par-btn02 span {
	display: inline-flex;
	align-items: center;
}

.category-tokuhayami .tokuten_btn_area .par-btn02 span::before {
	content: '';
    display: inline-flex;
    align-items: center;
    width: 2rem;
    height: 2rem;
    background: url(/cdn/pc/images/top/ico_race_result_w.svg) no-repeat;
    background-size: contain;
    margin: 0 0.6rem;
}

.category-tokuhayami .tokuten_btn_area .par-btn02::before {
    content: '';
	position: absolute;
    width: 1.8rem;
    height: 4rem;
    background: url(/cdn/pc/images/common/ico_arrow_w.svg) center no-repeat;
    background-color: #22328E;
	top: 0;
	left: 0;
    border-radius: 0.4rem 0 0 0.4rem;
}

/* 欠場 */
.category-tokuhayami .par-table01 tbody td.state-missed:after{
	width: 37.3rem;
    height: 7.8rem;
    line-height: 7.8rem;
}