.roundinfo_weather ul {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem;
    font-size: 90%;
	height: 100%;
}

.roundinfo_weather li {

}

.roundinfo_weather li::before {
	content:"";
}

.roundinfo_weather li figure {
	display: flex;
}

.roundinfo_weather li figure img {
    width: auto;
    height: 1.5rem;
}

.roundinfo_weather .weather_point {
    background-color: #057db8;
    color: #fff;
    font-size: 90%;
    line-height: 1;
    padding: .3em 1em .3em .5em;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.roundinfo_weather .weather_wind {
	display: flex;
    align-items: center;
    gap: .2em;	
}

#racerStats table tbody th{

}
#racerStats table tbody tr:nth-of-type(1) td p:not(:nth-of-type(1)) {
	display: none;
}

#racerStats table tbody tr:nth-of-type(2) td p:not(:nth-of-type(2)) {
	display: none;
}

#racerStats table tbody tr:nth-of-type(3) td p:not(:nth-of-type(3)) {
	display: none;
}

#racerStats table tbody tr:nth-of-type(4) td p:not(:nth-of-type(4)) {
	display: none;
}

#racerStats table tbody tr:nth-of-type(5) td p:not(:nth-of-type(5)) {
	display: none;
}

#racerStats table tbody tr:nth-of-type(6) td p:not(:nth-of-type(6)) {
	display: none;
}

#racerStats table tbody tr:nth-of-type(1) > th::before {
	content: "1";
}
#racerStats table tbody tr:nth-of-type(2) > th::before {
	content: "2";
}
#racerStats table tbody tr:nth-of-type(3) > th::before {
	content: "3";
}
#racerStats table tbody tr:nth-of-type(4) > th::before {
	content: "4";
}
#racerStats table tbody tr:nth-of-type(5) > th::before {
	content: "5";
}
#racerStats table tbody tr:nth-of-type(6) > th::before {
	content: "6";
}

.racerstats_racer {
    padding: 0 !important;
    height: 5rem;
}

.racerstats_racer dl {
    display: flex;
    align-items: stretch;
    gap: .5rem;
    text-align: left;
    height: 100%;
}

.racerstats_racer dl dt {
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.racerstats_racer dl dt button {
    padding: 0;
    width: 2rem;
    flex: 1;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}
.racerstats_racer dl dt button::before {
    content: "";
    display: block;
    background: #aaa;
    width: 1em;
    height: .8em;
}

.racerstats_racer dl dt .racerstats_rowUp::before {
	clip-path: polygon(0 100%, 100% 100%, 50% 0);
}

.racerstats_racer dl dt .racerstats_rowDown::before {
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.racerstats_racer dl dt button::after {
	content: none;
}


.racerstats_racer dl dd {
    font-weight: bold;
    padding-right: .5em;
}

#racerStats table tbody tr:first-of-type td button:first-of-type {
	display: none;
}
#racerStats table tbody tr:last-of-type td button:last-of-type {
	display: none;
}



#motorStats table tbody td > button {
    font-size: inherit;
    background: #057db8;
    color: #fff;
    font-size: 90%;
    border-radius: .2em;
    padding: 0.75em 1em;
}
#motorStats table tbody td > button::after {
	content: none;
}

.motor_dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    padding: 1rem;
    background-color: #000000aa;
	display: none;
    z-index: -1000;
}

.motor_dialog.open {
    display: flex;
    flex-direction: column;
    z-index: 1000;
    justify-content: center;
}

.motor_dialog > div {
    overflow: scroll;
    max-height: calc( 100% - 2rem);
}

.motor_dialog > button {
    background: none;
    border: 2px #fff solid;
    font-size: .8rem;
    width: auto;
    line-height: 2;
    padding: 0 2em;
    margin-top: .5rem;
    text-shadow: none;
    box-shadow: none;
}
.motor_dialog > button::after {
	display: none;
}


.motor_dialog table {
    white-space: nowrap;
}
.motor_dialog table thead {
    font-size: .8rem;
}
.motor_dialog table tbody {
	font-size: .9rem;
}

