@charset "utf-8";
/* CSS Document */

#ranking_inner {
	margin: 40px 0 0;
}

#ranking_tab {
	font-size: 0;
}

#ranking_tab li {
	display: inline-block;
	text-align: center;
}

#ranking_tab li a {
	display: block;
	padding: 10px 15px;
}

#ranking_tab li a.active {
	background: #f2f2f2;
}

.ranking_area {
	display: none;
	border-top: solid 1px #c4c4c4;
}

.ranking_area:nth-child(1) {
	display: block;
}

.ranking_area h3 {
	padding: 20px 0;
	color: #d10000;
	font-size: 1.8rem;
	font-weight: 500;
}

.rank_box {
	position: relative;
	float: left;
	width: 18%;
	margin: 0 2.5% 2.5% 0;
}

.rank_box:nth-child(5n) {
	margin: 0;
}

.r_icon {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #2e3436;
	color: #fff;
	font-size: 1.1rem;
	line-height: 40px;
	text-align: center;
	z-index: 99999;
}

.rank_box:nth-child(1) .r_icon,
.rank_box:nth-child(2) .r_icon,
.rank_box:nth-child(3) .r_icon,
.rank_box:nth-child(4) .r_icon,
.rank_box:nth-child(5) .r_icon {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	border-radius: 5px;
	line-height: normal;
	font-size: 0.9rem;
}

.rank_box:nth-child(1) .r_icon {
	background: #cdb982 url("https://n.ai2006.jp/official/assets/pc/images/crown_icon2.png") no-repeat 42px center;
}

.rank_box:nth-child(2) .r_icon {
	background: #acadac url("https://n.ai2006.jp/official/assets/pc/images/crown_icon2.png") no-repeat 42px center;
}

.rank_box:nth-child(3) .r_icon {
	background: #9f7f62 url("https://n.ai2006.jp/official/assets/pc/images/crown_icon2.png") no-repeat 42px center;
}

.rank_box:nth-child(4) .r_icon {
	background: #383e3f url("https://n.ai2006.jp/official/assets/pc/images/crown_icon2.png") no-repeat 42px center;
}

.rank_box:nth-child(5) .r_icon {
	background: #383e3f url("https://n.ai2006.jp/official/assets/pc/images/crown_icon2.png") no-repeat 42px center;
}

.r_icon em {
	margin: 0 0 0 5px;
	font-size: 1.2rem;
}

.r_photo {
	position: relative;
}

.r_photo span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 3px 0;
	background: #f98094;
	color: #fff;
	font-size: 0.9rem;
	text-align: center;
	z-index: 99998;
}

.r_name {
	margin: 5px 0 0;
	color: #242a2c;
	font-size: 1.1rem;
	font-weight: 500;
}

.r_size {
	font-size: 0.9rem;
	font-weight: 300;
}

.r_qa {
	margin: 5px 0 0;
	border: solid 1px #fcfcfb;
}

.r_qa li {
	padding: 8px;
	font-size: 0.8rem;
	font-weight: 300;
}

.r_qa li:nth-child(even) {
	background: #fcfcfb;
}


/** =================================================== add ====================================================== **/



h3 {
    padding: 0 0 30px;
    color: #d10000;
    font-size: 1.8rem;
    font-weight: 500;
}

ul.select-month {
	margin: 40px 0 0 0 ;
}

ul.select-month li {
	position: relative;
	display: inline-block;
}

ul.select-month li:last-child {
	margin-left: 20px;
}

ul.select-month li input {
	display: none;
}

ul.select-month li label {
	padding: 0 0 0 30px;
	font-size: 18px;
	cursor: pointer;
}

ul.select-month li label:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 23px;
	height: 23px;
	border: solid 1px #c1c1c1;
	border-radius: 15px;
	box-shadow: 0 3px 0 #efefef;
}

ul.select-month li input[type="radio"]:checked + label:after {
	display: block;
	position: absolute;
	top: 8px;
	left: 8px;
	content: " ";
	width: 9px;
	height: 9px;
	border-radius: 5px;
	background: #2e3436;
}

.rankinglist-list li {
	position: relative;
    display: inline-block;
    width: 18%;
	margin: 0 2.5% 2.5% 0;
}

.rankinglist-list li:nth-child(5n) {
	margin-right: 0;
}

.comp-simpleavatar {
	padding: 35px 0 0;
}

.comp-detailgirlblock p.guest_icon {
    margin-top: -30px;
}

.comp-detailgirlblock .detail {
	margin: 5px 0 0;
	border: solid 1px #fcfcfb;
}

.comp-detailgirlblock .detail li {
	width: 100%;
	margin: 0;
    padding: 8px;
    font-size: 0.8rem;
    font-weight: 300;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.comp-detailgirlblock .detail li:nth-child(even) {
    background: #fcfcfb;
}


.show_ranking .rankinglist-list li[data-no]::after {
	content: attr(data-no);
	position: absolute;
	left: 10px;
	top: 45px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #2e3436;
	color: #fff;
	font-size: 1.1rem;
	line-height: 40px;
	text-align: center;
}

.show_ranking .rankinglist-list li[data-no="1"]::after,
.show_ranking .rankinglist-list li[data-no="2"]::after,
.show_ranking .rankinglist-list li[data-no="3"]::after,
.show_ranking .rankinglist-list li[data-no="4"]::after,
.show_ranking .rankinglist-list li[data-no="5"]::after {
	content: "ランキング" "NO." attr(data-no);
    left: 0;
    top: 0px;
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    font-size: 0.9rem;
    background: #383e3f url("../img/crown_icon2.png") no-repeat 42px center;
    line-height: 30px;
}

.show_ranking .rankinglist-list li[data-no="1"]::after {
    background-color: #cdb982;
}

.show_ranking .rankinglist-list li[data-no="2"]::after {
    background-color: #acadac;
}

.show_ranking .rankinglist-list li[data-no="3"]::after {
    background-color: #9f7f62;
}

.show_ranking .rankinglist-list li[data-no="1"] .comp-simpleavatar > .guest_icon,
.show_ranking .rankinglist-list li[data-no="2"] .comp-simpleavatar > .guest_icon,
.show_ranking .rankinglist-list li[data-no="3"] .comp-simpleavatar > .guest_icon,
.show_ranking .rankinglist-list li[data-no="4"] .comp-simpleavatar > .guest_icon,
.show_ranking .rankinglist-list li[data-no="5"] .comp-simpleavatar > .guest_icon {
	top: -30px;
}

.comp-girlblock .shop_icon1 {
	width: 20px;
	height: 20px;
	background-image: url("../img/nf_icon.png");
	background-position: center;
	display: inline-block;
	background-repeat: no-repeat;
}

.comp-girlblock .shop_icon2 {
	width: 20px;
	height: 20px;
	background-image: url("../img/crown_icon.png");
	background-position: center;
	display: inline-block;
	background-repeat: no-repeat;
}

.comp-girlblock .shop_icon3 {
	width: 20px;
	height: 20px;
	background-image: url("../img/rare.png");
	background-position: center;
	display: inline-block;
	background-repeat: no-repeat;
}