@charset "utf-8";

/* ===========================================
 * 水面特性・進入コース別情報
 * ======================================== */
/* ****** 共通 ******** */
.category_suimen .par-title01 {
    font-size: 30px;
    background-color: unset;
    border: none;
    color: #003288;
    padding: 0;
}

.par-title03::after{
    border-bottom: none;
}
.category_suimen .date {
    margin: 10px 0 30px 0;
    font-size: 16px;
    text-align: right;
    line-height: 1;
    padding-top: 6px;
}
/* 奇数行に色付け */
.par-table01.normal tbody tr:nth-of-type(odd) td,
.par-table01.group tbody:nth-of-type(odd) tr td {
	background-color: #FFFFFF;
}
/* 偶数行に色付け */
.par-table01.normal tbody tr:nth-of-type(even) td,
.par-table01.group tbody:nth-of-type(even) tr td {
	background-color: var(--BASE_BACKGROUND03, #e5f5ff);
}

/* ****** 水面イメージ ******** */
.category_suimen .wakamatsu_img {
    margin: 33px 0 48px -40px;
}
.category_suimen .wakamatsu_img img {
    display: block;
    width: 1200px;
}
.category_suimen .suimen_img img {
    display: block;
    margin: 45px auto 55px;
}

/* ****** 水面特性 ******** */
table.par-table01.suimen_table {
    background-color: #FFF;
}

.category_suimen .par-table01 th {
	width: 50%;
    height: 35px;
    font-weight: normal;
}

.category_suimen .par-table01 td {
    height: 60px;
}

.category_suimen .par-table01 td.td_center p {
    text-align: center;
    padding-left: 0px;
}

.category_suimen .par-table01 .small th {
    width: 20%;
}

.category_suimen .par-table01 tr p {
    text-align: left;
    padding-left: 15px;
}

.content_unit {
	font-size: 18px;
	padding-top: 6px;
	margin-left: 688px;
}

.content_unit2 {
	font-size: 18px;
	padding-top: 6px;
	margin-left: 160px;
}

.content_unit3 {
	font-size: 18px;
	padding-top: 6px;
	margin-left: 250px;
}

#chilt p{
    text-align: center;
    font-size: 2.4rem;
}

/* ****** 入着率・決まり手・コース取得率 ******** */
.category_suimen .table_block.inline {
    width: 540px;
    display: inline-block;
}

.category_suimen .now_boatdata_area table.par-table01 th {
    width: 80px;
    height: 40px;
    font-size: 14px;
}

.category_suimen .kisetsu_boatdata_area table.par-table01 td,
.category_suimen .now_boatdata_area table.par-table01 td {
    font-size: 16px;
}

.cbetsu_table td{
    padding-right: 2.6rem;
    text-align: right;
}

.wbetsu_table td{
    padding-right: 2.6rem;
    text-align: right;
}

.cbetsu_table .course_num{
    padding-right: 0rem;
    text-align: center;
}

.category_suimen .now_boatdata_area table.wbetsu_table.par-table01 th,
.category_suimen .now_boatdata_area table.wbetsu_table.par-table01 td {
    width: 75px;
    height: 45px;
}
.category_suimen .now_boatdata_area table.wbetsu_table.par-table01 td,
.category_suimen .kisetsu_boatdata_area .table_spring table.par-table01 td,
.category_suimen .kisetsu_boatdata_area .table_summer table.par-table01 td,
.category_suimen .kisetsu_boatdata_area .table_fall table.par-table01 td,
.category_suimen .kisetsu_boatdata_area .table_winter table.par-table01 td {
    text-align: right;
    padding-right: 2.0rem;
}

.category_suimen .now_boatdata_area table.wbetsu_table.par-table01 td.waku_num,
.category_suimen .kisetsu_boatdata_area .table_spring table.par-table01 td.season_num,
.category_suimen .kisetsu_boatdata_area .table_summer table.par-table01 td.season_num,
.category_suimen .kisetsu_boatdata_area .table_fall table.par-table01 td.season_num,
.category_suimen .kisetsu_boatdata_area .table_winter table.par-table01 td.season_num  {
    text-align: center;
    padding-right: 0rem;
}

.category_suimen .now_boatdata_area table.wbetsu_table.par-table01 tr:nth-child(1) th:first-child {
    width: 90px;
}

/* ****** 季節別のボートレース場データ ******** */
.category_suimen .kisetsu_boatdata_area .table_block:nth-of-type(even) {
    margin-left: 40px;
}

.category_suimen .kisetsu_boatdata_area .table_block.table_spring .par-table01 th,
.category_suimen .kisetsu_boatdata_area .table_block.table_summer .par-table01 th,
.category_suimen .kisetsu_boatdata_area .table_block.table_fall .par-table01 th,
.category_suimen .kisetsu_boatdata_area .table_block.table_winter .par-table01 th {
    width: 75px;
    font-weight: normal;
}

.category_suimen .kisetsu_boatdata_area .table_block.table_spring table.par-table01 tr:nth-child(1) th:first-child,
.category_suimen .kisetsu_boatdata_area .table_block.table_summer table.par-table01 tr:nth-child(1) th:first-child,
.category_suimen .kisetsu_boatdata_area .table_block.table_fall table.par-table01 tr:nth-child(1) th:first-child,
.category_suimen .kisetsu_boatdata_area .table_block.table_winter table.par-table01 tr:nth-child(1) th:first-child {
    width: 90px;
    height: 45px;
}

/* ****** 春 ****** */
.category_suimen .kisetsu_boatdata_area .table_spring table.par-table01 th {
    background-color: #ff7681;
    border: 0.1rem solid #FFF;
    border-bottom: 0.1rem solid #7C7C7C;
}
.category_suimen .kisetsu_boatdata_area .table_spring table.par-table01 th:first-child {
    border-left: 0.1rem solid #FF7681;
}
.category_suimen .kisetsu_boatdata_area .table_spring table.par-table01 th:last-child {
    border-right: 0.1rem solid #FF7681;
}

/* ****** 夏 ****** */
.category_suimen .kisetsu_boatdata_area .table_summer table.par-table01 th {
    background-color: #4aba03;
    border: 0.1rem solid #FFF;
    border-bottom: 0.1rem solid #7C7C7C;
}
.category_suimen .kisetsu_boatdata_area .table_summer table.par-table01 th:first-child {
    border-left: 0.1rem solid #4aba03;
}
.category_suimen .kisetsu_boatdata_area .table_summer table.par-table01 th:last-child {
    border-right: 0.1rem solid #4aba03;
}

/* ****** 秋 ****** */
.category_suimen .kisetsu_boatdata_area .table_fall table.par-table01 th {
    background-color: #EB6D00;
    border: 0.1rem solid #FFF;
    border-bottom: 0.1rem solid #7C7C7C;
}
.category_suimen .kisetsu_boatdata_area .table_fall table.par-table01 th:first-child {
    border-left: 0.1rem solid #EB6D00;
}
.category_suimen .kisetsu_boatdata_area .table_fall table.par-table01 th:last-child {
    border-right: 0.1rem solid #EB6D00;
}

/* ****** 冬 ****** */
.category_suimen .kisetsu_boatdata_area .table_winter table.par-table01 th {
    background-color: #3873d9;
    border: 0.1rem solid #FFF;
    border-bottom: 0.1rem solid #7C7C7C;
}
.category_suimen .kisetsu_boatdata_area .table_winter table.par-table01 th:first-child {
    border-left: 0.1rem solid #3873d9;
}
.category_suimen .kisetsu_boatdata_area .table_winter table.par-table01 th:last-child {
    border-right: 0.1rem solid #3873d9;
}

