@charset "UTF-8";

/* ********************三国サイト用CSS（スタート） ******************** */
.yosou_area {
	width: 100%;
}

/**********************
 レース切替タブメニュ
**********************/
.yosou-tab_race_menu {
	width: 100%;
	background-color: #f2d977;
}
.yosou-tab_race_menu .tab_race_list {
    display: flex;
    width: 100%;
    padding: 0.5rem 0 0.7rem;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yosou-tab_race_menu .tab_race_list .tab_race_item {
    display: block;
    width: 5.5rem;
    height: 5rem;
    text-align: center;
}
.yosou-tab_race_menu .tab_race_list .tab_race_item:nth-of-type(n+7) {
	margin-top: 0.4rem;
}
.yosou-tab_race_menu .tab_race_list .tab_race_item a {
	display: block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 0 0.8rem;
	line-height: 5rem;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: var(--orange2);
	box-shadow: inset 0 -0.5rem 0 0 rgba(0, 0, 0, 0.16);
}
.yosou-tab_race_menu .tab_race_list .tab_race_item a.done{
	background-color: #cccccc;
}
.yosou-tab_race_menu .tab_race_list .tab_race_item a.selected{
	position: relative;
	color: var(--orange2);
	background-color: #ffffff;
	box-shadow: none;
}
.yosou-tab_race_menu .tab_race_list .tab_race_item a > span {
	display: block;
	width: 100%;
	height: 100%;
}
.yosou-tab_race_menu .tab_race_list .tab_race_item a.selected > span {
	border-top: 0.2rem solid var(--orange2);
}

/**********************
 コンテンツ切替タブメニュ
**********************/
.yosou .yosou_category_btn_list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
}
.yosou .yosou_category_btn_list li {
	display: inline-block;
	height: 5rem;
}
.yosou .yosou_category_btn_list li:first-child {
	margin-right: 1rem;
}

.yosou .yosou_category_btn_list li .category_btn {
	display: inline-block;
	width: 16.5rem;
	height: 5rem;
	line-height: 4.8rem;
	border-radius: 0.6rem;
}
.yosou .yosou_category_btn_list li.selected .category_btn {
	background-image: none;
	background-color: #ffffff;
	color: #121212;
}
.yosou .yosou_category_btn_list li.selected .category_btn span {
	display: inline-block;
	height: 5rem;
	border-top: 0.2rem solid var(--orange2);
	line-height: 4.3rem;
}
.yosou .category_tab_menu.par-tab01 {
	padding: 0;
}
.yosou .category_tab_menu.par-tab01 .par-tab_li {
	width: 6.8rem;
}
.yosou .category_tab_menu.par-tab01 .par-tab_li .par-tab_item {
	font-size: 1.2rem;
	line-height: 1.5;
}

/**********************
 レース情報エリア
**********************/
.yosou .raceinfo_area {
    width: 100%;
    padding: 1rem 1rem 3rem;
}
/* レース番号・レースタイトル */
.yosou .raceinfo_area .raceinfo_block1 {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
}
/* ステータスアイコン */
.yosou .raceinfo_area .raceinfo_tabs {
    display: block;
    width: 23.2rem;
    padding-top: 1.1rem;
}
.yosou .raceinfo_area .raceinfo_tabs span {
	display: inline-block;
	vertical-align: top;
	padding: 0 1rem;
	height: 2.3rem;
	margin-right: 0.5rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ffffff;
	background-color: #121212;
	line-height: 2.3rem;
	text-align: center;
	box-sizing: border-box;
}

/* 締切時刻 */
.yosou .raceinfo_dento dl {
	display: block;
	margin: 0;
	width: 8.3rem;
}
.yosou .raceinfo_dento .raceinfo_dento_title{
	display: block;
	width: 8.3rem;
	height: 1.8rem;
	padding-left: 2.6rem;
	line-height: 1.8rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ffffff;
	background-color: var(--red);
	box-sizing: border-box;
	background-image: url(/cdn/sp/images/yosou/ico_time.png);
	background-repeat: no-repeat;
	background-size: 1.2rem;
	background-position: left 0.6rem center;
}
.yosou .raceinfo_dento .raceinfo_dento_time{
	display: block;
	width: 8.3rem;
	margin-top: 0.5rem;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	text-align: right;
}

.yosou .raceinfo_area .raceinfo_block2 {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	margin-top: 1rem;
	align-items: center;
}
.yosou .raceinfo_area .raceinfo_race {
	display: inline-block;
	height: 2.4rem;
	margin-right: 2rem;
	line-height: 1;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--orange2);
}
.yosou .raceinfo_area .raceinfo_title {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
}


/* スライダータイトル */
.unitTabWrap{
	display: flex;
	width: 35.5rem;
	align-items: flex-end;
	justify-content: space-between;
	padding-top: 1.5rem;
}
.unitTabWrap .unitTab {
    position: relative;
    display: flex;
    min-width: 4rem;
    height: 5.5rem;
    padding: 0 0.4rem;
    margin-right: 0.2rem;
    align-items: center;
    justify-content: center;
}
.unitTabWrap .unitTab:last-child {
	margin-right: 0;
}

.unitTabWrap .unitTab:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background-color: #bbbbbb;
}
.unitTabWrap .unitTab.state-current:before {
    background-color: var(--orange2);
}

.unitTabWrap .unitTab .unitTxt {
    display: block;
    padding-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    color: #999999;
}
.unitTabWrap .unitTab.state-current .unitTxt {
    color: #121212;
    font-weight: bold;
}

