@charset "utf-8";

/* ===========================================
 * ボートデータ節間成績
 * ======================================== */
/* ****** 見出し ******** */
.par-title01 {
	min-height: 0;
	background: unset;
	padding: 0;
	border-left: none;
	color: var(--MAIN_COLOR, #003288);
}

#maincontainer.second_page_container {
    padding-bottom: 80px;
}

.category_boat_hist .com-stripe01 {
    margin-bottom: 20px;
}

.category_boat_hist .item-detail-endpoint {
    margin-top: 16px;
    text-align: right;
    line-height: 1;
    font-size: 16px;
}

/* ****** テーブル ******** */
/* 奇数行に色付け */
.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, #EEEEEE);
}

.par-table01 th {
    font-weight: normal;
}

.category_boat_hist .par-table01 th {
    height: 60px;
}

.category_boat_hist .par-table01 td {
    height: 56px;
    font-size: 16px;
    padding: 0;
}

.category_boat_hist .par-table01 th.col1 {
    width: 150px;
}

.category_boat_hist .par-table01 th.col2 {
    width: 456px;
}

.category_boat_hist .par-table01 th.col3 {
    width: 140px;
}

.category_boat_hist .par-table01 th.col4 {
    width: 370px;
}

.category_boat_hist .par-table01 td.col1 {
    font-weight: normal;
    text-align: left;
    padding: 0px 17px;
    line-height: 1.42;
}

.category_boat_hist .par-table01 td.col2 {
    text-align: left;
    line-height: 1.42;
    padding: 10px 15px;
}

.category_boat_hist .par-table01 td.col3 {
    /* text-decoration-line: underline; */
}

.category_boat_hist .par-table01 td.col4 {
    text-align: left;
    /* padding-left: 10px; */
    font-weight: normal;
}

/* *****戻るボタン***** */
.category_boat_hist .mt_back_btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.category_boat_hist .mt_back_btn   a.par-btn01.left-arrow {
    border: 2px solid #003288;
    background-color: #FFF;
    color: #003288;
}

.category_boat_hist .mt_back_btn   a.par-btn01.left-arrow::before {
	background-image: url("/cdn/pc/images/datafile/btn_w_down.svg");
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
   
}

.category_boat_hist .setsukan_table {
    width: 100%;
	height: 100%;
	border-top: none;
}

.category_boat_hist .setsukan_table td{
	border-top: none;
	border-bottom: none;
}

.category_boat_hist .setsukan_table td:nth-child(odd) {
	border-right: none;
}

.category_boat_hist .setsukan_table td:nth-child(even) {
	border-left: none;
}

.category_boat_hist .setsukan_table td:first-child {
	border-left: none;
}

.category_boat_hist .setsukan_table td:last-child {
	border-right: none;
}