/* 教員プロフィール */
#profile .history {
	border:solid 1px #CCCCCC;
	font-size: 14px;
	line-height: 1.429;
	border-collapse: collapse;
	width: 100%;
}

#profile .history th, td {
	border:solid 1px #CCCCCC;
	padding: 5px 10px;
}

#profile .history  th {
	background-color: #e6e6fa;
	text-align: left;
	width: 30%;
	font-weight: normal;
}

