@charset "UTF-8";

.mb50 {
	margin-bottom: 50px;
}
.livelist {
	width: 100%;
	max-width: 740px;
}
.livelist ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.livelist ul li {
	/*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;*/
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 32%;
	margin-bottom: 20px;
	border: 1px solid #015db2;
	border-radius: 5px;
	padding: 0 0 10px;
}
.livelist ul li p {
	text-align: center;
}
.livelist ul li p:first-child {
	width: 100%;
	background: #e4effa;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px dotted #015db2;
	margin-bottom: 10px;
	line-height: 2;
}
.livelist ul li p:not(:first-child) a {
	width: 94%;
	color: white;
	line-height: 1.2;
    padding: 10px 5px;
    display: inline-block;
    font-size: 13px;
    background: #015db2;
    line-height: 1.2;
    border-radius: 5px;
    border-bottom: 3px solid #05215c;
    margin: 0 7px;
    vertical-align: bottom;
}
.livelist ul li p:not(:first-child) a:hover {
    border-bottom: 1px solid #05215c;
    margin-top: 2px;
}

.livelist ul li p:last-child {
	margin-top: 10px;
}

@media screen and (max-width:600px) {
.livelist ul li {
	width: 48%;
}
.livelist ul li p:not(:first-child) a {
	width: 89%;
    margin: 0 5px;
}
}

.main-stream p.stream {
    background: #015db2;
    padding: 10px;
    text-align: right;
    margin-bottom: 5px;
}
.sub_stream li {
    width: 32%;
}
.main_stream .stream>p {
    background: #015db2;
    padding: 10px;
    text-align: right;
    margin-bottom: 5px;
}
.race_place {
    border-radius: 5px;
}
.sub_race_place {
	margin-left: auto;
    text-align: left;
    color: black;
    height: 22px;
    border-radius: 5px;
    font-family: "ヒラギノ角ゴシック Pro";
    font-size: 12px !important;
}
.sub_stream ul li>p {
    background: #015db2;
    padding: 6px 10px 10px;
    text-align: right;
    margin-bottom: 5px;
}
@media screen and (max-width:600px) {
.main-stream>iframe {
    height: auto;
}
.sub_stream ul li {
    width: 100%;
}
.live_racer,.live_racer th {
	font-size: 12px;
}
.live_racer td, .live_racer th {
    padding: 5px 0;
    vertical-align: middle;
}

}