/* セミナー・展示会
------------------------------------------------------------ */
table.schedule{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #a8a7a7;
	border-left-color: #a8a7a7;
	margin-bottom: 45px;
}
table.schedule th{
	font-weight: normal;
	background-color: #d9ebf8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #a8a7a7;
	border-bottom-color: #a8a7a7;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
table.schedule td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #a8a7a7;
	border-bottom-color: #a8a7a7;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}
table.schedule td.sche-left{
}
table.schedule td.sche-center{
	text-align: center;
}
p.seminar_txt{
	margin-bottom: 60px;
}

