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

main{	min-height: auto; padding: 0;}
.pan_bg{
	background: rgb(255,171,121);
	background: linear-gradient(90deg, rgba(255,171,121,1) 0%, rgba(255,100,166,1) 100%);
}
.pan li:before,.pan li:after{	border-color: #fff;}
.pan li a{	color: #fff;}


/** atari **/

#atari_bg{
	text-align: center;
	background: #1c1c1e;
	margin: 0;
	padding: 10px 10px 0 10px;
}
#atari_bg+#atari_bg{	margin-top: 0;}

#atari > a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	color: #ff429c;
	background: #270711;
	border: 2px solid #ff429c;
	box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-moz-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-webkit-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	border-radius: 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;
}
#atari > a:hover{
	text-decoration: none;
	color: #fff;
	background: #ff429c;
	border-color: #ff429c;
}

#atari > a.nomail_box{
	background-color: #001a2d;
	border-color:#00c0ff;
}
#atari > a.nomail_box:hover{
	background-color: #00c0ff;
	border-color: #00c0ff;
}


#atari .a_div{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}

#atari .a_div2{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}
#atari + .new_good{ padding-top: 10px;}

#atari > a.nomail_box .a_div{
	color: #fff;
}

#atari > a.nomail_box .a_div span{
	color: #ffcc00;
}

#atari .a_p{
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: 0s;
}
#atari .a_p font{
	font-size: 10px;
	-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;
}
#atari > a:hover font , #atari > a:hover .a_p{	color: #fff;}

#atari > a.nomail_box:hover .a_div,
#atari > a.nomail_box:hover .a_div span{
	color: #fff;
}

#atari > a.nomail_box .a_p{
	font-size: 20px;
	line-height: 22px;
}


/** new_good **/

.new_good,
.new_res{
	font-size: 0;
	line-height: 0;
	background: #1c1c1e;
}
	.new_good,
	.new_res,
	.new_rank{
		margin: 0 0 20px 0;
		padding: 0;
	}

.new_act_bg{
	width: auto;
	display: block;
	border: none;
    background: #1c1c1e;
}

.new_act_bg .new_act{
	display: block;
	width: auto;
}

.new_act{	padding: 0;}

#atari #fund{
	padding: 0;
}


/** new_res **/

.new_res_in{
	padding: 10px;
}

.resbox{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 0 0 0 52px;
	-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;
}

.resbox:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.resbox span{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border: 2px solid #28282a;
	border-radius: 3px;
}

.resbox span em{
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.resbox span em i{
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	-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;
}

.resbox span em i img{
	width: 40px;
	height: auto;
	border-radius: 3px;
	-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;
}
.resbox span em i:hover,
.resbox span em i:hover img{
	opacity			: 1;
	filter			: alpha(opacity=100);
	border-radius: 20px;
	filter: grayscale(100%);
}

.new_res .resbox span{	border-color: #28282a; background: #28282a;}

	.resbox p{
		padding: 0px;
	}

.resbox .rescome{
	position: relative;
	display: table;
	width: 100%;
	background: #1c1c1e;
	border: 1px solid #3e3e41;
	border-radius: 3px;
	color: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.resbox .rescome:hover{
	text-decoration: none;
}

.resbox .rescome p{
	display: table-cell;
	vertical-align: middle;
	height: 42px;
	font-size: 13px;
	line-height: 16px;
	padding: 0 10px;
}

.resbox .rescome:after, .resbox .rescome:before{
	right: 100%;
	top: 21px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.resbox .rescome:after {
	border-color: rgba(28, 28, 30, 0);
	border-right-color: #1c1c1e;
	border-width: 5px;
	margin-top: -5px;
}
.resbox .rescome:before {
	border-color: rgba(62, 62, 65, 0);
	border-right-color: #3e3e41;
	border-width: 6px;
	margin-top: -6px;
}
	.new_res .resbox:nth-of-type(odd){	margin-right: 0;}
	.new_res .resbox:last-of-type{	margin-bottom: 0;}
	.resbox .rescome{}


/** new_good **/

.new_good .usbox_bg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0;
	padding: 10px 0 5px 0;
}

.new_good .usbox{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	margin: 0 5px 5px 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;
}
.new_good .usbox:last-of-type{	border-right: none;}

.new_good .usbox_in{
	text-align: left;
}

.new_good .usbox_l{
	position: static;
	text-align: center;
}

.new_good .usbox_l img{
	width: 70px;
	height: auto;
	border-radius: 50%;
}
.new_good.new_res .usbox_l .fade{
	display: inline-block;
	vertical-align: top;
	width: 74px;
	height: 74px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.new_good.new_res .usbox_l img{
	border-radius: 0;
}

.new_good .usbox_l .age{
	display: inline-block;
	width: 64px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	border-radius: 6px;
	position: absolute;
	top: 52px;
	left: calc(50% - 32px);
}

.new_good .usbox_r{
}

.new_good .usbox_r .name{
	display: block;
	width: 70px;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	padding: 5px 0 0 0;
}
.new_good .usbox_r .name a{
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-width: 70px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}


/** news **/

#news{
	margin: 0;
}
#atari_bg+#news{	margin-top: 10px;}

#u_week{
	display: block;
	position: static;
	padding: 10px;
}

#u_week p{
	color: #ff429c;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	border-radius: 15px;
	background: #28282a;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#u_week p span{	color: #fff;}

#u_week p em{
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

#news #iminfo{
	margin: 0;
}

#news #iminfo p{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	border: none;
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: 0s;
}

#news #iminfo em{}
#news #iminfo a{	color: #ff429c;}

#news .u_title{
	height: auto;
	text-align: left;
}

#news .acdbox{
	background: #1c1c1e;
	margin: 0 0 25px 0;
	padding: 0;
}

#news #iminfo+.acdbox,
#news #fund+.acdbox{
	padding-top: 0;
}

#news #top_ban{
	border-top: 1px solid #3e3e41;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding :10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#news #top_ban div{
	display: block;
	width: auto;
	text-align: center;
	margin: 0;
	padding: 0 25px;
}
	#news #top_ban div img{
		width: 100%;
		height: auto;
	}
	#news #top_ban div:nth-of-type(2){	display: none;}


#news .infonbs{
	padding: 15px 0 0 0;
}
#news .event+.infonbs,
#news .otms+.infonbs{
	padding-top: 25px;
}
#news ul{
	border-bottom: 1px solid #3e3e41;
	margin: 0 15px;
	height: 360px;
	overflow-y		: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}

#news li{
	position: relative;
	display: block;
	width: auto;
	padding: 15px 0;
	border-bottom: 1px dotted #3e3e41;
}
	#news li:last-of-type{	border-bottom: none;}


#news li em,
#news li span{
	display: block;
	width: auto;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#news li em{
	width: 140px;
	width: auto;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 0 20px;
	padding: 0 0 5px 25px;
}

#news li span{
	font-size: 16px;
	line-height: 25px;
	padding: 0 10px;
}

#news li em:before,
#news li em:after{
	content: "";
	position: absolute;
}
#news li em:before{
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #fff;
	top: 18px;
	left: 10px;
}
#news li em:after{
	top: 21px;
	left: 14px;
	box-sizing: border-box;
	width: 2px;
	height: 2px;
	border: 2px solid transparent;
	border-left: 3px solid #333;
}

#news li i{
	display: inline-block;
	font-style: normal;
	margin-right: 5px;
}

#news li em{
	margin: 0 5px 0 0;
}

#news li a:hover{	text-decoration: underline;}


