@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);/*載入思源黑體,font-weight有100,300,400,500,700,900*/

@charset "utf-8";
/* CSS Document */

/* CSS Reset */
html, body, div, span, applet, object, iframe, form,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
em, img, q, strong, sub, sup,
dl, dt, dd, ol, ul, li { margin:0; padding:0; }
img { border:0; }
ul, ol { list-style:none; }
table { border-collapse:collapse; }
p { line-height:180%; padding:3px 0; }

select { padding:0; }
select, input { vertical-align:middle; }
input[type="button"], input[type="submit"], input[type="reset"] { padding:1px 4px; }
input[type="checkbox"], input[type="radio"] { margin-right:3px; vertical-align:middle; }
input[type="button"], input[type="submit"], input[type="reset"], select { cursor:pointer; }

/*ios樣式清除*/
input[type="button"], input[type="submit"], input[type="reset"] {
	background-color:transparent; border:none; margin:0px;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}

/*連結設定*/
a { text-decoration:underline; color:#00aeb0; }
a:hover { text-decoration:none; color:#c52a0f; }

/*字型設定*/
body, input, textarea, select, button { 
	font-family: "Heiti TC", "黑體-繁", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Noto Sans TC", sans-serif;
}

/*基本設定*/
body { color:#000000; font-size:14px; background:#eadbc2 url("../images/bg.jpg") repeat 0 0; }
#wrap { background:#fff; }
.clear { clear:both; float:none !important; }
input.placeholderColor { color:#B5B5B5; }


/*----------------------------------------------------------------------*/
/* Menu */
#Menu { 
	background:rgba(103,22,15,0.8); position:fixed; top:0; left:0; width:100%; z-index:10001; 
	-webkit-box-shadow: 0 6px 6px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0 6px 6px rgba(0,0,0,0.5); 
	box-shadow: 0 6px 6px rgba(0,0,0,0.5); 
	}
#Menu > div { max-width:1200px; margin:0 auto; }
#Menu .superfish { text-align:center; }
#Menu .superfish li { position:relative; }
#Menu .superfish a { 
	display:block; text-decoration:none; 
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	transition: all 0.3s ease; 
	}

#Menu .superfish > li { display:inline-block; }
#Menu .superfish > li > a { color:#ffffff; font-size:16px; letter-spacing:1px; padding:16px 15px 0; position:relative; box-sizing:border-box; }
	#Menu .superfish > li:hover > a { background:#bd8320; }
#Menu .superfish > li > a span { 
	display:block; position:absolute; top:10px; left:0; width:100%; 
	font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#d3c1be; line-height:20px; 
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	transition: all 0.3s ease; 
	}

#Menu .superfish > li.fb > a { background-image:url("../images/icon_fb.png"); background-repeat:no-repeat; background-position:center center; width:60px; text-indent:-10000px; }
#Menu .superfish > li.fb > a:hover { background-color:bd8320; }

/* 第2層 */
#Menu .superfish ul { 
	display:none; position:absolute; top:57px; left:50%; width:144px; margin-left:-87px; background-color:#ffffff; padding:2px 15px;
	-webkit-box-shadow: 0 0px 8px rgba(0,0,0,0.35); 
	-moz-box-shadow: 0 0px 8px rgba(0,0,0,0.35); 
	box-shadow: 0 0px 8px rgba(0,0,0,0.35);
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
	}
	#Menu .superfish > li:hover ul { display:block; }
#Menu .superfish ul::after {
	position:absolute; bottom:100%; left:50%; border:solid transparent; content:" "; height:0; width:0; pointer-events:none;
	border-color: rgba(255, 255, 255, 0); border-bottom-color: #ffffff;	border-width: 8px; margin-left: -8px;
	}
#Menu .superfish ul li { border-top:1px solid #e0dfdf; }
#Menu .superfish ul li:first-child { border:none; }
#Menu .superfish ul li a { line-height:150%; padding:8px 0; color:#555555; text-decoration:none; font-size:15px; }
#Menu .superfish ul li a:hover { color:#e04628; }


