.title01 {
	text-align: center;
	color: #acaaa6;
	padding-top: 150px;
	font-family: "微軟正黑體";
	font-weight: bold;
	letter-spacing: 0.2em;
}

.title01 h1 {
	font-family: "微軟正黑體";
	font-weight: bold;
	font-size: 3em;
	/***
	text-shadow: 2px 2px 0 #000, -2px -2px 0 #000;
	***/
}

@media(max-width:1440px){}
@media(max-width:1366px){}
@media(max-width:1280px){}
@media(max-width:1024px){}
@media(max-width: 991px){
	
	}
@media(max-width:708px){
	.title01 {
	padding-top: 100px;
}

.title01 h1 {
	font-size: 2.5em;
}
	}
@media(max-width:640px){}
@media(max-width:480px){}
@media(max-width:320px){}


/********************************************/

.about1 {
	font-family: Arial;
	font-size: 1.2em;
	line-height: 30px;
	margin-top: 3em;
	margin-bottom: 3em;
	word-spacing: 0.2em;
	color: #333;
}
.about1 b {
	font-size: 1.5em;
	color: #004566;
}

.about2 {
	font-family: Arial;
	margin-top: 3em;
	margin-bottom: 3em;
}
.about2 img {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #747474;
	border-right-color: #747474;
	border-bottom-color: #C6C6C6;
	border-left-color: #C6C6C6;
}
.about3 {
	padding: 0.2em;
}