.motor_dialog table tbody tr td {
	text-align: center;
}

/* .motor_dialog table tbody tr th {
	position: sticky;
	left: 0;
} */

.motor_dialog table tbody tr th span {
    font-weight: normal;
    font-size: 80%;
}

.motor_dialog table tbody tr th i {
    border-color: #333 !important;
}

.motor_dialog_his {
	padding:0;
}
.motor_dialog table tbody tr td ul {
    display: flex;
    align-items: flex-start;
}
.motor_dialog table tbody tr td ul li {
    border-right: 1px #ccc solid;
}

.motor_dialog table tbody tr td ul li p {
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 1;
    justify-content: center;
    padding: .1em .2em;
}

.motor_dialog table tbody tr td ul li span {
    line-height: 1;
    display: inline-block;
}

.motor_dialog table tbody tr td ul li p span.lane {
    background: no-repeat url(/_common/img/svg/flag.svg) left center/auto 90%;
    width: 1.4em;
    text-align: right;
}

.motor_dialog table tbody tr td ul li p span[class^="boat"] {
    background-color: transparent;
    background: no-repeat left center/100% auto;
    color: transparent;
    width: 2em;
}

.motor_dialog table tbody tr td ul li p:last-of-type {
    font-weight: bold;
    background-color: #eee;
}

.motor_dialog table tbody tr td ul li p span.boat-1 {
	background-image: url(/_common/img/img_boat_1.webp);
}
.motor_dialog table tbody tr td ul li p span.boat-2 {
	background-image: url(/_common/img/img_boat_2.webp);
}
.motor_dialog table tbody tr td ul li p span.boat-3 {
	background-image: url(/_common/img/img_boat_3.webp);
}
.motor_dialog table tbody tr td ul li p span.boat-4 {
	background-image: url(/_common/img/img_boat_4.webp);
}
.motor_dialog table tbody tr td ul li p span.boat-5 {
	background-image: url(/_common/img/img_boat_5.webp);
}
.motor_dialog table tbody tr td ul li p span.boat-6 {
	background-image: url(/_common/img/img_boat_6.webp);
}

.motor_dialog_repair {
    text-align: left !important;
}

.motor_dialog_repair span {
    display: inline-block;
    font-size: 90%;
    background-color: #999;
    color: #fff;
    line-height: 2;
    padding: 0 .5em;
    margin: 0 .2em;
}

.roundinfo_sectionstats tbody th {
	font-size: 1rem !important;
}

.roundinfo_sectionstats td {
	padding: 0;
	vertical-align: top;
    min-width: 3rem;
}

.roundinfo_sectionstats ul {

}

.roundinfo_sectionstats ul li {
    display: flex;
    justify-content: center;
    border-bottom: 1px #ccc dotted;
}

.roundinfo_sectionstats ul li:last-of-type {
    border-bottom: none;
    background: #f0f0f0;
}

.roundinfo_sectionstats_course {
    width: 2em;
    background: url(/_common/img/svg/flag.svg) no-repeat left center/1em auto;
    text-align: right;
    padding-right: .5em;
}

.roundinfo_sectionstats_boat {
    width: 2em;
    background: url(/_common/img/img_boat_1.webp) no-repeat right center/100% auto;
}

.roundinfo_sectionstats_boat-2 {
	background-image: url(/_common/img/img_boat_2.webp)
}

.roundinfo_sectionstats_boat-3 {
	background-image: url(/_common/img/img_boat_3.webp)
}

.roundinfo_sectionstats_boat-4 {
	background-image: url(/_common/img/img_boat_4.webp)
}

.roundinfo_sectionstats_boat-5 {
	background-image: url(/_common/img/img_boat_5.webp)
}

.roundinfo_sectionstats_boat-6 {
	background-image: url(/_common/img/img_boat_6.webp)
}

.roundinfo_sectionstats td ul li > a {
    display: flex;
    color: inherit;
    text-decoration: underline;
}

.roundinfo_sectionstats_entry a {
    display: flex;
    color: inherit;
    text-decoration: underline;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.roundinfo_sectionstats_entry a div {
    height: 1rem;
}


.start_image {
    margin: 1rem 0;
}

.start_image li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    border-bottom: 1px #057db8 dotted;
}

