.about_content {
	width: 70%;
	margin: 35px auto;
	font-family: "微軟正黑體";
}
.about_content>div {text-align: right;}
.blue {
	color: #2faaea;
}

.about_icon::before{
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 1.6em;
	height: 1.6em;
	background: url(../images/about_icon.png)  no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;	
	margin-right: 0.8em;
}
