﻿/* 【Web】光沅創意 www.KyArt.com.tw */
@import url("fonts/font-awesome.min.css");
@import url("flexslider.css");

/******************************
		Browser Default Initialization
******************************/
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
* { _noFocusLine: expression(this.hideFocus=true); } /* Removes dotted lines around links */
html {
	height: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	1.	CSS Reset & Clearfix - 
/*-----------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ul li, 
pre, form, fieldset, input, textarea, blockquote, 
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
legend {
	display: none;
}

img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}

hr{
	background: url(../img/hr.png) repeat-x left top;
	height:20px;
	margin: 0px 0 5px 0;
	border: 0;
	border-top: 0px solid #eeeeee;
	border-bottom: 0px solid #ffffff;
	width:95%;
	display:block;
	}


/*---------------------------------------------
	body
  ---------------------------------------------*/

body {
	font-family: "微軟正黑體","Helvetica Neue", GuideMaskHelvetica, Arial, sans-serif;
	font-size: 15px;
	color: #606060;	
	line-height: 20px;	
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-color:#ffffff;
	text-align: left;
	-webkit-text-size-adjust: none;
	height: 100%;
}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a { outline: none; }
a{ text-decoration: none; color: #4c8601;
	/*transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;*/
	}

a:hover { text-decoration: underline; color: #84542f; }


/******************************
		Main containers
******************************/

#wrapper {
	position: relative;
	width: 100%;	
	z-index: 1;
	
	overflow: hidden;
	min-height:100%;
	height: auto !important;
	height: 100%; /*IE6*/
	
}



/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ Web Font ------ */

/* IE */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.eot);
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.otf) format("truetype");
}

.icon {
	font-family: iconfont;
	font-weight: normal;
}

.icon-download:before {
	content: "\00ed";
}
.icon-customize:before {
	content: "w";
}
.icon-iphone:before {
	content: "T";
}
.icon-list:before {
	content: "\002c7";
}


/* ------ General Settings ------ */

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}


.text-center {
	text-align: center;
}

#wrapper {
	width: 100%;
	
}


/* ------ Header ------ */

header {
	width: 100%;
	background-color: #92c722;
}

#header-inner {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}
/*附屬選單*/
#tagline {
	float: right;
	padding-top: 20px;
	line-height: 30px;
	font-size: 65%;
	color: #fff;
}
#tagline a{color:#fff; font-size:1.4em;}
#tagline a.btn-facebook{ 
background: #3B5998;color:#fff; width:30px; height:30px; line-height:30px; text-align:center;
display:inline-block;
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
font-size:0;

}
#tagline a.btn-facebook:before{font-family: 'FontAwesome'; content: "\f09a";font-size:18px;  color:#fff; }

#logo {
	padding: 10px 0;
}

#logo a {
	display: block;
	max-width: 212px;
}

#gnav-btn {
	display :none;
}

#gnav {
	clear: both;
	width: 100%;
	background-color: #473e39;
}

#gnav nav {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#gnav nav ul {
	float: left;
	border-left: solid 1px #111;
	border-right: solid 1px #333;
}

#gnav nav ul li {
	float: left;
}

#gnav nav ul li a {
	display: block;
	padding: 13px 35px 11px 35px;
	border-left: solid 1px #333;
	border-right: solid 1px #111;
	font-size: 1em;
}
#gnav nav ul li a:link,
#gnav nav ul li a:visited {
	background-color: #473e39;
	color: #fff;
	text-decoration: none;
}
#gnav nav ul li a:hover,
#gnav nav ul li a:active,
#gnav nav ul li a.current {
	background-color: #578309;
	color: #fff;
	text-decoration: none;
}


/* ------ Mainvisual ------ */

#mainvisual {
	position: relative;
	width: 100%;
}

#mainvisual-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#mainvisual-inner .img {
	position: absolute;
	display: none;
	width: 1280px;		/* 画像の幅 */
	margin-left: -640px;	/* -(画像の幅÷2) */
	padding-left: 50%;
	top: 0;
}

