@charset "utf-8";
/* CSS Document */


/* p.schedule */
p.schedule {
	border: 1px solid #ccc;
	padding: 10px 12px;
	font-size: 1.4em;
}
	
p.schedule img {
	margin-right: 6px;
	vertical-align: bottom;
}	

table.table-01 {
	margin-bottom: 0;
}

table.table-01 td {
	border:none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table.table-01 th.program {
	border-right: 1px solid #ebebeb;
}
table.table-01 th.t-right {
	text-align: right;
	font-weight: normal;
}	

table.table-01 td.spot01 {
	width: 100px;
	white-space: nowrap;
}

table.table-01 td.pdf {
	border-left: 1px solid #fff;
	vertical-align: middle;
	white-space: nowrap;
}	
		
table.table-01 table.chair{
	margin:13px 0 0;
	border-collapse: collapse;
	border: none;
	border-spacing: 0;/*セルのボーダーの間隔を指定する*/
	empty-cells: show;/*空白セルの場合にもボーダーを表示します。*/	
}

table.table-01 table.chair td {
	border: none;
	padding: 0 8px 13px 0;	
}

table.table-01 table.chair-02{
	width: 90%;
	margin:13px 0 0;
	border-collapse: collapse;
/*	border: none;*/
	border: solid 1px #888888;
	border-spacing: 0;/*セルのボーダーの間隔を指定する*/
	empty-cells: show;/*空白セルの場合にもボーダーを表示します。*/	
}

table.table-01 table.chair-02 td {
	border: none;
	padding: 5px 10px;
}

table.table-01 table.chair-02 th {
	width:7%;
	vertical-align:	middle;
	border: none;
	padding: 0px 10px;
	background-color: #CCCCCC;
}
	
table.table-01 table.panelist{
	margin:0 0 20px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-spacing: 0;/*セルのボーダーの間隔を指定する*/
	empty-cells: show;/*空白セルの場合にもボーダーを表示します。*/	
}

table.table-01 table.panelist td {
	border:none;
	border-bottom: 1px solid #ccc;
	padding: 13px 7px;	
}

table.table-01 table.panelist td dl dt {
	width: 75px;
}

table.table-01 table.panelist td dl dd {
	width: 345px;
}

