/* CSS Document */

@media screen and (max-width: 1242px) {
.menu-icon {
	display: inline-block;
}
header>nav ul, header>nav:active ul {
	display: none;
	position: absolute;
	background: #f87204;
	border: 5px solid #ffae00;
	right: 20px;
	top: 50px;
	text-align: center;
	width: 50%;
	border-radius: 4px 0 4px 4px;
}

header>nav li {
	text-align: center;
	width: 100%;
	padding: 10px 0;
	margin: 0;
}

header>nav:hover ul {
	display: block;
}

}
 @media screen and (max-width: 700px) {
.container_main {
	flex-direction: column;/*縮小時由列改成欄(橫式改直式)*/
}
.main_left {
	max-width: 100%;
	order: 2;/*顯示順序*/
}
.main_right {
	order: 1;/*顯示順序*/
}
.logo img {
	margin-top:12px;
	width: 76%;
}
}
 @media screen and (max-width: 500px) {
	 
	 footer {
	text-align: left;
}
	 

}
