@charset "utf-8";
/* CSS Document */

	table.schedule {
		border: 1px #E3E3E3 solid;
		border-collapse: collapse;
		border-spacing: 0;
		font-size:77%;
	}
	
	.schedule th {
		padding: 2px;
		border: #E3E3E3 solid;
		border-width: 0 0 1px 1px;
		background: #F5F5F5;
		font-weight: bold;
		line-height: 120%;
		text-align: center;
}
	.schedule td {
		padding: 2px;
		border: 1px #E3E3E3 solid;
		border-width: 0 0 1px 1px;
		text-align: left;
}
		
	td.tablecenter{
		padding: 2px;
		border: 1px #E3E3E3 solid;
		border-width: 0 0 1px 1px;
		text-align: center;
}

        td.game{
		padding: 2px;
		border: 1px #E3E3E3 solid;
		border-width: 0 0 1px 1px;
		text-align: center;
		font-family:HiraKakuProN-W3;
                font-size:92.4%;
	}
