/* `Common
----------------------------------------------------------------------------------------------------*/
body{ background-color: #FFF; letter-spacing: 1px; }

a{ text-decoration: none; padding-left:1px; color: #545207; }
a:hover{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s;	-o-transition: all 0.3s; transition: all 0.3s; color: #F33; }
input[type="text"],
select,
input[type="password"]{ border: 1px solid #CCC; padding: 6px 20px; color: #666; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin: 4px; }


hr{	border: 0 #e8e8e8 solid; border-top-width: 1px; clear: both; height: 0; margin-bottom: 10px; }

i.new{ background: url(../../assets/images/hot_new.gif); display: inline-block; width: 23px; height: 11px; margin-left: 10px; }
i.top{ background: url(../../assets/images/top.gif); display: inline-block; width: 26px; height: 15px; margin-left: 10px; }

.title:before{ position: absolute; content:""; background: linear-gradient(#FF5800, #FFA705); width: 6px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; height: 24px; top: 0; left: -14px; box-shadow: inset -1px -1px 0 #999; }

.csty{ padding: 2px 4px; margin-right: 6px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; color: #FFF; font-size: 11px; display: inline-block; line-height: 14px; }
.sty4{ background-color: #8080FF; }
.sty5{ background-color: #A7A956; }
.sty6{ background-color: #FF7C7C; }
.sty7{ background-color: #A5A5A5; }
.dd{ background-color: #e8e8e8; color: #aaaaaa; margin:0 4px 0 6px; }

.act{ position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s;	-o-transition: all 0.3s; transition: all 0.3s; }
.act:after{
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #333;
	content: "";
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.act:hover:after{ width: 100%; }

.bg{
	box-shadow: 0px 0px 19px 0px #aaaaaa;
	-webkit-box-shadow: 0px 0px 19px 0px #aaaaaa;
	-moz-box-shadow: 0px 0px 19px 0px #aaaaaa;
	-o-box-shadow: 0px 0px 19px 0px #aaaaaa;	
}

div.marquee ul {
    display: block;
    padding: 0;
    margin: 10px 0;
    list-style: none;
    line-height: 1;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 22px;
	color: #960101;
}
 
div.marquee ul li {
    position: absolute;
    top: -999em;
    left: 0;
    display: block;
    white-space: nowrap;
	margin-left: 0;
    padding: 3px 5px;
}

div.marquee li a{ color: red;}

table.tb {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	width: 100%;
}	

table.tb th {
	background: linear-gradient(#777, #444);
	border-left: 1px solid #555;
	vertical-align: middle;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
	font-size: 13px;
	font-weight: normal;
}

table.tb th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

table.tb th:first-child { border-left: 1px solid #777; box-shadow: inset 1px 1px 0 #999; text-align: left; }
table.tb th:last-child { box-shadow: inset -1px 1px 0 #999; }

table.tb td {
	letter-spacing: 1px;
	font-size:13px;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 15px;
	position: relative;
	transition: all 300ms;
}
table.tb td:first-child { box-shadow: inset 1px 0 0 #fff; text-align: left; }	
table.tb td:last-child { border-right: 1px solid #e8e8e8; box-shadow: inset -1px 0 0 #fff; }	

table.tb tr:nth-child(odd) td {	background: #f1f1f1; }

table.tb td a{ color: #000; position:relative; margin-left: 20px; }
table.tb td a:hover{ color: #F33; }
table.tb td a:before{ content:"\f105"; position: absolute; left: -20px; }
table.tb td a:hover:before{ content:"\f101"; }
table.member td a{ margin-left:0; }

/* `Header
----------------------------------------------------------------------------------------------------*/
#top{ background-color: #545207; color: #FFF; padding-top: 2px; padding-bottom: 2px; }
#top p{ margin-bottom: 0; height: 20px; line-height: 20px; }
#top p a{ color: #FFF; float: right; margin-left: 10px; }
#top p a:after{	background-color: #FFF; }
#top p a:before{ content:"‧"; }

#header{
	box-shadow: 0px 5px 10px 0px #AAAAAA;
	-webkit-box-shadow: 0px 5px 10px 0px #AAAAAA;
	-moz-box-shadow: 0px 5px 10px 0px #AAAAAA;
	-o-box-shadow: 0px 5px 10px 0px #AAAAAA;
	position:relative;
	z-index:99;
}

#header ul#nav{ margin-top: 0; margin-bottom: 0; letter-spacing: 0px; }
#header ul#nav li{ list-style: none; float: left; position: relative; width: calc(100% / 8 - 40px); margin:0 10px 0 30px; }
#header ul#nav li h6{ margin-bottom: 3px; font-weight: normal; color: #000; }
#header ul#nav li p{ font-size: 11px; margin-bottom: 1px; color: #666; }
#header ul#nav li span{ width: 20px; height: 4px; background-color: #000; display: block; }
#header ul#nav li span.ihover{ width: 0px; background-color: #BBBD38; margin-top: -4px; margin-left: 20px; }
#header ul#nav li span.active{ width: 80%; background-color: #FF8400; }

#header #logo img{ margin-top: 30px; }
#header #header_adv img{ margin-top: 10px; float: right; }


/* `slider
----------------------------------------------------------------------------------------------------*/
#slider{ margin-bottom: 20px; }

        .jssorb01 {
            position: absolute;
        }
        .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
            position: absolute;
            width: 12px;
            height: 12px;
            filter: alpha(opacity=70);
            opacity: .7;
            overflow: hidden;
            cursor: pointer;
            border: #000 1px solid;
        }
        .jssorb01 div { background-color: gray; }
        .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
        .jssorb01 .av { background-color: #fff; }
        .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }

        .jssora02l, .jssora02r {
            display: block;
            position: absolute;
            width: 55px;
            height: 55px;
            cursor: pointer;
            background: url('../../assets/images/a02.png') no-repeat;
            overflow: hidden;
        }
        .jssora02l { background-position: -123px -33px; }
        .jssora02r { background-position: -183px -33px; }
        .jssora02l:hover { background-position: -3px -33px; }
        .jssora02r:hover { background-position: -63px -33px; }
        .jssora02l.jssora02ldn { background-position: -3px -33px; }
        .jssora02r.jssora02rdn { background-position: -63px -33px; }
		#jssor_1 .slideMsg{ position: absolute; top: 40px; left: 400px; width: 300px; height: 190px; font-size: 15px; color: #000; line-height: 40px; letter-spacing: 5px; text-shadow: rgb(255, 255, 255) 2px 2px 8px; }


.slideShow {
    width: calc(140px - 2px);
	border: 1px solid #FFF;
    position: relative;
    overflow: hidden;
	margin-bottom: 20px;
}
.slideShow ul li{ list-style-type: none; margin:0; }
.slideShow ul.slides li img{ width: calc(140px - 2px); height: 94px; }
.slideShow ul.pager{ margin-top: 94px; }
.slideShow ul.pager li{ float:left; width:50%; }
.slideShow ul.pager li.nextli{ text-align: right; }
.slideShow ul.pager li a{ padding: 0 2px; color: #999; }

/* `Sidebar
----------------------------------------------------------------------------------------------------*/
#sidebar { background-image: url(../../assets/images/skin_10.png); background-position: top left; background-repeat:no-repeat; min-height: 420px; margin-bottom: 40px; }
#sidebar h1{ color: #FFF; font-size: 19px; font-weight: normal; margin: 15px 0 30px 30px; font-family: "微軟正黑體"; text-shadow: rgb(0, 0, 0) 2px 2px 2px; }
#sidebar h1 span{ font-size: 13px; margin-left: 10px; }

ul.snav { padding: 20px 0 0 60px; font-family: "微軟正黑體"; font-size: 17px; }
ul.snav li{ list-style-type: decimal; letter-spacing: 4px; position: relative; }
ul.snav li a{ color: #000; line-height: 36px; padding-left: 4px; margin-left: -10px; }
ul.snav li a:after{ background-color: #545207; }
ul.snav li a:hover{ color: #545207; }
ul.snav li.search{ list-style-type:none; position:relative; }
ul.snav li.search:before{ content:"\f002"; font-family: FontAwesome; position:absolute; position:absolute; top:6px; left:-36px; }

ul.adnav{ padding: 20px 0 0 40px; }
ul.adnav li{ list-style-type: none; margin-left: 16px; padding-left: 16px; }
ul.adnav li:before{ content:"\f044"; position: absolute; left: 0; font-family: FontAwesome; left: -20px; top: 8px; }

#sLoger{ background-image: url(../../assets/images/skin_13.png); background-repeat: no-repeat; background-position: 5px 100px;	margin: 10px; text-align: center; padding-top: 60px; position: relative; }
#sLoger h6{ font-weight: normal; font-size: 13px; text-align: center; margin-bottom: 10px; }
#sLoger h6 span{ color: #8a8b45; margin-left: 10px; }
#sLoger input[name="uAct"],
#sLoger input[name="uPw"]{ margin-left: 60px; width: 88px; }
#sLoger > a{ color: #545207; }
#sLoger > a:after{ background-color: #545207; }
#sidebar .login{ background-image: none; }
#sLoger label.error{ position: absolute; color: red; margin-left: -60px; margin-top: 8px; }

/* `Content
----------------------------------------------------------------------------------------------------*/
#content{ margin-bottom: 40px; margin-top: 10px; }
#content input[type="text"],
#content input[type="password"]{width: calc(100% - 42px); margin: 0 0 20px; color:#000;}
#content select#page_sel{ font-size:15px; letter-spacing: 2px; color: #000;}
#content .mws-form-row{ margin-bottom: 20px;margin-top: 10px;}
#content .mws-form-label{ color: #545207; font-size: 15px;}
#content .mws-form-item{ margin-top: 10px;}
#content table.edit-post{ width: 100%; margin-top: 20px; }
#content table.edit-post tr{ border-top: 1px solid #E8E8E8; }
#content table.edit-post td{ text-align: center; width: 25%; line-height: 30px; padding: 10px 0;vertical-align: middle; }
#content table.edit-post td.f1{ background-color: #F0F0F0; }
#content table.edit-post td.f2{ text-align: left; padding-left:20px; color: #FFF; font-size: 15px; background-color: #FF8400; }
#content table.edit-post input{ margin-bottom:0;}
#content table.edit-post td.f1 span{ color: red; font-weight: bold; }

.photo_group{}
.photo_group li{ padding: 0; margin: 0; list-style-type: none; float: left; width: 20%; text-align: center; }
.photo_group a{}
.photo_group img{ border: 1px solid #CCC; padding: 4px; }
.photo_group img:hover{ background-color: #DDD; }

.jsearch{ background-color: #FFEFE7; padding: 20px 0 0; margin-bottom: 10px; }
.jsearch label{ display: inline-block; color: #C70303; font-size: 15px; margin-left: 20px; }
.jsearch input[type="text"]{ display: inline-block; width: 440px !important; color: #C70303; }
.jsearch input[type="button"]{ display: inline-block; margin-left: 20px; color: #C70303; }

#sidebar h5,
#content h5{ position: relative; font-weight: normal; letter-spacing: 3px; margin-left: 14px; font-family: "微軟正黑體"; margin-bottom: 0; }
#content ul#map{ float: right; margin-bottom: 0; margin-top: 10px; }
#content ul#map li{ list-style-type: none; margin-left: 10px; float: left; }
#content ul#map li:before{ content: "\f105"; margin-right: 10px; vertical-align: middle; }
#content ul#map li.home:before{ content: "\f015"; }
#content #tabs > div > ul > li{ margin-top: 10px; border-bottom: 1px solid #e8e8e8; padding-bottom: 10px; list-style-type: none; position: relative; line-height: 24px; display:block; }
#content #tabs > div > ul > li:before{ content:"\f105"; position: absolute; left: -20px; }
#content #tabs > div > ul > li:hover:before{ content:"\f101"; }
#content .post{ font-size: larger; line-height: 200%; }
#content .post_footer{ margin-top: 20px; }
#content .post_footer span{ margin-right: 40px; }
#home_adv img{ width: 100%; }
#content #form_login{ width: 220px; margin: 50px auto; background-image: url(../../assets/images/skin_13.png); background-repeat: no-repeat; background-position: 0px 50px; padding-left: 50px; text-align: center; }


.links{}
.links li{     background-image: url(../images/link_url.png);
    background-repeat: no-repeat;
    background-position: 16px 16px;
    list-style-type: none;
    margin: 0 0 20px;
    padding: 10px 0 10px 60px;
    background-color: #F4F4F5; }
.download li{     background-image: url(../images/download.png);}
.links li:hover{ background-color: #E2E2D0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s;	-o-transition: all 0.3s; transition: all 0.3s; }
.links h5{ border-bottom: 1px #FFFFFF solid;
    width: 90%;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
    margin-left: 0 !important;}
.links a{ font-family: 'Maven Pro', "新細明體", sans-serif; color: #000; font-size: 13px; }
.links p{ margin-bottom: 10px;}
.links p span{ margin-right: 20px; }

/* `Footer
----------------------------------------------------------------------------------------------------*/
#footer{ height: 80px; background-color: #f1f1f1; letter-spacing: 2px; }
#footer #fLogo{ text-align: center; }
#footer #fLogo img{ margin-top: 4px; }
ul#fnav{ margin-bottom: 0; line-height: 39px; padding: 0 40px; }
ul#fnav li{ float: left; list-style-type: none; width: calc(100% / 7); margin-left: 0; text-align: center; }
ul#fnav li a{ color: #666; padding-left: 2px; margin:0 auto; }
ul#fnav li a.active,
ul#fnav li a:hover{ color: #000; }
ul#fnav li a.active:after,
ul#fnav li a:after{ background-color: #000; }
ul#fnav li a.active:after{ width:100%; }
#copyright{ margin-bottom: 0; text-align: center; line-height: 39px; }
#copyright span{ margin-left: 20px; margin-right: 4px; }
.ibutton-container label{ font-size: 15px !important; font-family: "新細明體"; font-weight: normal; }



.input-append {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	width: 80%;
	margin-left: -15%;
}
.input-append input {
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	vertical-align: top;
	-webkit-border-radius: 0 4px 4px 0;
	   -moz-border-radius: 0 4px 4px 0;
		    border-radius: 0 4px 4px 0;
}
.input-append input{
	-webkit-border-radius: 4px 0 0 4px;
	   -moz-border-radius: 4px 0 0 4px;
	        border-radius: 4px 0 0 4px;
}
.input-append .btn{
	vertical-align: top;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.input-append .btn{
	margin-left: -7px;
}
.input-append .btn:last-child{
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}
.input-append a{
    font-size: 15px;
    border: 1px solid #cccccc;
    padding: 5px 12px;
}
table table{ margin-bottom: 0;}
#calendar .fc-center h2{ font-size:15px;}