/** otms **/

#news .otms{
	position: relative;
	display: block;
	padding: 15px 0 0 0;
}
#news .info_imp+.otms{	padding-top: 0;}

#news .otms > em,
#news .otms > span{
	display: block;
	width: auto;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#news .otms > em{
	width: 140px;
	width: auto;
	font-size: 14px;
	line-height: 18px;
	margin: 0 5px 0 0;
	padding: 0 0 0 20px;
	padding: 0 0 10px 25px;
}

#news .otms > span a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin: 0 15px;
	padding: 7px 0 7px 20px;
	border-bottom: 1px dotted #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#news .otms > span .material-icons{
	font-size: 17px;
	font-weight: normal;
	line-height: 17px;
	color: #ff6600;
	position: absolute;
	top: 8px;
	left: 4px;
}

#news .otms > span a{
	color: #fff;
}
#news .otms > span a:hover{
	text-decoration: underline;
}

#news .otms > em:before,
#news .otms > em:after{
	content: "";
	position: absolute;
}
#news .otms > em:before{
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #fff;
	top: 18px;
	left: 10px;
}
#news .otms > em:after{
	top: 21px;
	left: 14px;
	box-sizing: border-box;
	width: 2px;
	height: 2px;
	border: 2px solid transparent;
	border-left: 3px solid #333;
}

#news .otms i{
	font-style: normal;
}


/** event **/
#news .event{
	padding: 15px 0 0 0;
}
#news .event+.otms{	padding-top: 25px;}
#news .event .event_p{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin: 0 15px;
	padding: 7px 0 7px 27px;
	border-bottom: 1px dotted #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#news .event .event_p span.material-icons{
	font-size: 17px;
	font-weight: normal;
	line-height: 17px;
	color: #5dcfff !important;
	position: absolute;
	top: 8px;
	left: 4px;
}
#news .event .event_p a{	color: currentColor;}
#news .event .event_p a:hover{	text-decoration: underline;}
#news .event .event_p span{	color: #ffff00;}
#news .event .event_p br{ display: none;}

#news .event .event_p:nth-child(6n+1) span{	color: #ff61be;}
#news .event .event_p:nth-child(6n+2) span{	color: #ffec48;}
#news .event .event_p:nth-child(6n+3) span{	color: #28ff70;}
#news .event .event_p:nth-child(6n+4) span{	color: #ff9c3a;}
#news .event .event_p:nth-child(6n+5) span{	color: #00fffc;}
#news .event .event_p:nth-child(6n+6) span{	color: #d392ff;}
#news .event .event_p span.blink{
	animation: event_blink 3s ease-in-out infinite;
}
@keyframes event_blink{
	0% {opacity: 1; filter: alpha(opacity=100);}
	45% {opacity: 1; filter: alpha(opacity=100);}
	48% { opacity: 0; filter: alpha(opacity=0);}
	51% { opacity: 1; filter: alpha(opacity=100);}
	54% { opacity: 0; filter: alpha(opacity=0);}
	57% { opacity: 1; filter: alpha(opacity=100);}
	100% { opacity: 1; filter: alpha(opacity=100);}
}


/*info_imp*/
#news .info_imp{
	position: relative;
	display: block;
	padding: 15px 0 15px 0;
}

#news .info_imp_title{
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	text-align: left;
	background: #28282b;
	border: 2px solid #3e3e41;
	margin: 0 15px;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#news .info_imp_title i{
	position: relative;
	bottom: -5px;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	color: #ccc;
	margin-left: 5px;
}

#news .info_imp em,
#news .info_imp span{
	display: block;
	width: auto;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#news .info_imp em{
	width: 140px;
	width: auto;
	font-size: 14px;
	line-height: 18px;
	margin: 0 5px 0 0;
	padding: 0 0 0 20px;
	padding: 0 0 10px 25px;
	color: #ffff00;
}

#news .info_imp span{
	padding: 0 15px;
}

#news .info_imp span a{
	position: relative;
	display: block;
	color: #fff;
}
#news .info_imp span a:hover{
	text-decoration: underline;
}
#news .info_imp span a,
#news .info_imp span a#fund,
#news .info_imp span a#iminfo{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 7px 0 7px 25px;
	border-bottom: 1px dotted #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#news .info_imp span a:last-of-type,
#news .info_imp span a#fund:last-of-type,
#news .info_imp span a#iminfo:last-of-type{	border-bottom: none;}
#news .info_imp .material-icons{
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #ffcc00;
	position: absolute;
	top: 7px;
	left: 3px;
	padding: 0;
}
#news .info_imp .a_div2{
	display: inline-block;
	vertical-align: baseline;
}
#news .info_imp .a_p{
	display: inline-block;
	vertical-align: baseline;
	font-size: 13px !important;
	line-height: 16px !important;
	color: #ffffff;
}
@media screen and (max-width: 650px) {
	#news .info_imp .a_div2{
		display: block;
	}
	#news .info_imp .a_p{
		display: block;
	}
}

#news .info_imp em:before,
#news .info_imp em:after{
	content: "";
	position: absolute;
}
#news .info_imp em:before{
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #1c1c1e;
	border: 1px solid #3e3e41;
	top: 18px;
	left: 10px;
}
#news .info_imp em:after{
	top: 21px;
	left: 14px;
	box-sizing: border-box;
	width: 2px;
	height: 2px;
	border: 2px solid transparent;
	border-left: 3px solid #666;
}

#news .info_imp #iminfo,
#news .info_imp #iminfo p,
#news .info_imp #fund,
#news .info_imp #fund p{
	text-align: left;
}

#news .info_imp a{
	color: #ffff00 !important;
}
#news .info_imp a:hover .a_div2{
	text-decoration: underline;
}


/** nginfo **/
#news .nginfo_div{
	text-align: left;
	margin: 0 15px 15px 15px;
}
#news .nginfo_div:first-of-type{	margin-top: 10px;}
#news .nginfo_div:last-child{	margin-bottom: 0;}
#news .nginfo_p1{
	position: relative;
	font-size: 16px;
	line-height: 27px;
	color: #ffff00;
	text-align: left;
	padding: 0 0 0 27px;
}
#news .nginfo_p1 span{
	font-size: 18px;
	line-height: 18px;
	padding: 0;
	position: absolute;
	top: 3px !important;
	left: 3px !important;
}
#news .nginfo_p2{
	font-size: 16px;
	line-height: 27px;
	margin-left: 27px;
}
#news .nginfo_p2 a{
	color: #fff !important;
	text-decoration: underline;
}
#news .nginfo_p2 a:hover{	text-decoration: none;}
#news .nginfo_p3{
	position: relative;
	font-size: 11px;
	line-height: 18px;
	margin-left: 27px;
	padding: 0 0 0 13px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#news .nginfo_p3 span{
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	color: #ff9900;
}



/** fund **/

#fund{
	text-align: center;
	background: #1c1c1e;
	margin: 0;
	padding: 10px 10px 5px 10px;
}

#fund p{
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
}
	#fund a.fade img{
		width: 100%;
		max-width: 600px;
	}

@-webkit-keyframes pulse {
 from {
   opacity: 1.0;
 }
 to {
   opacity: 0;
 }
}
#fund p{
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: 0s;
}

#fund p em{	color: #ff429c;}

#fund.iminfop{
}


/** prof_top **/

#prof_top{
	position: relative;
	height: auto;
	margin: 0;
	padding: 0 0 0 0;
	background: none;
}

