@charset "UTF-8";
/***************************************
/ ボートデータ節間成績
/**************************************/
html, body{
    font-family: 'Meiryo', 'メイリオ','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック Pro', 'Osaka', 'MS PGothic';
}
#maincontainer.second_page_container{
    padding-bottom: 8rem;
}
.category_boat_hist{
    padding: 4rem 4rem 0rem 4rem;
}
.category_boat_hist .com-stripe01{
    margin-bottom: 2rem;
}
.category_boat_hist .par-title01{
	background-color: #F7F5F2;
	border-left: 1rem solid #6EC233;
    min-height: 5rem;
    height: 5rem;
    padding: 0.9rem 1rem 0.8rem 2rem;
}
.category_boat_hist .item-detail-endpoint{
    margin-top: 1.6rem;
    text-align: right;
    line-height: 1;
    font-size: 1.6rem;
}
.u-accent{
    color: var(--BASE_ERROR, #CD1400)!important;
}
.par-table01 thead{
	border-top: 0.1rem solid #D9D9D9;
}
.par-table01 th,
.par-table01 td {
	font-weight: 400;
    border: 0.1rem solid var(--BASE_LINE, #D9D9D9);
}
.par-table01.normal tbody tr:nth-of-type(even) td,
.par-table01.group tbody:nth-of-type(even) tr td {
	background-color: #F1F9FF;
}
.category_boat_hist .par-table01 th{
	background-color: var(--MAIN_NAVY, #113952);
	color: #FFF;
	border: 0.1rem solid var(--BASE_LINE, #D9D9D9);
	border-bottom: 0;
}
.category_boat_hist .par-table01 th{
    height: 6rem;
}
.category_boat_hist .par-table01 td{
    height: 6.4rem;
    font-size: 1.6rem;
    padding: 0;
    font-weight: 700;
}
.category_boat_hist .par-table01 th.col1{
    width: 15rem;
}
.category_boat_hist .par-table01 th.col2{
    width: 45.6rem;
}
.category_boat_hist .par-table01 th.col3{
    width: 14rem;
}
.category_boat_hist .par-table01 th.col4{
    width: 37rem;
}
.category_boat_hist .par-table01 td.col1{
    font-size: 1.6rem;
    font-weight: normal;
    text-align: left;
    padding: 0.5rem 1.7rem;
    line-height: 1.42;
}
.category_boat_hist .par-table01 td.col2{
    text-align: left;
    line-height: 1.42;
    padding: 1rem 1.5rem;
}

.category_boat_hist .par-table01 td.col4{
    text-align: left;
    padding-left: 1rem;
    font-weight: normal;
}

/******戻るボタン******/
.category_boat_hist .mt_back_btn{
    text-align: center;
    justify-content: center;
    display: flex;
}
.category_boat_hist .mt_back_btn .par-btn01{
    height: 5.4rem;
    width: 32rem;
    line-height: 2.7;
    font-size: 1.6rem;
    border: solid 0.1rem #D9D9D9;
    color: #222222;
    border-radius: 0.8rem;
    padding: 0.6rem;
}
.category_boat_hist .u-mt_80{
    margin-top: 8rem;
}
.par-btn01.left-arrow::before,
.par-btn01.right-arrow::before{
    display: none;
}
.category_boat_hist .mt_back_btn img {
    transform: scale(-1, 1);
    position: absolute;
    top: 1.8rem;
    left: 1.6rem;
    width: 1.6rem;
}