@charset "utf-8";
/* CSS Document */

/*基本*/
body{
	margin:0;
	padding:0;}

/*全BOX版面*/	
.wrapper{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	text-align:left;}
	
.wrapper img{
	border:0;
	width: 100%;
	vertical-align:top;
	}
	
.wrapper .mainarea{
	position:relative;
	z-index:1;
	display:block;
	margin:0 auto;}
	
/*字體設定*/
.font_style_chinese{
	font-family:"微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;}

.font_style_en{
	font-family:Arial, Helvetica, sans-serif, "Century Gothic";}
	
.font_style_price{
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;}
	

 



/**/
 @keyframes fade-in {  
         0% {opacity: 0;}
         40% {opacity: 0;} 
         100% {opacity: 1;}
     }  
@-webkit-keyframes fade-in {
         0% {opacity: 0;}  
         40% {opacity: 0;}  
         100% {opacity: 1;}  
     } 
	 	
.fixbox{

background:url(mo_bgfixed.jpg?t=1765533118925) center top;

width: 100%;

height: 2127px;

position:fixed;

top:0;

background-size: 100%;

animation: fade-in;

animation-duration: 2s;

-webkit-animation:fade-in 1.5s;
}