#prof_top .user_id{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	color: #fff;
	background: #000;
	padding: 0 0 0 62px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#prof_top .user_id .dan{
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 35px;
	font-family: "Sawarabi Mincho";
	font-size: 18px;
	line-height: 35px;
	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;
	position: absolute;
	top: 12px;
	left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#prof_top .user_id h3{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}

#prof_top .user_id h3,
#prof_top .user_id h3 a{ color: #d3b565; }

#prof_top .user_id p{
	width: 100%;
	font-size: 10px;
	line-height: 14px;
}

#prof_top .user_id p span{	color: #999;}

#prof_top .user_name{
	text-align: center;
	background: #000;
	padding: 8px 0 5px 0;
}
#prof_top .user_name h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #d3b565;
	padding-bottom: 2px;
}
#prof_top .user_name h3,
#prof_top .user_name h3 a{	color: #d3b565;}
#prof_top .user_name span{
	display: inline-block;
	vertical-align: top;
	width: 75px;
	font-size: 10px;
	line-height: 12px;
	border-radius: 6px;
}

#u_menu{
	display: block;
	width: auto;
	position: static;
	bottom: 0;
	padding: 0;
	margin-bottom: 1px;
	background: #1c1c1e;
	border: none;
	border-bottom: 3px solid #ff9c82;
}
#u_menu .um_title{	display: none;}

#u_menu .admenu{
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border: none;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#u_menu .admenu > a,
.uc_bt > a{
	display: table-cell;
	width: auto;
	height: 50px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0 0 0 0;
	background: #28282a;
	border-right: 1px solid #1c1c1e;
	-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;
}
#u_menu .admenu > a.on{	font-weight: bold;}
#u_menu .admenu > a:hover{
	text-decoration: none;
}
#u_menu .admenu > a#ad1.on,
#u_menu .admenu > a#ad1:hover{	color: #000000; background: #e1e1e1;}
#u_menu .admenu > a#ad2.on,
#u_menu .admenu > a#ad2:hover{	color: #ffffff; background: #ff79b9;}
#u_menu .admenu > a#ad3.on,
#u_menu .admenu > a#ad3:hover{	color: #ffffff; background: #ac9afd;}
#u_menu .admenu > a#ad4.on,
#u_menu .admenu > a#ad4:hover{	color: #ffffff; background: #daba0b;}

#u_menu .admenu > a:last-child{	margin-right: 0; border-right: none;}
#u_menu .admenu i.exp_badge{
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	min-width: 14px;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	color: #fff;
	background: #ff429c;
	border-radius: 7px;
	margin: 0 0 0 2px;
	padding: 0 3px;
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#u_menu .admenu i.exp_badge:empty{	display: none;}

@media screen and (max-width: 650px) {
	#u_menu .admenu > a,
	.uc_bt > a{
		font-size: 13px;
	}
}
@media screen and (max-width: 450px) {
	#u_menu .admenu > a,
	.uc_bt > a{
		font-size: 11px;
	}
}


/** prof_mid **/

#prof_mid{
	position: relative;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	font-size: 0;
	line-height: 0;
	padding: 0 0 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#prof_mid_l,
#prof_mid_r{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#prof_mid_l{
	width: 80px;
	padding: 10px 10px 0 0;
}

#prof_mid_l #u_img{
	display: block;
	font-size: 0;
	line-height: 0;
	position: static;
	padding: 0;
}

#prof_mid_l #u_img a,
#prof_mid_l #u_img span{	border-radius: 50%;}

#prof_mid_l #u_img img{
	width: 70px;
	height: auto;
	border-radius: 50%;
}

#prof_mid_l #u_img p{
	width: 70px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	border-radius: 8px;
	position: absolute;
	top: 59px;
	left: 0;
}

#prof_mid_r{
	width: calc(100% - 80px);
	padding: 14px 10px 0 0;
}

#prof_mid_r > div{
	margin: 0 0 9px 0;
}
#prof_mid_r > div .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;
	position: absolute;
	top: 14px;
	left: 80px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#prof_mid_r > div h3{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	padding-left: 46px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#prof_mid_r > div h3,
#prof_mid_r > div h3 a{ color: #d3b565; }

#prof_mid_r > p{
	font-size: 10px;
	line-height: 16px;
}
#prof_mid_r > p span{	color: #999;}

#prof_mid_r .evl_bt{
	display: inline-block;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-radius: 2px;
	position: absolute;
	bottom: 11px;
	right: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#prof_mid_r a.evl_bt{
	color: #fff;
	background-color: #1c1c1e;
	border-color: #3e3e41;
}
#prof_mid_r a.evl_bt:first-letter{	color: #ffcc00;}
#prof_mid_r a.evl_bt.on{
	color: #fff;
	border-color: #ffae00;
	background: #ffae00;
	background: -moz-linear-gradient(-45deg, #ffae00 0%, #ff8a00 100%);
	background: -webkit-linear-gradient(-45deg, #ffae00 0%,#ff8a00 100%);
	background: linear-gradient(135deg, #ffae00 0%,#ff8a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8a00',GradientType=1 );
}
#prof_mid_r a.evl_bt.on:first-letter{	color: #fff;}
#prof_mid_r .evl_bt.off{
	color: #999;
	background-color: #3e3e41;
	border-color: #3e3e41;
}

#u_sp{
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	align-content: center;
	font-size: 0;
	line-height: 0;
}
#u_sp_l,
#u_sp_r{
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#u_sp_l{
	width: 120px;
	padding: 8px;
}

#u_img{
	display: block;
	font-size: 0;
	line-height: 0;
	position: static;
	padding: 0;
}

#u_img a,
#u_img span{	border-radius: 50%;}

#u_img img{
	width: 100px;
	height: auto;
	border-radius: 50%;
}

#u_img p{
	width: 90px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	border-radius: 8px;
	position: absolute;
	top: 89px;
	left: 14px;
}

#edit_icon_img .td{
	font-size: 0;
	line-height: 0;
	text-align: center;
	position: relative;
}

#edit_icon_img #u_img{
	position: static;
	padding: 0;
}
	#edit_icon_img #u_img img{
		width: 120px;
		padding: 0;
	}

#edit_icon_img #u_img p{
	padding-top: 0;
	width: 110px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	border-radius: 9px;
	position: absolute;
	top: 107px;
	left: calc(50% - 55px);
}
.form .edit_img_caution p{	padding-top: 0 !important;}

.edit_img_ov{
	width: auto;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	border: 2px solid #ff429c;
	border-radius: 5px;
	background: #270711;
	margin: 0 10px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#u_sp_r{
	width: calc(100% - 120px);
	padding: 8px 10px 8px 0;
}

#u_sp_r .u_person{
	font-size: 0;
	line-height: 0;
	text-align: center;
}

#u_sp_r .u_person a,
#u_sp_r .u_person span{
	position: relative;
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border: 1px solid #28282a;
	border-radius: 2px;
	color: #fff;
	background: #28282a;
	margin: 0 0 5px 0;
	box-shadow:0px 0px 0px 1px #28282a inset;
	-moz-box-shadow:0px 0px 0px 1px #28282a inset;
	-webkit-box-shadow:0px 0px 0px 1px #28282a inset;
	-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;
}

#u_sp_r .u_person a:after{
	content: '';
	width: 4px;
	height: 4px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	position: absolute;
	top: calc(50% - 2px);
	right: 8px;
	-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;
}
#u_sp_r .u_person a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#u_sp_r .u_person a:nth-child(2),
#u_sp_r .u_person span:nth-child(2){	margin-bottom: 9px;}

