@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
/*-------------------------------------------
                 基本版面設定區
-------------------------------------------*/
html{ width: 100%; height: 100%;scroll-behavior: smooth;}		
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	background-color: #7c9834;
	color: #FFF;
	scroll-behavior: smooth;
	text-align: justify;
	text-justify: distribute;
	background-attachment: fixed;
	background-image: url(../images/body-img.jpg);
	background-repeat: repeat;
	background-position: center top;
	letter-spacing: 1px;
}
img, object, embed, video {max-width: 100%;vertical-align: text-top;border: 0px;}
a,a:link,a:hover,a:hover,a:active,a:visited{transition: 1s;text-decoration: none;}
.both{clear: both;}
/* IE 6 不支援最大寬度，因此寬度預設為100%*/
.ie6 img {width:100%;border: 0px;}
.rwd-img{width:100%;}
img{vertical-align:top;}

.row{
	padding-right: 15px;
	padding-left: 15px;
}

.text-left{
	text-align: left;
	float: left;
	width: 100%;
}

.text-right{
	text-align: right;
	font-size: 15px;
	line-height: 1.75em;
	color: #900;
	float: left;
	width: 100%;
}

.text-center{
	text-align: center;
	font-size: 15px;
	line-height: 1.75em;
	color: #FFF;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.h1{
	font-size: 18px;
	line-height: 1.55em;
	color: #ffcc00;
	font-weight: bold;
}

p{
	line-height: 1.55em;
	float: left;
	width: 100%;
}

.p-text{
	font-size: 16px;
	line-height: 1.55em;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 20px;
}

.p-texts{
	font-size: 15px;
	line-height: 1.75em;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 20px;
}


#wap{
	float: left;
	width: 100%;
	position: relative;
}
.container{	float: left;
	width: 100%;}

.content{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width:1170px;
}

.header{
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.logo{
	float: left;
	text-align: center;
	width: 100%;
}	
.line-btn{
	text-align: center;
	float: left;
	width: 100%;
}		
	
.main{
	float: left;
	width: 100%;
	padding-bottom: 30px;
}

.main-area{
	float: left;
	width: 100%;
	line-height: 1.75em;
}

.main-areas{
	float: left;
	width: 100%;
	line-height: 1.75em;
}

.em-con{
	float: left;
	width: 20%;
}

.em-img{
	float: left;
	margin: 5px;
	border: 3px solid #FFF;
}

.gem{
	float: left;
	width: 100%;
	line-height: 1.75em;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 20px;
}
.em-line{
	float: left;
	width: 30%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFF;
	padding-right: 1.5%;
	padding-left: 1.5%;
	height: 150px;
}
.em-lines{
	float: left;
	width: 30%;
	padding-right: 1.5%;
	padding-left: 1.5%;
}
.emsx{
	float: left;
	width: 100%;
}
	
.em{
	float: left;
	width: 20%;
	line-height: 3em;
}

.ems{
	float: left;
	width: 30%;
	line-height: 1.75em;
}

.em-l{
	float: left;
	width: 80%;
	line-height: 1.75em;
}
.em-ls{
	float: left;
	width: 70%;
	line-height: 1.75em;
}
	
.em1{
	float: left;
	width: 100%;
	line-height: 1.75em;
}

	
.footer{
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 1.75em;
	color: #FFFFFF;
	text-align: center;
	background-color: rgba(55,81,14,0.7);;
}

.tel-link{
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 2.5em;
	font-weight: bold;
}
.tel-link a{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 22px;
	line-height: 2.5em;
	font-weight: bold;
}
.tel-link a:link{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 22px;
	line-height: 2.5em;
	font-weight: bold;
}

.tel-link:hover{
	float: left;
	width: 100%;
	text-align: center;
	color: #FC0;
	font-size: 22px;
	line-height: 2.5em;
	font-weight: bold;
}

@media(max-width:768px){
	
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	background-color: #7c9834;
	color: #FFF;
	scroll-behavior: smooth;
	text-align: justify;
	text-justify: distribute;
	background-attachment: fixed;
	background-image: url(../images/body-img2.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.header{
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.logo{
	float: left;
	text-align: center;
	width: 100%;
}	
.line-btn{
	text-align: center;
	float: left;
	width: 100%;
}	
	.em-con{
	float: left;
	width: 100%;
}
.em-line{
	float: left;
	width: 100%;
	border-right-width: 0px;
	border-right-style: dashed;
	border-right-color: #FFF;
	padding-right: 1.5%;
	padding-left: 1.5%;
	height:100%;
}
.em-lines{
	float: left;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
}
	
.em{
	float: left;
	width: 100%;
	line-height: 1.75em;
}

.ems{
	float: left;
	width: 100%;
	line-height: 1.75em;
}


.em-l{
	float: left;
	width: 100%;
	line-height: 1.75em;
}
.em-ls{
	float: left;
	width: 100%;
	line-height: 1.75em;
}	
.em1{float: left;
	width: 100%;	line-height: 1.75em;}
.text-left{
	text-align: center;
	float: left;
	width: 100%;
}
.text-center{
	text-align: center;
	font-size: 18px;
	line-height: 1.75em;
	color: #fff;
	float: left;
	width: 100%;
}
.em-img{
	float: left;
	margin: 5px;
	border: 5px solid #FFF;
	width: 96%;
}	
	}
