@charset "UTF-8";
/* CSS Document */
body {
	font-family: '微軟正黑體';
}

a {
	text-decoration: none;
	color: #999999;
}

a:hover, .sort:hover, .footer_404_wrap .sort:hover {
	color: #ffac10;
}

.color_link {
	color: #ffac10;
}

.all_wrap {
	width: 760px;
	margin: 25vh auto;
	position: relative;
}

#animation {
	width: 300px;
	height: 320px;
	display: inline-block;
	margin-left: 40px;
}

.content_wrap {
	position: absolute;
	height: 320px;
	width: auto;
	display: inline-block;
	text-align: center;
	padding-top: 60px;
}

.title_404 {
	display: block;
	font-size: 28px;
	color: #F57F17;
	line-height: 26px;
	margin-bottom: 20px;
}

.content_404 {
	display: block;
	font-size: 16px;
	color: #999999;
	line-height: 36px;
	margin-bottom: 20px;
}

.btn_mdl_orange {
	display: inline-block;
	padding: 16px;
	border-radius: 3px;
	background-color: #F57F17;
	color: #fff;
	width: 36%;
	font-size: 16px;
	margin: 0px auto;
}

.btn_mdl:hover {
	color: #fff;
	background-color: #D66F15;
}

.wrap_adjust {
	padding: 0;
}

/*footer*/
.footer_404_wrap {
	text-align: center;
	vertical-align: top;
}

.footer_404_list {
	width: 145px;
	display: inline-block;
	color: #cccccc;
	text-decoration: none;
	vertical-align: top;
	text-align: center
}

.footer_404_wrap a {
	display: block;
	line-height: 20px;
}

.footer_404_wrap .sort {
	font-size: 16px;
	color: #424242;
	padding: 0px;
	font-weight: bold;
	line-height: 30px;
}

.sort_list {
	font-size: 14px;
	padding: 0px;
}

.footer_404_copyright {
	text-align: center;
	color: #999999;
	font-size: 12px;
	padding: 16px;
}

.copyright_TWMicon {
	text-indent: -9999px;
	background-image: url(../images/tem_logo.png);
	width: 96px;
	height: 17px;
	display: inline-block;
	line-height: 17px;
}

/*phone*/
@media screen and (max-width: 767px) {
	.all_wrap {
		width: 100%;
		margin: 0px auto;
	}
	#animation {
		width: 100%;
		display: block;
		max-width: 320px;
		margin: 0px auto;
	}
	.content_wrap {
		position: inherit;
		width: 90%;
		height: auto;
		display: block;
		text-align: center;
		padding: 0px;
		margin: 0px auto;
	}
	.title_404 {
		margin: -50px 0 10px 0;
		font-size: 26px;
	}
	.content_404 {
		width: 100%;
	}
	.footer_404_wrap {
		display: none;
	}
	.footer_404_copyright {
		line-height: 21px;
		max-width: 342px;
		margin: 0px auto;
		position: fixed;
		bottom: 0px;
	}
}

/*phone 橫向*/
@media screen and (max-height:414px) {
	.all_wrap {
		width: 100%;
	}
	#animation {
		width: 40%;
		margin-left: 5%;
		display: inline-block;
	}
	.content_wrap {
		position: relative;
		width: 50%;
		display: inline-block;
		height: 300px;
	}
	.wrap_adjust {
		top: -20px;
	}
	.footer_404_copyright {
		max-width: none;
		width: 100%;
	}
}

/*phone5*/
@media screen and (max-width: 320px) and (max-height:670px){
	#animation {
		width: 90%;
		margin: 0px auto;
	}
	.content_404 {
		font-size: 13px;
		line-height: 26px;
	}
	.footer_404_copyright {
		position: absolute;
		bottom: -70px;
		line-height: 18px;
		padding: 8px;
	}
	.copyright_TWMicon {
		display: none;
	}
}

/*phone5橫向*/
@media screen and (max-height: 321px) {
	.content_404 {
		font-size: 13px;
		line-height: 26px;
	}
	.title_404 {
		font-size: 24px;
	}
	.content_wrap {
		top: -70px;
	}
	.wrap_adjust {
		/*top: -20px;*/
		
	}
	.copyright_TWMicon {
		display: none;
	}
}

/*phoneX橫向*/
@media screen and (height:375px) and (width:812px) {
	.all_wrap {
		margin: 0px auto;
	}
	#animation {
		width: 35%;
		margin-left: 5%;
		display: inline-block;
	}
	.content_wrap {
		height: auto;
		top: -80px;
	}
	.wrap_adjust {
		top: -20px;
	}
	.footer_404_copyright {
		position: fixed;
		bottom: 0px;
		max-width: none;
		width: 100%;
	}
	.footer_404_wrap {
		display: none;
	}
}