@import url(customize.css); 

@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; 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: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; }

/* 通用設定 */
body { color:#000; font-family:"Heiti TC", "黑體-繁", "Microsoft JhengHei", "微軟正黑體", sans-serif; background-color:#fff; }
.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; }
.form_verify { clear:both; padding:5px 0; }
.guide_title { line-height:24px; font-size:12px; color:#7f7f7f; text-decoration:none; position:relative; z-index:10002; }
.skip_to_content { position:absolute; top:0; left:0; width:1px; height:1px; margin:-1px 0 0 -1px; background-color:#fff; z-index:99999; overflow:hidden; line-height:24px; font-size:13px; color:#ccc; }
.skip_to_content:focus { width:auto; height:auto; margin:0; overflow:visible; }
.noscript { font-size:13px; text-align:left; }

/* 連結 */
a { text-decoration:underline; color:#00c4d3; }
a:hover { text-decoration:none; color:#e60012; }


/*----------------------------------------------------------------------*/
/* Header */
#Header h1, #Header h1 a { height:100%; }
#Header a.logo_index { 
	display:block; float:left; width:22%; padding:5px 10px 5px 0; box-sizing:border-box; z-index:10001; position:relative; 
	}
#Header a.logo_index img { max-width:100%; max-height:100%; }
#Header a.logo_cont { display:block; height:100%; box-sizing:border-box; overflow:hidden; }
#Header a.logo_cont img { max-width:100%; max-height:100%; }



/*----------------------------------------------------------------------*/
/* Center */
#Center { position:relative; clear:both; }
/*#Center .guide_title { position:absolute; top:0; left:0; }
#Center #main_content.guide_title, #Center .guide_title[name="C"]{ position: inherit; }*/
#Center .guide_title[href="#main_content"] { display:inline-block; font-size:0; width:0; height:0; padding:0; opacity:0; line-height:0; z-index:-1; }
#Center .guide_title[href="#main_content"]:focus { margin-top:-20px; line-height:20px; font-size:0.875rem; width:auto; height:auto; opacity:1; z-index:0; }
#Center .guide_title#main_content { display:inline-block; margin-top:-20px; line-height:20px; }



/*----------------------------------------------------------------------*/
/* Btn Top */
.BtnTop { 
	text-align:center; z-index:10001; position:fixed; bottom:20px; right:20px; 
	width:50px; height:50px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background-color:rgba(255,255,255,0.6);
	}
.BtnTop a { 
	display:block; width:50px; height:50px; background:url("../images/icon_top.png") no-repeat center center; text-indent:-10000px; position:relative; z-index:10001; 
	}


/*----------------------------------------------------------------------*/
/* 快速連結 */
.footer_sitemap { background-color:#dfdfdf; margin-bottom:-40px; margin-top:40px; position:relative; overflow:hidden; }
.footer_sitemap > div { max-width:1320px; margin:0 auto; padding:0 10px; height:40px; overflow:hidden; }
.footer_sitemap > div, .footer_sitemap > div::before { 
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	}
.footer_sitemap > div::before { content:'快速連結'; position:absolute; top:0; right:45px; line-height:40px; color:#7f7f7f; }
.footer_sitemap.open > div::before { right:-120px; }
.footer_sitemap.open > div { padding-top:20px; padding-bottom:20px; height:auto; }

.footer_sitemap ul.eqHeight::after { display:block; content:''; clear:both; }
.footer_sitemap ul li a { display:block; text-decoration:none; }
.footer_sitemap ul li a:hover { text-decoration:underline; }
.footer_sitemap ul li.last { padding-bottom:0px; }
.footer_sitemap ul li.arrow > a {  }
.footer_sitemap ul > li li { line-height:130%; }
.footer_sitemap ul > li > ul > li a { padding:0; }

.footer_sitemap .trigger { position:absolute; top:0; right:0; width:40px; height:40px; background-color:#d3d3d3; cursor:pointer; }
.footer_sitemap .trigger > div { position:relative; }
.footer_sitemap .trigger, .footer_sitemap .trigger > div::before, .footer_sitemap .trigger > div::after { 
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	}
.footer_sitemap .trigger > div::before, .footer_sitemap .trigger > div::after { display:block; content:''; position:absolute; background-color:#fff; }
.footer_sitemap .trigger > div::before { top:19px; left:14px; width:12px; height:2px; }
.footer_sitemap .trigger > div::after { top:14px; left:19px; width:2px; height:12px; }
.footer_sitemap.open .trigger > div::after {
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	transform:rotate(-90deg);
	}
.footer_sitemap .trigger:hover { background-color:#b8b8b8; }

/* 第1層 */
.footer_sitemap ul.eqHeight > li { box-sizing:border-box; font-size:100%; color:#6b6b6b; line-height:30px; }
.footer_sitemap ul.eqHeight > li > a { color:#000; padding:5px 0; border-bottom:1px solid #d0d0d0; }
/* 第2層 */
.footer_sitemap ul.eqHeight > li > ul { margin-top:10px; }
.footer_sitemap ul.eqHeight > li > ul > li { font-size:81.25%; color:#858585; }
.footer_sitemap ul.eqHeight > li > ul > li > a { color:#858585; }


/*----------------------------------------------------------------------*/
/* Footer */
#Footer { margin-top:40px; }
#Footer > div { background-color:#bfbfbf; }

#Footer .footer_info { padding:5px 0 30px; }
#Footer .footer_info > div { max-width:1320px; margin:0 auto; padding:0 15px; overflow:hidden; }
#Footer .footer_logo { display:none; }
#Footer .footer_logo img { max-height:40px; }

#Footer .footer_menu { border-bottom:1px solid #999999; margin-bottom:15px; }
#Footer .footer_menu ul { display:inline-block; padding:15px 0; overflow:hidden; }
#Footer .footer_menu li { float:left; border-left:1px solid #acacac; }
#Footer .footer_menu li:first-child { border-left:0; }
#Footer .footer_menu li a { 
	display:block; padding:0 20px; font-size:13px; color:#636363; line-height:22px; text-decoration:none; 
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
	#Footer .footer_menu li a:hover { color:#000; }

#Footer .copyright { font-size:12px; color:#636363; position:relative; }
#Footer .copyright > span { line-height:18px; margin-bottom:5px; position:relative; }

#Footer .customize { position:relative; }
#Footer .customize > div { display:inline-block; vertical-align:middle; margin-left:5px; margin-right:5px; margin-bottom:10px; }
#Footer .qrcode { text-align:center; height:130px; }
#Footer .qrcode img { height:100%; }
#Footer  #fb-root { margin:0; }
#Footer .youtube a { display:block; background:url("../images/btn_footer_youtube.png") no-repeat 0 0; width:130px; height:130px; text-indent:-10000px; }

#Footer .mark { text-align:right; }
#Footer .mark div { display:inline-block; vertical-align:top; margin-left:5px; margin-right:5px; margin-bottom:10px; text-align:left; }
#Footer .egov { background:url("../images/icon_gov.png") no-repeat 0 0; width:43px; height:45px; margin-right:20px; padding-left:0; text-indent:-10000px; }
#Footer .icon_accessibility a { display:block; width:88px; height:31px; background:url("../images/icon_accessibility.jpg") no-repeat 0 center; background-size:contain; text-indent:-10000px; }


/*----------------------------------------------------------------------*/
/* 表單 */
.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 textarea, .FormElmt select {
	border:1px solid #c5c5c5; font-size:14px; box-sizing:border-box; background-color:#fff; max-width:100%; 
	-moz-box-shadow: inset 1px 1px 8px #dddddd;
	-webkit-box-shadow: inset 1px 1px 8px #dddddd;
	box-shadow: inset 1px 1px 8px #dddddd;
	}
.FormElmt input[type="text"], .FormElmt input[type="password"], .FormElmt input[type="file"] { box-sizing:border-box; }
.FormElmt input[type="text"], .FormElmt input[type="password"], .FormElmt input[type="file"], .FormElmt textarea { padding:0 4px; }
.FormElmt select { line-height:20px; background-color:#fff; }	
.FormElmt input[type="text"]:focus, .FormElmt input[type="password"]:focus, .FormElmt input[type="file"]:focus, .FormElmt textarea:focus, .FormElmt select:focus { 
	outline: 0;
	border:1px solid #5e5e5e;　
	-moz-box-shadow: inset 1px 1px 10px #d6d6d6, 0 0 6px #8d8d8d;
	-webkit-box-shadow: inset 1px 1px 10px #d6d6d6, 0 0 6px #8d8d8d;
	box-shadow: inset 1px 1px 10px #d6d6d6, 0 0 6px #8d8d8d;
	-webkit-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 .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:#e60012; line-height:160%; }
.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 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:30px; 
		font-size:100%; line-height:30px; color:#919191; text-decoration:underline; 
		}
	.FormElmt .randomcode div.btn input:hover { color:#e60012; }
	.FormElmt .randomcode div.btn input.refresh { background-position:10px center; }

/* 按鈕 */
.BtnCommon { 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 { 
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	box-sizing:border-box;
	background-color:#000;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	}
	.BtnCommon.radius span {
		-moz-border-radius:8px;
		-ms-border-radius:8px;
		-o-border-radius:8px;
		border-radius:8px;
		}

.BtnCommon a, .BtnCommon input { color:#fff; font-weight:bold; box-sizing:border-box; }
	.BtnCommon.large a, .BtnCommon.large input { padding-left:20px; padding-right:20px; font-size:15px; }
	.BtnCommon.mid a, .BtnCommon.mid input { padding-left:15px; padding-right:15px; font-size:14px; }
	.BtnCommon.small a, .BtnCommon.small input { padding-left:10px; padding-right:10px; font-size:13px; }
	.BtnCommon.large div[class] a, .BtnCommon.large div[class] input { background:url("../images/icon_btn_common.png") no-repeat; padding-left:40px; }
	.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.large div.del a { background-position:15px -80px; }
	.BtnCommon.mid div.preview a { background-position:15px 0; }
	.BtnCommon.mid div.acc_check a { background-position:15px -32px; }

.BtnCommon span input { border:0; background-color:transparent; margin:0; }
	.BtnCommon.large div.submit input { background-position:15px 0; }
	.BtnCommon.large div.reset input { background-position:15px -40px; }
	.BtnCommon.large div.del input { background-position:15px -80px; }

.BtnCommon div:hover span { 
	background-color:#e60012; 
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	}

.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;
	-moz-box-shadow: 0 0 5px #b2b2b2;
	-webkit-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;
	border-radius:6px;
	-moz-border-radius:6px; 
	-webkit-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;
	-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:1px 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 span { display:none; }
#colorbox_thum a img { width:100%; height:100%; border:4px solid #fff; }

/*#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; }