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

main{	min-height: auto; padding: 0;}

#aaauser{	padding: 0;}

#aaauser h3{
}

#aaauser .dis_txt{	margin: 10px auto;}
#aaauser .cate{
	width: calc(100% - 6px);
	margin: 0 auto;
}


/** usboz **/

#aaauser .usbox_bg{
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0 5px;
}

#aaauser .usbox{
	position: relative;
	display: inline-block;
	width: calc(100% / 3 - 10px);
	vertical-align: top;
	color: #fff;
	background: #28282a;
	border: 1px solid #28282a;
	border-radius: 5px;
	margin: 0 5px 10px 5px;
	-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;
}

#aaauser .usbox.nodisp{
	display: none;
}

#aaauser .usbox.nodisp img{
	display: none;
}

#aaauser .usbox:hover{
	text-decoration: none;
}

#aaauser .usbox_in{
	position: relative;
	display: table;
	width: 130px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin: 0 auto;
}

#aaauser .usbox_l,
#aaauser .usbox_r{
	display: table-cell;
	vertical-align: middle;
}

#aaauser .usbox_l{
	position: relative;
	width: 60px;
	text-align: left;
	padding: 7px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#aaauser .usbox_l img{
	width: 50px;
	height: auto;
	border-radius: 50%;

}

#aaauser .usbox_l .age{
	display: inline-block;
	width: 52px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	border-radius: 8px;
	position: absolute;
	top: 45px;
	left: -1px;
}

#aaauser .usbox_r{
}

#aaauser .usbox_r p{
	font-size: 11px;
	line-height: 15px;
}

#aaauser .usbox .name{
	padding: 3px;
	background: #1c1c1e;
}

#aaauser .usbox .name h4{
	width: calc(320 / 320 * 100%);
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}


/** rankbox **/

#aaauser .rankbox_bg{
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

#aaauser .rankbox{
	position: relative;
	display: block;
	color: #fff;
	border-bottom: 1px solid #3e3e41;
	-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;
}

#aaauser .rankbox:hover{
	text-decoration: none;
}
#aaauser .rankbox:first-of-type{	border-top: 1px solid #3e3e41;}

#aaauser .rankbox_in{
	position: relative;
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: left;
}

#aaauser .rankbox .usbox_l,
#aaauser .rankbox .usbox_r{
	display: table-cell;
	vertical-align: middle;
}

#aaauser .rankbox .usbox_l{
	position: relative;
	width: 72px;
	text-align: left;
	padding: 9px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#aaauser .rankbox .usbox_l img{
	width: 50px;
	height: auto;
	border-radius: 50%;

}

#aaauser .rankbox .usbox_l .age{
	display: inline-block;
	width: 52px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	border-radius: 8px;
	position: absolute;
	top: 45px;
	left: 8px;
}

#aaauser .rankbox .usbox_r{
	position: relative;
	padding: 0 30px 0 0;
}
#aaauser .rankbox .usbox_r:before{
	content: '';
	width: 4px;
	height: 4px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	position: absolute;
	top: calc(50% - 2px);
	right: 9px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#aaauser .rankbox .usbox_r p{
	font-size: 16px;
	line-height: 20px;
}
#aaauser .rankbox .usbox_r p .a_user{	font-weight: bold;}

#aaauser .rankbox_bg+.req_caution{	margin-top: 10px;}


/** narrow **/

.narrow .nbt{
	width: 100%;
}

.narrow ul{
	width: 100%;
	right: calc(50% - 110px);
}

.narrow li span{
	cursor: pointer;
	color: #fff;
}

.narrow li span:hover{
	text-decoration: none;
	color: #ff429c;
}


/** bttxt **/

.aniki_bttxt{
	border-top: 1px solid #3e3e41;
	margin: 0;
	padding: 0 10px 3px 10px;
}


/** LINE2 CSS ******************************/
@media screen and (max-width: 520px) {
	#aaauser .usbox{
		width: calc(100% / 2 - 10px);
	}
}


.fudol4{
	position: relative;
	margin-bottom: 10px;
	box-shadow: 0px 1px 0px 0px #3e3e41 inset,0px -1px 0px 0px #3e3e41 inset;
}
#aaauser .rankbox+.fudol4{		box-shadow: 0px -1px 0px 0px #3e3e41 inset;}
#aaauser .usbox+.fudol4{
	width: calc(100% + 10px);
	left: -5px;
}


