.top_image{
	width:980px;
	height:240px;
	position:relative;
}
.top_image_txt{
	color:#ffffff;
	font-size:17px;
	font-weight:400;
	position:absolute;
	bottom:20px;
	left:18px;
	line-height:1;
}


/* seminarのテーブルレイアウト */
table {
	width:100%;
}
table td:first-child {
	background: #009fe2;
	width:12%;
	padding:5px;
	color:#fff;
	border: solid #fff 4px;
	text-align:center;
}
table td {
	padding:6px;
	background: #F7F8FB;
	border: solid #fff 4px;
}
table td .tag {
	padding:2px 8px;
	color:#fff;
	background:#6d6d6d;
	border:none;
	font-size: 12px;
	margin-bottom:8px;
}
table td h3 {
	text-align:center;
	margin-bottom:10px;
	padding:6px;
}
table td.time {
	text-align:center;
}


/* 講師情報のテーブルレイアウト */
	table.teacher {
		width:100%;
		border:1px dotted #B0AEFF;
		background:#fff;
	}
	table td .table_left {
		width:80%;
		text-align:left;
		vertical-align:top;
		color:#666;
		background:#fff;
	}
	table td .table_left strong {
		font-size:1.3em;
		margin-bottom:10px;
	}
	table td .table_right {
		width:20px;
		background:#fff;
	}