/* タイトル */
.unit__title {
	display: block;
	width: auto;
	line-height: 1;
	padding: 2rem 1rem;
	color: var(--orange2);
	font-size: 1.8rem;
	font-weight: bold;
	opacity: 0.9;
}

/* 表の説明 */
.yosou_notes {
	padding: 0.5rem 1rem 2rem;
}
.yosou_notes li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.2rem;
	line-height: 1.6;
	margin-top: 0.5rem;
}

/* テーブル */
.yosou .par-table01 {
	width: 100%;
}
.yosou .par-table01 th {
	padding: 0;
	line-height: 1.6;
	font-size: 1.2rem;
}
.yosou .par-table01:not(.has-border) th:first-child {border-left: 0;}
.yosou .par-table01:not(.has-border) th:last-child {border-right: 0;}
.yosou .par-table01 td {
	padding: 0;
	line-height: 1.6;
	font-size: 1.4rem;
}
.yosou .par-table01:not(.has-border) td:first-child {border-left: 0;}
.yosou .par-table01:not(.has-border) td:last-child {border-right: 0;}
.yosou .par-table01 tbody tr.odd td {
	background-color:#ffffff;
}
.yosou .par-table01 tbody tr.even td {
	background-color: #f5f5f5;
}

/* 枠 */
.head_waku {
	font-size: 1.2rem !important;
}
.waku{
	font-size: 1.4rem !important;
	font-weight: bold !important;
}
/* 印画像 */
.icon_mark img{
	width: 1.4rem;
	margin: 0 auto;
}
.icon_mark img[src*="icon_4.png"]{
	width: 1rem;
}

/* 選手情報（ヘッダー部分用） */
.par-table01 th.head_player {}
.par-table01 th .head_player__toban,
.par-table01 th .head_player__racer,
.par-table01 th .head_player__shibu{
	display: block;
	font-size: 1.1rem;
}

/* 選手情報（テーブルボディ用） */
/****************************
選手情報（テーブルボディ用）
*************************  */
.com-racer-block {
	display: flex;
	width: 100%;
	min-width: 15.4rem;
	height: 7.4rem;
	align-items: center;
}
.com-racer-img {
	display: inline-block;
	vertical-align: middle;
	width: 5.1rem;
}
.com-racer-img > span{
	display: block;
	width: 5.1rem;
	height: 7.4rem;
	background-size: 5.2rem;
	background-repeat: no-repeat;
}
.com-racer-info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 5.1rem);
}
.com-rname,
.com-rname a {/* 名前 */
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	color: #121212;
	line-height: 1;
	text-decoration: underline;
	margin: 0.6rem 0 0.8rem;
}

.com-toban  {/* 級別・登番 */
	display: block;
	font-size: 1.1rem;
	font-weight: normal;
	color: #262626;
	line-height: 1.7rem;
}
.com-toban .par-ico_kyubetu {
	width: 2.8rem;
	height: 1.7rem;
	margin-right: 0.2rem;
	font-size: 1rem;
}

.com-subinfo  {/* 支部・出身地・年齢 */
	display: block;
	font-size: 1rem;
	font-weight: normal;
	color: #262626;
	line-height: 1;
}


/* 選手情報リスト */
.yosou_category_players_info {
    width: 100%;
    padding-bottom: 1.8rem;
}
.yosou_category_players_info .par-table01.players_info_tbl th {
	height: 6rem;
	font-size: 1.1rem;
}
.yosou_category_players_info .par-table01.players_info_tbl th.col1 {width: 2.3rem;}
.yosou_category_players_info .par-table01.players_info_tbl th.col2 {width: 15.4rem;}

.yosou_category_players_info .par-table01.players_info_tbl td {
	height: 7.4rem;
}
.yosou_category_players_info .par-table01.players_info_tbl td.waku {
	font-size: 1.3rem !important;
}

/* 欠場 */
.state-missed{
	position: relative;
}
.state-missed:after{
	content: '欠場';
	position: absolute;
	top: 0%;
	left: 0;
	z-index: 2;
	width: 35.5rem;
	height: auto;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 3.7rem;
	color: #ffffff;
	background-color: rgba(187, 187, 187, 0.95);
}
.yosou-category-players-name li.state-missed:after {
	width: 100%;
	line-height: 3rem;
	text-align: center;
}
.yosou_category_players_info .par-table01.players_info_tbl td.state-missed:after {
	height: 7.4rem;
	line-height: 7.4rem;
	width: 17.7rem;
}


/*************************************
	水面 ボート
*************************************/
.com-yosou-suimen{
    background-image: url(/cdn/sp/images/yosou/bg_st_suimen.png);
    background-size: 100%;
}
.com-yosou-suimen .suimen_div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 7.8rem;
}
.com-yosou-suimen .com-yosou-boat{
	display: inline-block;
	position: relative;
	width: 12.5rem;
	height: 7.8rem;
	text-align: right;
	border-right: 0.3rem solid #56b5d8;
}
.com-yosou-suimen .boat{
    position: relative;
    display: inline-block;
    width: 5.3rem;
    vertical-align: middle;
    padding-top: 2.8rem;
}
.com-yosou-suimen .suimen_div .st_area {
	display: inline-block;
	width: 4rem;
	text-align: right;
	padding-right: 0.8rem;
}

/*  Overthousand color */
.over_thousand_color {
	color: var(--red) !important;
}


/* 予想ページ用ソーリーコンテンツ */
.yosou .sorry.info {
	background-color: #ffffff;
	padding-top: 6rem;
	padding-bottom: 17.6rem;
}

/* ********************三国サイト用CSS（エンド　） ******************** */