/*-------------------------------------------------------------*/
/* Footer */
#Footer { 
	position:relative; padding:0 15px; background-color:#fff; 
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.5); 
	box-shadow: 0 0 12px rgba(0,0,0,0.5); 
	}
#Footer > div { max-width:1200px; width:100%; margin:0 auto; overflow:hidden; }

.ft_logo { float:left; padding:15px 0; }
.footer_menu { float:right; padding:30px 0; line-height:120%; width:65%; }
.footer_menu a { text-decoration:none; }
.footer_menu a:hover { text-decoration:underline; }

.footer_menu > li { float:left; width:14.285%; }
.footer_menu > li > a { font-size:14px; color:#000; font-weight:bold; }
.footer_menu li ul { padding-top:5px; }
.footer_menu li ul li { padding:5px 0; }
.footer_menu li ul li a { font-size:13px; color:#8e8d8d; }

.bottomBar { background:url("../images/bg_bottomBar.jpg") no-repeat top left; height:48px; line-height:48px; color:#fff; padding:0 15px; }
.bottomBar > div { max-width:1200px; width:100%; margin:0 auto; overflow:hidden; }
.bottomBar a { color:#fff; }
.bottomBar .copyright { float:left; }
.bottomBar a.link_fb { float:right; text-indent:-9999px; background:url("../images/icon_fb.png") no-repeat center center; width:30px; height:100%; }
.bottomBar a.link_fb:hover { opacity:0.7; filter:alpha(opacity=70); }


/*-------------------------------------------------------------*/
/* Btn Top */
.btn_top { position:fixed; bottom:50px; right:10px; z-index:10001;  }
.btn_top a { 
	display:block; width:48px; height:48px; background:#635040 url("../images/icon_top.png") no-repeat center center; text-indent:-10000px; position:relative;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%; 
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	}
.btn_top a:hover { background-color:#c52a0f; }


/*----------------------------------------------------------------------*/
/* 表單 */
.FormGroup { margin:20px 0 }
.FormGroupTitle span { display:block; font-size:18px; color:#000; line-height:40px; }
.FormTable { width:100%; }
.FormTable > tbody > tr > th, .FormTable > tbody > tr > td { font-size:87.5%; }
.FormTable > tbody > tr > th { font-weight:bold; line-height:20px; }
.FormTable > tbody > tr > th span { font-weight:bold; color:#ec407a; }
.FormTable > tbody > tr > td { line-height:30px; }

/* 表單元件 */
.FormElmt input[type="text"], .FormElmt input[type="password"], .FormElmt input[type="file"], 
.FormElmt input[type="tel"], .FormElmt input[type="email"], .FormElmt input[type="date"] { line-height:32px; height:32px; }

.FormElmt input[type="text"], .FormElmt input[type="password"], 
.FormElmt input[type="tel"], .FormElmt input[type="email"], .FormElmt input[type="date"], 
.FormElmt textarea, .FormElmt select {
	border:1px solid #c5c5c5; font-size:14px; box-sizing:border-box; background-color:#fff; max-width:100%; vertical-align:bottom; 
	-webkit-box-shadow: inset 1px 1px 8px #dddddd;
	-moz-box-shadow: inset 1px 1px 8px #dddddd;
	box-shadow: inset 1px 1px 8px #dddddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}
.FormElmt input[type="text"], .FormElmt input[type="password"], .FormElmt input[type="file"], 
.FormElmt input[type="tel"], .FormElmt input[type="email"], .FormElmt input[type="date"], .FormElmt textarea { 
	padding:0 4px; 
	}
.FormElmt select { line-height:20px; background-color:#fff; padding:5px 0 4px; }	
.FormElmt input + input, .FormElmt input + select, .FormElmt select + input, .FormElmt select + select { margin-left:4px; }
.FormElmt input[type="text"]:focus, .FormElmt input[type="password"]:focus, .FormElmt input[type="file"]:focus, 
.FormElmt input[type="tel"]:focus, .FormElmt input[type="email"]:focus, .FormElmt input[type="date"]:focus, 
.FormElmt textarea:focus, .FormElmt select:focus {
	outline: 0;
	border:1px solid #ff7446;　
	-webkit-box-shadow: inset 1px 1px 10px #ffdbcf, 0 0 6px #ff875f;
	-moz-box-shadow: inset 1px 1px 10px #ffdbcf, 0 0 6px #ff875f;
	box-shadow: inset 1px 1px 10px #ffdbcf, 0 0 6px #ff875f;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
	
.FormElmt hr { margin:15px 0 5px; }
.FormElmt .input_group > div { display:inline-block; white-space:nowrap; margin-right:12px; }
.FormElmt input.addr { margin-top:8px; display:block; }
.FormElmt .gender { display:inline-block; }
.FormElmt .gender input[type="radio"] { margin-left:25px; }
.FormElmt .w40 { width:40px; }
.FormElmt .w60 { width:60px; }
.FormElmt .w80 { width:80px; }
.FormElmt .w100 { width:100px; }
.FormElmt .w200 { width:200px; }
.FormElmt .w300 { width:300px; }
.FormElmt .w400 { width:400px; }
.FormElmt .fullwidth { width:100%; }
.FormElmt .date { width:120px; }
.FormElmt .note { color:#e60000; line-height:160%; font-size:92.85%; }
.input_group > span { display:inline-block; white-space:nowrap; margin-right:8px; }

/* 驗證碼 */
.FormElmt .randomcode::after { content:''; display:block; clear:both; }
.FormElmt .randomcode > div { float:left; margin-right:8px; }
	.FormElmt .randomcode input[type="text"] { width:100px !important; }
	.FormElmt .randomcode img { height:32px; }
	.FormElmt .randomcode div.btn {  padding:0; border:0; }
	.FormElmt .randomcode div.btn input { 
		background:url("../images/icon_randomcode.png") no-repeat; border:0; margin:0; padding:0 10px 0 26px; height:32px; 
		font-size:100%; line-height:32px; color:#ffa800; text-decoration:underline; 
		}
	.FormElmt .randomcode div.btn input:hover { color:#ff4c11;  text-decoration:none; }
	.FormElmt .randomcode div.btn input.refresh { background-position:10px center; }

/* 按鈕 */
.BtnCommon { clear:both; text-align:center; }
	.BtnCommon.tl { text-align:left; }
	.BtnCommon.tr { text-align:right; }
.BtnCommon span, .BtnCommon a, .BtnCommon input { display:block; }
	.BtnCommon.large a, .BtnCommon.large input { height:40px; line-height:40px; }
	.BtnCommon.mid a, .BtnCommon.mid input { height:32px; line-height:32px; }
	.BtnCommon.small a, .BtnCommon.small input { height:24px; line-height:24px; }

.BtnCommon div { display:inline-block; margin-left:5px; }
.BtnCommon div:first-child { margin-left:0; }
.BtnCommon span { 
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	box-sizing:border-box;
	background-color:#6f2b22;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
	}
	.BtnCommon.large span { -webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px; }
	.BtnCommon.mid span { -webkit-border-radius:16px; -moz-border-radius:16px; border-radius:16px; }
	.BtnCommon.small span { -webkit-border-radius:12px; -moz-border-radius:12px; border-radius:12px; }

.BtnCommon a, .BtnCommon input { color:#fff; font-weight:bold; box-sizing:border-box; }
	.BtnCommon.large a, .BtnCommon.large input { padding-left:30px; padding-right:30px; font-size:16px; }
	.BtnCommon.mid a, .BtnCommon.mid input { padding-left:20px; padding-right:20px; font-size:14px; }
	.BtnCommon.small a, .BtnCommon.small input { padding-left:15px; padding-right:15px; font-size:13px; }
	.BtnCommon.large div[class] a, .BtnCommon.large div[class] input { background:url("../images/icon_btn_common.png") no-repeat; padding-left:50px; }
	.BtnCommon.mid div[class] a, .BtnCommon.mid div[class] input { background:url("../images/icon_btn_common_mid.png") no-repeat; padding-left:35px; }
	.BtnCommon.small div[class] a, .BtnCommon.small div[class] input { background:url("../images/icon_btn_common_small.png") no-repeat; padding-left:30px; }

.BtnCommon span a { text-decoration:none; }

.BtnCommon span input { border:0; background-color:transparent; margin:0; }
	.BtnCommon.large div.submit input { background-position:20px 0; }
	.BtnCommon.large div.reset input { background-position:20px -40px; }

.BtnCommon div:hover span { 
	background-color:#c52a0f; 
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	}

.BtnCommon.btn_form { margin-top:15px; margin-bottom:15px; }
.BtnCommon.btn_form div { margin:10px; }


/*----------------------------------------------------------------------*/
/* datepicker共通設定 */
.ui-datepicker { 
	background-color:#fff; padding:15px 8px 7px 8px; position:relative; display:none;
	-webkit-box-shadow: 0 0 5px #b2b2b2;
	-moz-box-shadow: 0 0 5px #b2b2b2;
	box-shadow: 0 0 5px #b2b2b2;
	}
.ui-datepicker-prev, .ui-datepicker-next { 
	display:block; position:absolute; top:15px; width:12px; height:12px; background:url("../images/icon_datepicker.png") no-repeat; 
	text-indent:-10000px; cursor:pointer; 
	}
	.ui-datepicker-prev { left:12px; background-position:0 0; }
	.ui-datepicker-next { right:12px; background-position:0 -12px; }
	.ui-datepicker-prev:hover { background-position:-12px 0; }
	.ui-datepicker-next:hover { background-position:-12px -12px; }
.ui-datepicker-title { text-align:center; font-size:12px; font-weight:bold; }
.ui-datepicker-calendar { margin-top:11px; }
.ui-datepicker-calendar th, .ui-datepicker-calendar td { width:27px; padding:0; font-family:Arial, Helvetica, sans-serif; text-align:center; }
.ui-datepicker-calendar th { font-size:14px; font-weight:bold; }
.ui-datepicker-calendar td { font-size:12px; }
	.ui-datepicker-calendar th span, .ui-datepicker-calendar td span, .ui-datepicker-calendar td a { display:block; padding:5px 0 5px; }
	.ui-datepicker-calendar td a { text-decoration:none; color:#000; }
	.ui-datepicker-unselectable { color:#cfcfcf; }
	.ui-datepicker-today { background-color:#e60012; }
		.ui-datepicker-calendar td.ui-datepicker-today a { color:#fff !important; }
		.ui-datepicker-unselectable.ui-datepicker-today { background-color:#f0f0f0; }
	.ui-datepicker-calendar td a.ui-state-default:hover { color:#e60012 }
	.ui-datepicker-current-day a { border:1px solid #21293c; }


/*----------------------------------------------------------------------*/
/*tinyscrollbar*/
.tableWrap
{
/*    width:251px;
    margin:0 0 10px;*/
}

.tableWrap .viewport
{
/*    width:236px;
    height:125px;*/
    overflow:hidden;
    position:relative;
	margin: 0;
}

.tableWrap .overview
{
    list-style:none;
/*    width:1416px;*/
    padding:0;
    margin:0;
/*    position:absolute;*/
    left:0;
    top:0;
	margin: 0;
}

/*.tableWrap .overview img
{
    float:left;
}*/

.tableWrap .scrollbar
{
    /*background:transparent url(../images/bg-scrollbar-track-x.png) no-repeat 0 0;*/
    position:relative;
    margin:0 0 5px;
    clear:both;
    height:4px;
}

.tableWrap .track
{
    /*background:transparent url(../images/bg-scrollbar-trackend-x.png) no-repeat 100% 0;*/
	background-color:#dbdbdb;
    width:100%;
    height:4px;
    position:relative;
	margin: 0;
}

.tableWrap .thumb
{
    /*background:transparent url(../images/bg-scrollbar-thumb-x.png) no-repeat 100% 50%;*/
	background-color:#656565;
    height:8px;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    left:0;
    top:-2px;
	margin: 0;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
}

.tableWrap .thumb .end
{
    /*background:transparent url(../images/bg-scrollbar-thumb-x.png) no-repeat 0 50%;*/
    overflow:hidden;
    height:8px;
    width:5px;
	margin: 0;
}

.tableWrap .disable
{
    display:none;
}

.noSelect
{
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}


/*----------------------------------------------------------------------*/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper { position:absolute; top:0; left:0; z-index:9999; overflow:hidden; }
#cboxOverlay { position:fixed; width:100%; height:100%; }
#cboxMiddleLeft, #cboxBottomLeft { clear:left; }
#cboxContent { position:relative;font-size:13px; }
#cboxLoadedContent { overflow:auto;padding:30px 5px 60px 5px; }
#cboxTitle { margin:0; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position:absolute; top:0; left:0; width:100%; height:100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor:pointer; }
.cboxPhoto { float:left; margin:auto; border:0; display:block; max-width:none; }
.cboxIframe { width:100%; height:100%; display:block; border:0; }
#colorbox, #cboxContent, #cboxLoadedContent { box-sizing:content-box; }

#colorbox_thum { overflow:hidden; padding-top:10px; margin-top:0; margin-bottom:30px; }
#colorbox_thum a { 
	display:block; float:left;
	text-align:center; vertical-align:middle; 
	border:1px solid #e3e3e3;
	background-size:cover; background-position:center center; background-repeat:no-repeat;
	-webkit-transition: border 0.5s ease, box-shadow 0.5s ease;
	-moz-transition: border 0.5s ease, box-shadow 0.5s ease;
	transition: border 0.5s ease, box-shadow 0.5s ease;
	}
#colorbox_thum a:hover { 
	border:1px solid #c52a0f; 
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	}
#colorbox_thum a span { display:none; }
#colorbox_thum a img { width:100%; height:100%; border:4px solid #fff; box-sizing:border-box; }

/*#colorbox_thum { overflow:hidden; padding-top:10px; margin-top:0; margin-bottom:30px; }
#colorbox_thum a { 
	display:block; float:left;
	text-align:center; vertical-align:middle; 
	border:2px solid #e7e7e7; padding:8px;
	-webkit-transition: border 0.5s ease, box-shadow 0.5s ease;
	-moz-transition: border 0.5s ease, box-shadow 0.5s ease;
	-o-transition: border 0.5s ease, box-shadow 0.5s ease;
	transition: border 0.5s ease, box-shadow 0.5s ease;
	}
#colorbox_thum a:hover { 
	border:2px solid #e60012; 
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	}
#colorbox_thum a *{ vertical-align:middle; }
#colorbox_thum a span { display:inline-block; height:100%; }
#colorbox_thum a img { max-width:100%; max-height:100%; }*/

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay { background:#000; }
#colorbox {}
    #cboxContent { margin-top:20px; }
        .cboxIframe { background:#fff; }
        #cboxError { padding:50px; border:1px solid #ccc; }
        #cboxLoadedContent { border:5px solid #000; background:#000; }
        #cboxTitle { position:absolute; bottom:10px; *bottom:20px; left:10px; color:#fff; line-height:18px; }
        #cboxCurrent { position:absolute; top:-20px; right:0px; color:#ccc; }
        #cboxSlideshow { position:absolute; top:-20px; right:90px; color:#fff; }
        #cboxPrevious { 
			position:absolute; top:50%; left:5px; margin-top:-32px; background:url("../images/colorbox_controls.png") no-repeat top left; 
			width:28px; height:65px; text-indent:-9999px;
			}
        #cboxPrevious:hover { background-position:bottom left; }
        #cboxNext { 
			position:absolute; top:50%; right:5px; margin-top:-32px; background:url("../images/colorbox_controls.png") no-repeat top right; 
			width:28px; height:65px; text-indent:-9999px;
			}
        #cboxNext:hover { background-position:bottom right; }
        #cboxLoadingOverlay { background:#000; }
        #cboxLoadingGraphic { background:url("../images/colorbox_loading.gif") no-repeat center center; }
        #cboxClose { 
			position:absolute; top:5px; right:5px; display:block; background:url("../images/colorbox_controls.png") no-repeat top center; 
			width:38px; height:19px; text-indent:-9999px;
			}
        #cboxClose:hover {background-position:bottom center; }