#mainvisual-inner .img:first-child {
	position: relative;
	display: block;
}

#mainvisual-btn {
	width: 100%;
	height: 10px;
	margin-top: 10px;
	text-align: center;
}

#mainvisual-btn div {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	overflow: hidden;
	vertical-align: top;

}
#mainvisual-btn div {
	*display: inline;
}

#mainvisual-btn a {
	display: block;
	width: 10px;
	height: 20px;
}

#mainvisual-btn a:link,
#mainvisual-btn a:visited {
	margin-top: 0px;
}
#mainvisual-btn a:hover,
#mainvisual-btn a:active,
#mainvisual-btn a.current {
	margin-top: -10px;
}

#mainvisual-btn a img {
	vertical-align: top;
}

#mainvisual-arrow {
	position: absolute;
	z-index: 200;
	width: 100%;
	top: 40%;
	left: 0;
	margin-top: -20px;
}

#mainvisual-arrow-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

#mainvisual-arrow .prev,
#mainvisual-arrow .next {
	position: absolute;
	width: 27px;
	height: 27px;
	overflow: hidden;
}
#mainvisual-arrow .prev {
	left: 3%;
}
#mainvisual-arrow .next {
	right: 3%;
}

#mainvisual-arrow a {
	display: block;
	width: 27px;
	height: 54px;
}

#mainvisual-arrow a:link,
#mainvisual-arrow a:visited {
	margin-top: 0px;
}
#mainvisual-arrow a:hover,
#mainvisual-arrow a:active {
	margin-top: -27px;
}

#mainvisual-arrow a img {
	vertical-align: top;
}

/* ------ Contents ------ */

#contents {
	/*width: 930px;*/
	width: 1080px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
	*zoom: 1;
}

#left-column {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
body#Homepage #left-column {
	float: left;
	/*width: 72%;*/
	width: 60%;
	padding-bottom: 20px;
}


article section {
	padding: 0 0 30px;
	border-top: solid 1px #ddd;
}

article section:first-child {
	border-top: none;
}

article section h2 {
	padding: 30px 0 20px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: solid 1px #fff;
}
#page-title {
width: 100%;
padding: 10px 0 20px;
font-size: 160%;
color: #000;
-webkit-text-shadow: 0px 1px 0px #fff;
text-shadow: 0px 1px 0px #fff;
}
#contents-title {
	padding: 0px 0 20px;
	font-size: 130%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: none;
}

article section p {
	font-size: 90%;
	line-height: 160%;
	color: #555;
}
article section ul { margin-left:20px;}
article section ul li{
	list-style-position: outside;
	list-style-type: square;
	margin-bottom:5px;
}

.column-set {
	width: 730px;
	*margin-bottom: 30px;
	overflow: hidden;
	*zoom: 1;
}

.column1 {
	float: left;
	width: 150px;
	margin: 0 30px 30px 0;
	text-align: center;
}

.column3 article {
float: right;
width: 75%;
margin-bottom: 0;
}

section .third {
	margin-right: 0;
}

.column1 .icon-l {
	margin-bottom: 20px;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	color: #71ab01;
	display: inline-block;
}

.column1 h3 {
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 140%;
	color: #666;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
}

.column1 p {
	font-size: 83%;
}

.box {
	background-image: url(../img/body_bg.gif);
	margin-bottom: 30px;
	padding: 0 30px 20px;
	border-top: none;
	border-bottom: solid 1px #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
	box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
}

.box .btn-success{ padding:2px 10px; float:right;-webkit-border-radius: 5px;
	border-radius: 5px;}
.box .btn-success i{ margin-right:7px;}

article .box h2 {
	padding: 20px 0 10px;
	border-top: none;
}

article .box p {
	font-size: 83%;
}

.news-box {
	
	color: #555;
	line-height: 160%;
	margin-bottom: 10px;
}

.news-box dt {
	float: left;
	width: 10em;
}

.news-box dd {
	margin-left: 10em;
	
}

.btn {
	width: 250px;
	height: 40px;
	margin: 20px auto 0;
	padding: 5px;
	background-color: #ccc;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	border-bottom: solid 1px #fff;
	font-size: 90%;
}

