/**********************************
*** top league coomon style
***********************************/

/**********************************
*** schedule table styles
***********************************/
.schedule_table {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 80%;
	letter-spacing: 0.02em;
	text-align: center;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.schedule_table th {
	margin: 0;
	padding: 5px;
	white-space: nowrap;
	font-weight: normal;
	background-color:#e4e1ff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}
.schedule_table td {
	padding: 5px 0;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
	empty-cells: show;
}
.schedule_table td.team {
	width: 23%;
}
.schedule_table td.result {
	width: 8%;
}
.schedule_table td.kiken {
	background-color: #ffc1ff;
}
.schedule_table td.change {
	background-color: #bfdfff;
}

.schedule_p01 {
	margin: 2px 0 15px 0;
	text-align: right;
}
.schedule_p02 {
	margin: 2px 0;
	text-align: left;
}

.schedule_comment01 {
	width: 350px;
	margin: 0;
	padding: 3px;
	font-size: 80%;
	text-align: lleft;
	letter-spacing: 0.1em;
}
.schedule_comment01 td#a {
	width: 20%;
	text-align: center;
	background-color: #ff8080;
}
.schedule_comment01 td#b {
	width: 20%;
	text-align: center;
	background-color: #bfdfff;
}


/***********************************
*** in line frame style
***********************************/
.iframe_no01 {
	width: 100%;
	height: 550px;
	margin: 20px 0 0 0;
}
