#rra_title {
	font-size: 7vw;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin: 20px auto 20px;
}

#rra_area {
	width: 90vw;
	margin: 0px auto;
	position: relative;
	padding: 0px 0px 70px;
	pointer-events: none;
}

.rra_ubox {
	width: calc(100% - 30px);
	height: 25px;
	background: white;
	color: black;
	display: flex;
	justify-content: left;
	margin: 7px 0px;
	padding: 8px 15px;
	border-radius: 7px;
	font-size: 3.8vw;
	font-weight: 400;
	align-items: center;
	position: relative;
}

.rra_rank {
    width: 3.8vw;
    text-align: center;
    letter-spacing: 0em;
    margin-right: 12px;
    font-size: 14px;
}

.rra_name {
}

.rra_score {
	margin-left: auto;
	width: 14vw;
	text-align: right;
}

.rra_score span {
	font-size: 3.2vw;
    letter-spacing: 0.05em;
}

#metag {
	background: black;
	color: white;
	font-size: 10px;
	padding: 2px 6px;
	border-radius: 16px;
	position: absolute;
	left: -7px;
	top: -6px;
}