@charset "utf-8";

/* 沿革
----------------------------------------------------------------------------------------------------*/

#history {
	padding: 0 10px;
}

#history table {
	border-collapse: collapse;
	width: 660px;
}

#history th {
	white-space: nowrap;
}

#history th,
#history td {
	padding: 10px;
	text-align: left;	
	vertical-align: top;
}

#history .bg th,
#history .bg td {
	background: #efefef;
}

/* スタッフ紹介
----------------------------------------------------------------------------------------------------*/

#staff .box1 {
	padding: 0 10px 30px;
}

#staff table {
	border-collapse: collapse;
}

#staff th {
	white-space: nowrap;
}

#staff th,
#staff td {
	text-align: left;	
	vertical-align: top;
}

#staff .box2 {
	padding: 0 10px 30px;
}

#staff .box2 .left {
	width: 330px;
}

#staff .box2 .right {
	width: 325px;
}

