.about1 {
	font-family: "微軟正黑體";
	font-weight: bold;
	margin-bottom: 2em;
	text-align: center;
}
.about1 h1 {
	letter-spacing: 0.1em;
	background-image: url(../img/line.png);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: "微軟正黑體";
}
.about1 h1 b {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-family: "微軟正黑體";
}

.about1 h2 {
	font-family: "微軟正黑體";
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	color: #333;
}
.about2 {
	font-family: "微軟正黑體";
	font-size: 1.15em;
	line-height: 32px;
	color: #666;
}
.about2 p {
	margin-bottom: 1.5em;
}
.about3 {
}
.about3 img {
	width: 100%;
}

.year {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	color: #BD5F00;
	font-style: italic;
	font-weight: bold;
	padding-right: 1em;
	padding-left: 1em;
	border-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 15px #ddd;
	box-shadow: 0px 0px 15px #ddd;
	-o-box-shadow: 0px 0px 10px #ddd;
	-moz-box-shadow: 0px 0px 15px #ddd;
	border: 2px dashed #C60;
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}

/************************其它裝置**********************************/
@media(max-width:1440px){}
@media(max-width:1366px){}
@media(max-width:1280px){}
@media(max-width:1024px){}
@media(max-width: 991px){
.about1 h1 b {
	font-size: 1em;
}

.about1 h2 {
	font-size: 1.4em;
	
}
	}
@media(max-width:768px){}
@media(max-width:640px){}
@media(max-width:480px){}
@media(max-width:320px){}



/*********************************************************/