#u_sp_r .u_person a p,
#u_sp_r .u_person span p{
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px 0 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#u_sp_r .u_person a p:nth-of-type(1),
#u_sp_r .u_person span p:nth-of-type(1){
	text-align: left;
	padding-right: 0;
}
#u_sp_r .u_person a p:nth-of-type(2),
#u_sp_r .u_person span p:nth-of-type(2){
	width: 62px;
	text-align: right;
}
#u_sp_r .u_person a p em{	color: #ff429c;}
#u_sp_r .u_person span p:nth-of-type(2){	color: #3e3e41;}

#u_sp_r .u_person .u_logdate{	margin: 0 0 5px 0;}
#u_sp_r .u_person .u_logdate dl{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	margin: 0 5px;
}
#u_sp_r .u_person .u_logdate dt,
#u_sp_r .u_person .u_logdate dd{
	font-size: 11px;
	line-height: 14px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#u_sp_r .u_person .u_logdate dt{
	width: 58px;
	text-align: left;
	color: #999;
}
#u_sp_r .u_person .u_logdate dd{
	text-align: right;
}
#u_sp_r .u_person .u_logdate dd > i{	font-style: normal; color: #999;}

#u_sp_r .u_person .u_view{
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #3e3e41;
}
#u_sp_r .u_person .u_view p{
	display: inline-block;
	min-width: 160px;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	background: #28282a;
	padding: 5px 10px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#u_sp_r .u_person .u_view p i{	font-style: normal;}

.u_point{
	background: #28282a;
	margin: 0 0 10px 0;
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.u_point p{
	display: block;
	width: 240px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	background: #1c1c1e;
	border-radius: 15px;
}

.u_point i{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin: -2px 2px 0 0;
}

.u_point em{	color: #fff;}

.u_point span{	color: #666;}
.u_point span.pink{	color: #ff429c;}

.u_evl{
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 10px 0;
	border-top: 1px solid #3e3e41;
	border-bottom: 1px solid #3e3e41;
}
.u_point+.u_evl{	padding-top: 0;}
#u_sp+.u_evl,
#u_type+.u_evl{	border-top: 1px solid #3e3e41;}
.u_evl > .evl_post,
.u_evl > .evl_trust,
.u_evl > .evl_follow,
.u_evl > .evl_bt_bg{
	width: 100%;
	height: 60px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #fff;
	text-align: center;
	border-right: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.u_evl a:last-of-type{	border-right: none;}
.u_evl > .evl_post p,
.u_evl > .evl_follow p,
.u_evl > .evl_trust p{
	width: 100%;
	font-size: 14px;
	line-height: 16px;
}
.u_evl > .evl_post em,
.u_evl > .evl_follow em,
.u_evl > .evl_trust em{
	display: inline-block;
	vertical-align: baseline;
	font-size: 28px;
	line-height: 28px;
}
.u_evl > .evl_post span,
.u_evl > .evl_follow span,
.u_evl > .evl_trust span{	width: 100%;}
.u_evl .evl_post em{
	color: #ffacac;
	background: -webkit-linear-gradient(top, #ffacac 20%, #ff34a7 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.u_evl .evl_trust em{
	color: #ffe400;
	background: -webkit-linear-gradient(top, #ffe400 20%, #ff8a00 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.u_evl .evl_follow em{
	color: #c3ff23;
	background: -webkit-linear-gradient(top, #c3ff23 20%, #4cd435 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.u_evl .evl_bt_bg{
	max-width: 140px;
	padding: 0 15px 0 0;
}
.u_evl .evl_bt{}
.u_evl .evl_bt{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.u_evl a.evl_bt{
	color: #fff;
	background-color: #1c1c1e;
	border-color: #3e3e41;
}
.u_evl a.evl_bt:first-letter{	color: #ffcc00;}
.u_evl a.evl_bt.on{
	color: #fff;
	border-color: #ffae00;
	background: #ffae00;
	background: -moz-linear-gradient(-45deg, #ffae00 0%, #ff8a00 100%);
	background: -webkit-linear-gradient(-45deg, #ffae00 0%,#ff8a00 100%);
	background: linear-gradient(135deg, #ffae00 0%,#ff8a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8a00',GradientType=1 );
}
.u_evl a.evl_bt.on:first-letter{	color: #fff;}
.u_evl .evl_bt.off{
	color: #999;
	background-color: #3e3e41;
	border-color: #3e3e41;
}

.u_trlink{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 15px 0 10px 0;
}
.u_trlink a,
.u_trlink span{
	display: block;
	width: auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	color: #fff;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.u_trlink em{
	display: inline-block;
	vertical-align: baseline;
	font-size: 28px;
	line-height: 28px;
	color: #ffe400;
	background: -webkit-linear-gradient(top, #ffe400 20%, #ff8a00 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


#u_hyouka{
	width: calc(100% - 110px);
	font-size: 0;
	line-height: 0;
	position: static;
	margin: 0 0 0 auto;
}

#u_hyouka h4{
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: #5e4429;
	border-radius: 5px 5px 0 0;
}

#u_hyouka .usbox_in{
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 5px);
	height: 75px;
	text-align: center;
	background: #1c1c1e;
	border-radius: 0 0 5px 5px;

}
#u_hyouka .usbox_in:nth-of-type(1){	margin-right: 5px;}
#u_hyouka .usbox_in:nth-of-type(2){	margin-left: 5px;}

#u_hyouka .usbox_in p{
	font-size: 12px;
	line-height: 22px;
}

#u_hyouka .usbox_in p span{
	font-size: 28px;
	font-weight: bold;
}

#u_hyouka .usbox_in .bt{
	display: inline-block;
	width: 40px;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	text-shadow: none;
}


#prof_top .date{
	font-size: 10px;
	line-height: 30px;
	text-align: center;
	position: static;
}
#prof_top .date em{	color: #956123;}

#prof_top .bad_txt{
	position: static;
	display: table;
	width: 100%;
	margin: 0;
	padding: 5px;
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	background-color: #ffdcd9;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		    color-stop(.25, #ffe7e4), color-stop(.25, transparent),
		    color-stop(.5, transparent), color-stop(.5, #ffe7e4),
		    color-stop(.75, #ffe7e4), color-stop(.75, transparent),
		    to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #ffe7e4 25%, transparent 25%,
		  transparent 50%, #ffe7e4 50%, #ffe7e4 75%,
		  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #ffe7e4 25%, transparent 25%,
		  transparent 50%, #ffe7e4 50%, #ffe7e4 75%,
		  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #ffe7e4 25%, transparent 25%,
		  transparent 50%, #ffe7e4 50%, #ffe7e4 75%,
		  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #ffe7e4 25%, transparent 25%,
		  transparent 50%, #ffe7e4 50%, #ffe7e4 75%,
		  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #ffe7e4 25%, transparent 25%,
		  transparent 50%, #ffe7e4 50%, #ffe7e4 75%,
		  transparent 75%, transparent);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
	#prof_top .bad_txt span,
	#prof_top .bad_txt em{
		display: table-cell;
		vertical-align: middle;
		height: 28px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

#prof_top .bad_txt span{
	width: 90px;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	margin: 0 5px 0 0;
	padding: 0 5px 0 19px;
	border-radius: 3px;
	background: url(./img/bad.png) no-repeat 3px 50% #ff512b;
	-webkit-background-size: 11px 9px;
	background-size: 11px 9px;
}

#prof_top .bad_txt em{
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 0 0 0 5px;
	color: #ff429c;
}

#sinyou{
	width: auto;
	font-size: 0;
	line-height: 0;
	padding: 10px;
	background: #1c1c1e;
	position: static;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#sinyou_top{
	position: relative;
	height: 55px;
	text-align: center;
	background: #5e4429;
	border-radius: 5px;
	margin: 0 0 10px 0;
}
#sinyou_top:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #5e4429 transparent transparent transparent;
	position: absolute;
	bottom: -6px;
	left: calc(50% - 9px);
}

#sinyou_top p{
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	padding: 2px 0 0 0;
}

#sinyou_top div{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 20px;
	color: #64421f;
	background: #e1ceb9;
	padding: 0 10px;
	border-radius: 10px;
}

#sinyou_bt{	text-align: center;}

#sinyou_bt > div{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
}
#sinyou_bt > div:last-child{	margin-right: 0;}

#sinyou_bt .sbt{
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 80px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	padding-top: 24px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sinyou_bt .sbt em{
	font-size: 50px;
}

#sinyou_bt a.sbt{
	border-color: #3e3e41;
	color: #fff;
	background: #1c1c1e;
	-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;
}
#sinyou_bt a.sbt em{	color: #ccc;}
#sinyou_bt a.sbt:hover{
	text-decoration: none;
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}