.shopmenu_fix .cate{
	margin-top: 10px !important;
}


/** ktnbox **/

#aaauser .ktnbox_bg{
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#aaauser .ktnbox{
	position: relative;
	display: block;
	color: #fff;
	border-bottom: 1px solid #3e3e41;
	-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;
}
#aaauser .ktnbox:hover{
	text-decoration: none;
}
#aaauser .ktnbox:first-of-type{	border-top: 1px solid #3e3e41;}
#aaauser .ktnbox_in{
	position: relative;
	display: table;
	width: 100%;
	max-width: 280px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin: 0 auto;
}
#aaauser .ktnbox .usbox_l,
#aaauser .ktnbox .usbox_r{
	display: table-cell;
	vertical-align: middle;
}
#aaauser .ktnbox .usbox_l{
	position: relative;
	width: 80px;
	text-align: left;
	padding: 10px 10px 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#aaauser .ktnbox .usbox_l img{
	width: 70px;
	height: auto;
	border-radius: 50%;
}
#aaauser .ktnbox .usbox_l .age{
	display: inline-block;
	width: 70px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	border-radius: 8px;
	position: absolute;
	top: 59px;
	left: 0;
}
#aaauser .ktnbox .usbox_r{
}
#aaauser .ktnbox .usbox_r .aw{
	display: inline-block;
	vertical-align: top;
	z-index: 3;
	position: absolute;
	top: 9px;
	left: -11px;
}
#aaauser .ktnbox .usbox_r .aw img{
	width: 40px;
	height: auto;
}
#aaauser .ktnbox .usbox_r .name{
	margin: 0 0 5px 0;
}
#aaauser .ktnbox .usbox_r .name .dan{
	display: inline-block;
	vertical-align: top;
	width: 42px;
	height: 22px;
	font-family: "Sawarabi Mincho";
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
    box-shadow: 0 0 0 1px rgba(28,28,30,0.3) inset;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#aaauser .ktnbox .usbox_r h3{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#aaauser .ktnbox .usbox_r .evl_trust{
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
}
#aaauser .ktnbox .usbox_r .evl_trust em{
	font-size: 28px;
	font-weight: bold;
}
#aaauser .ktnbox.no1{	background: url(https://www.fucolle.com/img/all/rankno_01b.png) no-repeat calc(50% + 113px) 50%;	background-size: 80px auto;}
#aaauser .ktnbox.no2{	background: url(https://www.fucolle.com/img/all/rankno_02b.png) no-repeat calc(50% + 113px) 50%;	background-size: 80px auto;}
#aaauser .ktnbox.no3{	background: url(https://www.fucolle.com/img/all/rankno_03b.png) no-repeat calc(50% + 113px) 50%;	background-size: 80px auto;}
#aaauser .ktnbox.no1 .usbox_r .evl_trust em{
	color: #7BC76C;
	background: #7BC76C;
	background: linear-gradient(180deg, #ff3fab 0%, #ff90d4 50%, #ff3fab 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#aaauser .ktnbox.no2 .usbox_r .evl_trust em{
	color: #7BC76C;
	background: #7BC76C;
	background: linear-gradient(180deg, #d7a700 0%, #ffde43 50%, #d7a700 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#aaauser .ktnbox.no3 .usbox_r .evl_trust em{
	color: #7BC76C;
	background: #7BC76C;
	background: linear-gradient(180deg, #64bcff 0%, #86eaff 50%, #64bcff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#aaauser .ktnbox.no4 .usbox_r .evl_trust em,
#aaauser .ktnbox.no5 .usbox_r .evl_trust em,
#aaauser .ktnbox.no6 .usbox_r .evl_trust em,
#aaauser .ktnbox.no7 .usbox_r .evl_trust em,
#aaauser .ktnbox.no8 .usbox_r .evl_trust em,
#aaauser .ktnbox.no9 .usbox_r .evl_trust em,
#aaauser .ktnbox.no10 .usbox_r .evl_trust em{
	color: #7BC76C;
	background: #7BC76C;
	background: linear-gradient(180deg, #7BC76C 0%, #c5f0bc 50%, #7BC76C 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ktnbox+.fudol4{	margin-top: -1px;}


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

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

}

