@charset "utf-8";

form {
	padding: 5px 15px;
}

form p {
	padding: 10px 0;
	margin-left: 5px;
	font-size: 14px;
}

th {
	font-size: 14px;
}

input[name="username"] {
	width: 50%;
}

textarea {
	width: 100%;
	resize: none;
}

button {
	margin-top: 14px;
	margin-bottom: 14px;
	width: 130px;
	line-height: 35px;
	color: #323232;
	text-align: center;
	font-weight: bold;
	background-color: #f1be03;
	border: 0;
	border-radius: 5px;
}

.star-count {
	float: left;
	margin-top: -1px;
	padding: 5px 10px;
	width: 100%;
	line-height: 30px;
	color: #f1be03;
	font-size: 20px;
	font-weight: bold;
	background-color: black;
}

.star-count:nth-child {
	margin-top: 0;
}

.star-count span {
	font-size: 16px;
}

.star-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	background-color: gray;
}

.star-list-admin li {
	float: left;
	width: 100px;
}

.star-list-admin li img{
	width: 100%;
}

.star-panel {
	position: relative;
	width: 126px;
	height: 230px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 300px;
	cursor: pointer;
}

.star-panel:nth-child(8n) {
	border-right: 1px solid;
}

.star-panel:hover {
	background-color: #f1be03;
}

.star-info {
	position: absolute;
	padding: 5px 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: rgba(0, 0, 0, .7);
}

.star-class {
	height: 16px;
}

.star-name {
	display: block;
}

.star-attribute {
	margin-top: 5px;
	margin-left: 6px;
	height: 25px;
}

.star-detail {
	position: relative;
	height: 378px;
	background-color: gray;
}

.star-detail .background {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}

.character, .character_a, .character_c{
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 100%;
}

.character_a {
	display: block;
}

.star-detail .name {
	position: absolute;
	padding: 5px 10px;
	bottom: 0;
	left: 50%;
	min-width: 200px;
	transform: translateX(-50%);
	font-size: 30px;
	font-weight: bold;
	background-color: rgba(0,0,0, .6);
	color: #fff;
	text-align: center;
}

.star-detail .level {
	position: absolute;
	top: 60px;
	left: 190px;
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	border-bottom: 3px solid;
}

.star-detail .awaken {
	position: absolute;
	top: 200px;
	right: 190px;
	color: #fff;
	font-size: 30px;
}

.star-detail .awaken img {
	margin-right: 5px;
	height: 30px;
	vertical-align: sub;
}

.star-detail .awaken span {
	display: block;
	font-size: 40px;
	font-weight: 900;
}

.star-detail .mask {
	position: absolute;
	width: 100%;
	height: 100%;
}

.comment-admin {
	padding: 10px;
}

.comment-admin p {
	padding: 5px 10px;
	min-height: 80px;
	font-size: 15px;
	border-radius: 10px;
}

.comment-user {
}

.comment-user .row {
	padding: 20px 20px;
	min-height: 80px;
	font-size: 15px;
	border-bottom: 1px dotted #ddd;
}

.comment-user .row:last-child {
	border-bottom: 0;
}

.change_n, .change_a, .change_c {
	position: absolute;
	width: 60px;
	line-height: 30px;
	color: #323232;
	text-align: center;
	font-weight: bold;
	background-color: #f1be03;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
}

.change_n, .change_a, .change_c {
	bottom: 10px;
}

.change_n:hover, .change_a:hover, .change_c:hover {
	color: #fff;
	background-color: #8c6e17;
}

.change_n {
	right: 175px;
}

.change_a {
	display: none;
	right: 175px;
}

.change_c {
	right: 255px;
}

#change_n:checked~ .change_a {
	display: block;
}

#change_n:checked~ .change_n {
	display: none;
}

#change_n:checked~ .character_a {
	display: none;
}

#change_n:checked~ .character {
	display: block;
}

#change_c:checked~ .character_c {
	display: block;
}

#change_c:checked~ .character, #change_c:checked~ .character_a {
	display: none;
}

.sub-menu {
	display: flex;
}

.sub-menu label {
	flex: 1;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	background-color: #f1be03;
	border-right: 1px solid rgba(0, 0, 0, .1);
	cursor: pointer;
}

.sub-menu label:hover {
	color: #fff;
	background-color: #000;
}

.sub-menu label:nth-child(3) {
	border-right: 0;
}

.skill, .comment {
	display: none;
}

#skill:checked~ .skill {
	display: block;
}

#skill:checked~ .status {
	display: none;
}

#comment:checked~ .comment {
	display: block;
}

#comment:checked~ .status {
	display: none;
}

#status:checked~ .sub-menu label:nth-child(1){
	color: #fff;
	background-color: #000;
}


#skill:checked~ .sub-menu label:nth-child(2){
	color: #fff;
	background-color: #000;
}

#comment:checked~ .sub-menu label:nth-child(3){
	color: #fff;
	background-color: #000;
}

.highlight {
	color: #F44336;
	font-weight: bold;
}

.star-nodata {
	pointer-events: none;
	background-color: #ddd;
	box-shadow: inset 0 0 6px 3px #333;
	background-image: url("../../Public/images/char/no-data.png");
}

.comment-header {
	font-size: 12px;
	color: #999;
}

.comment-header span {
	margin-right: 10px;
	font-weight: bold;
	color: #666;
}

.comment-body {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px 10px 20px 10px;
}

.comment-body:hover {
	background-color: #eee;
}

.comment-footer {
	font-size: 12px;
	color: #999;
}

.disabled {
	color: #aaa;
	background-color: #ddd;
	cursor: unset;
}

.skill-detail input {
	width: 100px;
}

/*列表版用Style*/
#star-table tr {
	border-bottom: 1px dotted #ccc;
}

#star-table tr.vocal:hover {
	background-color: #abe4ff;
	cursor: pointer;
}

#star-table tr.dancer:hover {
	background-color: #f1a799;
	cursor: pointer;
}

#star-table tr.session:hover {
	background-color: #cee4ae;
	cursor: pointer;
}

#star-table td,
#star-table th {
	text-align: center;
}

#star-table td,
#star-table th {
	border: 1px dotted #ccc;
}

#star-table th {
	background-color: #eee;
}

#star-table th:hover {
	background-color: #bbb;
	cursor: pointer;
}

#star-table .char-icon {
	float: left;
	width: 50px;
}

#star-table .char-icon img {
	width: 100%;
	vertical-align: middle;
}

#star-table .char-name {
	position: relative;
	width: 110px;
	height: 50px;
}

#star-table .char-name span {
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
	width: max-content;
	text-align: left;

}

.detail-list-btn {
	display: inline-block;
	padding: 5px 10px;
	width: max-content;
	color: #673d00;
	text-align: center;
	background-color: #f1be03;
	border-bottom: solid 2px #d27d00;
}

.detail-list-btn-active {
	display: inline-block;
	padding: 5px 10px;
	width: max-content;
	color: #d27d00;
	text-align: center;
	background-color: #f1be03;
	border-bottom: solid 2px #d27d00;
	cursor: unset;
}

.detail-list-btn:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.80);
}

.detail-list-btn:active {
	color: #000;
	border-bottom: solid 2px #f1be03;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}