#sinyou_bt span.sbt{
	color: #fff;
	background: #ff9900;
	border-color: #ff9900;
}


/** u_type **/

#u_type{
	display: table;
	width: calc(100% - 20px);
	font-size: 0;
	line-height: 0;
	margin: 0 auto 10px auto;
	border: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#u_type_l,
#u_type_r{
	display: table-cell;
	vertical-align: middle;
}

#u_type_l{
	width: 85px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	padding: 9px 0;
	box-shadow:0px 0px 0px 4px #1c1c1e inset;
	-moz-box-shadow:0px 0px 0px 4px #1c1c1e inset;
	-webkit-box-shadow:0px 0px 0px 4px #1c1c1e inset;
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	background-color: #3e3e41;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		color-stop(.25, #1c1c1e), color-stop(.25, transparent),
		color-stop(.5, transparent), color-stop(.5, #1c1c1e),
		color-stop(.75, #1c1c1e), color-stop(.75, transparent),
		to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #1c1c1e 25%, transparent 25%,
		transparent 50%, #1c1c1e 50%, #1c1c1e 75%,
		transparent 75%, transparent);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#u_type_r{
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	padding: 5px 5px 5px 0;
}
#u_type_r span{
	position: relative;
	display: inline-block;
	padding-right: 12px;
}

#u_type_r span:after{
	content: '/';
	font-size: 11px;
	color: #ccc;
	position: absolute;
	top: -1px;
	right: 3px;
}
#u_type_r span:last-of-type{	padding: 0;}
#u_type_r span:last-of-type:after{	display: none;}


/** prof_trust **/

#col1{	position: relative;}

#prof_trust{
	width: auto;
	font-size: 0;
	line-height: 0;
	text-align: center;
	background: #1c1c1e;
	border-radius: 5px;
	margin: 0;
	padding: 0 7.5px 20px 7.5px;
	position: static;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#u_menu+#prof_trust{	padding-top: 10px;}

#prof_trust > p{
	position: relative;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #666;
	border-radius: 12px;
	margin: 0 2.5px 9px 2.5px;
}
#prof_trust > p:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #666 transparent transparent transparent;
	position: absolute;
	bottom: -8px;
	left: calc(50% - 7px);
}

#prof_trust div{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 5px);
	margin: 0 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#prof_trust div > a,
#prof_trust div span{
	display: block;
	height: 45px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	border-radius: 5px;
	padding: 7px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#prof_trust div > a em,
#prof_trust div span em{
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	font-weight: bold;
}

#prof_trust div > a em,
#prof_trust div span em{
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	font-weight: bold;
}

#prof_trust div:nth-of-type(2) a em{ color: #3e3e41;}

#prof_trust div > a i{	color: #3e3e41; font-style: normal;}
#prof_trust div span i{	font-style: normal;}

#prof_trust div > a{
	color: #fff;
	background: #1c1c1e;
	border: 2px 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;
}
#prof_trust div > a:hover{
	text-decoration: none;
	border-color: #ffae00;
}

#prof_trust div span{
	color: #fff;
	border: 2px solid #ffae00;
	background: #ffae00;
	background: -moz-linear-gradient(-45deg, #ffae00 0%, #ff8a00 100%);
	background: -webkit-linear-gradient(-45deg, #ffae00 0%,#ff8a00 100%);
	background: linear-gradient(135deg, #ffae00 0%,#ff8a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8a00',GradientType=1 );
}
#prof_trust.no_login span{
	color: #fff;
	background: #28282a;
	border-color: #3e3e41;
}
#prof_trust.no_login span i{	color: #ccc;}
#prof_trust.no_login div:nth-of-type(2) span{	color: #3e3e41;}

#prof_trust ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: center;
	justify-content: space-between;
	padding: 0 2.5px;
}
#prof_trust li{
	width: calc(100% / 3 - 5px);
	margin: 0 2px;
}

#prof_trust li p{
	font-size: 12px;
	line-height: 16px;
	padding: 6px 0 0 0;
}

#prof_trust li p a , #prof_trust li p font{
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 2px 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-align: center;
	background: #1c1c1e;
	border-radius: 2px;
	-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;
}

#prof_trust li p a{
	color: #ffae00;
	border: 1px solid #ffae00;
}

#prof_trust li p a:hover{
	color: #1c1c1e;
	background: #ffae00;
}

#prof_trust li p font{
	color: #3e3e41;
	border: 1px solid #3e3e41;
}

#prof_trust li p br{ display: none;}


/** prof_main **/

#prof_main{
	position: relative;
	padding: 0;
}

#prof_main #u_h{
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	color: #5e4429;
	margin: 0;
	padding: 10px 0 10px 35px;
	border-bottom: 5px solid #e1ceb9;
}
#prof_main #u_h.ui0{	background: url(img/i0.png) no-repeat 10px 20px; -webkit-background-size: 20px 20px; background-size: 20px 20px;}
#prof_main #u_h.ui1{	background: url(img/i1.png) no-repeat 10px 20px; -webkit-background-size: 20px 20px; background-size: 20px 20px;}
#prof_main #u_h.ui2{	background: url(img/i2.png) no-repeat 10px 20px; -webkit-background-size: 20px 20px; background-size: 20px 20px;}
#prof_main #u_h.ui3{	background: url(img/i3.png) no-repeat 10px 20px; -webkit-background-size: 20px 20px; background-size: 20px 20px;}
#prof_main #u_h.ui4{	background: url(img/i4.png) no-repeat 10px 20px; -webkit-background-size: 20px 20px; background-size: 20px 20px;}
#prof_main #u_h.ui5{	background: url(img/i5.png) no-repeat 10px 20px; -webkit-background-size: 20px 20px; background-size: 20px 20px;}
#prof_main #u_h.ui6{	background: url(img/i6.png) no-repeat 10px 20px; -webkit-background-size: 20px 20px; background-size: 20px 20px;}
#prof_main #u_h.ui7{	background: url(img/i7.png) no-repeat 10px 20px; -webkit-background-size: 20px 20px; background-size: 20px 20px;}

#prof_main h3{
	height: 45px;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #a87b47;
	border-top: 1px solid #1c1c1e;
	border-bottom: 1px solid #1c1c1e;
}



