@charset "utf-8";
@import url(font_raleway.css);/*font-weight有600.700*/

/* 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; }
body, html { height:100%; }
img { border:0; }
ul, ol { list-style:none; }
table { border-collapse:collapse; border-spacing:0 !important; }
p { line-height:160%; padding:3px 0; }

select { padding:0; }
select, input, textarea { margin:0; font-family:"Heiti TC", "黑體-繁", "Microsoft JhengHei", "微軟正黑體", sans-serif; }
input[type="button"], input[type="submit"], input[type="reset"] { padding:0 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 */
	}

/* 基本設定 */
body { color:#4d4d4d; font-family:"Heiti TC", "黑體-繁", "Microsoft JhengHei", "微軟正黑體", sans-serif; -webkit-text-size-adjust:none; }
.clear { clear:both; float:none; height:0px; width:0; border:none; overflow:hidden; }
.none { display:none; }
hr { clear:both; height:1px; border:0; background-color:#c0c0c0; width:100%; margin:20px 0; }
#Wrap { height:100%; background-color:#fff; }
body.fixed { overflow:hidden; }

/* 連結 */
a { text-decoration:underline; color:#333; }
a:hover, a:focus { text-decoration:none; color:#cf3a40; }

/*----------------------------------------------------------------------*/
/* logo */
#Header .logo { height:100%; position:relative; z-index:100; }
#Header .logo h1, #Header .logo a { width:100%; height:100%; font-size:0; line-height:0; box-sizing:border-box; }
#Header .logo a { vertical-align:middle; }
#Header .logo a img { vertical-align:middle; display:inline-block; max-width:100%; max-height:100%; }
#Header .logo a::before { display:inline-block; content:''; vertical-align:middle; height:100%; }

/*----------------------------------------------------------------------*/
/* Footer */
#Footer { background:#e8e8e8; }
#Footer > div { max-width:1440px; margin:0 auto; padding:0 20px; }

.ft_info { text-align:center; padding:10px 0 15px; }
.ft_info .title { font-size:1.25em; padding:0.8em 0; }
.ft_info ul { color:#888; }
.ft_info ul li { display:inline-block; line-height:30px; margin:0 10px 10px; }
.ft_info ul li span { vertical-align:middle; }
.ft_info a { text-decoration:none; color:#888; }
.ft_info a:hover { color:#c9161d; }
.ft_info span.icon { font-size:0; display:inline-block; width:30px; height:30px; margin-right:10px; background:url(../images/ft_icon.png) no-repeat; }
.ft_info .tel span.icon { background-position:0 0; }
.ft_info .fax span.icon { background-position:0 -30px; }
.ft_info .addr span.icon { background-position:0 -60px; }
.ft_info .contact span.icon { background-position:0 -90px; }
.ft_info .fb span.icon { background-position:0 -120px; }
.ft_info span.tt { font-size:0.875em; }

#Copyright { background:#424a5d; color:rgba(255,255,255,.8); font-size:0.8125em; padding:15px 0; overflow:hidden; }
#Copyright > div { max-width:1440px; margin:0 auto; padding:0 20px; }
#Copyright li { float:left; border-left:1px solid rgba(255,255,255,.2); padding:0 10px; line-height:30px; }
#Copyright li:first-child { border:none; }
#Copyright li a { display:block; text-decoration:none; color:rgba(255,255,255,.8); }
#Copyright li a:hover { color:#fff; }

/*----------------------------------------------------------------------*/
/* bxSlider_list共通設定 */
/* 不顯示子項目 */
.bxSlider_list li { float:left; list-style:none; position:relative; display:none; }
/* 顯示第一筆項目 */  
.bxSlider_list li:first-child { display:block; }
/* 當JS執行時顯示全部 */
.bx-viewport ul.bxSlider_list li { display:block; }

.bx-viewport { z-index:85; position:relative; zoom:1; }
.bx-wrapper { position:relative; margin:auto; padding:0; zoom:1; }

.bx-wrapper .bx-controls-direction a.disabled { display:none; }

/*----------------------------------------------------------------------*/
/* popup box */
.popup_box { 
	position:fixed; top:0; left:100%; width:100%; height:100vh; box-sizing:border-box; z-index:10003; 
	-webkit-transition: left 0.5s ease;
	-moz-transition: left 0.5s ease;
	transition: left 0.5s ease;
	}
	.popup_box.show { left:0; }
.popup_box .box_wrap { overflow-y:auto; overflow-x:hidden; height:100%; box-sizing:border-box; position:relative; }


/*----------------------------------------------------------------------*/
/* popup box */
.popup_box .close { 
	position:absolute; top:10px; right:10px; text-indent:-10000px; transform:translateY(-100px); cursor:pointer; width:40px; height:40px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
	transition-delay:0.5s;
	}
	.popup_box.show .close { transform:translateY(0) }
.popup_box .close::before, .popup_box .close::after { 
	display:block; content:''; position:absolute; top:0; left:50%; width:2px; height:100%; opacity:0.6; 
	}
.popup_box .close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
	}
.popup_box .close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	}
.popup_box .close:hover { opacity:1; }
.popup_box .close:hover::before, .popup_box .close:hover::after { background-color:#c9161d; }

/*----------------------------------------------------------------------*/
/* 表單 */
/* 表單群組 */
.FormGroup { 
	border:1px solid #d5d0c5; background-color:#fff; padding:20px; margin-top:10px; margin-bottom:30px; margin-left:0; margin-right:0; /*消除fieldset的左右margin*/
	max-width:100%; box-sizing:border-box; position:relative; 
/*	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;*/
}
fieldset.FormGroup { margin-top:10px; }
div.FormGroup { margin-top:26px; }
.FormGroup + div.FormGroup { margin-top:46px; }
/* 注意 ------
fieldset內，表單元件max-width:100%會失效,加上如下兩個fix(尚未經測試),但須確保fieldset沒有左右margin
又或者,不要用fieldset,改用div
*/
	/*IOS webkit fix*/
fieldset.FormGroup { 
	width: auto;
	min-width: 0;
	max-width: none;
	}
/*Mozilla fix*/
@-moz-document url-prefix() { fieldset.FormGroup { display:table-cell; } }
.FormGroup > .form_group_title { box-sizing:border-box; }	
.FormGroup > legend.form_group_title { display:block; padding-left:0; padding-right:0; /*消除legend的左右padding*/ }
.FormGroup > .form_group_title span {
	position:relative; background-color:#fff; display:inline-block; color:#424a5d; line-height:1.5em; padding:0 .7em 0 .75em; letter-spacing:.05em; font-size:1.5em;
}

.FormGroup > *:first-child { margin-top:0; }
.FormGroup > *:last-child { margin-bottom:0; }

.FromSubGroup { 
	border:1px solid #dfdfdf; background-color:#fff; padding:20px; margin-bottom:30px; margin-left:0; margin-right:0;  /*消除fieldset的左右margin*/
	max-width:100%; box-sizing:border-box; position:relative; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
fieldset.FromSubGroup { margin-top:10px; }
div.FromSubGroup { margin-top:26px; }
.FromSubGroup + div.FromSubGroup { margin-top:46px; }
.FromSubGroup > .FormSubGroupTitle { box-sizing:border-box; }	
.FromSubGroup > legend.FormSubGroupTitle { display:block; padding-left:0; padding-right:0; /*消除legend的左右padding*/ }
.FromSubGroup > div.FormSubGroupTitle { margin:-36px 0 20px; }
.FromSubGroup > .FormSubGroupTitle span { 
	background-color:#dfdfdf; border:1px solid #cacaca; padding:0 10px; display:inline-block; 
	color:#000; font-size:15px; line-height:32px; font-weight:bold; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.FromSubGroup > *:first-child { margin-top:0; }
.FromSubGroup > *:last-child { margin-bottom:0; }

/* 表單可增刪項目 */
.form_item { position:relative; border-top:1px solid #ccc; border-bottom:1px solid #ccc; margin:10px 0 20px; padding:40px 0 10px; }
.form_item .title { position:absolute; top:0; left:0; color:#f77300; line-height:32px; font-size:125%; font-weight:bold; }
.form_item .del { position:absolute; top:5px; right:0; }
.form_item .del a, .form_item .del input { 
	display:block; padding:0 10px 0 25px; margin:0; background-color:#086787; 
	line-height:32px; font-size:87.5%; color:#fff; text-decoration:none; 
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px;
	}
	.form_item .del a:hover, .form_item .del input:hover,
	.form_item .del a:focus, .form_item .del input:focus { background-color:#de0000; }
.form_item .del::before, .form_item .del::after {
	 position:absolute; left:10px; background:#fff; content:""; height:2px; width:12px; z-index:10001;
	}
.form_item .del::before {
	top:16px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
.form_item .del::after {
	bottom:14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	}

.form_item_add div { position:relative; }
.form_item_add div::before, .form_item_add div::after {
	 position:absolute; left:10px; background:#fff; content:""; height:2px; width:12px; z-index:10001;
	}
.form_item_add div::before {
	top:16px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	}
.form_item_add div::after {
	bottom:14px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	}
.BtnCommon.form_item_add span a, .BtnCommon.form_item_add span input { padding-left:25px; }

.form_item table.FormTable { margin-bottom:0; }
.form_item + .form_item_add { margin-top:-15px; }

/* 表單 */
table.FormTable { width:100%; margin-bottom:20px; table-layout:fixed; }
table.FormTable > tbody > tr > th, table.FormTable > tbody > tr > td { font-size:0.875rem; }
table.FormTable > tbody > tr > th { font-weight:bold; line-height:30px; position:relative; }
table.FormTable > tbody > tr > th::after { content:'：'; }
table.FormTable > tbody > tr > th span { font-weight:bold; color:#ec407a; }
table.FormTable > tbody > tr > td { line-height:40px; }

div.FormTable { border-top:1px solid #dfdfdf; margin-bottom:30px; }
div.FormTable::after { content:''; display:block; clear:both; }
div.FormTable > div { position:relative; box-sizing:border-box; float:left; padding:10px 20px 5px 0; border-bottom:1px solid #dfdfdf; font-size:14px; width:100%; }
	div.FormTable.bisect > div { width:50%; }
	div.FormTable.trisect > div { width:33.33%; }
	div.FormTable.quartering > div { width:25%; }
	div.FormTable > div.half { width:50%; }
	div.FormTable > div.oneThird { width:33.33%; }
	div.FormTable > div.twoThirds { width:66.66%; }
	div.FormTable > div.quarter { width:25%; }
	div.FormTable > div.threeQuarters { width:75%; }
	div.FormTable > div.fullwidth { width:100%; clear:both; }
div.FormTable > div > div { display:block; }
div.FormTable > div > div.title { font-weight:bold; line-height:20px; }
div.FormTable > div > div.cont { line-height:32px; }

/* 表單內按鈕 */
.FormTable .inline_btn { display:inline-block; margin-left:6px; margin-right:10px; margin-bottom:6px; vertical-align:top; }
.FormTable .inline_btn span { background-color:#0061ff; margin-right:6px; display:inline-block; }
	.FormTable .inline_btn span:hover { background-color:#ff9600; }
.FormTable .inline_btn span > * { 
	display:block; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0; border:0; 
	color:#fff; height:40px; line-height:40px; box-sizing:border-box; 
	}
	.FormElmt .inline_btn span > a { text-decoration:none; }
	.FormElmt .inline_btn span > input { margin:0; border:0; background:none; }
.FormTable .inline_btn span[class] > * { background:url("../images/icon_inline_btn.png") no-repeat; }
	.FormTable .inline_btn span.search > * { background-position:10px 0; padding-left:30px; }
.FormTable .inline_btn.block { display:block; margin-left:0; }

.FormElmt .inline_btn { display:inline-block; margin-right:6px; vertical-align:top; }
.FormElmt .inline_btn span > *{ display: block; padding-left: 15px; padding-right: 15px; background-color: #8c816f; color: #fff; 
	height: 40px; line-height: 40px; box-sizing: border-box;
}
.FormElmt .inline_btn span > *:hover, .FormElmt .inline_btn span > *:focus{ opacity:0.9; }
.FormElmt .inline_btn span { margin-right:6px; margin-bottom:6px; display:inline-block; }
.FormElmt .inline_btn span.multiple_recipients > * { box-sizing:border-box; outline:1px solid #8c816f; background-color:#fff; 
	color:#8c816f; height:32px; line-height:32px;
}
.FormElmt .inline_btn span.multiple_recipients > *:hover{ background:#8c816f; color:#fff;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    transition: all ease .2s; 	
}
.FormElmt .inline_btn.block { display:block; margin-left:0; margin-right:0; }

/* 表單警告/提示 */
.FormElmt .form_alert { display:inline-block; vertical-align:top; margin-bottom:6px; }
.FormElmt .form_alert span { 
	display:inline-block; padding:.679em 1em; background-color:#c9161d; 
	color:#fff; line-height:150%; box-sizing:border-box; position:relative;
	}


/* 表單元件 */
.FormElmt input[type="text"], .FormElmt input[type="password"], .FormElmt input[type="file"], 
.FormElmt input[type="number"], .FormElmt input[type="date"], .FormElmt input[type="month"],
.FormElmt input[type="week"], .FormElmt input[type="time"], .FormElmt input[type="datetime-local"],
.FormElmt input[type="email"], .FormElmt input[type="search"], .FormElmt input[type="tel"],
.FormElmt input[type="url"] { line-height:40px; height:40px; }

.FormElmt input[type="text"], .FormElmt input[type="password"], .FormElmt input[type="file"], 
.FormElmt input[type="number"], .FormElmt input[type="date"], .FormElmt input[type="month"],
.FormElmt input[type="week"], .FormElmt input[type="time"], .FormElmt input[type="datetime-local"],
.FormElmt input[type="email"], .FormElmt input[type="search"], .FormElmt input[type="tel"],
.FormElmt input[type="url"],
.FormElmt select, .FormElmt textarea { 
	margin-bottom:5px; vertical-align:top; font-size:100%;
	}

.FormElmt input[type="text"], .FormElmt input[type="password"], 
.FormElmt input[type="number"], .FormElmt input[type="date"], .FormElmt input[type="month"],
.FormElmt input[type="week"], .FormElmt input[type="time"], .FormElmt input[type="datetime-local"],
.FormElmt input[type="email"], .FormElmt input[type="search"], .FormElmt input[type="tel"],
.FormElmt input[type="url"], 
.FormElmt select, .FormElmt textarea {
	max-width:100%; border:1px solid #f2f0f1; background-color:#f2f0f1; box-sizing:border-box;
	}
	
.FormElmt input[type="text"], .FormElmt input[type="password"], .FormElmt input[type="file"], 
.FormElmt input[type="number"], .FormElmt input[type="date"], .FormElmt input[type="month"],
.FormElmt input[type="week"], .FormElmt input[type="time"], .FormElmt input[type="datetime-local"],
.FormElmt input[type="email"], .FormElmt input[type="search"], .FormElmt input[type="tel"],
.FormElmt input[type="url"],
.FormElmt textarea { 
	padding:5px 8px; 
}
.FormElmt select { line-height:20px; background-color:#f2f0f1; padding:5px 5px 4px; height:40px; }	
/*.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="number"]:focus, .FormElmt input[type="date"]:focus, .FormElmt input[type="month"]:focus,
.FormElmt input[type="week"]:focus, .FormElmt input[type="time"]:focus, .FormElmt input[type="datetime-local"]:focus,
.FormElmt input[type="email"]:focus, .FormElmt input[type="search"]:focus, .FormElmt input[type="tel"]:focus,
.FormElmt input[type="url"]:focus,
.FormElmt textarea:focus, .FormElmt select:focus {
	outline: 0;
	border:1px solid #aaa;　
	-webkit-transition: border-color ease-in .2s;
	-moz-transition: border-color ease-in .2s;
	transition: border-color ease-in .2s;
	}
/*.FormElmt input[disabled="disabled"], .FormElmt textarea[disabled="disabled"], .FormElmt select[disabled="disabled"] { 
	border:0; 
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	}*/
.FormElmt input[type="text"], .FormElmt input[type="password"], .FormElmt input[type="file"], 
.FormElmt input[type="number"], .FormElmt input[type="date"], .FormElmt input[type="month"], 
.FormElmt input[type="week"], .FormElmt input[type="time"], .FormElmt input[type="datetime-local"], 
.FormElmt input[type="email"], .FormElmt input[type="search"], .FormElmt input[type="tel"], 
.FormElmt input[type="url"], .FormElmt input[type="color"], .FormElmt input[type="hidden"], 
.FormElmt input[type="range"], .FormElmt select, .FormElmt textarea{
	margin-bottom: 6px;
    margin-right: 4px;
    vertical-align: top;
}
	
.FormElmt hr { margin:15px 0 5px; }
.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 .dev-calendar { width:120px; }
.FormElmt .note { color:#e60000; line-height:160%; font-size:92.85%; }

/* checkbox/radio群組 */
.FormElmt .input_group.inline { display:inline; margin-left:10px; }
.FormElmt .input_group > div { display:inline-block; white-space:nowrap; margin-right:12px; }
.FormElmt .input_group .fullwidth { margin-right:0; }

/* 驗證碼 */
.FormElmt .randomcode::after { content:''; display:block; clear:both; }
.FormElmt .randomcode > div { display: inline-block; margin-right: 8px; vertical-align: top; }
	.FormElmt .randomcode .input input[type="text"] { width:120px; }
	.FormElmt .randomcode .img img { height:40px; }
	.FormElmt .randomcode .btn > * { 
		display:inline-block; background:url("../images/icon_randomcode.png") no-repeat; border:0; margin:0 5px 0 0; padding-left:20px; height:40px; 
		line-height:40px; color:#b1956e; text-decoration:none; font-size:.875rem;
	}
	.FormElmt .randomcode .btn > *:hover, .FormElmt .randomcode .btn > *:focus { text-decoration:underline; }
	.FormElmt .randomcode .btn .refresh { background-position:0 0; }
	.FormElmt .randomcode .btn .play { background-position:0 -40px; }

/* 按鈕 */
.BtnCommon {clear:both; text-align:center; padding-top:10px; padding-bottom:10px; background-color:#fff; max-width:1240px; margin-left:auto; margin-right:auto; }
	.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:50px; line-height:50px; }
	.BtnCommon.mid a, .BtnCommon.mid input { height:40px; line-height:40px; }
	.BtnCommon.small a, .BtnCommon.small input { height:35px; line-height:35px; }

.BtnCommon div { display:inline-block; margin: 5px 10px 0 0;}
.BtnCommon span { 
	background-color:#8c816f; position:relative; z-index:1; box-sizing:border-box; 
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
	/* 按鈕加icon */
.BtnCommon div[class] span::before { 
	display:block; position:absolute; top:50%; left:20px; width:20px; height:20px; margin-top:-10px; content:''; 
	background:url("../images/icon_btn_common.png") no-repeat;
}
.BtnCommon div:hover span { background-color:#c9161d; }

.BtnCommon .submit span { background-color:#424a5d; }
.BtnCommon .reset span { background-color:#666; }

.BtnCommon a, .BtnCommon input { box-sizing:border-box; position:relative; z-index:2; color:#fff; font-weight:bold; line-height:32px; }
	.BtnCommon.large a, .BtnCommon.large input { padding-left:24px; padding-right:24px; font-size:16px; }
	.BtnCommon.mid a, .BtnCommon.mid input { padding-left:18px; padding-right:18px; font-size:15px; }
	.BtnCommon.small a, .BtnCommon.small input { padding-left:10px; padding-right:10px; font-size:14px; }
	.BtnCommon.large div[class] a, .BtnCommon.large div[class] input { padding-left:44px; }
	.BtnCommon.mid div[class] a, .BtnCommon.mid div[class] input { padding-left:38px; }
	.BtnCommon.small div[class] a, .BtnCommon.small div[class] input { padding-left:45px; padding-right:20px; }

.BtnCommon span a { text-decoration:none; }

.BtnCommon span input { border:0; margin:0; background-color:transparent; }
	.BtnCommon div.submit span::before { background-position:0 0; }
	.BtnCommon div.reset span::before { background-position:0 -20px; }
	.BtnCommon div.search span::before{ background-position: 0 -40px; }

/* 活動報名按鈕 */ 
.BtnCommon.btn_event { float:right; padding-right:10px; }
.BtnCommon div.sign span { background-color:#007bd1; }	
.BtnCommon div.solicit span { background-color:#319f00; }	
.BtnCommon div.sign span::before, .BtnCommon div.solicit span::before { display:none; }
.BtnCommon.mid div.sign a, .BtnCommon.mid div.solicit a { padding-left:18px; }

/*----------------------------------------------------------------------*/
/* Btn Top */
.BtnTop { 
	text-align:center; z-index:9994; position:fixed; bottom:65px; right:5px;
	width:40px; height:40px; display:none; 
	}
.MenuFix .BtnTop { display:block; }
.BtnTop a { display:block; width:40px; height:40px; background-color:#8c816f; font-size:0; position:relative; z-index:9993; }
.BtnTop a::after {
	content:''; position:absolute; top:17px; left:14px; width:10px; height:10px; border-top:2px solid #fff; border-left:2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	}
.BtnTop a:hover { background-color:#c9161d; }

/*----------------------------------------------------------------------*/
/* datepicker共通設定 */
.ui-datepicker { 
	background-color:#fff; padding:15px 8px 7px 8px; margin-top:5px; 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:25px; 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; line-height:30px; }
.ui-datepicker-title select { height:30px; padding:4px 0 5px; border:1px solid #ddd; }
.ui-datepicker-title select.ui-datepicker-year { margin-right:6px; }
.ui-datepicker-title select.ui-datepicker-month { margin-left:6px; }
.ui-datepicker-calendar { margin-top:5px; }
.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:#222; }
	.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:10001; overflow:hidden; }
#cboxOverlay { position:fixed; width:100%; height:100%; }
#cboxMiddleLeft, #cboxBottomLeft { clear:left; }
#cboxContent { position:relative;font-size:14px; text-align:center; }
#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:10px; border-top:1px solid #d5d0c5; }
#colorbox_thum a { 
	display:block; float:left; 
	text-align:center; vertical-align:middle; 
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	}
#colorbox_thum a:hover { 
	-webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);
	}
#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%; }

/*#colorbox_thum { overflow:hidden; padding-top:10px; margin-top:0; margin-bottom:30px; }
#colorbox_thum a { 
	display:block; float:left; padding-bottom:50%;
	text-align:center; vertical-align:middle; 
	background-size:cover; background-position:center center; background-repeat:no-repeat;
	-webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
	-moz-transition: transform 0.3s ease, box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
#colorbox_thum a:hover { 
	-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);
	-webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);
	}
#colorbox_thum a span { display:none; }
#colorbox_thum a img { width:100%; box-sizing:border-box; }*/

/*#colorbox_thum { overflow:hidden; padding-top:10px; margin:-2px 0 0; border-top:2px solid #e0e0e0; }
#colorbox_thum a { 
	display:block; float:left; 
	text-align:center; vertical-align:middle; 
	border:1px solid #e7e7e7; padding:5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
#colorbox_thum a:hover { border:1px solid #f77300; }
#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:0; width:100%; padding:0 10px; box-sizing:border-box; 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("../../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("../../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("../../colorbox_loading.gif") no-repeat center center; }
        #cboxClose { 
			position:absolute; top:5px; right:5px; display:block; background:url("../../colorbox_controls.png") no-repeat top center; 
			width:38px; height:19px; text-indent:-9999px;
			}
        #cboxClose:hover {background-position:bottom center; }
		
		
/*----------------------------------------------------------------------*/
/*測試用menu*/
.ifun_text_menu { position:fixed; top:0; left:0; z-index:10004; }
.ifun_text_menu a { display:block; text-decoration:none; }
.ifun_text_menu > ul > li > a { text-indent:-10000px; width:30px; height:30px; }
.ifun_text_menu > ul ul { display:none; position:absolute; top:30px; left:0; width:150px; }
.ifun_text_menu > ul > li:hover > ul { display:block; } 
.ifun_text_menu > ul ul li { background-color:rgba(255,255,255,0.75); }
.ifun_text_menu > ul ul a { padding:5px 10px; line-height:180%; font-size:14px; color:#333; }