.btn a {
	display: block;
	width: 250px;
	height: 40px;
	border-bottom: solid 1px #800;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	-webkit-text-shadow: 0px -1px 0px #700;
	text-shadow: 0px -1px 0px #700;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.btn a:link,
.btn a:visited {
	color: #fff;
	text-decoration: none;
	background: url(../img/bg_gradient.png) repeat-x #c00;
	background: -moz-linear-gradient(top, #c00, #900);
	background: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#900));
	background: -webkit-linear-gradient(top, #c00, #900);
	background: linear-gradient(to bottom, #c00, #900);
}
.btn a:hover,
.btn a:active {
	color: #fff;
	text-decoration: none;
	background: url(../img/bg_gradient.png) repeat-x #d00;
	background: -moz-linear-gradient(top, #d00, #a00);
	background: -webkit-gradient(linear, left top, left bottom, from(#d00), to(#a00));
	background: -webkit-linear-gradient(top, #d00, #a00);
	background: linear-gradient(to bottom, #d00, #a00);
}


/******************************
	Content  Template
******************************/

/* ------ Bread Crumb ------ */

#bread-crumb {
	width: 100%;
	padding: 10px 0;
	background: #dae5e9;
}

#bread-crumb ul {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#bread-crumb ul li {
	float: left;
	*float: none;
	*display: inline;
	padding: 0 15px 0 18px;
	font-size: .9em;;
	line-height: 1.5em;
	background: url(../img/breadcrumb_bg.gif) no-repeat left center;
	*zoom: 1;
}

#bread-crumb ul li:first-child {
	padding-left: 0;
	background-image: none;
}

/* ------ Right Column ------ */
body#Homepage #right-column {
	float: right;
	width: 38%;
	padding-bottom: 20px;
}

#right-column {
	float: right;
	width: 210px;
	padding-bottom: 20px;
}

#right-column .box {
	margin-bottom: 20px;
	padding: 0 15px 15px;
}

#right-column .box h2 {
	padding: 20px 0 10px;
	font-weight: bold;
	color: #000;
}

#right-column .box p {
	font-size: 76%;
	line-height: 160%;
	color: #555;
}

#right-column .box .tel {
	margin-top: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #c00;
	
	line-height: 100%;
}

#right-column .btn {
	width: auto;
	height: 30px;
	margin: 10px auto 0;
	border-radius: 20px;
}

#right-column .btn a {
	width: auto;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border-radius: 15px;
	padding-left: 15px;
padding-right: 15px;
}

#right-column .ad {
	margin-bottom: 20px;
	padding: 10px 0 0;
}

#right-column .ad li {
	padding-bottom: 10px;
	text-align: center;
}


/* ------Content Child Menu------ */

#lnav {
	float: left;
	width: 22%;
	margin-right: 3%;
	top: 0;
	left: 0;
}

#lnav nav {
	background-image: url(../img/body_bg.gif);
	margin-bottom: 20px;
	padding: 5px 0;
	border-top: none;
	border-bottom: solid 1px #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
	box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
}

#lnav nav ul li {
	border-top: solid 1px #d5d5d5;
}

#lnav nav ul li:first-child {
	border-top: none;
}

#lnav nav ul li a {
	display: block;
	padding: 10px 30px 10px 20px;
	font-size: 1.05em;
	color: #555;
	line-height: 150%;
	text-decoration: none;
	border-top: solid 1px #f5f5f5;
	background: url(../img/icon_arrow_02.gif) no-repeat right center;
}

#lnav nav ul li:first-child a {
	border-top: none;
}

#lnav nav ul li a:hover,
#lnav nav ul li a:active,
#lnav nav ul li.current a,
#lnav nav ul li.acive a{
	background-color: #ddd;

}



