@charset "utf-8";


main article > div#member {
	max-width: 100%!important;
	overflow: visible!important;
	margin-bottom: 3em;
}
@media screen and (max-width: 1034px) {
	main article > div {
		width: 100%!important;
		margin: 0 0 3em!important;
	}
}

.thumb li {
	width:calc((100vw - 30px - 40px) / 3)!important;
	max-width:104px;
	float: none;
	margin-left: 5px;
	margin-right: 5px;
}


.cbox {
	display: flex;
}
.cbox > div {
	width: 50%;
}
.profbox {
	padding-left: 20px;
	position: relative;
}
.profbox .namebox p {
	text-align: left;
}
.profbox .spec {
	width: calc(100% - 20px);
	margin-top: 1em;
}
.profbox .chara {
	display: flex;
	flex-direction: row-reverse;
	align-items: stretch;
	/*margin-top: -3em;*/
	position: absolute;
	bottom: 0;
	right: 0;
}
.profbox .chara > div:first-child {
	width: 200px;
}
.profbox .chara > div:last-child {
	width: calc(100% - 200px);
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.profbox .unitbox {
	position: absolute;
	bottom: 0;
}



.jp [data-ruby]::before {
    font-size: 15px;
}
.jp [data-ruby].arashi::before {
    font-size: 15px;
}
.chara [data-ruby]::before {
	top: -.8em;
    font-size: 14px;
}
#c06 .chara [data-ruby]::before {
    font-size: 12px;
}
