
#section-box{

}

#section-box > div:first-child,
#section-box > div:first-child + div,
#section-box > div:first-child + div + div,
#section-box > div:first-child + div + div +div{
	display:none;
}

#section-tt{
	padding:7px 0px;
	border-top:2px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
}

#section-tt span:first-child{
	width:48%;
	display:inline-block;
	padding-left:18px;
	color:#444444;
	font-size:16px;
	font-weight:bolder;
	font-family:"微軟正黑體";
	background:url(section-title-line1.png) 3px 6px no-repeat;
}

#section-tt span:first-child + span{
	width:48%;
	display:inline-block;
	text-align:right;
}

#section-tt span:first-child + span span{
	color:#fd602f;
}

#section-body{
	padding-top:15px;
}