@charset "utf-8";

/* philosophy */
#philosophy {
	width: 690px;
	overflow: hidden;
}

#philosophy .name {
	float: right;
	line-height: 1.8;
}


/* outline */
#outline table {
	width: 100%;
	line-height: 1.6;
}

#outline th {
	width: 160px;
	background: #f4f4f4;
	padding: 10px 15px;
	font-weight: normal;
	border: 1px solid #ddd;
}

#outline td {
	padding: 10px 20px;
	border: 1px solid #ddd;
}

/* history */
#history  ul {
	overflow: hidden;
	margin-top: -13px;
}

#history li {
	border-top: 1px dotted #ddd;
	padding-top: 13px;
	margin-top: 13px;
}

#history dl {
	width: 690px;
	overflow: hidden;
	line-height: 1.4;
}

#history dt {
	width: 140px;
	float: left;
}

#history dd {
	margin-left: 97px;
}


/* commendation */
#commendation ul {
	width: 720px;
	margin: -30px 0 0 -30px;
	overflow: hidden;
}

#commendation li {
	width: 330px;
	float: left;
	margin: 30px 0 0 30px;
	font-size: 13px;
	line-height: 1.4;
}

#commendation li div {
	width: 330px;
	min-height: 100px;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	box-sizing: border-box;
}

#commendation .indent {
	margin: 10px 0 0 0;
	text-indent: -3.5em;
	padding-left: 3.5em;
}