@charset "utf-8";

/*-------------------------------------------------
	schedule CSS 
---------------------------------------------------*/
h4#subTitle{
	padding-top:15px;
	margin:0 0 25px 3px;
	}
table.tableList {
	width:597px;
	margin-bottom:20px;
	border-top:#D2D2A9 1px solid;
	border-left:#D2D2A9 1px solid;
}
table.tableList th {
	background-color:#DAE694;
	border-right:#D2D2A9 1px solid;
	border-bottom:#D2D2A9 1px solid;
	text-align:left;
	padding:5px;
	white-space: nowrap;
	vertical-align:middle;
	font-weight: bold;
}
table.tableList td {
	padding:5px;
	background-color:#F2F1E6;
	border-right:#D2D2A9 1px solid;
	border-bottom:#D2D2A9 1px solid;
	text-align:left;
	vertical-align:middle;
}
table.tableList td.int {
	text-align:center;
}
table.tableList td.date {
	white-space: nowrap;
}

span.red {
	color:#CC0000;
	font-size:1.2em;
}

p.year {
	margin:25px 2px 5px!important;
	padding-left:20px;
	font-weight: bold;
	background:transparent url(/golf/common/img/icon03.png) no-repeat scroll 0 0.1em;
}
