@charset "utf-8";
html, body{
  overflow-x: n;
}
body{ 
	font-family:微軟正黑體,Microsoft JhengHei,Arial, Helvetica, sans-serif;
	margin: 0 auto; 
    *margin: 0px auto;
    _margin: 0px auto;
}
.model{ 
	position: relative; 
	width:100%;
	height:auto;     	 
	border:0px solid #999;
    text-align: center;
} 

@media (min-width: 320px) {
/*手機直式*/
	
	
	
	
	
	
#bg{
	width:100%;
	height:6240px;
	position:absolute;
	top:0px;
	left:0px;
}
#bg_line01{
	width:100%;
	height:5px;
	position: absolute;
	top:125px;
	background: #fef2e2;
}


#bg_footer{
	width:100%;
	height:50px;
	position: absolute;
	top:22000px;
	background: #f5a200;
}



#main{
    position: absolute;
    left:50%;
    margin-left:-180px; 
	height:22050px;
	width:360px;
    border:0px solid #999;
	z-index: 1;
	text-align: left;
}

#main img{border: 0px;}
#main a{
    color:#727171;
    text-decoration:none;
}
#main img:hover{
	 transform: scale(1.02);
}
#main a:hover{
	 color:#66b62e;
}
/*#main a:hover{ 
    -webkit-opacity: 0.8;  
    -moz-opacity: 0.8;  

    -khtml-opacity: 0.8;  
    opacity: .8;  
    filter:alpha(opacity=80);  

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80); 
}*/



#s01{
	width:100%;
	height:145px;
	background: url('../images/top_m.png');
	position:absolute;
	top:0px;
}
#menu01,#menu02{	
	width:auto;
	height:30px;
	position:absolute;
	top:160px;
	padding: 10px 0 0 30px; 
}
#menu01{	
	left:80px;
	top:140px;
}
#menu02{	
	left:62px;
	top:180px;
}
#menu01:hover,#menu02:hover{
	background:  url('../images/menu_dot.png');
	background-repeat: no-repeat;
}




#w01{
	width:320px;
	height:21700px;
	position:absolute;
	top:220px;
	left:50%;
	margin-left: -160px;
}
#w01 img{width:100%;}
#w01 img a{border:0px;}






#footer{
    position: absolute;
    top:22000px;
	height:50px;
	width:360px;
	text-align: center;
}

	
	
	
	
	
}
