
/*=================================================
 * 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;
}


.shopmenu_fix + .narrow{
	margin-top: 10px;
}

/** 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;
	border: 1px solid #3e3e41;
	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: #28282a;
}

#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: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: left;
}
#aaauser .rankbox .rankbox_in: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 .rankbox_in:after{
	content: '';
	height: 100%;
	border-left: 1px dotted #3e3e41;
	position: absolute;
	top: 0;
	right: 20px;
}

#aaauser .rankbox .usbox_l,
#aaauser .rankbox .usbox_r{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#aaauser .rankbox .usbox_l{
	position: relative;
	width: 80px;
	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: 60px;
	height: auto;
	border-radius: 50%;

}

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

#aaauser .rankbox .usbox_r{
	position: relative;
	width: calc(100% - 80px);
	padding: 0 30px 0 0;
}

#aaauser .rankbox .usbox_r p{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	margin: 0 0 3px 0;
}

#aaauser .rankbox .usbox_r dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

#aaauser .rankbox .usbox_r dt,
#aaauser .rankbox .usbox_r dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	text-align: left;
}

#aaauser .rankbox .usbox_r dt{	width: 100px;}
#aaauser .rankbox .usbox_r dd{}
#aaauser .rankbox .usbox_r dd span{
	display: inline-block;
	padding-left: 3px; 
	color: #ffcc00;
}
#aaauser .rankbox .usbox_r dd em{ 	color: #3e3e41; }

#aaauser .rankbox .usbox_r .shoprv_postname{
	display: block;
	margin: 2px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#aaauser .rankbox .usbox_r .shoprv_postname p{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	border-top: 1px solid #3d3d41;
	border-bottom: 1px solid #3d3d41;
	padding: 1px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#aaauser .rankbox .usbox_r .shoprv_postname span{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 36px;
	font-size: 8px;
	line-height: 15px;
	text-align: center;
	background: #3d3d41;
}
#aaauser .rankbox .usbox_r .shoprv_postname em{
	flex: 1;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #d3b565;
	padding: 0 5px;
}




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


.fudol4{
	position: relative;
	margin-bottom: 10px;
}

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

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

}

