@charset "utf-8";
#aside {
	display: none;
}

#main {
	max-width: 100%;
	width: 100%;
}

#snav {
	display: flex;
	flex-direction: column;

	width: 100%;
	margin-bottom: 1.50rem !important;
	border: 3px solid rgba(20 60 155 / 1.00);
	border-radius: 5px;
}

#snav > li:not(:last-child) {
	border-bottom: 1px solid rgba(20 60 155 / 1.00);
}

#snav > li > a {
	display: flex;
	align-items: center;
	justify-content: start;

	padding: 0.25rem 0.50rem;

	font-size: 1.00rem;
}

#area_list {
	overflow: scroll;
}


th, td {
	vertical-align: middle;
}

thead th:not(:last-child) {
	border-right: 1px solid rgba(220 220 220/ 1.00);
}

thead {
	border: 1px solid rgba(220 220 220/ 1.00);
	border-bottom: none;
}

#uplist.table, {
	border-color: rgb(220, 220, 220);
	border-collapse: collapse;
/*	width: 890px;*/
	margin: 0 auto 25px auto;
}

.table>:not(caption)>*,
.table>:not(caption)>*>* {
	padding: 0 !important;
	background: none !important;
}



#uplist.table th,
#uplist.table td {
	/*
		width: 20%;
*/
	padding: 4px 3px !important;
	font-size: 90% !important;
}

#uplist.table th strong,
#uplist.table th em {
	display: block;
}

#uplist.table th strong i {
	display: block;
	font-style: normal;
}

#uplist.table th em {
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
}

#uplist.table th span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 5px;
	background: rgb(237, 218, 85) !important;
	font-size: 80%;
	line-height: 18px;
	text-align: center;
}

#uplist.table th span.prnt {
	background: rgb(233, 99, 17) !important;
	color: rgb(255, 255, 255) !important;
}


#uplist.table th:first-child strong {
	display: flex !important;
	flex-direction: column;
	align-items: center !important;
	justify-content: center !important;

	height: 158px !important;
}

#uplist.table tr.bg {
	background: rgb(230, 230, 230) !important;
}

#uplist.table th {
	background: rgb(245, 236, 201) !important;
}



#uplist.table tbody tr td {
	white-space: nowrap;
}

#uplist.table thead th:nth-child(1) {
	width: 160px !important;
	text-align: center;
}

#uplist.table thead th:nth-child(2) {
	width: 130px !important;
	padding: 0 20px 0 0;
	text-align: center;
}

#uplist.table thead th:nth-child(3) {
	width: 130px !important;
	padding: 0 20px 0 0;
	text-align: center;
}

#uplist.table thead th:nth-child(4) {
	width: 145px !important;
	padding: 0 20px 0 0;
	text-align: center;
}

#uplist.table thead th:nth-child(5) {
	width: 170px !important;
	padding: 0 20px 0 0;
	text-align: center;
}

#uplist.table tbody tr:nth-child(2n) {
	background: rgba(230 230 230/ 1.00) !important;
}

#uplist.table td.col\[0\] {
	width: 160px !important;
	text-align: center;
}

#uplist.table td.col\[1\] {
	width: 130px;
	padding: 0 20px 0 0;
	text-align: right;
}

#uplist.table td.col\[2\] {
	width: 130px;
	padding: 0 20px 0 0 !important;
	text-align: right;
}

#uplist.table td.col\[3\] {
	width: 145px;
	padding: 0 20px 0 0 !important;
	text-align: right;
}

#uplist.table td.col\[4\] {
	width: 170px;
	padding: 0 20px 0 0 !important;
	text-align: right;
}

.s_list.table {
	border-color: rgb(220, 220, 220);
	border-collapse: collapse;
	/* width: 690px; */
	margin: 0 auto 25px auto !important;
}

.s_list thead {
	background: rgb(240, 240, 245) !important;
	text-align: center;
}
.s_list .th {
	background: rgb(240, 240, 245) !important;
	text-align: center;
}

.s_list .th th,
.s_list .th td,
.s_list .tb th,
.s_list .tb td {
	padding: 10px !important;
	vertical-align: middle;
	font-size: 90% !important;
	line-height: 1.5;
}

.s_list .tb th {
	background: rgb(242, 248, 251) !important;
	text-align: center;
}

.s_list .tb th strong {
	display: inline-block;
	width: 100%;
	text-align: left;
}

.s_list .tb th i {
	display: inline-block;
	width: 100%;
	font-size: 90%;
	text-align: left;
}