@charset "utf-8";
/* CSS Document */

/* ==========================================================
 　seminar_performance.css　　最終更新日時　2011/10/21
========================================================== */

div.section div.leftBox {
	float:left;
	text-align:center;
	width:330px;
}
div.section div.rightBox {
	float:right;
	text-align:center;
	width:330px;
}
	
/* table01の設定
++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.seminarPerformance {
    border-collapse: separate;
	border-top: 1px solid #dac48b;
	border-left: 1px solid #dac48b;
    border-spacing: 0;
	margin: 0 0 20px 0;
	width: 100%;
	empty-cells: show;
}
.seminarPerformance th.thDays {
	border-color: #ffffff #dac48b #dac48b #ffffff;
	border-style: solid;
	border-width: 1px;
    background: none repeat scroll 0 0 #f7f5e6;
	color: #876447;
	font-weight: bold;
	padding: 5px;
	width: 10%;
	text-align: center;
}
.seminarPerformance th.thContent {
	border-color: #ffffff #dac48b #dac48b #ffffff;
	border-style: solid;
	border-width: 1px;
    background: none repeat scroll 0 0 #f7f5e6;
	color: #876447;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
.seminarPerformance td {
    border-right:1px solid #dac48b;
    border-bottom:1px solid #dac48b;
	padding: 5px;
	white-space: nowrap;
}