.u_ti_box{
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #000;
	background: #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	box-shadow: 0 1px 0 0 #999 inset , 0 -1px 0 0 #999 inset;
	margin: 0;
	padding: 10px;
}

.u_ti_box2{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #28282a;
	border-top: 1px solid #3e3e41;
	border-bottom: 1px solid #3e3e41;
	padding: 5px 10px;
}


/** mydata **/

#mydata{
	background: #1c1c1e;
	margin: 0;
	padding: 0;
}

.dtbox{
}

.dtbox_l,
.dtbox_r{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.dtbox_l{
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	padding: 0;
	text-align: center;
	color: #8e6330;
	background: #faf4ec;
	border: none;
	box-shadow:0px 2px 0px 0px #dacbb8 inset;
	-moz-box-shadow:0px 2px 0px 0px #dacbb8 inset;
	-webkit-box-shadow:0px 2px 0px 0px #dacbb8 inset;
}

.dtbox_r{
	padding: 0;
	border: none;
}

.chart_maru{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.chart_maru_l,
.chart_maru_r{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.chart_maru_l{
	width: 175px;
	padding: 10px;
}

.chart_maru_r{
	background: none;
	border-radius: 0;
	padding: 5px 10px 10px 10px;
}

.chart_maru_r_in{
	position: relative;
	background: none;
	border-radius: 0;
	padding: 0;
}

.chart_maru_r ul{
	display: block;
	margin-bottom: 10px;
}

.chart_maru_r li{
	display: inline-block;
	width: 100%;
	margin: 0;
}
.chart_maru_r li:nth-of-type(1){ width: 100%;}
.chart_maru_r li:nth-of-type(1){	order: 1;}
.chart_maru_r li:nth-of-type(2){	order: 3;}
.chart_maru_r li:nth-of-type(3){	order: 5;}
.chart_maru_r li:nth-of-type(4){	order: 2;}
.chart_maru_r li:nth-of-type(5){	order: 4;}

.chart_maru_r li div{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px dotted #3e3e41;
	margin: 0 auto;
    padding: 0 22%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.chart_maru_r li div p{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 0;
}

.chart_maru_r li div p:nth-of-type(1){	text-align: left; width: 105px;}
.chart_maru_r li div p:nth-of-type(2){	text-align: right;}

.chart_maru_r .ave{
	width: 100%;
	max-width: 350px;
	height: auto;
	text-align: left;
	border: 2px solid #28282a;
	background: #28282a;
	border-radius: 5px;
	padding: 4px 0 4px 4px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: static;
}

.chart_maru_r .ave span{
	display: inline-block;
	vertical-align: top;
	width: 60px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #ff528f;
	background: -moz-linear-gradient(left, #ff528f 0%, #ff34a7 100%);
	background: -webkit-linear-gradient(left, #ff528f 0%,#ff34a7 100%);
	background: linear-gradient(to right, #ff528f 0%,#ff34a7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff528f', endColorstr='#ff34a7',GradientType=1 );
	border-radius: 3px;
}

.chart_maru_r .ave em{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 60px);
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #ff429c;
}

.chart_bar,
.chart_bar_l,
.chart_bar_r{
	display: block;
	width: auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.chart_bar_l{
	text-align: center;
	padding: 0 10px;
}

.chart_bar_r{
	padding: 5px 5px 10px 5px;
}

.chart_bar_r ul{
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: stretch;
	align-items: stretch;
}

.chart_bar_r li{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 7px;
}
.chart_4 li{	width: calc(100% / 3 - 10px);}
.chart_area li{	width: calc(100% / 4 - 7px);}

.chart_bar_r li div{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: stretch;
	align-items: stretch;
	border-bottom: none;
	font-size: 0;
	line-height: 0;
}

.chart_bar_r li div p{
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	line-height: 13px;
	padding: 4px 0;
}

.chart_bar_r li div p:nth-of-type(1){	text-align: left;}
.chart_bar_r li div p:nth-of-type(2){	text-align: left;}

.chart_bar_r li.no p span.red{ color: #3e3e41;}
.chart_bar_r li.no p span{ color: #3e3e41;}

#mydata i{	font-style: normal;}
.point1{	color: #00a3ff;}
.point2{	color: #33bd00;}
.point3{	color: #ffcf00;}
.point4{	color: #ff5c5d;}

.u_rv{
	position: relative;
	font-size: 0;
	line-height: 0;
}
.u_rv:after{
	content: '';
	width: calc(100% - 20px);
	border-bottom: 3px double #3e3e41;
	position: absolute;
	top: calc(50% - 2px);
	left: 10px;
}

.u_rv a,
.u_rv span{
	position: relative;
	z-index: 2;
	display: table;
	width: 200px;
	font-size: 0;
	line-height: 0;
	border: 1px solid #3e3e41;
	border-radius: 2px;
	color: #fff;
	background: #1c1c1e;
	margin: 0 auto 10px auto;
	box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-moz-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-webkit-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-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;
}
.u_rv a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.u_rv a:after{
	content: '';
	width: 4px;
	height: 4px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	position: absolute;
	top: calc(50% - 2px);
	right: 8px;
	-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;
}

.u_rv a p,
.u_rv span p{
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.u_rv a p:nth-of-type(1),
.u_rv span p:nth-of-type(1){
	text-align: left;
	padding-left: 18px;
}
.u_rv a p:nth-of-type(2),
.u_rv span p:nth-of-type(2){
	width: 90px;
	text-align: right;
	padding-right: 18px;
}
.u_rv a p em{	color: #ff429c;}
.u_rv span p:nth-of-type(2){	color: #ccc;}


/** jiko **/

#jiko{
	background: #1c1c1e;
	margin: 0;
	padding: 0;
}

.jiko{
	display: block;
	font-size: 0;
	line-height: 0;
}

.jiko_l,
.jiko_r{
	display: block;
	padding: 0;
}

.jiko_l p{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	height: auto;
	background: none;
	margin: 0;
	padding: 10px;
}

.jiko_l div{
	text-align: center;
	padding: 10px 0;
	background: #fbf4ec;
}

.jiko_l div .bt{
	display: inline-block;
	vertical-align: top;
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 5px;
}

.graf_bg{
	background: #e1ceb9;
	padding: 10px;
}

.graf{
	height: auto;
	background: #1c1c1e;
	border-radius: 0;
	padding: 10px 10px 5px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.graf ul{
	font-size: 0;
	line-height: 0;
	padding: 0;
}

.graf li{
	display: block;
	width: auto;
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px solid #3e3e41;
}
.graf li:last-of-type,
.graf li:nth-last-of-type(2){	border-bottom: none;}
.graf li:nth-last-of-type(2){	border-bottom: 1px solid #3e3e41;}


.graf .grbox{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.graf .grbox_l,
.graf .grbox_r{
	display: table-cell;
	vertical-align: middle;
}

.graf .grbox_l{
	width: 55px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	border-right: 1px dotted #3e3e41;
}

.graf ul li:nth-child(odd) .grbox .grbox_l,
.graf ul li:nth-child(even) .grbox .grbox_l{	width: 70px;}

.graf .grbox_r{
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	color: #ccc;
}

.graf .grbox_r em{	color: #ff9900;}

#sm{
	width: calc(100% - 42px);
	margin: 0 0 0 26px;
	position		: relative;
	text-align		: center;
}

#sm #s_div{
	width			: 12px;
	height			: 12px;
	font-size		: 10px;
	line-height		: 12px;
	text-align		: center;
	text-shadow		: 1px 1px 1px rgba(0,0,0,0.4);
	color			: #ffffff;
	position		: absolute;
	top				: 4px;
	right			: -12px;
	-moz-border-radius	: 10px;
	-webkit-border-radius	: 10px;
	border-radius		: 10px;
	background: #3e9ef2;
}

#sm #m_div{
	width			: 12px;
	height			: 12px;
	font-size		: 10px;
	line-height		: 12px;
	text-align		: center;
	text-shadow		: 1px 1px 1px rgba(0,0,0,0.4);
	color			: #ffffff;
	position		: absolute;
	top				: 4px;
	left			: -12px;
	-moz-border-radius	: 10px;
	-webkit-border-radius	: 10px;
	border-radius		: 10px;
	background: #ff429c;
}

#sm #sm_bar{
	height			: 18px;
	-moz-border-radius	: 11px;
	-webkit-border-radius	: 11px;
	border-radius		: 11px;
	font-size		: 0;
	line-height		: 0;
	margin			: 0 auto;
}

#sm p{
	width			: 100%;
	font-size		: 12px;
	font-weight		: bold;
	line-height		: 18px;
	text-shadow		: 1px 1px 1px rgba(0,0,0,0.4);
	color			: #fff;
	position		: absolute;
	top				: 0;
}

#sm #sm_bar div{
	display			: inline-block;
	width			: -webkit-calc(100% / 6.5);
	width			: calc(100% / 6.5);
	height			: 18px;
	border-top		: 1px solid #3e3e41;
	border-bottom	: 1px solid #3e3e41;
	border-right	: 1px dotted #3e3e41;
}

#sm #sm_bar div:first-child{
	border-left		: 1px solid #3e3e41;
	border-radius	: 11px 0 0 11px;
}

#sm #sm_bar div:last-child{
	border-right	: 1px solid #3e3e41;
	border-radius	: 0 11px 11px 0;
}

#sm #sm_bar div.s_per{
	background: #3e9ef2;
}

#sm #sm_bar div.m_per{
	background: #ff429c;
}

#sm_no{
	opacity		: 0.5;
	-webkit-filter: grayscale(100%);
	filter: gray;
}


/** u_col2 **/

.u_col2{
	display: block;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.u_col2_l,
.u_col2_r{
	display: block;
	background: #1c1c1e;
}

#like{
	padding: 0;
}

#like h3{	margin-bottom: 14px;}
#like h3{	margin-bottom: 0; border-bottom: none;}

#like table{
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	border-collapse: separate;
	border-spacing: 0 1px;
}
#like tr{	vertical-align: middle;}

#like th{
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #64421e;
	background: #e1ceb9;
	padding: 10px 0;
}

#like td{
	background: #fbf4ec;
	padding: 10px 10px 6px 10px;
}

#like td span{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 20px;
	margin: 0 4px 4px 0;
	padding: 0 5px;
	border-radius: 3px;
	background: #ffd633;
}

#how{	padding: 0;}

	#how h3{	border-top: none;}

#how p{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	background: none;
	padding: 10px;
}


/** prof_bottom **/

#u_bt{
	font-size: 0;
	line-height: 0;
	text-align: center;
	background: #1c1c1e;
	padding: 0 0 0 0;
}
	#u_bt:after {
		content:" ";
		display:block;
		clear:both;
	}

#u_bt + .u_ti_box{ margin-top: 20px;}

#u_bt a{
	position: relative;
	display: table;
	width: 100%;
	float:left;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #fff;
	background: #1c1c1e;
	border: none;
	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;
}
#u_bt a: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;
}
#u_bt a span{
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	padding: 0 25px 0 9px;
}
#u_bt a span br{ display: none;}
#u_bt a:first-of-type{	border-radius: 0;}
#u_bt a:last-of-type{	border-radius: 0; border-right: none;}
#u_bt a .i_y{	color: #ffcc00; font-style: normal;}
#u_bt a .i_p{	color: #e69aff; font-style: normal;}
#u_bt a:nth-of-type(5n + 3) .i_p{	color: #e69aff;}
#u_bt a:nth-of-type(5n + 4) .i_p{	color: #9f9aff;}
#u_bt a:nth-of-type(5n) .i_p{	color: #62c2ff;}
#u_bt a:nth-of-type(5n + 1) .i_p{	color: #46fcf0;}
#u_bt a:nth-of-type(5n + 2) .i_p{	color: #46e39f;}


