ul.snav {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
ul.snav li a { 
	display: block;
	 padding:10px 15px;
	 border-radius: 8px;
	 text-decoration: none;
	 margin: 40px 10px 30px 10px;
	 border: 1px solid #8081ff;
	 color: #8081ff;
}
ul.snav li a:hover, ul.snav li.current a {
	background: #8081ff;
	border: 1px solid #8081ff;
	color: #fff;
}

ul.notice {
	width: 98%;
	color: #474549;
	line-height: 1.5em;
	list-style: decimal;
	margin-bottom: 30px;
}
.stit{
	width: 100%;
	color: #000;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.stit h3{
	text-align: center;
}

ul.notice ul {
	list-style: disc;
	padding-left: 1.5em;
}
ul.notice ul > li ul {
	list-style: trad-chinese-informal;
	padding-left: 2.5em;
}



/* mobile */
@media( max-width:1199.98px ){ 
	html,body{ width: 100%; font-size: 16px; -webkit-text-size-adjust:none; }
	/* 說明頁 */
	ul.snav { width: 100%; margin: 1.4em 0 .6em 0; }
	ul.snav li a { padding:8px; margin:5px; }
	.notice_content { width: 100%; box-sizing: border-box;}

}