/*!
 * Start Bootstrap - Shop Homepage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html {
	width: 100%;
	height: 100%;
}
 body {
	width:100%;
	height:100%;
	font-size:14px;
	font-family:Arial, sans-serif, "微軟正黑體", "新細明體";
	color:#3d3d3d;
	background-color:#f9f9f9;
}
* {
	padding: 0;
	margin: 0;
}


/*按鈕*/
.btn-style {
	width:180px;
	line-height:40px;
	display:inline-block;
	text-align:center;
	font-size:20px;
	border-radius:3px;
}
.btn-blue {
	background:#1d70b5;/*綠底*/
	color:#ffffff;
	border:1px solid #1d70b5;
}
.btn-blue:hover {
	background-color:#0678d7;
	color:#ffffff;
	border:1px solid #0678d7;
}
.btn-black-line {
	background:rgba(0,0,0,0);/*綠底*/
	color:#0d0d0d;
	border:1px solid #0d0d0d;
}
.btn-black-line:hover {
	background-color:#8e8e8e;
	color:#ffffff;
	border:1px solid #8e8e8e;
}


/*找不到頁面*/
.wrapper {
	width: 100%;
	min-height: 100%;
	background: url(/theme/404/images/bg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
.page-not-found-box {
	width: 740px;
	height: 193px;
	background: url(/theme/404/images/404-content-bg.png) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 180px 0 70px 0;

}
.page-not-found-box h3 {
	text-align:center;
	font-size:48px;
	font-weight:bold;
	color:#333333;
	margin:0 0 5px 0;
}
.page-not-found-box h4 {
	text-align:center;
	font-size:36px;
	font-weight:normal;
	color:#585858;
	margin:0 0 25px 0;
}
.page-not-found-box a {
	text-decoration: none;
}
.text-center {
	text-align: center;
}
.mr-5 {
	margin-right: 5px;
}
.ml-5 {
	margin-left: 5px;
}

@media (min-width:768px) and (max-width:991px){
	.page-not-found-box {
		width: 600px;
		height: auto;
		background: url(/theme/404/images/404-content-bg.png) no-repeat top center;
		background-size: cover;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 145px 0 70px 0;
	
	}
	.page-not-found-box h3 {
		text-align:center;
		font-size:32px;
		font-weight:bold;
		color:#333333;
		margin:0 0 5px 0;
	}
	.page-not-found-box h4 {
		text-align:center;
		font-size:24px;
		font-weight:normal;
		color:#585858;
		margin:0 0 25px 0;
	}
	.btn-style {
		width:140px;
		line-height:40px;
		display:inline-block;
		text-align:center;
		font-size:16px;
		border-radius:3px;
	}
}

@media screen and (max-width:767px){
	.page-not-found-box {
		width: 300px;
		height: auto;
		background: url(/theme/404/images/404-content-bg.png) no-repeat top center;
		background-size: cover;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 100px 0 40px 0;
	
	}
	.page-not-found-box h3 {
		text-align:center;
		font-size:28px;
		font-weight:bold;
		color:#333333;
		margin:0 0 5px 0;
	}
	.page-not-found-box h4 {
		text-align:center;
		font-size:20px;
		font-weight:normal;
		color:#585858;
		margin:0 0 25px 0;
	}
	.btn-style {
		width:120px;
		line-height:35px;
		display:inline-block;
		text-align:center;
		font-size:16px;
		border-radius:3px;
	}
}
