#menu ul#globalMenu li.menu03 ul {
	display: block;
}
/* member */
.memberlist {
	width: 100%;
}
.memberlist li {
}
.memberlist span {
	display: inline-block;
	padding-right: 10px;
}
.memberlist span.name-j {
	font-weight: bold;
	width: 20%;
}
.memberlist span.name-e {
	width: 25%;
}
.memberlist span.desc {
	width: 40%;
}

@media screen and (max-width: 767px) {
	.memberlist span.name-j,
	.memberlist span.name-e {
		width: auto;
	}
	.memberlist span.desc {
		display: block;
		width: auto;
	}
}

/* history */
.history-table {
	border:1px solid #AAA;
}
.history-table tr,
.history-table td{
	border:1px dotted #CCC;
}
.history-table tbody tr:nth-child(even){
	border-bottom: 1px solid #AAA;
}
.history-table tbody tr.orange{
	background-color: #FAECE5;
}
.history-table tbody tr.gray{
	background-color: #EEE;
}
.history-table tbody tr.skyblue{
	background-color: #DCE6F1;
}
.history-table tbody tr.light_pink{
	background-color: #F2DCDB;
}
.history-table tbody tr.light_green{
	background-color: #D8E4BC;
}
.history-table tbody tr.yellow{
	background-color: #FFFFCC;
}
.history-table thead th {
	position: sticky;
	top: 0;
	z-index: 1;
}



