@charset "UTF-8";

/*----------------------------------------

	+ content
		- overview

-----------------------------------------*/

/*----------------------------------------
	content
-----------------------------------------*/

/*----------------------------------------
	overview
-----------------------------------------*/
#overview {
	margin-top: 35px;
}
#overview > section > h1 {
	padding-bottom: 20px;
}

#overview > section > table {
	width: 100%;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-collapse: collapse;
}

#overview > section > table th,
#overview > section > table td {
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 5px 10px;
}

#overview > section > table th:first-child,
#overview > section > table td:first-child {
	width: 130px;
}
#overview > section > table th.yellow01 {
	color: #a48630;
}