#u_bt a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#u_bt a span em{
	font-size: 12px;
	font-style: normal;
}

#u_ill{
	display: block;
	text-align: center;
	position: static;
	padding: 10px 0;
	border-top: 1px solid #3e3e41;
}

#u_ill a{
	display: inline-block;
	vertical-align: top;
	width: 210px;
	height: 35px;
	font-size: 13px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 2px #a45f00;
	border: 1px solid #ffae00;
	border-radius: 18px;
	background: #ffae00;
	background: -moz-linear-gradient(-45deg, #ffae00 0%, #ff8a00 100%);
	background: -webkit-linear-gradient(-45deg, #ffae00 0%,#ff8a00 100%);
	background: linear-gradient(135deg, #ffae00 0%,#ff8a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8a00',GradientType=1 );
	-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;
}
#u_ill a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.user_dis_txt{
	display: inline-block;
	min-width: calc(100% - 300px);
	max-width: calc(100% - 40px);
	padding: 25px 15px;
	margin: 0 auto; 
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	border: solid 2px #3e3e41;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/**rank*/
.new_rank{
	font-size: 0;
    line-height: 0;
    background: #1c1c1e;
    margin: 0 20px;
    padding: 0 20px;
}

.new_rank_in{
	font-size: 12px;
	line-height: 16px;
	padding: 20px 0;
	text-align: center;
}


.new_rank_in span{
	display: inline-block;
	font-size:15px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.new_rank_in a{
	color: #956123;
}


	/** acd **/
	.u_title{
		position: relative;
		cursor: pointer;
		margin-bottom: -1px !important;
	}
	.u_title.open{
		margin-bottom: 0;
	}
	.acdbox{
		overflow: hidden;
	}
	.u_title.open+.acdbox{
		overflow: visible;
	}
	.u_title em:before{
		content: "";
		display: block;
		clear: both;
		width: 20px;
		height: 20px;
		font-size: 10px;
		line-height: 20px;
		color: #fff;
		text-align: center;
		background: #28282a;
		position: absolute;
		top: 20px;
		right: 10px;
	}
	.u_title em:after{
		content: "+";
		display: block;
		clear: both;
		width: 20px;
		height: 20px;
		font-size: 10px;
		line-height: 20px;
		color: #fff;
		text-align: center;
		position: absolute;
		top: 20px;
		right: 10px;
		-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;
	}
	.u_title.open em:after{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#u_h,
	#edit .u_title{	cursor: inherit;}
	#u_h em:before,
	#u_h em:after{	display: none;}
	.user_dis_txt{
		display: block;
		min-width: auto;
		max-width: 100%;
		width: calc(100% - 20px);
		padding: 10px 10px;
		margin: 0 auto 10px auto;
		text-align: left;
		font-size: 14px;
		line-height: 18px;
		border: solid 2px #3e3e41;
		border-radius: 5px;
	}

	/** 181128 acd **/
	.admenu{	position: relative;}
	#u_menu .admenu > .uc_bt.click > a , #u_menu .admenu > .uc_bt.click > a:hover{ background-color: #5d442b; color: #ffffff;}


/** pr **/
.bnr_pr{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 10px 0;
}
.bnr_pr div{	padding: 0 10px;}
.bnr_pr div img{
	width: 100%;
	max-width: 350px;
}
.bnr_pr p{
	font-size: 10px;
	line-height: 14px;
}
#mydata .bnr_pr{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0;
}




/** u_postlog **/

.u_postlog{}

.u_postlog dl{
	display: flex;
	width: 100%;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-bottom: 1px dotted #3e3e41;
}

.u_postlog dt,
.u_postlog dd{
	font-size: 13px;
	line-height: 14px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.u_postlog dt{
	width: calc(100% - 30%);
	text-align: left;
	padding: 3px 0 3px 10%;
}
.u_postlog dd{
	width: 30%;
	text-align: right;
	padding: 3px 10% 3px 0;
}

.u_postlog p{
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	margin: 3px 0 0 0;
}

.u_postlog p em{
	font-family: "FontA";
	font-size: 26px;
	font-weight: normal;
}


/** ranking_bt **/

.ranking_bt{
	text-align: center;
	border-top: 1px solid #3e3e41;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.ranking_bt a{
	display: inline-block;
	vertical-align: top;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #ffde00;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	padding: 4px 7px 7px 7px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.ranking_bt a span{
	position: relative;
	top: 3px;
	font-size: 18px;
	line-height: 18px;
	margin-right: 3px;
}

.ranking_bt a em{}


/** explore **/

.explore{
	text-align: center;
	padding: 10px 0 5px 0;
}
.explore+.rankup{	border-top: none;}

.explore_p{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	-webkit-animation:kk1 1.5s ease-in-out infinite;
	-moz-animation:kk1 1.5s ease-in-out infinite;
	animation:kk1 1.5s ease-in-out infinite;
}
.explore_p em{
	position: relative;
}
.explore_p em:before,
.explore_p em:after{
	content: '';
	height: 28px;
	border-left: 2px solid #fff;
	position: absolute;
	top: 0;
}
.explore_p em:before{
	left: -15px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.explore_p em:after{
	right: -15px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.explore_bt{
}
.explore_bt:only-child{	margin-bottom: -5px;}
.explore_bt a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 220px;
	height: 35px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	background: #ff8c00;
	border-radius: 17.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;
}
.explore_bt a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

@keyframes kk1{
	0% {opacity:0;}
	33.3% {opacity:1;}
	66.6% {opacity:1;}
	100% {opacity:0;}
}


#prof_mid .explorebg{
	position: absolute;
	top: 3px;
	left: -27px;
}

#prof_mid .explorebg img{
	width: 23px;
	height: 23px;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}

#prof_mid .explorebg .shou_name{
	width: 18px;
	height: 65px;
	font-size: 11px;
	line-height: 14px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 17px 2px 0 0;
	position: absolute;
	z-index: 2;
	top: 8px;
	left: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ba0000;
}
#prof_mid .explorebg .shou_name:before{
	content: '';
	position: absolute;
	bottom: -6px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 6px 0;
	border-color: transparent #ba0000 transparent transparent;
}
#prof_mid .explorebg .shou_name:after{
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	border-style: solid;
	border-width: 6px 9px 0 0;
	border-color: #ba0000 transparent transparent transparent;
}
#prof_mid .explorebg .shou_name span{
	color: #ffe426;
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}

