/*このcssはirフォルダ内のinformation.htmlでのみ使用されるローカルのcssです。*/


table.tableSchedule{
	font-size:85%;
	border-collapse:collapse;
	border-top: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
}

table.tableSchedule td{
	background:url(../../../img/bg_dotline.gif) bottom repeat-x;
	padding:3px 5px;
	vertical-align:top;
	text-align:left;
}

table.tableSchedule th{
	background:url(../../../img/bg_dotline.gif) bottom repeat-x #f3f3f3;
	color:#546fad;
	padding:3px 10px 3px 8px;
	text-align:center;
	white-space:nowrap;
	vertical-align:top;
	border-bottom: #ffffff solid 1px;
}

table.tableSchedule .irHead{
	background-color:#9c9;
	text-align:center;
	color:#fff;
	width:240px;
}

table.tableSchedule .ir01{
	background-color:#efffe3;
	width:80px;
}


table.tableSchedule .ir02{
	background-color:#f6fff6;
	width:160px;
}

table.tableSchedule .irPlace{
	background-color:#9c9;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

table.tableSchedule .kabuHead{
	background-color:#99f;
	color:#fff;
	text-align:center;
	width:240px;
}

table.tableSchedule .kabu01{
	background-color:#efefff;
	width:80px;
}


table.tableSchedule .kabu02{
	background-color:#f6f6ff;
	width:160px;
}

table.tableSchedule .kabuPlace{
	background-color:#99f;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
table.tableSchedule .schedule_Head{
	background-color:#99f;
	color:#fff;
	text-align:center;
}
table.tableSchedule .IR_01{
	background-color:#efefff;
	width:80px;
	border-bottom: #ffffff solid 1px;
}


table.tableSchedule .IR_02{
	background-color:#f6f6ff;
	width:400px;
	border-bottom: #ffffff solid 1px;
}

table.tableSchedule .IR_Place{
	background-color:#99f;
	text-align:center;
	color:#fff;
	font-weight:bold;
	border-bottom: #ffffff solid 1px;
}