@charset "utf-8";

#whatsNew,
#Information,
#Log {
	width: 100%;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 23px;
	border-top: 1px dotted #e5e5e5;
}
#whatsNew #allLog,
#Information #allLog,
#footerMenu #allLog {
	display: none;
}
#whatsNew ul,
#Information ul,
#Log ul {
	list-style-type: none;
	padding-left: 0;
}
#whatsNew ul li,
#Information li,
#Log ul li {
	padding: 0 0 20px 8.33333333%;
	border-bottom: 1px dotted #e5e5e5;
	margin: 0 0 20px;
}
#whatsNew ul li span,
#Information ul li span,
#Log ul li span {
	float: right;
	margin-right: calc(8.33333333% + 10px);
}

@media (max-width: 767px) {
	#whatsNew ul li,
	#Information  ul li,
	#Log ul li {
		text-align: center;
		padding: 0 0 20px 0;
	}
	#whatsNew ul li span,
	#Information ul li span,
	#Log ul li span {
		float: none;
		display: block;
		margin-top: 10px;
		margin-right: 0;
	}
}

.bottom-section ul.icon-list li span {
	color: #fff;
	margin-left: 3px;
}
.bottom-section ul.icon-list #allLog {
	display: none;
}

.record table {
	width: 100%;
	font-size: 14px;
	margin-bottom: 1rem;
}
.record th,
.record td {
	text-align: center;
	padding: 10px;
}

.officer {
	overflow: hidden;
}
.officer ul {
	overflow: hidden;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.officer li {
	float: left;
	width: calc(100% / 6);
	min-width: 7em;
}
.officer ul.en li {
	float: left;
	width: calc(100% / 6);
	min-width: 15em;
}
.officer dl {
	overflow: hidden;
}
.officer dt {
	clear: left;
	float: left;
	min-width: 7em;
	line-height: 2;
}
.officer dd {
	padding-left: calc(100% / 6);
	line-height: 2;
}
.officer dd li {
	width: calc(100% / 5);
	min-width: 7em;
}

.expert_group section {
	margin-bottom: 40px;
}
.expert_group section p {
	margin-bottom: 1em;
}

.expert_group dl {
	overflow: hidden;
}
.expert_group dt {
	clear: left;
	float: left;
	width: 5em;
	line-height: 2.5;
	font-weight: bold;
}
.expert_group dd {
	line-height: 2.5;
	padding-left: 5em;
	border-bottom: 1px dotted #ccc;
}
.expert_group dd ul {
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.expert_group dd li {
	width: 9em;
	float: left;
}

dl.dl-horizontal.joint_reserch dt,
dl.dl-horizontal.joint_reserch dd {
	line-height: 2.5;
}