@charset "utf-8";
/* CSS Document */

.container h1 {
	background-image: url(../images/title_notice.png);
}
.content .second-title {
	color: #667984;
	font-size: 1.41rem;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 30px;
}
.content .second-title:first-child {
	margin-top: 0;
}
.content .mCSB_container div, .content .mCSB_container p {
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	font-size: 1.16rem;
	font-weight: 100;
	line-height: 1.8;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #333;
}
.content .mCSB_container div:last-child, .content .mCSB_container p:last-child {
	border-bottom: none;
}
.content .mCSB_container ul {
	color: #999;
	font-size: 12px;
	margin: 10px;
}