@charset "utf-8";
	body{ background-color:#fff;}
	.pc, .header{ display:none;}
	.mobile{ width:100%; display:block;font-family:"微軟正黑體";}
	
@media screen and (min-width: 737px){
	.header{ display:block;}
	.pc{ margin:0 auto; display:block;font-family:"微軟正黑體";}
	.mobile{ display:none; }
	body{ background-image:url(../images/bg_L.jpg);
		  background-position:fixed;
		  background-repeat:no-repeat;
		  background-size:150%;
		  background-color:#fff}
	.header {
	background-image: url(../images/500QF_01.png);
	background-repeat: repeat-x;
	width:100%
}
}