@charset "utf-8";
/* CSS Document */



/*手機平板用*/
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {



.w_100 { width:90%; max-width:inherit;}
.menu { display: flex; align-items: center; justify-content: space-between; }


}


/*平板尺寸 直式*/
@media screen and (max-width:768px) and (orientation:portrait) {
	.top_meu li { width: 24%; margin: 5px 0.5%;}
	.top_meu li a { padding: 5px 3px; font-size: 14px;}
	
	
}
	
/*平板尺寸 橫式*/
@media screen and (max-width:1024px) and (orientation:landscape) {
	
	

	
}
/*平板尺寸 橫式*/
@media screen and (width:10367px) and (orientation:landscape) {
	

	
}
/*解析度  767px 以下*/
@media screen and (max-width:760px) {
.web_img {
	display: none !important;
}
.photo_img {
	display: block !important;
}
	img.web_img {
	display: none !important;
}
img.photo_img {
	display: block !important;
}
	
	

/*==============================================================
                  首頁
==============================================================*/
	