 @media only screen and (max-width: 1360px){	
	 
.header h1::after{position: absolute;left: 40%;margin-left: -150px;}	 
	 
}
 @media only screen and (max-width: 1160px){	 
	 
.header h1::after{display: none;}	 
  
}





	 @media only screen and (max-width: 1200px){	 
		  /*表格*/
         .tableBOX{margin-left: 0px;margin-right: 0px;}
		 .tableList.mouthTitle{display: none;}
		 .tableList{padding-top: 35px;}
		 .tableList h3{position: absolute;color: #fff;top: 0px;background-color: #008fe7;} 
		 .tableList ul{width: 100%;}
		 .tableList ul li{padding-left: 55px;text-align: left;border:solid 1px #efefef;}
		 .tableList ul li:nth-child(even){background-color: #fff;}
		.tableList ul li::before{display:block;position: absolute; font-size: 0.5em;padding: 3px 8px;top:3px;left: 5px; background-color: #efefef;width: 45px;}
	.tableList ul li:nth-child(1)::before{content: "1月";}  
	.tableList ul li:nth-child(2)::before{content: "2月";}
	.tableList ul li:nth-child(3)::before{content: "3月";}
	.tableList ul li:nth-child(4)::before{content: "4月";}
	.tableList ul li:nth-child(5)::before{content: "5月";}
	.tableList ul li:nth-child(6)::before{content: "6月";}
	.tableList ul li:nth-child(7)::before{content: "7月";}
	.tableList ul li:nth-child(8)::before{content: "8月";}
	.tableList ul li:nth-child(9)::before{content: "9月";}
	.tableList ul li:nth-child(10)::before{content: "10月";}
	.tableList ul li:nth-child(11)::before{content: "11月";}
	.tableList ul li:nth-child(12)::before{content: "12月";}	 
	  
 
		 
		 
	}



 @media only screen and (max-width: 930px){	 

a.accesskeyStyle{
	display: none;
} 	 
	 
.header{  
	height: 85px;
}
.header h1{margin-top: 0px;} 
.header h1 img{height: 70px;}   
	 
	 
 .memuBar{ 
position: relative;display: block;
background-color: #fff; 
top:auto;right: auto;box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
.phone_menu{ 
	display: inline-block;
	padding: 0px;
	margin: 0px;  
	width: 30px;
	height: 30px;
	text-align: center; 
	font-size: 1.1em;
	position: relative;
} 
	.phone_menu i{position: absolute;top:12px;left: 10px;transition: all 0.5s;}
	.phone_menu i:nth-child(1){color: #333;opacity: 1;}
	.phone_menu i:nth-child(2){color: #F76C6E;opacity: 0;}
	.phone_menu i:nth-child(1).active{opacity: 0;}
	.phone_menu i:nth-child(2).active{opacity: 1;} 
 
	 .memuBar ul{display: none;}	 
	 .memuBar ul li{ 
	margin: 0px;
	padding: 5px;
	display:block;
	border-bottom: solid 1px #ccc;
} 
.memuBar ul li a{background-color: #fff;border-radius: 0px; width: 100%;height:auto; color: #000;text-align: left;}
 .memuBar ul li a:hover , .memuBar li a:focus{text-decoration: none;background-color:transparent;color:#00dee7 }
.memuBar ul li a::before{content: "";display: inline-block; width:24px;height: 24px;vertical-align: middle;} 
.memuBar ul li:nth-child(1) a::before{background-image: url(images/menu_icon01_mobile.png);} 
.memuBar ul li:nth-child(2) a::before{background-image: url(images/menu_icon02_mobile.png);}
.memuBar ul li:nth-child(3) a::before{background-image: url(images/menu_icon03_mobile.png);}
.memuBar ul li:nth-child(4) a::before{background-image: url(images/menu_icon04_mobile.png);}

.memuBar ul li ul.submenu{position: relative;z-index: 0;width:100%;background-color:transparent;top:auto;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}
.memuBar ul li ul.submenu li {margin: 0px;border-bottom-style: none;padding:5px 20px;margin-top: -5px;}
.memuBar ul li ul.submenu li:first-child{margin-top: 0px;}
.memuBar ul li ul.submenu li a{background-color: transparent;font-weight: 600;}	
.memuBar ul li ul.submenu li a:hover , .memuBar ul li ul.submenu li a:focus{background-color: transparent;color: #057EFF;}
	 
 /*   路徑導覽*/
ul.siteMap{padding: 5px;}	  

 
.sitemapArea{ 
		background-image:none; 
} 	
	 
h3 > .mainbtn{margin-left: 5px;} 
h3 > .txt{display: block;margin-left: 0px;}	
 
}

 
@media only screen and (max-width: 768px){
.topArea{display: none;} 
.btnArea .mainbtn{padding: 12px 20px;margin: 5px;}

}

@media only screen and (max-width: 600px){	
	 /*   版型RWD*/
	.accesskeyStyle{display: none;}
	
	}


