html, body {
	/*-webkit-font-smoothing: antialiased;*/
	font: normal 14px "Century Gothic", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", Meiryo, "Microsoft JhengHei", sans-serif;
	line-height: 160%;
}
.title {
	color: #4FA6D5;
	font-weight: bold;
	line-height: 24px;
	font-size: 13px;
}
.subtitle {
	color: #666666;
	font-weight: bold;
	line-height: 24px;
	font-size: 13px;
}
.border {
	border: thin solid #dddddd;
}
.point {
	color: #FF3300;
}
.subtitle2 {
	line-height: 20px;
	font-size: 13px;
	color: #666666;
	border: thin solid #dddddd;
}
.style3 {
	color: #999999;
}
body {
	background-image: url(images/vc_bg.jpg);
}
.style4 {
	color: #333333;
}
.style5 {
	color: #006699;
	font-weight: bold;
}
.pointCopy {
	color: #FF3300;
	font-weight: bold;
}
.style4Copy {
	color: #666666;
}
.pointCopy2 {
	color: #FF6600;
	font-weight: normal;
}
.style6 {
	color: #B58FDA;
	font-weight: bold;
}
.style8 {
	color: #A072CF;
	font-weight: normal;
	font-size: 110%;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style13 {
	color: #FFFFFF;
}

.style12 {
	color: #006699;
}.white-bg {
	background-color: #F8F8F8;
	background-image: none;
}
.breadcrumb {
	font-family: Arial, "Microsoft YaHei", sans-serif;
	text-align: left;
	background: rgb(82, 134, 191);
	background: linear-gradient(90deg, rgba(82, 134, 191, 1) 0%, rgba(82, 134, 191, .7) 25%, rgba(82, 134, 191, .1) 100%);
	color: #FFF;
	letter-spacing: 0.25rem;
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.5) 4px 3px 0px;
	font-size: 18px;
	padding: 0.5em 0.5em 0.5em 1em;
}