@charset "utf-8";
/* CSS Document */

body {
	background-color: #D2C4AA;
	margin: 0px;
	font-family: "微軟正黑體";

}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

@media screen and (min-width:1025px){
#wrap{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	}
}

@media screen and (max-width:1024px){
#wrap{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
}

	
#page_range{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.25);
	overflow-x: auto;    
	}
	
#top_line{
	width: 90%;
	height: 5px;
	background-color: #f08719;
	position: absolute;
	top: 0px;
	left: 5%;
	}
	
#top {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 1%;
	background-color: hsla(0,0%,100%,1.00);
}
#menu {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #f08719;
	color: #FFF;
}
#banner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#page {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 1%;
	overflow:hidden;
}
#down {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #c99b5e;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 35px;
	font-size: 16px;
}
.logo {
	height: auto;
	width: 35%;
}
.home {
	height: auto;
	width: 40px;
	position: absolute;
	right: 6%;
	top: 10px;
	display: block;
}
#banner img {
	height: auto;
	width: 100%;
	display: block;
}


#left_link {
	width: 17%;
	float: left;
	background-color: #ebd6b5;
	border-radius: 5px;
	padding-bottom: 1%;
	margin-top: 20px;
}
#right_page {
	float: right;
	width: 75%;
	padding-right: 4%;
	overflow-x: auto;
}
#page_title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F798D;
	font-family: Arial;
	font-size: 36px;
	font-weight: bold;
	color: #4F798D;
}
#page_title span {
	font-size: 18px;
	font-family: "微軟正黑體";
	color: #494848;
}
#page_contact {
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #494848;
	padding: 15px;
	min-height: 250px;
}
.down_line {
	width: 100%;
	height: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #c99b5e;
	margin-right: auto;
	margin-left: auto;
}
.left_title {
	background-color: #b28244;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
}
.left_title img {
	width: 80%;
	height: auto;
}
#link_line {
	height: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #b28244;
}
#link_content {
	padding: 10px;
	min-height: 300px;
}


.home:hover {
	background-color: #999;
	border-radius: 5px;
}

.about_txt {
	padding-right: 30%;
	background-image: url(images/hands-2906458_1920.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 350px;
	padding-left: 10%;
	line-height: 28px;
}
#link_content img {
	height: auto;
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}


