
/*-----------------------*
/	地域表示用テーブル
/*-----------------------*/
.harotan_hall_table{
	margin: 8px 0px 0px 0px;
}

	.harotan_hall_table .h
	,.harotan_hall_table .h td
	{
		padding: 2px;
		font-size: 10px;
		background-color: #3366FF;
		color: white;
		text-align: center;
	}
	
	.harotan_hall_table .v
	,.harotan_hall_table .v td
	{
		padding: 2px 2px;
		background-color: #FFFFFF;
		text-align: right;
	}

/*-----------------------*
/	一覧表示用テーブル
/*-----------------------*/

.list_table{
	
}
	.list_table .row0
	,.list_table .row0 td
	{
		background-color: #FFFFFF;
	}
	.list_table .row1
	,.list_table .row1 td
	{
		background-color: #F8F8F8;
	}
	.list_table .row10
	,.list_table .row10 td
	{
		background-color: #DDDDDD;
	}
	.list_table .row20
	,.list_table .row20 td
	{
		background-color: #F8F8F8;
	}
	.list_table .row21
	,.list_table .row21 td
	{
		background-color: #EEEEEE;
	}


	.list_table .w6
	,.list_table .w6 td
	{
		background-color: #EEEEFF;
	}
	.list_table .w0
	,.list_table .w0 td
	{
		background-color: #FFEEEE;
	}
	.list_table .w1 ,.list_table .w1 td
	,.list_table .w2 ,.list_table .w2 td
	,.list_table .w3 ,.list_table .w3 td
	,.list_table .w4 ,.list_table .w4 td
	,.list_table .w5 ,.list_table .w5 td
	{
		background-color: #F8F8F8;
	}