#prof_mid .aw{
	display: inline-block;
	vertical-align: top;
	z-index: 3;
	position: absolute;
	top: 9px;
	left: -11px;
}
#prof_mid .aw img{
	width: 40px;
	height: auto;
}


/** rankup **/

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

.rankup_top{
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rankup_top div{
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	padding: 10px 0 0 0;
}
.rankup_top div.rank_top_master{
	font-size: 15px;
	line-height: 20px;
}
.rankup_top div em{
	font-size: 20px;
}
.rankup_top div .em1{
	color: #ffacac;
	background: -webkit-linear-gradient(top, #ffacac 20%, #ff34a7 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.rankup_top div .em2{
	color: #ffe400;
	background: -webkit-linear-gradient(top, #ffe400 20%, #ff8a00 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.rankup_top div .bgg{
	box-shadow: 0px -5px 0px 0px #28282a inset;
}

.rankup_top div .dan{
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 20px;
	font-family: "Sawarabi Mincho";
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	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;
	margin: 0 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rankup_top p{
	font-size: 11px;
	line-height: 25px;
}

.rankup_link{
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	padding: 10px 0;
}


.rankup dl{
	width: 100%;
	display: flex;
	align-items: stretch;
	align-content: center;
	justify-content: center;
	border-left: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rankup dl:first-of-type{
	border-top: 1px solid #3e3e41;
}

.rankup dt,
.rankup dd{
	display: inline-flex;
	align-items: center;
	align-content: center;
	font-size: 13px;
	line-height: 16px;
	border-bottom: 1px solid #3e3e41;
	border-right: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rankup dt{
	justify-content: center;
	width: 100px;
	text-align: center;
	background: #28282a;
	padding: 10px 0;
}

.rankup dd{
	justify-content: flex-start;
	width: calc(100% - 100px);
	padding: 10px;
	text-align: left;
}
.rankup dd span{	color: #333;}

.rankup dd #sm{
	width: calc(100% - 20px);
	margin: 0 auto;
}
.rankup dd .type span{
	position: relative;
	display: inline-block;
	padding-right: 12px;
	color: #fff;
}

.rankup dd .type span:after{
	content: '/';
	font-size: 11px;
	color: #333;
	position: absolute;
	top: -1px;
	right: 3px;
}
.rankup dd .type span:last-of-type{	padding: 0;}
.rankup dd .type span:last-of-type:after{	display: none;}

.rankup dd .dan{
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 20px;
	font-family: "Sawarabi Mincho";
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	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;
	margin: 0 5px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** now_aniki **/

#now_aniki{}

.now_aniki_box{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	color: #fff;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.now_aniki_box:hover{
	text-decoration: none;
}
.now_aniki_box:last-of-type{	border-bottom: none;}
.now_aniki_box: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;
}

.now_aniki_box .img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.now_aniki_box .img img{
	width: 80px;
	height: auto;
}

.now_aniki_box .txt{
	width: calc(100% - 80px);
	padding: 0 20px 0 10px;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.now_aniki_box .txt .ab1{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}

.now_aniki_box .txt .ab2{
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 2px;
}

.now_aniki_box .txt .ab1 span,
.now_aniki_box .txt .ab2 em{	color: #d3b565;}
.now_aniki_box .txt .ab2 span{	color: #666;}

.now_aniki_box .txt .ab3{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}

.now_aniki_box .txt .ab3 p:nth-of-type(1){
	font-size: 10px;
	line-height: 12px;
	margin-right: 3px;
}
.now_aniki_box .txt .ab3 p:nth-of-type(1) span{
	text-decoration: line-through;
}

.now_aniki_box .txt .ab3 p:nth-of-type(2){
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #e0b916;
	background: -webkit-linear-gradient(top, #f7df26 20%, #cf9e09 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.now_aniki_box .txt .ab3 p:nth-of-type(2) em{
	font-family: "FontA";
	font-size: 20px;
	font-weight: normal;
}

.now_aniki_box .txt .ab4{
	font-size: 11px;
	line-height: 12px;
}

.now_aniki_box .txt .ab5{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 2px 0;
}



.cate a.on.shbtn {
	box-shadow: none;
}


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

@media screen and (max-width: 650px) {
	#news .event .event_p br{ display: inline;}
	
}
@media screen and (max-width: 380px) {
	#prof_trust li p br{ display: inline;}
}