@charset "utf-8";
	.mobile{ width:100%; display:block; margin:0 auto;}
	.btn{ background:#CC2958; width:100%; text-align:center}
	body{
	background-image: url(../images/bg.jpg);
	background-size:100%;
	background-repeat: no-repeat;
}
	.notice-bg{
		background-color:#000000;
		font-family:"微軟正黑體"}
	.notice-web{
		color:#FFF;
		font-size:13px;
		line-height:18px;
		padding:10px 0 20px 0;
		width:85%;
		margin:0 auto;
		}
	.notice-web li{ 
		font-size:10px;
		list-style-type:decimal;
		margin:0 0 0 15px}
	
	.notice-web li a {
		color: #fcff00;
		text-decoration: none;
	}

@media screen and (min-width: 737px){
	.mobile{ width:780px;}}