@charset "utf-8";
	.mobile{ width:100%; display:block; margin:0 auto;}
	body{
		
}
	.notice-bg{
		background-color:#fff7bf;
		font-family:"微軟正黑體"}
	.notice-web{
		color:#3d3d3d;
		font-size:17px;
		line-height:26px;
		padding:10px 0 20px 0;
		width:85%;
		margin:0 auto;
		}
	.notice-web li{ 
		font-size:13px;
		list-style-type:decimal;
		margin:0 0 0 15px;
		color:#967118;
	}
	
	.notice-web li a {
		color: #fcff00;
		text-decoration: none;
	}
	.img-more{
		font-size:0px;}
	.button-img{
		margin:-20% auto 0 auto;
		max-width:780px;
		background-color:#fffdf8;
	}
@media screen and (min-width: 737px){
	.mobile{ max-width:780px; background-color:#fffdf8;}}