#ranking {
	padding: 0px;
	height: auto;
	width: 900px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
#ranking li {
	padding: 0px;
	width: 210px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 12px;
}
.banner880 {
	margin-top: 10px;
	margin-left: 10px;
}

.text_red_large {
	color: #fff;
	background-color: #ff0000;
	outline: 1px solid #fff;
	outline-offset: -3px;
	padding: 5px;
}
#companion li .icon {
	display: flex;
	flex-flow: column;
	justify-content:flex-end;
	height: 90px;
	top: 210px;
}

.text_banner {
    display: flex;
  justify-content: center;
  align-items: center;
    flex-wrap: wrap;
    width: 900px;
    height: 150px;
    background: url("../images/banner880_newface_ranking.jpg") no-repeat;
}
.text_banner h2 {
    text-align: center;
    margin: 0;
    padding: 0;
	font-size: 3em;
	line-height: 1.4em;
	font-style: italic;
    color: #ff6db6;
    text-shadow: -2px -2px 6px #fff, 2px -2px 6px #fff, 2px 2px 6px #fff, -2px 2px 6px #fff;
    font-feature-settings: "palt";
}
.text_banner p {
	font-size: 1.4em;
    text-align: center;
    margin: 0;
    padding: 0;
	line-height: 1.4em;
	font-style: italic;
    font-weight: bold;
    color: #ff6db6;
    text-shadow: -2px -2px 6px #fff, 2px -2px 6px #fff, 2px 2px 6px #fff, -2px 2px 6px #fff;
    font-feature-settings: "palt";
}

.crown {
    position: relative;
    padding: 0px 0px 0px 2.5em;
    color: #003366;
    font-size: 18px;
    margin: 0;
}
.crown::before,
.crown::after {
    position: absolute;
    left: 0px;
    width: 0px;
    height: 0px;
    content: "";
}
.crown::before {
    top: -1.25em;
    border: 1em solid transparent;
    border-bottom: 1.5em solid currentColor;
}
.crown::after {
    top: 0.25em;
    border: 0.5em solid transparent;
    border-left: 1em solid currentColor;
    border-right: 1em solid currentColor;
}
.no1 {
    color: #dbb400;
}
.no2 {
    color: #9fa0a0;
}
.no3 {
    color: #c47022;
}
.no4 {
    color: #975110;
}
.no5 {
    color: #971610;
}




