@charset "utf-8";
/* CSS Document */
@font-face{
	font-family:'Noto Sans TC';
	font-weight:100;
	src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format('woff2');
	src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format('woff');
	src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format('opentype');
}
@font-face{
	font-family:'Noto Sans TC';
	font-weight:normal;
	src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2');
	src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff');
	src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');
}
@font-face{
	font-family:'Noto Sans TC';
	font-weight:300;
	src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format('woff2');
	src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format('woff');
	src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format('opentype');
}
@font-face{
	font-family:'Noto Sans TC';
	font-weight:bold;
	src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format('woff2');
	src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format('woff');
	src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format('opentype');
}

body{ font-family:'Noto Sans TC', sans-serif; font-size:15px; color:#000;}
body a{ transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all;	-o-transition:0.5s all;	-ms-transition:0.5s all;}

a{ color:#333; text-decoration:none;}
a:hover{ color:#732420; text-decoration: none;}

p{ margin:0; padding:0; text-align:justify; line-height:24px;}

img{ max-width:100%; height:auto; vertical-align:bottom;}

.ease{ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}

.container01{ width:1200px; margin:0 auto;}

input.btn, input.s{-webkit-appearance:none;-moz-appearance:none; border-radius:0; }

/*** HEADER ***/
header{ width:100%; height:28px; padding:15px 0; border-bottom:1px solid #732420; border-top:2px solid #732420; background:#fff; opacity:.95; position:fixed; z-index:9999;}

#logo{ float:left;}
#logo_txt{ float:left; margin-top:3px; margin-left:10px;}
#logo_txt h1{ font-size:18px; line-height:8px; color:#333; letter-spacing:7px;}
#logo_txt span{ font-size:10px; color:#666; letter-spacing:3.7px;}

#btn{ float:right; margin:-11px 0 0 0;}

.searchlink { color: #666; display: block; float: right; position: relative; padding: 0 10px; right: 0; font-size: 1em; cursor: pointer; line-height: 48px;}
.searchlink:hover, .searchlink.open { color: #46638f;}
.searchlink.open > .searchform { display: block;}
.searchform { display: none; position: absolute; width: 240px; line-height: 40px; top: 45px; right: -20px; padding: 0; cursor: default; background: #fff;border:1px solid rgba(150,150,150,0.15);}
.searchlink.open .searchform { display: block;}
#search { display: block; position: relative;}
.search_txt{ width:100%; margin-left:0px; padding:0 5px 8px 5px; border:0; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box;}
#s { width:100%; padding: 8px; color: #999;border:1px solid rgba(150,150,150,0.15); box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box;}
button.sbtn { display: block; position: absolute; right: 10px; top:-2px; top:20px\0; padding:10px 9px 9px 9px; background:none; border: none; color: #666; font-size: 0.8em; cursor: pointer;}

.search_type{ margin-left:5px; font-size:13px; color:#333; line-height:32px;}

.qnalink a{ margin: 15px 20px 15px 10px !important; padding: 10px 10px; font-size: 1.2em; text-align: center; display: block;}
/*** HEADER ***/

/*** BANNER ***/
#banner{ padding-top:61px;}
/*** BANNER ***/

/*** INDEXBOX ***/
.index_section{ padding:50px 0; overflow:hidden;}
.index_section h2{ margin-bottom:50px; color:#333; font-size:30px; font-weight:300; text-align:center;}
.is_bg01{ background:url(../img/pic-index_news.jpg) center center no-repeat; background-size:cover;}

#sthumb{ background:url(../img/bg-thumb.png);}
ul#ul_sthumb{ width:930px; margin:0 auto; overflow:hidden;}
ul#ul_sthumb li{ float:left; width:25%;}
.sthumbbox{ margin:0 15px; padding:15px 20px 25px 20px; border:1px solid #e0e0e0; background:rgba(255, 255, 255, .7);}
.sthumbbox h3.icon-book, .sthumbbox h3.icon-group, .sthumbbox h3.icon-award, .sthumbbox h3.icon-mail{ font-size:80px; line-height:80px; color:#666; text-align:center;}
.sthumbbox h2{ font-size:24px; font-weight:300; color:#666; text-align:center; margin:7px 0 0 0;}
.sthumbbox p{ font-size:13px; color:#888; line-height:16px; margin-top:5px;}
a .sthumbbox, a .sthumbbox h3, a .sthumbbox h2, a .sthumbbox p{-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
a:hover .sthumbbox{ background:rgba(115, 36, 32, 1);}
a:hover .sthumbbox h3, a:hover .sthumbbox h2, a:hover .sthumbbox p{ color:#fff;}

#inews{ background:url(../img/bg-inews.jpg) center center no-repeat; background-size:cover;}
#inews h2{ font-size:30px; font-weight:300; color:#fff; margin-bottom:50px;}
ul#ul_inews{ overflow:hidden;}
ul#ul_inews li{ float:left; width:50%;}
ul#ul_icnews{ margin:0 20px;}
.icnews_cap{ padding:13px 15px; background:#fff; overflow:hidden;}
.icnews_cap h3{ float:left; font-weight:300;}
.icnews_cap h6{ float:right; font-size:12px; font-weight:300; line-height:24px;}
ul#ul_icnews li{ width:100%; height:38px; padding:15px 0; border-bottom:1px solid #fff; background: rgba(255, 255, 255, .65);}
ul#ul_icnews li span{ float:left; margin-right:20px; padding:7px 12px; font-size:18px; font-weight:300; color:333; background:#fff;}
ul#ul_icnews li h2{ width:auto; padding-right:15px; font-size:15px; line-height:38px; text-align:left; font-weight:300; color:#333; text-overflow:ellipsis; display:block; white-space:nowrap; overflow:hidden;}

.icnews{ width: calc(100% - 40px) !important; margin: 0 20px; }
.icnews_title {width:100%; height:38px; padding:15px 0; border-bottom:1px solid #fff; background: rgba(255, 255, 255, .65);}
.icnews_title span{float:left; margin-right:20px; padding:7px 12px; font-size:18px; font-weight:300; color:333; background:#fff;}
.icnews_title h2{ width:auto; padding-right:15px; color: #333 !important; font-size:15px !important; line-height:38px; text-align:left; font-weight:300; color:#333; text-overflow:ellipsis; display:block; white-space:nowrap; overflow:hidden;}

#owl-demo .item{ margin:15px; padding:0; display:block;}
#owl-demo .item_img{ width:100%; height:170px;}
#owl-demo h2{ width:100%; margin:5px 0 0 0; padding:0; font-size:15px; font-weight:300; text-align: justify; text-overflow:ellipsis; display:inline-block; overflow:hidden; white-space:nowrap; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box;}
#owl-demo a h2{ color:#333; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
#owl-demo a:hover h2{ color:#732420;}
#owl-demo p{ width:100%; margin:0; padding:0; font-size:12px; line-height:16px; font-weight:100; color:#666; text-align: justify; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box;}
/*** INDEXBOX ***/

/*** INNER ***/
#inner_header{ height:130px;}
#inner_header.ih_about{ background:url(../img/bg-ih_about.jpg) center center no-repeat; background-size:cover;}
#inner_header.ih_event{ background:url(../img/bg-ih_event.jpg) center center no-repeat; background-size:cover;}
#inner_header.ih_group{ background:url(../img/bg-ih_group.jpg) center center no-repeat; background-size:cover;}
#inner_header.ih_news{ background:url(../img/bg-ih_news.jpg) center center no-repeat; background-size:cover;}
#inner_header.ih_comment{ background:url(../img/bg-ih_comment.jpg) center center no-repeat; background-size:cover;}
#inner_header.ih_search{ background:url(../img/bg-ih_search.jpg) center center no-repeat; background-size:cover;}
#inner_header h3{ float:left; font-size:24px; font-weight:300; line-height:130px; color:#fff; text-shadow:1px 1px 0px #444;}
#inner_header h6{ float:right; font-size:15px; font-weight:300; line-height:130px; color:#fff; text-shadow:1px 1px 0px #444;}
#inner_header h5{ text-align:center; font-size:15px; font-weight:300; line-height:130px; color:#fff; text-shadow:1px 1px 0px #444;}

.main{ overflow:hidden;}

.inner_img{ max-height: 300px;}

.border_main{ background:url(../img/border-main.gif) 849px top repeat-y; overflow:hidden;}

.cntbox{ float:left; width:799px; padding:50px 51px 50px 0; overflow:hidden;}
.cnt h1{ font-size:24px; font-weight:300; color:#732420; margin-bottom:25px;}
.cnt p{ font-weight:100; text-align:justify;}

.side{ float:left; width:300px; padding:50px 0 50px 50px;}

ul#ul_stamp{ margin-top:5px; margin-bottom:40px; overflow:hidden;}
ul#ul_stamp li{ float:left; width:145px; margin-right:10px;}
/*ul#ul_stamp li:last-child{ margin:0 0 0 0px;}*/

ul#ul_stamp li:nth-child(2){ margin-right:0;}
ul#ul_stamp li:nth-child(3), ul#ul_stamp li:nth-child(4), ul#ul_stamp li:nth-child(5){ width:300px; margin:10px 0 0 0;}

ul#ul_subbtn{ margin-bottom:40px; border:1px solid #dfdfdf; border-left:0; border-right:0;}
ul#ul_subbtn li{ padding:7px 10px 7px 0; border-bottom:1px solid #dfdfdf;}
ul#ul_subbtn li:last-child{ border-bottom:0;}
ul#ul_subbtn li i{ float:left; width:3px; height:22px; margin-right:7px; background:#888; display:block;}
ul#ul_subbtn li a{ display:block; color:#888;}
ul#ul_subbtn li a:hover{ color:#732420;}
ul#ul_subbtn li a:hover i{ background:#732420;}

ul#ul_newslaw{ margin-bottom:0px;}
ul#ul_newslaw h3{ margin-bottom:10px; font-size:15px; font-weight:300; color:#732420;}
ul#ul_newslaw li{ width:100%; margin:0; padding:7px 0 3px 0; border-top:1px dashed #dfdfdf; text-overflow:ellipsis; display:inline-block; white-space:nowrap; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; overflow:hidden;}
ul#ul_newslaw li:last-child{ padding-bottom:8px; border-bottom:1px dashed #dfdfdf;}
ul#ul_newslaw li i{ float:left; width:3px; height:22px; margin-right:7px; background:#888; display:block;}
ul#ul_newslaw li a{ color:#888;}
ul#ul_newslaw li a:hover{ color:#732420;}
ul#ul_newslaw li a:hover i{ background:#732420;}

ul#ul_ashare{ margin:0;}
ul#ul_ashare li{ float:left;}
ul#ul_ashare li.share_txt{ float:none; font-size:13px; line-height:30px; color:#999;}
ul#ul_ashare li.share_icon{ width:27px; height:27px; margin-right:8px;}

.contact_map{ width:100%; height:400px;}
.contact_map iframe{ width:100%; height:100%; border:0;}

.hr01{ height:0; border-bottom:1px dotted #ccc;}

.lawcntbox{ float:left; width:820px; padding:10px 30px 50px 0;}
ul#ul_law{ overflow:hidden;}
ul#ul_law li{ float:left; width:33.3333%; margin-top:40px;}
.lawbox{ margin-right:20px; padding-bottom:10px; border-bottom:2px solid #888;}
.lawbox_img{}
.lawbox h2{ margin:5px 0 0 0; font-size:18px; font-weight:300; color:#333;}
.lawbox h3{ margin:5px 0 0 0; font-weight:300;}
.lawbox p{ width:100%; font-size:13px; line-height:17px; font-weight:100; color:#444; text-overflow:ellipsis; display:inline-block; white-space:nowrap; overflow:hidden; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box;}
a:hover .lawbox{ border-bottom:2px solid #732420;}
a:hover .lawbox h2{ color:#732420;}
a .lawbox h3{ color:#333;}

.law_img{ float:left; width:260px; margin:0 30px 30px 0;}
.law_txt{ float:left; width:509px;}
.law_txt h2{ margin-bottom:30px; font-size:24px; font-weight:300; line-height:24px; color:#732420;}
.law_txt h3{ margin-bottom:5px; font-size:18px; font-weight:300; line-height:24px;}
.law_txt p{ text-align:justify;}

ul#ul_cmt li{ margin-bottom:30px; padding-bottom:30px; border-bottom:1px dotted #ccc; overflow:hidden;}
ul#ul_cmt li:last-child{ margin-bottom:0;}
.cmt_img{ float:left; width:180px; height:90px; margin-right:20px;}
.cmt_txt{ float:left; width:521px; overflow:hidden;}
.cmt_txt.event{ float:left; width:579px; overflow:hidden;}
.cmt_txt h2{ width:100%; margin-bottom:9px; font-size:20px; line-height:20px; font-weight:300; white-space:nowrap; text-overflow:ellipsis; display:inline-block; overflow:hidden;}
.cmt_txt p{ font-size:13px; font-weight:100; line-height:20px; color:#444;}
.cmt_date{ float:right; width:58px; margin-left:20px; text-align:center; background:#732420; color:#fff;}
.cmt_date span{ padding:7px 0 9px 0; font-size:16px; font-weight:bold; line-height:18px; display:block;}
.more01{ width:58px; font-size:15px; line-height:37px; font-weight:300; display:block; text-align:center; border-top:1px solid #fff;}
.more01 a{ background:#000; color:#fff; display:block;}
.more01 a:hover{ background:#444; color:#fff; display:block;}
.more02 a{ color:#fff;}
.more03 a{ float: right; margin-top: 5px; padding: 0px 10px; color:#fff; background:#000; border-radius: 3px; display:inline-block; text-align: center;}
.more03 a:hover{ background:#444; color:#fff;}

a.more{ float: right; margin-top: 10px; padding: 2px 8px; color: #ccc; background: #000; border-radius: 5px; display: inline-block; }
a:hover.more{ color: #fff;}

.cap_wrap{ width: auto; margin-bottom: 30px; padding: 20px; border: 3px solid #333; text-align: center; }
h2.cmt_cap{ margin-bottom:5px; font-size:20px; line-height:28px; font-weight:300; word-break: break-all;}
.cmt_idate{ margin-bottom:0px; color:#888; font-size:13px;}

.know_wrap{ margin-bottom: 20px; padding: 20px; background: #f3f3f3; border: 2px dashed #bbb;}
.know_wrap b{ font-size: 1.125em; font-weight: bold; }

.news_txt{ float:left; width:721px; overflow:hidden;}
.news_txt h2{ width:100%; margin-bottom:9px; font-size:20px; line-height:28px; font-weight:300; white-space:nowrap; text-overflow:ellipsis; display:inline-block; overflow:hidden;}
.news_txt p{ font-size:13px; font-weight:100; line-height:20px; color:#444;}
.news_txt.float_none{ float: none; width: 100%; }

.srh_txt{ overflow:hidden;}
.srh_txt h2{ width:100%; margin-bottom:9px; font-size:20px; line-height:28px; font-weight:300; white-space:nowrap; text-overflow:ellipsis; display:inline-block; overflow:hidden;}
.srh_txt p{ font-size:13px; font-weight:100; line-height:20px; color:#444;}

.h2_related{ font-size:18px; font-weight:normal; margin-bottom:10px;}

.searchbox2{ max-width:506px; min-height:400px; margin:0 auto; overflow:hidden;}
.searchbox2.height2{ min-height:auto; margin-bottom:50px;}
.fago{ float:left; width:123px;}
.searchbox2_1{ float:left; width:383px; overflow:hidden;}
.searchbox2_txt{ float:left; width:330px; height:38px; padding:0 5px; background:#fff; border:1px solid #ccc; border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -webkit-border-radius:3px;}
.searchbox2_btn{ float:left; width:40px; height:40px; margin-left:1px; background:#732420 url(../img/icon-search.png) center center no-repeat; text-indent:-9999px; cursor:pointer; border:1px solid #732420; border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -webkit-border-radius:3px;}

.s.keyword_lib{}
.ui-autocomplete{ z-index: 99999 !important; }

.open-popup { cursor: pointer; color: #888;}
.overlay { width: 100%; height: 100%; position: fixed; z-index: 9999; left: 0; top: 0; text-align: center; white-space: nowrap; display:none; -webkit-transition: all 0.4s ease; transition: all 0.4s ease;}
.overlay .popup { background: #fff; border: 20px solid #732420; display: inline-block; white-space: normal; text-align: left; vertical-align: middle; position: relative; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; margin-top: -50px;}
.overlay::before, .overlay::after { height: 100%; content: ""; display: inline-block; vertical-align: middle;}
.overlay.shown { display:block;}
.overlay.shown .popup { margin-top: 0;}
.overlay--bg-black { background: rgba(0, 0, 0, 0.9);}
.overlay--bg-white { background: rgba(125, 125, 125, 0.9) !important;}
.popup-close { position: absolute; width: 20px; height: 20px; display: block; top: 8px; right: 5px; cursor: pointer; opacity: 0.7;}
.popup-close::before, .popup-close::after { content: ''; position: absolute; display: block; height: 2px; margin-top: -1px; top: 50%; left: 3px; right: 3px; background: #555;}
.popup-close::before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.popup-close::after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}
.popup-close:hover { opacity: 1;}
.btn_yes { background: #81CE84; padding: 5px 15px; border: none; font-family: inherit; color: #fff; border-radius: 3px; cursor: pointer; outline: none;}
.btn_no{background: #FD7E7E; padding: 5px 15px; border: none; font-family: inherit; color: #fff; border-radius: 3px; cursor: pointer; outline: none;}
.popup_wrap{ max-width: 230px; margin: 0 20px; padding: 30px 20px; text-align: center;}
.popup_wrap p{ text-align: center; }
.popup_wrap input{ width: 100%; max-width: 230px; margin-bottom:5px; padding:5px; border:1px solid #ccc; background:#f6f6f6; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; }
.popup_wrap .captcha_wrap{ overflow: hidden; }
.popup_wrap .input_captcha{ width: 80px; }
.popup_wrap a button{ margin-top: 10px; padding: 5px 10px; color: #fff; background: #732420; border: 1px solid #732420 !important; border: 0; cursor: pointer; display: inline-block; }
.popup_wrap a:hover button{ color: #333; background: #fff; border: 1px solid #ccc !important; }

/*** INNER ***/

/*** FOOTER ***/
footer{ margin-top:-22px; background:#111;}
#fbox{ padding:50px 0 45px 0; overflow:hidden;}
.f_left{ float:left; width:60%; overflow:hidden;}
ul#ul_left{ margin-right:0px;}
ul#ul_left li{ float:left; width:30%;}
ul#ul_left li:last-child{ width:40%;}
.f_left_li_child{ margin-bottom:40px;}
.f_left_li_child:last-child{ margin-bottom:0;}
.f_left_li_child h2{ margin-bottom:20px; font-size:24px; font-weight:300; color:#fff;}
.f_left_li_child a{ color:#999;}
.f_left_li_child a:hover{ color:#fff;}

.f_right{ float:right; width:40%; overflow:hidden; text-align:right;}

.f_bottom{ border-top:1px solid #444; color:#eee; text-align:center; clear:both; overflow:hidden;}
.copyright{}

ul#ul_left2{ margin-right:0px; color: #fff;}
ul#ul_left2 li{ float:left; width:33.3333%;}
ul#ul_left2 li span{ margin-left: 10px; }
ul#ul_left2 li a{ color: #fff; }
ul#ul_left2 li a:hover{ color: #fff; text-decoration: underline; }
ul#ul_left2 li .row{ max-width: 260px; margin: 0 auto; }
ul#ul_left2 li .row .col{ width: 50%; margin: 0 -1px; padding: 0 0 5px 0; text-align: center; display: inline-block; }
ul#ul_left2 li:last-child{ text-align: right; }

ul#ul_share{ float:right; overflow:hidden; text-indent:-9999px;}
ul#ul_share li{ float:left; width: auto; margin:0 0 0 5px; padding:16px 0; text-indent:-9999px;}
ul#ul_share li.share_home a{ width:40px; height:40px; border-radius:40px; -moz-border-radius:40px; -ms-border-radius:40px; -o-border-radius:40px; -webkit-border-radius:40px; display:block; background:#999 url(../img/icon-home.png) center center no-repeat;}
ul#ul_share li.share_home a:hover{ width:40px; height:40px; border-radius:40px; -moz-border-radius:40px; -ms-border-radius:40px; -o-border-radius:40px; -webkit-border-radius:40px; display:block; background:#fff url(../img/icon-home.png) center center no-repeat;}
ul#ul_share li.share_mail a{ width:40px; height:40px; border-radius:40px; -moz-border-radius:40px; -ms-border-radius:40px; -o-border-radius:40px; -webkit-border-radius:40px; display:block; background:#999 url(../img/icon-mail.png) center center no-repeat;}
ul#ul_share li.share_mail a:hover{ width:40px; height:40px; border-radius:40px; -moz-border-radius:40px; -ms-border-radius:40px; -o-border-radius:40px; -webkit-border-radius:40px; display:block; background:#fff url(../img/icon-mail.png) center center no-repeat;}
ul#ul_share li.share_fb a{ width:40px; height:40px; border-radius:40px; -moz-border-radius:40px; -ms-border-radius:40px; -o-border-radius:40px; -webkit-border-radius:40px; display:block; background:#999 url(../img/icon-fb.png) center center no-repeat;}
ul#ul_share li.share_fb a:hover{ width:40px; height:40px; border-radius:40px; -moz-border-radius:40px; -ms-border-radius:40px; -o-border-radius:40px; -webkit-border-radius:40px; display:block; background:#fff url(../img/icon-fb.png) center center no-repeat;}
ul#ul_share li.share_line a{ width:40px; height:40px; border-radius:40px; -moz-border-radius:40px; -ms-border-radius:40px; -o-border-radius:40px; -webkit-border-radius:40px; display:block; background:#999 url(../img/icon-line.png) center center no-repeat;}
ul#ul_share li.share_line a:hover{ width:40px; height:40px; border-radius:40px; -moz-border-radius:40px; -ms-border-radius:40px; -o-border-radius:40px; -webkit-border-radius:40px; display:block; background:#fff url(../img/icon-line.png) center center no-repeat;}

/*** FOOTER ***/

/*** FUNCTION ***/
::-webkit-input-placeholder { color:#999;}
::-moz-placeholder { color:#999;}
:-ms-input-placeholder { color:#999;}
:-moz-placeholder { color:#999;}

#nav_list{ clear:both;}

#navlist{ margin:30px 0 0 0; position:relative; float:right; right:50%;}

ul#ul_navlist{float:left; position:relative; left:50%; list-style:none;}
ul#ul_navlist li{ float:left;}
span.li_border{ margin:0 4px; padding:3px 10px; color:#fff; background:#732420; border:1px solid #732420;}
a .li_border { color:#888; border:1px solid #ccc; background:#fff;}
a:hover .li_border { color:#fff; border:1px solid #b26662; background:#b26662;}

span.li_border_2{ margin:0 4px; padding:3px 10px; color:#666; background:#ccc; border:1px solid #ccc;}
a .li_border_2 { color:#888; border:1px solid #ccc; background:#fff;}
a:hover .li_border_2 { color:#fff; border:1px solid #b26662; background:#b26662;}

.navlist_mobile{ width: 200px; margin:30px auto 0 auto; padding: 0; text-align: center; clear: both;}
.pageflip{ margin: 0 0 15px 0; padding: 0; list-style: none; text-align: center; display: none; }
.pageflip li{ margin: 0 5px; display: inline-block; }

#fbtn_box{ width:96px; margin:0 auto;}
#fbtn_box2{ width:96px; margin:0;}

.input01{ width:260px; margin-bottom:5px; padding:5px; border:1px solid #ccc; background:#f6f6f6; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box;}
.textarea01{ width:100%; height:200px; margin-bottom:5px; padding:5px; border:1px solid #ccc; background:#f6f6f6; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box;}
.submit01{ font-size:13px;}
a .submit01{ padding:10px 20px; border:1px solid #ccc; color:#bbb; background:#fff; cursor:pointer;}
a:hover .submit01{ padding:10px 20px; border:1px solid #732420; color:#fff; background:#732420; cursor:pointer;}

.codeimg{ float:left; margin:0 0 0 7px; border:1px solid #ccc;}
.input_captcha{ float:left; width:80px; margin-bottom:5px; padding:5px; border:1px solid #ccc; background:#f6f6f6; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box;}

.clear{ clear:both;}

.color01{ color:#ff0;}
.color02{ color:#c00;}
.bg01{ background:#ff0;}

#float_left{ float:left; margin:0 30px 30px 0;}
#float_right{ float:right; margin:0 0 30px 30px;}


.magtop_10{ margin-top:10px;}
.magbtm_10{ margin-bottom:10px;}
.magtop_20{ margin-top:20px;}
.magbtm_20{ margin-bottom:20px;}
.magtop_30{ margin-top:30px;}
.magbtm_30{ margin-bottom:30px;}
.magleft_20{ margin-left:20px;}
.padtop_0{ padding-top:0px;}
.padbtm_0{ padding-bottom:0px;}
.padtop_10{ padding-top:10px;}
.padbtm_10{ padding-bottom:10px;}
.padtop_20{ padding-top:20px;}
.padbtm_20{ padding-bottom:20px;}
.padtop_30{ padding-top:30px;}
.padbtm_30{ padding-bottom:30px;}
.padtop_50{ padding-top:50px;}
.padbtm_50{ padding-bottom:50px;}
/*** FUNCTION ***/

@media screen and (-webkit-min-device-pixel-ratio:0) {
#logo_txt span{-webkit-transform:scale(0.83); display:inline-block; text-indent:-18px; letter-spacing:4.4px;}

button.sbtn { display: block; position: absolute; right: 10px; top:32px; padding:10px 9px 9px 9px; background:none; border: none; color: #666; font-size: 0.8em; cursor: pointer;}
}