@charset "utf-8";
body{
	background-color:#eeeeee}

.mobile{ 
	display:block;
	width: 100%;
	max-width:900px;
	margin:0 auto;
	border: 0px solid red;
 }

.notice-web{
	font-family:"微軟正黑體";
	color:#eeeeee;
	font-size:15px;
	line-height:20px;
	width:100%;
	background-color:#021352;
}
.notice-web ul{
	width:90%;
	margin:0 auto;
	padding:20px 0;}
.notice-web ul li{ 
	font-size:13px;
	list-style-type:decimal;
	margin:0 0 0 15px;
}

.notice-web li a {
	color: #ff9900;
	text-decoration: none;
}

