@charset "utf-8";   
/*  
 Share Style [  
----------------------------------------------------------- */ 
.seat,.seat2{
	width:629px;
	clear:both;
}
.seat{
	margin-top:10px;
}
.seat2{
	margin-top:20px;
}
.seat_r{
	width:305px;
	float:right;
}
.seat_l{
	width:305px;
	float:left;
}
/*  
 シートテーブル [ 
------------- */
table.t_seat{
	width:305px;
	border:1px #000 solid;
	border-collapse:collapse;
}
table.t_seat tr{
	border:1px #000 solid;	
	border:none;
}
table.t_seat td{
	border:1px #000 solid;
	padding:5px 5px 2px 10px;
}
table.t_seat td.td1{
	background-color:#E1E8F6;
}
