#loading-mask {
	background: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
#loading-mask.hidden { display: none; }

.qawrapper {
	margin: auto;
	position: relative;
	width: 95%;
}

.services-list {
    font-family: "微軟正黑體";
}

.services-list li {
    list-style: square;
    margin-left:15px; 
}

.services-list>h2 {
	cursor: pointer;
	position: relative;
}

.services-list h2 a {
	width: auto;
    z-index: 200;
    letter-spacing: 1px;
}

.service-content {
	color: #444444;
	/*line-height: 16px;*/
	overflow: hidden;
	/*width: 598px;*/
}

.service-info-text {
	float: left;
	margin: 18px 10px;
    padding: 0 15px 0 0;
	text-align: justify;
	width: 80%;
	line-height: 28px;
}
.service-info-image {
    float: right;
    /*margin-right: 20px;*/
}