@import url(ray.css); 

@charset "utf-8";

/* 基本設定 */
body.fixed { overflow:hidden; }
.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; }
.my_frame { width:100%;  height:100%; border:none; vertical-align:top; }
.form_verify { clear:both; padding:5px 0; }
img { vertical-align: middle; }
input[type="checkbox"], input[type="radio"] { margin-right:3px; vertical-align:middle; }
input[type="button"], input[type="submit"], input[type="reset"], select { cursor:pointer; }
#Content .bx-wrapper .bx-controls-direction a { font-size: 0; }
.LoginBox .why_reg ol { padding-left: 0; }
.LoginBox .why_reg li { list-style: inherit; }
.FormTable .inline_btn { height: 30px; line-height: 30px; }
.FormTable .inline_btn span > * { vertical-align: top; }

/* 連結 */
.body__container a { text-decoration:underline; color:#ff7f30; }
.body__container a:hover { text-decoration:none; color:#de1e19; }

/*----------------------------------------------------------------------*/
/* Center */
#Center { position:relative; }
.body__container { max-width: 1280px; margin: 0 auto; padding: 80px 10px 40px; clear: both; box-sizing: border-box; }
.body__container table { border-collapse: collapse; }
.body__container p { line-height: 160%; padding: 3px 0; }
.editable_content li { list-style: inherit; }
ul.ext_list li { list-style: inherit; }

@media screen and (min-width: 1440px) {
  .body__container { padding-top: 123px; }
}

/*----------------------------------------------------------------------*/
/* 表單 */
.FormGroup { 
	border:1px solid #dfdfdf; background-color:#fff; padding:20px; margin-top:38px; margin-bottom:30px; position:relative; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	}
 	fieldset.FormGroup { max-width:100%; box-sizing:border-box; margin:20px 0px; }
.FormGroup .FormGroupTitle { padding:0; }
.FormGroup div.FormGroupTitle { position:relative; margin-top:-2.5em; margin-bottom:1em; }
.FormGroup .FormGroupTitle h2 { 
	background:#fff; padding:0 1em 0 1.2em; display:inline-block; line-height:150%;
	/*background:#fff; padding:0 1em 0 1.2em; display:inline-block;
	color:#333; font-size:1.125em; letter-spacing:0.2em; line-height:200%;*/
	}
	.FormGroup legend.FormGroupTitle { display:block; }
.FormGroup > *:last-child { margin-bottom:0; }	
.FormGroup fieldset { border:1px solid #dfdfdf; margin:0 0 30px 0; padding:19px; }
.FormGroup fieldset legend { padding:0 10px; font-size:87.5%; font-weight:bold; }

.FormTable { width:100%; margin-bottom:20px; }
.FormTable > tbody > tr > th, .FormTable > tbody > tr > td { font-size:87.5%; }
.FormTable > tbody > tr > th { font-weight:normal; line-height:22px; position:relative; }
.FormTable > tbody > tr > th span { font-weight:bold; color:#ec407a; }
.FormTable > tbody > tr > td { line-height:32px; }

/* 表單內按鈕 */
.FormTable .inline_btn { padding-right:6px; display:inline-block; }
	.FormTable .inline_btn.block { display:block; }
	.FormTable .inline_btn.block span:first-child { margin-left:0; }
.FormTable .inline_btn span { background-color:#f15e23; margin-left:6px; display:inline-block; vertical-align:middle; }
	.FormTable .inline_btn span:hover { background-color:#de1e19; }
	.FormTable .inline_btn span > input[disabled] { background-color:#ededed; color:#999999; }
.FormTable .inline_btn span > * { 
	padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:0; border:0; color:#fff; height:30px; line-height:30px; box-sizing:border-box; 
	}
.FormTable .inline_btn span > input { background-color:transparent; }
.FormTable .inline_btn span[class] > * { background:url("../images/icon_inline_btn.png") no-repeat; }
	.FormTable .inline_btn .search > * { background-position:15px 0; padding-left:30px; }
.FormTable td > .inline_btn:first-child > span:first-child { margin-left:0; }

/* 表單元件 */
.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:35px; height:35px; }

.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:6px; vertical-align:top; }

.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 textarea, .FormElmt select {
	border:1px solid #ccc; font-size:14px; box-sizing:border-box; background-color:#fff;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	}
	
.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:0 8px; 
	}
.FormElmt textarea { padding:6px 8px; }
.FormElmt select { line-height:20px; background-color:#fff; padding:5px 5px 4px; height:35px; max-width:100%; }	
.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 #ff7f30;　
	-webkit-transition: border-color ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s;
	transition: border-color 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:100%; max-width:40px; }
.FormElmt .w60 {width:100%; max-width:60px; }
.FormElmt .w80 { width:100%; max-width:80px; }
.FormElmt .w100 { width:100%; max-width:100px; }
.FormElmt .w200 { width:100%; max-width:200px; }
.FormElmt .w300 { width:100%; max-width:300px; }
.FormElmt .w400 { width:100%; max-width:400px; }
.FormElmt .fullwidth { width:100%; }
.FormElmt .dev-calendar { width:100%; max-width:120px; }
.FormElmt .note { color:#e60000; line-height:160%; font-size:92.85%; }

/* 注意 ------
fieldset內，表單元件max-width:100%會失效,寬度設定方式改變(如上),但僅適用於input/textarea,select不適用
針對select有做了如下兩個fix(尚未經測試),但須確保fieldset沒有左右margin
又或者,不要用fieldset,改用fiv
*/

/* -- Mozilla fix -- */
/*@-moz-document url-prefix() {
fieldset { display:table-cell; }
}*/

/* -- IOS webkit fix -- */ 
/*fieldset {
    min-width: 0;*/ /* supposedly only this line is required - seems ineffective however (see below) */
    /*width: 100%;*/ /* -- without this line iOS safari will cause havok --*/
/*}*/

.input_group.inline { display:inline; margin-left:20px; }
.input_group > span { display:inline-block; white-space:nowrap; margin-right:8px; }
.input_group .fullwidth { margin-right:0; }
.input_table { overflow:hidden; border-top:1px solid #e0d9cf; border-left:1px solid #e0d9cf; }
.input_table li { float:left; padding:10px; border-bottom:1px solid #e0d9cf; border-right:1px solid #e0d9cf; box-sizing:border-box; font-size:87.5%; color:#707070; line-height:150%; }
.input_table li a { display:block; color:#707070; text-decoration:none; }
.input_table li a span { margin:0 5px; color:#ff4c11; }
.input_table li a:hover { color:#ff4c11; }

/* 验证码 */
.FormElmt .randomcode::after { content:''; display:block; clear:both; }
.FormElmt .randomcode > div { float:left; margin-right:8px; }
	.FormElmt .randomcode .input input[type="text"] { width:100px; }
	.FormElmt .randomcode .img 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:#555; text-decoration:underline; 
		}
	.FormElmt .randomcode div.btn input:hover { 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:37px; line-height:37px; }
	.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 { 
	position:relative; z-index:1;
	box-sizing:border-box;
	background-color:#d33028;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	}
.BtnCommon div[class] span::before { 
	display:block; position:absolute; top:50%; left:15px; width:20px; height:20px; margin-top:-10px; content:''; 
	background:url("../images/icon_btn_common.png") no-repeat;
	}

.BtnCommon a, .BtnCommon input { color:#fff; box-sizing:border-box; position:relative; z-index:2; }
	.BtnCommon.large a, .BtnCommon.large input { padding-left:20px; padding-right:20px; font-size:18px; font-weight:400; }
	.BtnCommon.mid a, .BtnCommon.mid input { padding-left:17px; padding-right:17px; font-size:14px; }
	.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:45px; }
	.BtnCommon.mid div[class] a, .BtnCommon.mid div[class] input { padding-left:40px; }
	.BtnCommon.small div[class] a, .BtnCommon.small div[class] input { padding-left:40px; }

.BtnCommon span a { text-decoration:none; }
	
.BtnCommon span input { border:0; background-color:transparent; margin:0; }
	.BtnCommon div.apply span:before { background-position:0 0; }
	.BtnCommon div.apply2 span:before { background-position:0 -20px; }
	.BtnCommon div.apply3 span:before { background-position:0 -40px; }
	.BtnCommon div.submit span:before { background-position:0 -60px; }
	.BtnCommon div.reset span:before { background-position:0 -80px; }
	.BtnCommon.large div[class] span:before { margin-top:-8px; }

.BtnCommon div:hover span { background-color:#f15e23; }

.BtnCommon.btn_form { margin-top:15px; margin-bottom:15px; }
.BtnCommon.btn_form div { margin:10px; }

.BtnCommon div.apply3 span { background-color:#e97c30; }
.BtnCommon div.apply3:hover span { background-color:#ffb517; }

.BtnCommon div.reset span { background-color:#777; }
.BtnCommon div.reset:hover span { background-color:#333; }

/* 條款 */
.member_terms_wrap { font-size:87.5%; }
.member_terms_wrap h3 { font-size:20px; font-weight:normal; padding-top:10px; }
.member_terms { height:210px; padding:15px; margin-top:25px; margin-bottom:15px; border:1px solid #dfdfdf; overflow-y:scroll; }
	.member_terms > *:first-child { padding-top:0; margin-top:0; }
	.member_terms > *:last-child { padding-bottom:0; margin-bottom:0; }
.member_terms h4 { padding-top:10px; font-size:107.14%; }
.member_terms p, .member_terms ol { padding:5px 0 10px; line-height:180%; }
.member_terms p + ol { margin-top:-10px; }
.member_terms .level1 {  }
.member_terms .level2 { margin-left:59px; }
.member_terms .li_level1 { margin-left:28px; text-indent:-28px; }
.member_terms .li_level2 { margin-left:46px; list-style-type:decimal; }

.member_terms_agree { overflow:hidden; }
.member_terms_agree div { float:left; width:33.33%; }
.member_terms_agree div span { font-weight:bold; color:#e00000; }

.member_terms_wrap .terms_agree { font-size:18px; }


/*----------------------------------------------------------------------*/
/* 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: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; }
.ui-datepicker-title select.ui-datepicker-year { margin-right:2px; }
.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:#333; }
	.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;
	-webkit-transition:background-color 0.3s ease;
	-moz-transition:background-color 0.3s ease;
	transition:background-color 0.3s ease;
}
.tableWrap:hover .thumb { background-color:#ff7f30; }

.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 .viewport caption { display:none; }

.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: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:30px; }
#colorbox_thum a { 
	display:block; float:left;
	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:block; padding-bottom:66.667%; }

/*#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: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("../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; }