@charset "utf-8";

/* ------------------------------------------------------------------ */

.p1 {
	display: block;
	font-family: 微軟正黑體, "Microsoft JhengHei";
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 10px 0 7px 0;
}
.p1 a {
	text-decoration: underline;
}
.p1 a:hover {
	text-decoration: none;
}

.p2 {
	font-family: 微軟正黑體, "Microsoft JhengHei";
	font-weight: bold;
	font-size: 15px;
	display: block;
	margin: 0 0 10px 0;
}
.p2 a:hover {
	text-decoration: underline;
}
