@charset "utf-8";

/*演説会スケジュール用*/

div#section {
	margin: 20px 0 0 0;
}


div#section table#table-01 {
	border: 1px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 95%;
	margin: 20px 0 0 20px;
	background: #ffffff;
}

div#section table#table-01 th {
	padding: 5px;
	border: #999999 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
div#section table#table-01 td {
	padding: 5px;
	border: 1px #999999 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}
div#section table#table-01 td.date01 {
	width: 100px;
}
div#section table#table-01 td.date02 {
	width: 30px;
}
div#section table#table-01 td.time {
	width: 100px;
}
div#section table#table-01 td.place01 {
	width: 100px;
}
div#section table#table-01 td.place02 {
	width: 100px;
}
div#section table#table-01 td.sat {
	background: #DAE6FB;
}
div#section table#table-01 td.sun {
	background: #FEE9E9;
}
div#section table#table-01 td.vote {
	background: #FCD5D5;
	font-weight: 600;
}
