@charset "utf-8";

table.base {
	margin:20px 0 0;
}
table.base th,
table.base td {
	text-align:left;
	vertical-align:top;
	border:1px solid #C8D1C8;
	padding:10px 20px;
	line-height:140%;
}
table.base th {
	font-weight:bold;
	white-space:nowrap;
	background:#EAF3EA;
	color:#244822;
}

ul.base {
	padding:15px 0 0;
}
td ul.base {
	margin-top:-5px;
	padding:0;
}
ul.base li {
	list-style:disc outside;
	margin-left:18px;
	margin-top:5px;
}