@charset "utf-8";
/* CSS Document */
.tit .wp h3 {
	line-height: 30px;
	margin-bottom: 16px;
}
.tit .wp p {
	margin-bottom: 30px;
	line-height: 14px;
	font-family: "微軟正黑體","Microsoft JhengHei", "Microsoft yahei", "微软雅黑", "tahoma";
	font-size: 14px;
	color: #8f8f8f;
}
@media only screen and (max-width: 767px) {
	.tit .wp h3 {
		line-height: 20px;
		margin-bottom: 10px;
	}
	.tit .wp p {
		line-height: 20px;
		font-size: 10px;
		text-align: center;
		margin-bottom: 12px;
	}
}

.page .wp p {
	font-size: 16px;
	line-height: 36px;
	color: #666;
}
@media only screen and (max-width: 767px) {
	.page .wp p {
		text-align: left;
	}
}


.relevant .wp .title h2 {
	font-size: 20px;
	line-height: 24px;
	border-left: 3px solid #666;
	padding-left: 3px;
	padding-bottom: 2px;
}

.relevant .wp ul li {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.relevant .wp ul li:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.relevant .wp ul li {
		width: 49%;
		float: left;
		margin-right: 2%;
	}

	.relevant .wp ul li:nth-child(2n) {
		margin-right: 0;
	}
}