@charset "utf-8";



.about01 {
	font-family: "微軟正黑體";
}
.about01 img {
	width: 100%;
}
.about02 {
	font-family: "微軟正黑體";
	font-size: 1.1em;
	line-height: 30px;
	margin-top: 1em;
	background-image: url(../img/about04.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: hidden;
}

.about02 company {
	font-family: "微軟正黑體";
	font-size: 1.5em;
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
	color: #069;

}

.about03 {
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border: 1px solid #666;
	overflow: hidden;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3em;
}

.partner {
	padding: 0px;
}

.partner img {
	width: 75%;
}

.partner2 {
	font-family: Arial;
	font-weight: bold;
	line-height: 20px;
}


.partner2 a {
	text-decoration: none;
	color: #666;
	font-weight: lighter;

}

.partner2 a:link {
	color: #666;

}

.partner2 a:visited {
	color: #666;

}

.partner2 a:hover {
	color: #000;

}



/*************************************************/
@media(max-width:1440px){}
@media(max-width:1366px){}
@media(max-width:1280px){}
@media(max-width:1024px){}
@media(max-width: 991px){}
@media(max-width:768px){
	.about02 {
	background-image: none;

}
	}
@media(max-width:640px){}
@media(max-width:480px){}
@media(max-width:320px){}
