
/*=================================================
 * CSS for PC
 * ================================================= */

#pub .systxt{
	padding: 10px;
}
#left{	padding-right: 0;}

.cnt{	padding: 0;}

.rank_toptxt{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	padding: 6px 0;
	background: #28282b;
	border-top: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rank_toptxt span{	color: #ffde00;}

.rank_result{
	margin: 0 10px 10px 10px;
}

.ranker_bg{
	display: block;
	width: auto;
	color: #fff;
	border-top: 1px solid #3e3e41;
	border-bottom: 1px solid #3e3e41;
	margin: 0 0 -1px 0;
	padding: 10px 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.ranker{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 300px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
}

.ranker_l,
.ranker_r{
	color: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.ranker_l{
	position: relative;
	width: 100px;
	border-radius: 50%;
	margin-right: 9px;
	padding: 5px;
	background: #1c1b1e;
}

.ranker_l .img{
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
}

.ranker_l .img img{
	width: 90px;
	height: auto;
}

.ranker_l .r1{
	width: 100px;
	font-family: "FontA";
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
}

.ranker_l .r2{
	width: 100px;
	font-family: "FontA";
	font-size: 18px;
	line-height: 18px;
	text-align: right;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
	position: absolute;
	z-index: 2;
	bottom: 11px;
	left: 0;
}

.ranker_l .r2 em{
	font-size: 32px;
}

.ranker_r{
	width: 191px;
	text-align: left;
}

.ranker_r .name{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 0 0 5px 0;
	text-shadow: 1px 1px 0 rgba(28,28,31,1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.ranker_r .name div{
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
}
.ranker_r .name div .a_girl{
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.ranker_r .name p{
	width: 100%;
	font-size: 11px;
	line-height: 15px;
}

.ranker_r .name p span{	color: #999;}
.ranker_r .name p br{	display: none;}

.ranker_r .name p.shop{
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.ranker_r .point{
	padding: 9px 0 0 0;
	border-top: 1px dotted #3e3e41;
	text-align: left;
}

.ranker_r .point div{
	display: inline-block;
	vertical-align: top;
	margin: 0 1px 0 0;
}
.ranker_r .point div:last-of-type{	margin: 0;}
.ranker_r .point div.no{
	width: 23px;
	height: 23px;
	background: #28282a;
	border-radius: 2px;
}
.ranker_r .point .cp > em{
	width: 23px;
	height: 23px;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	border-radius: 2px;
	padding: 0;
}

.ranker_r .point .cp0{	background: #28282a;}

.ranker_r .esort_bg{
	width: 100%;
	border-top: 1px solid #3e3e41;
	padding: 7px 0 0 0;
}

.ranker_r .esort_bg .score{
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	margin-right: auto;
}
.ranker_r .esort_bg .score span{
	font-family: "FontA";
	font-size: 28px;
	font-weight: normal;
	color: #ff429c;
}

.ranker_r .esort_bg .delper{
	position: relative;
	width: 45px;
	height: 25px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #3e3e41;
	padding: 5px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.ranker_r .esort_bg .delper i{
	width: 37px;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	background: #1c1c1e;
	position: absolute;
	top: -5px;
	right: 3px;
}
.ranker_r .esort_bg .delper span{	color: #f94f2e;}

.ranker_r .esort_bg .delall{
	position: relative;
	width: 100%;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


.ranker_base+.bt_bg{
	width: auto;
	margin: 0 auto;
	padding: 10px;
	max-width: 300px;
}
.ranker_bg+.bt_bg{	margin-top: 15px;}
.ranker_base+.bt_bg .bt{
	display: block;
	width: 100%;
}
.ranker_base .ranker_bg:last-of-type{	margin-bottom: 15px;}

.ranker_base+.bt_bg.next{	max-width: 100%;}


/***** RANK COLOR ******/

.ranker_l .r1, .ranker_l .r2{	color: #ffffff;}
.ranker_l{
	background: #3e3e41;
}

.no1 .ranker_l .r1, .no1 .ranker_l .r2{	color: #ff6ac0;}
.no1 .ranker_l{
	background: rgb(255,52,167);
	background: linear-gradient(135deg, rgba(255,52,167,1) 0%, rgba(255,110,192,1) 50%, rgba(255,52,167,1) 100%);
}

.no2 .ranker_l .r1, .no2 .ranker_l .r2{	color: #fedc22;}
.no2 .ranker_l{
	background: rgb(188,151,50);
	background: linear-gradient(135deg, rgba(188,151,50,1) 0%, rgba(254,220,32,1) 50%, rgba(188,151,50,1) 100%);
}

.no3 .ranker_l .r1, .no3 .ranker_l .r2{	color: #ccd6e7;}
.no3 .ranker_l{
	background: rgb(105,116,137);
	background: linear-gradient(135deg, rgba(105,116,137,1) 0%, rgba(190,198,213,1) 50%, rgba(105,116,137,1) 100%);
}




	.ranker_base .ranker_bg:last-of-type{	margin-bottom: 0;}
	.ranker_bg+.bt_bg{	margin-top: 1px;}



#left .no0.ranker_bg,
#left .no1.ranker_bg,
#left .no2.ranker_bg,
#left .no3.ranker_bg,
#left .no4.ranker_bg,
#left .no5.ranker_bg{
}

#left .no0 .ranker,
#left .no1 .ranker,
#left .no2 .ranker,
#left .no3 .ranker,
#left .no4 .ranker,
#left .no5 .ranker{
	position: relative;
	align-items: center;
}

#left .no0 .ranker_l,
#left .no1 .ranker_l,
#left .no2 .ranker_l,
#left .no3 .ranker_l,
#left .no4 .ranker_l,
#left .no5 .ranker_l{
	width: 135px;
	border-radius: 0;
	padding: 0;
	background: none;
}

#left .no0 .ranker_l .img,
#left .no1 .ranker_l .img,
#left .no2 .ranker_l .img,
#left .no3 .ranker_l .img,
#left .no4 .ranker_l .img,
#left .no5 .ranker_l .img{
	width: 135px;
	height: 180px;
	border-radius: 0;
}

#left .no0 .ranker_l .r1,#left .no0 .ranker_l .r2,
#left .no1 .ranker_l .r1,#left .no1 .ranker_l .r2,
#left .no2 .ranker_l .r1,#left .no2 .ranker_l .r2,
#left .no3 .ranker_l .r1,#left .no3 .ranker_l .r2,
#left .no4 .ranker_l .r1,#left .no4 .ranker_l .r2,
#left .no5 .ranker_l .r1,#left .no5 .ranker_l .r2{	display: none;}
#left .no0 .ranker_l .img img,
#left .no1 .ranker_l .img img,
#left .no2 .ranker_l .img img,
#left .no3 .ranker_l .img img,
#left .no4 .ranker_l .img img,
#left .no5 .ranker_l .img img{
	width: 135px;
	height: auto;
}

#left .no0 .ranker_r,
#left .no1 .ranker_r,
#left .no2 .ranker_r,
#left .no3 .ranker_r,
#left .no4 .ranker_r,
#left .no5 .ranker_r{
	width: calc(100% - 144px);
	padding-top: 5px;
}

#left .no1{	background: url(../img/all/rankno_01b.png) no-repeat calc(50% + 135px) 10px;	background-size: 130px auto;}
#left .no2{	background: url(../img/all/rankno_02b.png) no-repeat calc(50% + 135px) 10px;	background-size: 130px auto;}
#left .no3{	background: url(../img/all/rankno_03b.png) no-repeat calc(50% + 135px) 10px;	background-size: 130px auto;}
#left .no4{	background: url(../img/all/rankno_04b.png) no-repeat calc(50% + 135px) 10px;	background-size: 130px auto;}
#left .no5{	background: url(../img/all/rankno_05b.png) no-repeat calc(50% + 135px) 10px;	background-size: 130px auto;}

#left .no0.os_looks{	background: url(../img/all/os_looks_b.png) no-repeat calc(50% + 135px) 10px;	background-size: 130px auto;}
#left .no0.os_style{	background: url(../img/all/os_style_b.png) no-repeat calc(50% + 135px) 10px;	background-size: 130px auto;}
#left .no0.os_service{	background: url(../img/all/os_service_b.png) no-repeat calc(50% + 135px) 10px;	background-size: 130px auto;}
#left .no0.os_sense{	background: url(../img/all/os_sense_b.png) no-repeat calc(50% + 135px) 10px;	background-size: 130px auto;}
#left .no0.os_healing{	background: url(../img/all/os_healing_b.png) no-repeat calc(50% + 135px) 10px;	background-size: 130px auto;}

#left .no0 .ranker_r .name p br,
#left .no1 .ranker_r .name p br,
#left .no2 .ranker_r .name p br,
#left .no3 .ranker_r .name p br,
#left .no4 .ranker_r .name p br,
#left .no5 .ranker_r .name p br{	display: inline;}

#left .no0 .ranker_r .point,
#left .no1 .ranker_r .point,
#left .no2 .ranker_r .point,
#left .no3 .ranker_r .point,
#left .no4 .ranker_r .point,
#left .no5 .ranker_r .point{
	width: 100px;
	text-align: left;
	border-top: none;
	padding-top: 0;
}
#left .no0 .ranker_r .point div,
#left .no1 .ranker_r .point div,
#left .no2 .ranker_r .point div,
#left .no3 .ranker_r .point div,
#left .no4 .ranker_r .point div,
#left .no5 .ranker_r .point div{	margin-bottom: 1px;}

.ranker_r .rank_link{
	display: block;
	color: currentColor;
}
.ranker_r .komiper{
	display: block;
	width: auto;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.ranker_r .komiper_1{
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
	padding: 5px 0 0 0;
}
.ranker_r .komiper_1 em{
	font-size: 24px;
	font-family: "FontA";
}

#left .no0 .ranker_r .komiper_1 em{
	color: #ff3fab;
	background: -webkit-linear-gradient(top, #ff3fab 10%, #ff90d4 50%, #ff3fab 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#left .no1 .ranker_r .komiper_1 em{
	color: #ff3fab;
	background: -webkit-linear-gradient(top, #ff3fab 10%, #ff90d4 50%, #ff3fab 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#left .no2 .ranker_r .komiper_1 em{
	color: #d7a700;
	background: -webkit-linear-gradient(top, #c69a00 10%, #ffe25a 50%, #c69a00 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#left .no3 .ranker_r .komiper_1 em{
	color: #b3b3b3;
	background: -webkit-linear-gradient(top, #8e8e8e 10%, #ffffff 50%, #8e8e8e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#left .no4 .ranker_r .komiper_1 em,
#left .no5 .ranker_r .komiper_1 em{
	color: #b88e57;
	background: -webkit-linear-gradient(top, #9c7440 10%, #e9cfad 50%, #9c7440 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ranker_r .komiper_2{
	text-align: left;
}

.ranker_r .komiper_2 em{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	text-indent: 18px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.ranker_r .komiper_2 a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.ranker_r .komiper_2 .kp1{	width: 125px;}
.ranker_r .komiper_2 .kp1{
}
#left .no0 .ranker_r .komiper_2 .kp1{
	background:
	url(../img/all/kp1.png) no-repeat 29px 0px,
	-webkit-linear-gradient(top, #ff3fab 10%, #ff75c9 50%, #ff3fab 100%);
	background-size: 18px auto, auto;
}
#left .no1 .ranker_r .komiper_2 .kp1{
	background:
	url(../img/all/kp1.png) no-repeat 29px 0px,
	-webkit-linear-gradient(top, #ff3fab 10%, #ff75c9 50%, #ff3fab 100%);
	background-size: 18px auto, auto;
}
#left .no2 .ranker_r .komiper_2 .kp1{
	background:
	url(../img/all/kp1.png) no-repeat 29px 0px,
	-webkit-linear-gradient(top, #d0a200 10%, #e1bc0d 50%, #d0a200 100%);
	background-size: 18px auto, auto;
}
#left .no3 .ranker_r .komiper_2 .kp1{
	background:
	url(../img/all/kp1.png) no-repeat 29px 0px,
	-webkit-linear-gradient(top, #888888 10%, #a9a9a9 50%, #888888 100%);
	background-size: 18px auto, auto;
}
#left .no4 .ranker_r .komiper_2 .kp1,
#left .no5 .ranker_r .komiper_2 .kp1{
	background:
	url(../img/all/kp1.png) no-repeat 29px 0px,
	-webkit-linear-gradient(top, #a77f4a 10%, #c19a65 50%, #a77f4a 100%);
	background-size: 18px auto, auto;
}


/** shoprank **/

#shoprank .ranker{
	width: calc(100% - 20px);
}

#shoprank .ranker_l{
	width: 89px;
}

#shoprank .ranker_l .img{
	width: 70px;
	height: 70px;
}

#shoprank .ranker_l .img img{
	width: 70px;
}

#shoprank .ranker_l .r1{
	width: 80px;
	font-size: 12px;
	line-height: 12px;
}

#shoprank .ranker_l .r2{
	width: 80px;
	font-size: 18px;
	line-height: 18px;
}

#shoprank .ranker_l .r2 em{
	font-size: 32px;
}

#shoprank .ranker_r .ch{
	width: 100%;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	line-height: 18px;
}

.ranker_base .fudol4{
	border-top: 1px solid #3e3e41 !important;
	border-bottom: none;
	box-shadow: none;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {

}

