@charset "utf-8";

/*----------------------------------------------------

	センター大会

----------------------------------------------------*/
.table01 .sun{
	background:#FDB9CC;
	color:#000;
}

.table01 .sat{
	background:#A0D3FF;
	color:#000;
}

/*----------------------------------------------------

	リーグ・クラブ

----------------------------------------------------*/
ul.scheduleLink{
	border-top:1px dotted #583300;
	border-bottom:1px dotted #583300;
	background:#fffbef;
	padding-top:10px;
}

ul.scheduleLink li{
	padding-bottom:10px;
	margin-left:15px;
}

.table01 td.num{
	background:#FEDC64;
}


/*----------------------------------------------------

	別ウインドウ

----------------------------------------------------*/

#swinCont .titleLead{
	color:#422701;
}

#swinCont h2{
	background:url(../../img/share/hl_bg01.gif) no-repeat left top scroll;
	font-size:1.2em;
	line-height:1;
	color:#011b16;
	margin-bottom:15px;
	padding:25px 0 12px 60px;
}

table.tableSwin {
    border: 1px #999999 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin:0 auto 20px;
}

table.tableSwin th {
    padding: 5px;
    border: #999999 solid;
    border-width: 0 0 1px 1px;
    background: #f5f5f5;
    font-weight: bold;
    text-align: center;
}

table.tableSwin td {
    padding: 5px;
    border: #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}