.listStyle{
	margin:5px 0;
	}
	.listStyle ul{}
	
	.listStyle ul li{ margin-bottom:7px;
	list-style-position: outside;
	list-style-type: decimal;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
	position:relative;
	}
	.listStyle ul li:hover{ background:#f2faeb;}
	.listStyle ul li .date{ float:right;}



article section #slider li,
article section #carousel li{ list-style:none; padding:0; margin-bottom:0;}



/* ------Gallery Box ------ */
/* full-width*/
#contents.column3.full-width article {
	float: none;
	width:100%;	
	border-left:0px solid #ddd;
	padding-left:0;
}

article section:first-child {
	border-top: none;
}


/* news box*/
.box.gallerylist{
	width:30%; height:380px; overflow:hidden;
	margin-right:3%;
	margin-bottom: 20px; 
	padding: 0 0px 20px 0px;	
	float:left;	
	border-top: none;
}
.box.gallerylist{ background:none;box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15) inset;}
#contents.column3.full-width .box{ width:22%;height:360px;}
article .box.gallerylist .thumb{ width:100%; height:180px; overflow:hidden;}
article .box.gallerylist .thumb{  line-height:180px; text-align:center; padding-bottom:10px;}
article .box.gallerylist .thumb img{max-height:180px;}
article .box.gallerylist h2 {
	min-height:44px;
	padding: 20px 0 10px 0;
	border-top: none;
	color:#04b1e3;
	font-size:1.1em;
}
.box.gallerylist h2{font-size:.9em;padding: 3px 0 3px 0; color:#629337; margin:5px 0 0 0;border-bottom:1px solid #ddd; }


article .box.gallerylist .date{ font-size:.8em; color:#666; margin-bottom:5px; display:inline-block;}
article .box.gallerylist p {
	font-size: .85em;	
}
.box.gallerylist a:hover{ text-decoration:none;}
.box.gallerylist a:hover h2{ text-decoration:underline;}


/* ------ Footer ------ */

footer {
	width: 100%;
	background: url(../img/body_bg.gif);
}

#footer-inner {
	width: 930px;
	margin: 0 auto;
	padding: 40px 0 20px;
	background: url(../img/footer_bg.png) no-repeat top center;
}

footer nav,
#copyright {
	text-align: center;
	margin-bottom: 10px;
}

footer ul li {
	display: inline-block;
	*display: inline;
	*margin-bottom: 12px;
	padding: 0 10px 0 15px;
	line-height: 100%;
	font-size: 1em;
	color: #333;
	border-left: solid 1px #ccc;
	*zoom: 1;
}
#copyright{font-size: .8em;}

footer ul li:first-child {
	border-left: none;
}


/*******************************************
	tooltip 
********************************************/

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/*******************************************
	評分
********************************************/

.well {
min-height: 20px;
padding: 5px;
margin-bottom: 20px;
background-color: #fff;
border: 1px solid #e3e3e3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.rating{unicode-bidi:bidi-override;direction:rtl;font-size:20px;}
.rating span.star{font-family:FontAwesome;font-weight:normal;font-style:normal;display:inline-block;}
.rating span.star:hover{cursor:pointer;}
.rating span.star:before{content:"\f006";padding-right:5px;color:#999999;}
.rating span.star:hover:before,.rating span.star:hover~span.star:before{content:"\f005";color:#e3cf7a;}
.rating span.star.active:before,.rating span.star.active~span.star:before{content:"\f005";color:#e3cf7a;}


/******************************
		Clearing floats
******************************/
.fl-right { 	float:right; }
.fl-left { 	float:left; }
.cl-right {	clear:right; }
.cl-left { 	clear:left;}
.cl-both {	clear:both;}

/******************************
		Accessibility & SEO
******************************/

.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
	display:none;
}
p.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}
ol.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}
a em{
	position:absolute;
	left:-9999em
}
/**** Clearfix ****/

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* -- top ---*/
.backtopbutton {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	color: #fff;
	padding: 3px 10px;
	font-size: 1em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: #87ba1a;
	line-height: 200%;
	text-align: center;	
	opacity: 0.6;
	z-index: 2000;
}

.backtopbutton:hover {
	color: #fff;
	opacity: 1;
	text-decoration:none;
}

.backtopbutton .icon-text {
	display: block;
	font-size: 30px;
}



