#mainContent{
	margin:1em;
}
#mainContent h2{
	font-weight:bold;
}
.front-feature {
	background: #e4ecec url("feature_bg.jpg") no-repeat scroll center left !important;
	height:160px;
}
#feature {
	padding:6px;
	margin-left: 55%;
	position: relative;
	background: url(bg-alpha.png);
}
#feature h2{
	background: url(feature_title.png) no-repeat;
	padding-top: 30px;
	height: 0;
	width: 275px;
	overflow: hidden;
}

/*
ul#global-info {
	margin:0; padding:0; list-style: none;
	position: absolute;
	right: 2px;
	bottom: 2px;
}
ul#global-info li{
	display: block;
	float: left;
	margin: auto 3px;
}
*/

/*=======================
  各場次資料
  =======================*/
.item-block{
	float:left;
	width: 29%;
	padding:1%;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#E0F7C5;
	margin-left:15px;
	margin-bottom:5px;
	-moz-box-shadow:1px 1px 0 #DDDDDD;
}


.tab-menu {
	font-size:1.3em;
	float:left;
}
li .active {
	font-weight:bold;
}

.tab-menu a{
	text-decoration:none;
}
.tab-menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
	-webkit-padding-start:0;
}
.tab-menu li{
  display:block;
	margin-top:0.5em;
	padding:0.2em;
}

.tab-scroll{
	margin-left:18%;
}


.applyLater{
	margin:0.5em 1em;
	height:35px;
}
.applyNow{
	background: url(apply_now.gif) no-repeat;
	margin:0.5em 1em;
	height:35px;
	width:105px;
	overflow: hidden;
}
.applyNow a{
	height:35px;
	width:105px;
	display:block;
	padding-top:1000px;
}
.applyNow a:hover{background:none;}
#mainContent{
	float: none;
	line-height:2em;
	width:100%;
}
/*=======================
  others
  =======================*/
  .col3{
  	float:left;
  	width:31%;
  	margin-left:2%;
  }