div.schedule-content {
	margin: 0px 0px 20px;
}
div.table-top,
div.table-bottom {
	min-height: 22px;
}
div.table-top p.table-caption {
	float: left;
}
p.table-footnote {
	padding: 0px 4px 5px;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}
div.table-bottom p.table-footnote {
	padding: 5px 4px;
	float: left;
}
div.table-top ul.month-navi,
div.table-bottom ul.month-navi {
	display: block;
	margin: 4px 0px;
	border-left: 1px dotted #bbbbbb;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
	list-style: none;
	float: right;
}
div.table-top ul.month-navi li,
div.table-bottom ul.month-navi li {
	display: block;
	margin: 0px;
	border-right: 1px dotted #bbbbbb;
	padding: 0px;
	width: 40px;
	text-align: center;
	float: left;
}
div.table-top ul.month-navi li span.current,
div.table-bottom ul.month-navi li span.current {
	color: #999999;
}

table.schedule-table {
	border-collapse: collapse;
	border: 1px solid #c2c2c2;
	width: 100%;
/*	table-layout: fixed;*/
}
table.schedule-table tr.sp1 {
	background-color: #f0ffe4;
}
table.schedule-table tr.sp2 {
	background-color: #e7f8ff;
}
table.schedule-table tr.sp3 {
	background-color: #fff0f2;
}
table.schedule-table tr.sp4 {
	background-color: #fffedd;
}
table.schedule-table th,
table.schedule-table td {
	border: 1px solid #c2c2c2;
}
table.schedule-table th {
	padding: 9px 5px;
	color: #3366cc;
	background: url(../../../image/bg-th_h3_c2.gif) repeat;
	background-color: #d7ebff;
	text-align: center;
	white-space: nowrap;
}
table.schedule-table td {
	padding: 8px 9px;
}
table.schedule-table td.date {
	padding: 8px 4px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
table.schedule-table td.date.saturday {
	color: #66ccff;
}
table.schedule-table td.date.holiday {
	color: #ff6666;
}
table.schedule-table td.team {
	text-align: left;
	vertical-align: middle;
}
table.schedule-table td a.to-detail {
	padding: 0px 0px 0px 6px;
	color: #3366cc;
	background: url(../../../image/icon-sublist_mark.gif) left 4px no-repeat;
}
table.schedule-table td span.detail a {
	font-size: 10px;
	font-weight: normal;
	margin: 2px 0 0 0;
}
div.otherinfo {
	margin: 30px 0px 0px;
}
div.otherinfo-list {
	margin: 0px -6px 0px 0px;
	padding: 0px 0px 6px 0px;
	width: 653px;
}
table.otherinfo-list-table {
	float: left;
	width: 319px;
	margin: 0px 6px 0px 1px;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
table.otherinfo-list-table th {
	padding: 5px 10px;
	border: 1px solid #cccccc;
	height: 16px;
	background: url(../../../image/bg-th_h3_c2.gif);
	background-color: #d7ebff;
	color: #3366cc;
	text-align: left;
}
table.otherinfo-list-table td {
	padding: 10px 10px 15px 10px;
	border: 1px solid #cccccc;
	line-height: 16px;
	text-align: left;
}
table.otherinfo-list-table th a {
	font-weight: bold;
}
.otherinfo-list-table td .otherinfo-contents {
	float: left;
	width: 190px;
}
.otherinfo-list-table td .otherinfo-contents.h5l {
	height: 6.7em;
}
.otherinfo-list-table td > .otherinfo-contents.h5l {
	height: auto;
	min-height: 6.7em;
}
.otherinfo-list-table td .otherinfo-contents.h6l {
	height: 8em;
}
.otherinfo-list-table td > .otherinfo-contents.h6l {
	height: auto;
	min-height: 8em;
}
.otherinfo-list-table td .otherinfo-contents.h7l {
	height: 9.4em;
}
.otherinfo-list-table td > .otherinfo-contents.h7l {
	height: auto;
	min-height: 9.4em;
}
.otherinfo-img {
	width: 100px;
	float: right;
}