.start_image li span {
    background: no-repeat url(/_common/img/svg/flag.svg) left .25em center/auto 1.2em;
    padding-left: 1.75em;
}

.start_image li figure {
    display: flex;
    text-align: right;
    width: 21rem;
    position: relative;
    justify-content: center;
    align-items: center;
}

.start_image li figure img {
    width: auto;
    height: 1rem;
}

.start_image li figure figcaption {
    width: 5rem;
    border-left: 2px #f90 solid;
}

.roundinfo > dd .notice {
    padding: 0 1rem;
    margin: 1rem 0;
    font-size: 90%;
}

.roundinfo > dd .notice li {
    margin: 0;
}


.roundinfo_nodata {
	background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10rem;
}

.roundinfo_nodata p {
    color: #057db8;
    border: 1px solid #057db8;
    padding: 1rem;
}



.roundinfo_divide {

}



.roundinfo_divide summary > div {
}

.roundinfo_divide dl {
    background: #fff;
}

.roundinfo_divide dl > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px #ccc solid;
    padding: .75rem;
}

.roundinfo_divide dl dt {
    width: 4rem;
}

.roundinfo_divide dl dd {
	flex: 1;
}

.roundinfo_divide dl dd ul {
}

.roundinfo_divide dl dd ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.roundinfo_divide dl dd ul li span {
    width: 30%;
    text-align: right;
}

.roundinfo_divide dl dd ul li span:last-of-type {
	font-size: 90%;
}

.roundinfo_divide_finish td {
    height: 3rem !important;
}

.roundinfo_divide_finish td::before {
	font-size: 3rem !important;
}

#odds {
    background-color: #fff;
}

#odds h3 + div {
    padding: 0.5rem;
}

#odds nav + div {
    overflow-x: scroll;
    padding: 0 .5rem;
    margin: 1rem 0;
}

#odds nav + div .odds_table {
    /* overflow-y: scroll; */
    /* height: 50vh; */
    /* background-color: #f0f0f0; */
    /* padding: 0.25em; */
    /* border: 4px #f0f0f0 solid; */
    white-space: nowrap;
    columns: 6;
    column-gap: 1rem;
    overflow: hidden;
    height: auto;
    background: transparent;
    padding: 0;
    border: none;
    width: 55rem;
    column-gap: 1rem;
}

.odds_table dl {
    float: none;
    width: 9rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .5rem;
    border-right: 1px #ccc solid;
}


.odds_table dt {
    float: none;
    border: none;
}

.odds_table dt > span {
    float: left;
}

table.raceyoso_divide_finish td {
    height: 3rem;
    overflow: hidden;
}

table.raceyoso_divide_finish td[class^="bg-"]::before {
    font-size: 3.5rem;
}

#racerStats .notice {
    padding: 0 1rem;
    font-size: 90%;
    margin: 1rem 0;
}
#racerStats .notice li {
    margin: 0;
}


@media( min-width:768px) {

.ad_queens {
    padding: 1rem;
    background: #e7f8ff;
}

.ad_queens ul#queens_banner {
    flex-direction: initial;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 100%;
}

.ad_queens ul#queens_banner li {
    width: 48%;
}



#yosoSection {
    padding: .5rem 1px;
}
#yosoSection .raceyosolist_list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#yosoSection .raceyosolist_list_tile {
    width: 50%;
    margin: 0;
}

.start_image li span {
    flex:0;
}

.roundinfo_divide > div {
    padding: 0 .5rem 1rem;
}

.roundinfo_divide_finish {
    float: left;
    width: 50%;
    min-width: auto;
    margin-right:.5rem;
}

.roundinfo_divide dl {
    clear: both;
    columns: 2;
}

#kaime {
    width: 100%;
    gap: .5rem;
    border: none;
}

#kaime li {
    width: calc((100% - .5rem) / 2);
    border: 1px #ccc solid;
}

#kaime_total {
    width:100%;
    bottom: 0;
}

}