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

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

#area-1 {
	padding-bottom:20px; 
	width:50%;
}
.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: #27A7E1;
}
.content-title-en {
}
.content-desc {
}
#about-pic3 {
	height: auto;
	width: 100%;
	max-width: 546px;
}
.test {}
/* ==平板電腦====================================== */
@media screen and (min-width: 640px) and (max-width: 969px) {

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

	#area-1 {
		padding-bottom:20px; 
		width:80%;
	}
}
/* ==手機電腦====================================== */
@media screen and (max-width: 639px) {

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

}