@charset "utf-8";

table{
	margin: 0 auto 20px;
	border-collapse: separate;
	border-spacing: 2px;
	empty-cells: show;
	width: auto;
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0;
}
table th{
	padding: 0.35em 1em;
	text-align: left;
	white-space: nowrap;
}
table td{
	padding: 0.35em 1em;
	text-align: left;
}
table td.tar{
	text-align: right;
}
table td.tac{
	text-align: center;
}
table.spc{
	margin: 0 auto 20px;
/*	border-bottom: solid 1px #ccc;*/
}
table.spc th{
	letter-spacing: 0.1em;
	padding: 0.35em;
	border-bottom: solid 1px #ccc;
}
table.spc td{
	padding: 0.35em;
	letter-spacing: 0;
	border-bottom: solid 1px #ccc;
}
table.spc th.none,
table.spc td.none{
	border: none;
}
table.w100{
	width: 100%;
}
table.event{
	margin-bottom: 40px;
	width: 90%;
}
table.event th{
	width: 5em;
}

table ul{
	margin: 1em auto;
	padding: 0 30px;
}
table ul li{
	margin-bottom: 0.5em;
}

