@charset "utf-8";


/* -------------------- Content Body -------------------- */
.contentBody{
	background:url(../../../image/golf/common/bg_second.gif) repeat-y;
}
/* -------------------- layout -------------------- */
/* sidemenu */
.sidemenu{
	width: 180px;
	float:left;
	margin:0;
	padding:0;
}
/* main */
.rightMain{
	width: 720px;
	float: right;
}
/* breadcrumb */
#tracklist{
	width: auto;
	margin: 0;
	padding: 2px 5px;
	font-size: 12px;
	color: #fff;
	background-color: #7AA228;
}
#tracklist a{
	color: #fff;
	background-color: #7AA228;
}
#tracklist a:hover{
	text-decoration:none;
}


/* -------------------- common css -------------------- */

/* anchor */
.anchorLink{
	width: 660px;
	margin: 0 auto;
	padding: 5px 0;
	overflow: hidden;
}
.anchorLink ul{
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
.anchorLink li{
	margin: 0;
	padding: 0 2px 0 0;
	float: left;
}
/* btn campaign */
.btnCampaign{
	margin: 0;
	padding: 5px 0;
	text-align: center;
}


/*==================== #pgSchedule ====================*/
#pgSchedule .contentBody{
	padding-bottom: 10px;
	color: #333;
	background-color: #fff;
	background-image: none!important;
}
#pgSchedule #tracklist{
	margin: 0 0 10px;
}
#pgSchedule .pager{
	width: 880px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
#pgSchedule .pager li{
	margin: 0;
	padding: 0;
}

.pager li.leftbox {
    float: left;
}
.pager li.rightbox {
    float: right;
}

#theMonthCourse,
#theMonthsShedule{
	width: 878px;
	margin: 0 auto 5px;
	padding: 10px 0;
	color: #333;
	background: transparent url(../../../image/golf/schedule/box_bg.gif) no-repeat left top;
	border: 1px solid #ddd;
}
#theMonthCourse{
	margin: 0 auto 10px;
}
#theMonthCourse h3,
#theMonthsShedule h3{
	width: auto;
	margin: 0 10px;
}
/* the month course list */
#theMonthCourse ul{
	width: 840px;
	margin: 5px auto 0;
	padding: 0;
	list-style-type: none;
	zoom: 100%;
}
#theMonthCourse ul li{
	margin: 0;
	padding: 0 10px;
	float: left;
	font-size: 10px;
	line-height: 1.4;
	color: #09c;
	background-color: transparent;
	zoom: 100%;
}
#theMonthCourse ul:after,
#theMonthCourse li:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#theMonthCourse li img{
	float: left;
	margin-right: 8px;
	position: relative;
	top: -8px;
}
#theMonthCourse li a{
	display: block;
	padding-top: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	background-color: transparent;
}
#theMonthCourse li a:hover{
	text-decoration: none;
}
#theMonthCourse li img.icon{
	margin: 0 1px;
	float: none;
	top: -1px;
}

#theMonthsShedule table,
#theMonthsShedule .noticeMark{
	border-collapse: collapse;
	width: 860px;
	margin: 5px auto;
	color: #333;
	background-color: #fff;
	font-size: 11px;
}
/* the month schedule table */
#theMonthsShedule th{
	padding: 2px;
	color: #fff;
	background-color: #333;
	border: 1px solid #666;
	font-weight: normal;
}
#theMonthsShedule td{
	width: 121px;
	padding: 2px;
	border: 1px solid #666;
	text-align: center;
	background:#EEEEEE;
}
#theMonthsShedule tr.thead td{
	height: 14px;
	color: #333;
	background-color: #FFF;
}
#theMonthsShedule tr.thead td.time{
	background:#666;
	color:#FFF;
}
#theMonthsShedule td.time{
	width: 50px;
	height: 45px;
	min-height: 45px;
	max-height: 90px;
	vertical-align: top;
	background:#666;
	color:#FFF;
}
#theMonthsShedule td.course{
	padding-top: 5px;
	background:#FFF;
}
#theMonthsShedule td.course strong{
	font-size: 14px;
}

#theMonthsShedule td.mainte{
	width: 60px;
	color: #333;
	background: transparent url(../../../image/golf/schedule/schedule_mainte_bg.gif) repeat;
	vertical-align: top;
}
#theMonthsShedule td a{
	color: #333;
	background-color: transparent;
	padding-bottom: 5px;
}
#theMonthsShedule td a:hover{
	text-decoration: none;
}
#theMonthsShedule td a img{
	display: block;
	margin: 0 auto;
}
#theMonthsShedule td img.icon{
	position: relative;
	top: 10px;
	left: 30px;
}
/* notice mark */
.noticeMark{
	padding: 5px;
	font-size: 11px!important;
	list-style-type: none;
}
.noticeMark li{
	margin: 0;
	padding: 0;
}
.noticeMark span{
	padding: 2px 10px;
	border-right: 1px solid #878787;
	margin-right: 10px;
}





#container {
    padding-bottom: 10px;
}

.arrowPrev {
    margin: 10px 0 0 10px;
}

.arrowPrev a {
    background: url(../../../image/golf/schedule/arrow_prev.png) no-repeat;
	background-position: 0 30%;
	padding-left: 25px;
	color: #cc0000;
	font-size: 93%;

}
