@charset "UTF-8";

.roundlist {

}

.roundlist > li {
}

.roundlist > li a {
    display: block;
	border-top: 1px #ccc solid;
}    

.roundlist .race_roundinfo {
	background: no-repeat url(../img/icon_goRight_blk.svg) right 0.75rem top 1.25rem/0.5rem auto;
}

.roundlist_weather {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-around;
	background-color: #f0f0f0;
	font-size: 90%;
}

.roundlist_weather figure {
	display: flex;
	align-items: center;
}
.roundlist_weather figure img {
	width: 1rem;
}

.roundlist_weather li {
    line-height: 2;
}

.roundlist_weather li:nth-of-type(n+2) {
	padding-left: 1.2em;
	background: no-repeat left center/1rem auto;
}

.roundlist_weather li:nth-of-type(2) {
    background-image: url(../img/icon_wind.svg);
}

.roundlist_weather li:nth-of-type(3) {
    background-image: url(../img/icon_water.svg);
}
.roundlist_weather li:nth-of-type(4) {
    background-image: url(../img/icon_temp.svg);
    background-size: .7em auto;
}
.roundlist_weather li:nth-of-type(5) {
    background-image: url(../img/icon_watertemp.svg);
}


.roundlist_result {
    padding: .5rem 1rem !important;
}

.roundlist_result div {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.roundlist_result dt {
    
}

.roundlist_result dt span {
	display: inline-block;
	width: 1.5em;
	text-align: center;
	line-height: 1.5;
}

.roundlist_result dd {
    
}

.roundlist_result dd span {
	font-weight: 700;
	display: inline-block;
	width: 6em;
	text-align: right;
}

.roundlist_result dd i {
	display: inline-block;
	width: 5em;
	font-style: normal;
	font-size: 90%;
	text-align: right;    
}
