@charset "utf-8";
@import url(../o_template_style.css);
@import url(../left_menu/none_left.css);
@import url(../../../tplate-10/en/about/about.css);

#content-area {
	padding-top: 25px;
	padding-bottom: 50px;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}

.content-title-right {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #888888;
}

.content-title-left {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #888888;
}

.content-title {
	color: #DF0023;
}
.content-title-en {
	color: #000;
}
.content-desc {
	color: #161616;
}

.test {}
/* ==平板電腦====================================== */
@media screen and (min-width: 640px) and (max-width: 969px) {

	#content-area {
		padding-top: 25px;
		padding-bottom: 25px;
		width: 98%;
		margin-right: 1%;
		margin-left: 1%;
	}

}
/* ==手機電腦====================================== */
@media screen and (max-width: 639px) {

	#content-area {
		padding-top: 25px;
		padding-bottom: 25px;
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
	}

}