@charset "utf-8";
/* CSS Document */

@import url("reset.css");



html,body{
	-webkit-text-size-adjust: none;
	height:100%;
	position:relative;
	background-color:#222;
	/*color:#333;*/
	font: 100%/1.125em Arial, Helvetica, sans-serif;
	}

#main {
	font-size:.75em;
	min-height:100%;
	/*height:auto!important;*/
	/*height:100%;*/
	*display: table; /* For IE7 Hack */
	*height: 100%; /* For IE7 Hack */
	}
	
#header{
	z-index:2000;
	position:relative;
	height:70px;
	background-color: #000;
	background: rgba(0,0,0,.7);
	opacity: .7; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/*background-image: url(../images/bg_header.png);*/
	/*background-position:left bottom;*/
	/*background-repeat:repeat-x;*/
	/*background-color: rgba(255,183,197,.7);*/
}

#header .logo{
	z-index:11;
	position:absolute;
	width:180px;
	height:95px;
	top:0px;
	left:0px;}

#header .logo a{
	display:block;
	width:180px;
	height:95px;
	text-indent:-9999px;
	background-image:url(../images/logo_page.png);
	background-position:left top;
	background-repeat:no-repeat;
	outline:none;}
	
.logo_ci{
	position: absolute;
    width: 242px;
    height: 127px;
    /*top: 30px;*/
    left: 20px;
}
	
.top_links{
	float:left;
	width:100%;
	height:20px;
	/*background-image:url(../images/bg_toplinks.png);
	background-position:left top;
	background-repeat: repeat;*/
	/*padding-right:20px;*/
	margin-right: 20px;
	padding-top:2px;
	padding-bottom:2px;
/*	background-color: #000;
	opacity: .7;*/
	}

.top_links ul{
	margin-right: 125px;
}

.top_links li{
	float:right;
	/*border-right: 1px solid #fcd8df;*/
}
.top_links li:first-child{
	border-right: none;	
}

.top_links li a{
	display:block;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	color: #faefeb;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:2px;
	padding:0 5px;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	/*border-left:1px solid #4f4b45;*/}

.top_links li a:hover{
	color: #faefeb;
	/*background-color:#6a9823;*/
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border-radius:8px;}
.top_links li ul{display:none;}
.top_links li ul li{
	float:left;
	border:0px solid #F00;
	width:98%;
	clear:both;
	text-decoration:none;
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2ss;
	border:0px solid #ddd;
	background-color:#ddd;
	font-size:0.55em;
	margin-bottom:0.2em;
	}
.top_links li ul li a,.top_links li ul li a:hover{width:98%;}		
.main_nav{
	visibility:visible;
	clear:both;
	width: 780px;
	height:50px;
	/*padding-top:0px;
	padding-left:240px*/;
	margin: auto;
	}
	
.buttonset{
	visibility:hidden;
	position:absolute;
	width:40px;
	height:40px;
	top:30px;
	right:20px;}
	
#showRightPush{
	width:40px;
	height:40px;
	text-indent:-9999px;
	border:none;
	background-image:url(../images/push_menu.png);
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
	outline:none;}
	
#showRightPush:active{
	background-position:left bottom;}




.container {
	position:relative;
	z-index:300;
	background-image: url(../images/primary_content_tail.png);}

.extra-indent {
	padding:0 0 0 0;
}

/*===Content===*/


body.home .primary_content_wrap {
	background:none;
	padding:0;}
	
.content_head{
	width:100%;
	margin-bottom:5px;
	overflow:hidden;}
	
.site_path{
	float:left;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#948571;}
	
.site_path a{
	color: #282828;
	text-decoration:none;
	outline:none; transition: all 0.4s;}
	
.site_path a:hover{
	color: #282828; transition: all 0.4s;
	}
	
.facebook_page{
	float:right;}
	
/*===聯絡資訊===*/
.about_contact{
	overflow:hidden;
	padding:10px;
	/*background: #8c8c8c;*/
}

.qrcode{
	width:74px;
	height:74px;
	float:right;
}
	
.about_add{
	float:left;}
	
.about_add ul{}

.about_add li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #443535;}

.about_add li.telephone{
	display:block;
	width:215px;
	line-height:26px;
	background-image:url(../images/icon_phone.png);
	background-position: 4px top;
	background-repeat:no-repeat;
	padding-left:35px;
	margin-bottom:3px;}

.about_add li.fax{
	display:block;
	width:215px;
	line-height:26px;
	background-image:url(../images/icon_fax.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:35px;
	margin-bottom:3px;}

.about_add li.address{
	display:block;
	width:215px;
	line-height:26px;
	background-image:url(../images/icon_address.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:35px;
	margin-bottom:3px;}
	
		
/*===分頁設定===*/
	
.pageview{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	margin-top:5px;
	margin-right:20px;
	padding-top:5px;
	border-top:1px solid #ccc;
	overflow:hidden;}
	
.pageview a{
	text-decoration:none;
	color:#333;
	outline:none;
	transition: all 0.4s;}
	
.pageview a:hover{
	color:#111;
	transition: all 0.4s;}
	
.total{
	float:right;
	margin-right:10px;}

.first{
	float:right;
	margin-right:10px;}

.previous{
	float:right;
	margin-right:10px;}

.pages{
	float:right;
	margin-right:10px;}
	
.pages ul{}

.pages li{
	float:left;}

.pages li a{
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	margin-right:5px;
	transition: all 0.4s;}

.pages li a:hover{
	background-color:#a29785;
	color: #afcd64;
	transition: all 0.4s;}
	
.pages li.active {
	display:block;
	width:20px;
	height:20px;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	margin-right:5px;
	/*background-color:#799396;*/}

.next{
	float:right;
	margin-right:10px;}

.last{
	float:right;
	margin-right:10px;}
	
/*===Footer===*/

#footer {
	float:left;
	width:100%;
	height:36px;
	/*background-image: url(../images/bg_footer.png);*/
	background-position:left top;
	background-repeat:repeat-x;
	z-index:9999;
	margin-top:-36px;
	position: relative;
	clear:both;
}
	
#footer .copyright{
	position:absolute;
	width:965px;
	z-index:1002;
	top:10px;
	right:20px;
	padding-left:10px;
	overflow:hidden;}
	
#footer .copyright p{
	display:block;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:left;
	line-height:20px;
	padding-right:5px;}
	
#footer .facebook{
	float:right;
	padding-right:30px;}
	
#footer .webdesign{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:left;
	line-height:20px;}
	
#footer a{
	color:#FFF;
	text-decoration:none;
	outline:none; transition: all 0.4s;
	}
	
#footer a:hover{
	color:#cbc5ba; transition: all 0.4s;}
	
@media screen and (max-width: 1024px) {
	
.buttonset{
	visibility:visible;
	position:absolute;
	width:40px;
	height:40px;
	top: 37px;
	right:20px;}
	
#showRightPush{
	width:40px;
	height:40px;
	text-indent:-9999px;
	border:none;
	background-image:url(../images/push_menu.png);
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
	outline:none;}
	
#showRightPush:active{
	background-position:left bottom;}
	
.top_links{
	padding-right:0;
	}
.top_links ul{
	margin-right: 0px;
}
			
	}
	
#MapDiv{position:fixed; z-index:1;height:100%;width:100%; height:100%;max-height: 100%;min-height: 100%;}
#map_canvas{
	width:100%; 
	height:100%; 
	/*margin-top: 100px;*/
}