
/*==========內容文字框樣式=========*/
#xo-content .formatbox {
	line-height: 180% !important;
}

#xo-content .formatbox h1 {
	font-size: 170%;
	color: #046EB8;
	line-height: 130%;
	margin: 20px 0px;
}
#xo-content .formatbox h2 {
	font-size: 160%;
	color: #E06100;
	margin: 19px 0px;
	line-height: 130%;
}
#xo-content .formatbox h3 {
	font-size: 150%;
	color: #E40709;
	margin: 18px 0px;
	line-height: 130%;
}
#xo-content .formatbox h4 {
	font-size: 140%;
	color: #228E7A;
	margin: 17px 0px;
	line-height: 130%;
}
#xo-content .formatbox h5 {
	font-size: 130%;
	color: #918634;
	margin: 16px 0px;
	line-height: 130%;
}
#xo-content .formatbox h6 {
	font-size: 120%;
	color: #009FAA;
	margin: 15px 0px;
	line-height: 130%;
}
#xo-content .formatbox dl {
	position: relative;
}
#xo-content .formatbox dt {
	position: relative;
	font-size: 115%;
	padding: 10px 0px 10px 0px;
	color: #174960;
	line-height: 170%;
}
#xo-content .formatbox dd {
	position: relative;
	line-height: 170%;
	padding: 0px 0px 10px 50px;
}
#xo-content .formatbox strong {
	display: block;
	font-size: 140%;
	color: #D9534F;
	margin: 15px 0px;
	line-height: 130%;
}
#xo-content .formatbox .thumbnail {
	margin: 15px 0px;
	width: 100%;
}
#xo-content .formatbox iframe {
	margin: 10px 0px;
	width: 100%;
	height: 500px;
}
#xo-content .formatbox ul li {
	position: relative;
	padding: 0px 0px 5px 0px;
}
#xo-content .formatbox audio {
	margin: 10px 0px;
	width: 100%;
}
#xo-content .formatbox .labelcss {
	position: relative;
}

