@charset "UTF-8";

/* CSS Document */


/*==【基本設定】==*/

body {
    font-family: Arial, "微軟正黑體", Helvetica, Verdana, Arial, sans-serif;
    background: #fff;
    /*overflow-x:hidden;*/
}

#header h1,
.hd h2,
.hvbox h3,
.list04 li h3 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.4;
}

.mnav ul,
.mnav li,
.list01 ul,
.list01 li,
.list02 ul,
.list02 li,
.btns ul,
.btns li,
.list03 ul,
.list03 li,
.list04 ul,
.list04 li,
.fylist ul,
.fylist li,
.wideslider ul,
.wideslider li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btns a,
.btns a:hover {
    -webkit-transition: none;
    transition: none;
}

ul,
ul li {
    list-style: none;
}

.inbox {
    width: 945px;
    margin: 0 auto;
    display: block;
}

.inbox img {
    max-width: 100%;
}

.box01 .inbox ul,
.box04 ul {
    text-align: center;
}


/*.hd .inbox{background:url(images/header/rabbit.png?r=1499657151860) no-repeat 180px 8px;}*/


/*Header*/

#header .hd {
    background: #fff url(images/header/bg_header.jpg?r=1499657151860) repeat-x scroll left bottom;
    padding: 10px 0 17px;
    position: relative;
    z-index: 999;
}

#header .hd h1 {
    display: inline;
    float: left;
}

.hdr {
    position: relative;
    background: #fff;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    background-image: url(images/header/img/item_hdr01.jpg?r=1499657151860);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 1px;
    padding: 23% 0 0;
}

.mnav {
    display: inline;
    float: right;
    padding: 20px 0 0 0;
    position: relative;
}

.mnav li {
    position: relative;
    display: inline;
    float: left;
    background: url(images/header/line_01.jpg?r=1499657151860) no-repeat scroll right 2px;
    padding: 5px 12px;
}

.mnav li a {
    font-size: 15px;
    font-weight: bold;
    color: #007C7D;
    white-space: nowrap;
}

.mnav li a:hover {
    color: #000;
}

.mnav li a b {
    color: #E5004F;
}

.mnav li.shlist {
    background: none;
    padding: 0 0 0 20px;
}

.mnav li ul {
    display: none;
    left: 50%;
    margin-left: -90%;
    width: 180%;
    position: absolute;
    overflow: auto;
    margin-top: 29px;
    padding: 20px 0 10px;
    background: #fff url(images/header/triangle.jpg?r=1499657151860) top center no-repeat;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    behavior: url("js/pie/PIE.php");
}

.mnav li ul li {
    float: left;
    clear: left;
    border: 0;
    background: transparent;
    text-align: center;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mnav li.loan_btn {
    border: 1px solid #007C7D;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    padding: 5px;
    background: #fff;
    border-radius: 15px;
    width: 80px;
    text-align: center;
}

.mnav li.loan_btn a {
    color: #007C7D;
    font-size: 13px;
}

.mnav li.phone_call {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    padding: 4px;
    background: #007C7D;
    border-radius: 15px;
    width: 120px;
    text-align: center;
}

.mnav li.phone_call a {
    color: #fff;
    font-size: 13px;
}

.mnav li.phone_call i {
    float: left;
    background: #ff0000 url(images/header/phone.png?r=1499657151860) center no-repeat;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.mnav li.phone_call span {
    padding-top: 3px;
    display: inline-block;
}

.s_mnav,
.s_shlist {
    display: none;
}

.s_shlist {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    padding: 4px;
    background: #007C7D;
    border-radius: 15px;
    width: 110px;
    text-align: center;
}

.s_shlist a {
    color: #fff;
    font-size: 13px;
}

.s_shlist i {
    float: left;
    background: #ff0000 url(images/header/phone.png?r=1499657151860) center no-repeat;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.s_shlist span {
    padding-top: 2px;
    display: inline-block;
}

#header .bd {
    text-align: center;
    background: #fff;
    border-bottom: 3px solid #fff;
}

.wideslider ul,
.wideslider li {
    margin: 0;
    padding: 0;
}

.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 450px;
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider ul li img {
    width: 100%;
    /*display:none;*/
}

.wideslider_base {
    top: 0;
    position: absolute;
}

.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
}

.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

.slider_prev {
    background: #000 url(../../theme/tw/images/header/btn_prev.png?r=1499657151860) no-repeat 98% center;
}

.slider_next {
    background: #000 url(../../theme/tw/images/header/btn_next.png?r=1499657151860) no-repeat 2% center;
}

.pagination {
    display: none;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.pagination a {
    margin: 0 3px;
    width: 10px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    background: #007C7D;
}

.pagination a.active {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}

.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
}

.service {
    z-index: 99999;
    position: fixed;
    width: 264px;
    height: 256px;
    padding-left: 50%;
    margin-left: -132px;
    padding-top: 20%;
    margin-top: -128px;
}

.myinfo {
    width: 580px;
    margin: auto;
    height: 100%;
    text-align: left;
    z-index: 3;
    position: relative;
}

@media (max-width: 945px) {
    .pagination {
        display: block;
    }
}

.inpage_hdr {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.inpage_hdr.idx {
    height: 380px;
}

.inpage_hdr img {
    position: absolute;
    left: 50%;
    top: 8%;
    margin-left: 120px;
}

.hd2 {
    /*padding:14% 0 0;*/
    max-height: 205px;
}

.inpage_hdr.hd2 img {
    position: relative;
    left: 0;
    top: 1%;
    margin-left: 0;
    float: left;
}

.inpage_hdr .tit {
    font-size: 40px;
    width: 100%;
    padding-bottom: 23px;
    color: #007c7d;
    font-weight: bold;
    position: absolute;
    top: 25px;
    margin-left: 210px;
    text-align: left;
    max-width: 450px;
    border-bottom: none;
    margin-top: 0;
}

.inpage_hdr .tit p {
    font-size: 20px;
    color: #666666;
    margin-top: 5px;
    font-weight: normal;
}

.inpage_hdr .break {
    display: block;
}

.inpage_hdr .banner_cover {
    width: 100%;
    height: 205px;
    position: absolute;
    background: url(images/header/banner_cover.png?r=1499657151860) 0 0 repeat;
    z-index: 2;
}


/*Content*/

#content {
    position: relative;
}

.btnwrap {
    position: absolute;
    right: 3%;
    top: 50px;
    width: 120px;
    z-index: 999;
}

.btnwrap .inbox {
    position: relative;
    width: auto;
}

.btns {
    width: 110px;
}

.btns ul {
    text-align: center;
    display: none;
}

.btns ul.active {
    display: block;
}

.btns li {
    display: inline-block;
    width: 100%;
}

.btns a {
    display: inline-block;
    text-align: center;
    margin: 0 0 10px;
}

#portamento_container {
    position: absolute;
    left: 0;
    top: 0;
    width: auto !important;
}

#portamento_container .stickybox {
    float: none;
    position: absolute;
}

#portamento_container .stickybox.fixed {
    position: fixed;
}

.box01 {
    background: #E7F5F6 url(images/content/bg_box01_t.png?r=1499657151860) repeat-x scroll left bottom;
    padding: 50px 20px;
}

.list01 li {
    cursor: pointer;
    display: inline-block;
    width: 120px;
    margin: 0 5px;
    text-align: center;
}

.list01 .igbox {
    width: 125px;
    margin: 0 auto;
}

.list01 p {
    vertical-align: top;
    height: 40px;
    padding: 10px 0;
    color: #999;
    font-size: 14px;
    letter-spacing: -0.1em;
}

.list01 p i {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #666;
    font-family: '微軟正黑體', Tahoma, Geneva, sans-serif;
}

.b1st {
    display: block;
    /*min-height: 75px;*/
}

.b2ed {
    display: none;
}

.box02 {
    padding: 70px 0;
}

.box02 .hd {
    text-align: center;
    padding: 0 0 20px;
}

.box02 .bd {
    padding: 10px 0;
}

.list02,
.list02 ul {
    text-align: center;
}

.list02 ul {
    overflow: auto;
}

.list02 li {
    display: block;
    float: left;
    height: auto;
    width: 265px;
    text-align: center;
    margin: 0 25px;
    padding: 15px 0;
}

.list02_2 li {
    display: inline-block;
    float: none;
    width: 195px;
    margin: 0 18px;
}

.cpop {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    behavior: url("js/pie/PIE.php");
}

.cpop img {
    width: 100%;
}

.hvbox {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20% 15%;
    color: #fff;
    border-radius: 50%;
    background-repeat: repeat;
    behavior: url("js/pie/PIE.php");
}

.cpop.hv .hvbox {
    display: block;
}

.hvbox:hover {
    color: #fff;
}

.list02 .hvbox {
    background-image: url(images/content/bg_cpop01.png?r=1499657151860);
}

.list02 .hvbox h3 {
    font-size: 25px;
    border-bottom: 1px solid #fff;
    padding: 0 0 5px;
    -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.list02 .hvbox p {
    padding: 15px 0 0;
    font-size: 16px;
    line-height: 1.5;
}

.list02 .hvbox span {
    position: absolute;
    bottom: 15%;
    left: 0;
    margin: 0 25%;
    display: inline-block;
    padding: 10px 0;
    width: 50%;
    text-align: center;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 15px;
    behavior: url("js/pie/PIE.php");
}

.list02_2 .hvbox {
    background-image: url(images/content/bg_cpop02.png?r=1499657151860);
    padding: 10% 15% 30%;
}

.list02_2 .hvbox h3 {
    font-size: 20px;
}

.list02_2 .hvbox p {
    padding: 10px 0 0;
    font-size: 15px;
}

.list02_2 .hvbox span {
    padding: 5px 0;
}

.box03 {
    background: url(images/content/bg_box03.jpg?r=1499657151860) repeat scroll center center;
    position: relative;
}

.box03_t {
    background: url(images/content/bg_box03_t.png?r=1499657151860) repeat-x scroll left top;
    padding: 60px 0;
}

.box03 .hd {
    text-align: center;
    padding: 0 0 20px;
}

.box03 .bd {
    padding: 20px 0 0;
}

.btnlist {
    text-align: center;
}

.btnlist a {
    display: inline-block;
    margin: 1% 1%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
    behavior: url("js/pie/PIE.php");
}

.btnlist a:hover {
    background: #efefef;
}

.inpage01 {
    width: 815px;
    margin: 0 auto;
    padding: 20px 0 50px;
}

.inpage01 img {
    max-width: 100%;
}

.box04 {
    padding: 30px 0;
}

.box04 .list01 li {
    width: 18%;
}

.txtbox {
    padding: 30px 0;
    text-align: center;
}

.txtbox.tb2 {
    padding: 0 0 30px;
}

.txtbox.tb2 p {
    color: #7d7d7d;
    font-size: 22px;
    font-weight: bold;
}

.txtbox p {
    color: #007c7d;
    font-size: 20px;
}

.txtbox p i {
    color: #e50011;
    font-size: 28px;
    font-weight: bold;
}

.tbbox {
    border: 1px solid #ddd;
    border-radius: 10px;
    behavior: url("js/pie/PIE.php");
}

.tdbar {
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 5px 0 5px 25%;
    font-size: 15px;
}

.tdbar b {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f0f0f0;
    padding: 11px 2%;
    width: 25%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.tdbar:first-child b {
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    border-radius: 10px 0px 0px 0px;
    behavior: url("js/pie/PIE.php");
}

.tdbar:last-child b {
    border-bottom-left-radius: 10px;
    border-radius: 0px 0px 0px 10px;
    behavior: url("js/pie/PIE.php");
}

.tdbar.last-child b {
    border-bottom-left-radius: 10px;
    border-radius: 0px 0px 0px 10px;
    behavior: url("js/pie/PIE.php");
}

.tdbar p {
    padding: 5px 2%;
    color: #666;
}

.tdbar ul {
    margin: 0;
    padding: 0 5%;
    color: #666;
}

.ps {
    display: block;
    padding: 10px;
    color: #999;
}

.box05 {
    padding-top: 15px;
}

.box05 .hd {
    padding: 0 0 5px;
}

.box05 .hd h2 {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: bold;
}

.box05.noborder {
    margin: 0;
    border: 0;
    padding: 0;
}

.list03 li {
    font-size: 12px;
    padding: 0 0 0 15px;
    color: #4a4a4a;
}

.list03 li a {
    color: #000;
}

.list03 li a:hover {
    color: #007c7d;
}

.box06 {
    padding: 20px 0 30px;
}

.box06 .hd {
    text-align: center;
    padding: 10px 0 20px;
}

.list04 .item {
    background: #fff;
    border: 1px solid #ccc;
    padding: 45px 2% 3%;
    display: inline;
    float: left;
    width: 27%;
    margin: 1%;
    position: relative;
}

.list04 .item .num {
    position: absolute;
    left: -1px;
    top: -1px;
    background: url(images/content/bg_nb.png?r=1499657151860) no-repeat scroll left top;
    width: 39px;
    height: 50px;
    padding: 0 10px 0 0;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.list04 .item h3 {
    color: #017B80;
    font-size: 20px;
    padding: 10px 0;
    line-height: 1.2;
}

.list04 .item .Txt {
    font-size: 15px;
    color: #666;
}

.tbwrap {
    margin-bottom: 40px;
}


/*優質客戶專享*/

.pagetitle {
    text-align: center;
    padding: 30px 0 10px;
}

.pagetitle p img {
    max-width: 100%;
}

.customerul {
    width: 100%;
    padding: 0;
    margin: 40px 0 40px;
    text-align: center;
}

.customerul li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    min-height: 35px;
    margin-bottom: 10px;
}

.customerul a {
    line-height: 33px;
    padding: 7px 15px;
    border: 1px solid #d9d9d9;
    color: #959595;
    font-size: 16px;
    border-radius: 15px;
    behavior: url("js/pie/PIE.php");
}

.customerul a:hover,
.customerul .current {
    border: 1px solid #007c7d;
    background-color: #007c7d;
    color: #fff;
}

.customer {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.c_pic img {
    float: left;
    padding-right: 25px;
    position: absolute;
}

.c_pic {
    margin-bottom: 30px;
    min-height: 162px;
    overflow: auto;
}


/*.c_pic p{line-height: 26px;font-size: 18px;color: #323232;float: left;padding-left: 225px;width:100%;margin-top: 20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background: url(images/content/customer_bg.jpg?r=1499657151860) repeat-y 185px;}*/

.c_pic p {
    line-height: 26px;
    font-size: 18px;
    color: #323232;
    float: left;
    width: 100%;
    margin-top: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.c_pic span {
    margin-bottom: 20px;
    height: 30px;
    display: block;
}

.c_pic span img {
    padding: 0;
    max-width: 100%;
}

.feature {
    overflow: auto;
    margin-bottom: 50px;
}

.feature div {
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 31.5%;
    margin-right: 2%;
    height: 143px;
    border: 1px solid #66b0b1;
    border-radius: 7px;
    behavior: url("js/pie/PIE.php");
    background: url(images/content/feature_bg.jpg?r=1499657151860) repeat-x;
}

.feature div:last-child {
    margin-right: 0;
}

.feature div.last-child {
    margin-right: 0;
}

.feature .tit {
    padding-right: 8px;
    height: 44px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 44px;
}

.feature .tit img {
    padding: 0;
    vertical-align: -5px;
}

.feature .desc {
    font-size: 2em;
    color: #87b6b6;
    font-weight: bold;
    line-height: 95px;
}

.feature .desc span {
    font-size: 0.6em;
    color: #959595;
    margin: 0 2%;
}

.feature.p3_6 div {
    width: 23.5%;
}

.feature.p3_6 .desc {
    font-size: 1.8em;
}

.c_myul {
    margin: 0 0 30px;
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 28px;
    color: #323232;
}

.c_myul li {
    list-style: none;
    padding-left: 25px;
    background: url(images/content/icon_list_dot.jpg?r=1499657151860) 3px 10px no-repeat;
}


/*貸你幸福提案*/

.brief {
    font-size: 18px;
    color: #323232;
    margin: 10px 0;
    float: left;
}

.brief span {
    color: #e50011;
}

.brief span a {
    font-size: 13px;
    display: inline-block;
    margin: 0 5px;
    background-color: #e50011;
    color: #fff;
    padding: 2px 6px;
    border-radius: 8px;
    behavior: url("js/pie/PIE.php");
}

.project {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.project .box {
    overflow: auto;
    text-align: center;
    margin: 20px 0 30px;
    border: 1px solid #ddd;
    padding: 6% 4%;
    border-radius: 5px;
    behavior: url("js/pie/PIE.php");
}

.project .box img {
    max-width: 100%;
}

.project .box .tbox {
    width: 99.7%;
    background-color: #66c0bf;
    line-height: 40px;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    font-size: 18px;
}

.project .green.tbox {
    background-color: transparent;
    width: 100%;
    text-align: left;
    color: #007c7d;
    line-height: 24px;
    margin-bottom: 5%;
}

.project .green.tbox span {
    color: #e50011;
}

.project .w33.tbox {
    width: 33%;
}

.project .w50.tbox {
    width: 49.6%;
}

.project .box .td {
    overflow: auto;
    min-height: 95px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f1f1f1;
    padding: 20px 10px;
    line-height: 26px;
    border-top: 1px solid #fff;
    color: #575757;
}

.project .box .td.td2 {
    min-height: auto;
    padding: 0;
}

.project .td div {
    width: 50%;
    float: left;
    border-right: 2px solid #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.project .td div:last-child {
    border-right: none;
}

.project .td div.last-child {
    border-right: none;
}

.project .td span {
    background-color: #dbdbdb;
}

.project .tip {
    margin-top: 20px;
    position: relative;
    text-align: left;
    color: #959595;
    font-size: 13px;
}

.project .tip span {
    display: inline-block;
    color: #fff;
    padding: 2px 6px;
    border-radius: 8px;
    behavior: url("js/pie/PIE.php");
    background-color: #959595;
    position: absolute;
}

.project .tip p {
    padding: 3px 0 0 75px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.project .td span {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #d1d1d1;
    margin-bottom: 20px;
}

.project .td .desc {
    padding: 0 10px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.project p.tit {
    min-height: 28px;
    overflow: auto;
    position: relative;
    color: #333;
    font-size: 18px;
    margin-top: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 0 0 40px;
}

.project p.tit i {
    top: 0;
    left: 0;
    position: absolute;
    margin-right: 10px;
    line-height: 28px;
    text-align: center;
    width: 28px;
    height: 28px;
    color: #fff;
    display: inline-block;
    background-color: #49b8e5;
    border-radius: 50%;
    behavior: url("js/pie/PIE.php");
}

.project .ps {
    float: left;
    color: #959595;
    font-size: 13px;
    padding: 0;
    margin-top: 20px;
}

.projectbtn {
    overflow: auto;
    text-align: center;
    margin: 30px 0 30px;
}

.projectbtn input[type="button"],
.projectbtn a {
    behavior: url("js/pie/PIE.php");
    font-weight: bold;
    background-color: #019798;
    border: 2px solid #51a9ab;
    border-radius: 8px;
    padding: 15px 10px;
    width: 25%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin: 0 1%;
    display: inline-block;
    line-height: 1.2;
}

.projectbtn input[type="button"]:hover,
.projectbtn a:hover {
    background-color: #51a9ab;
    border: 2px solid #019798;
}

.p2_p1 {
    display: inline-block;
}

.p2_p2 {
    display: none;
}


/*貸款類型選擇*/

.myform1 {
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.myform1 .inputwrap,
.myform1 .resultwrap {
    margin-bottom: 10px;
    overflow: auto;
}

.myform1 .inputwrap div {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
}

.myform1 .inputwrap div.last-child {
    border-right: 1px solid #019293;
}

.myform1 .inputwrap h3,
.myform1 .inputwrap p,
.myform1 .resultwrap h3,
.myform1 .resultwrap p {
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #026c6b;
}

.myform1 .inputwrap span {
    font-size: 16px;
    color: #000;
    display: inline;
}

.myform1 .resultwrap span.monitor_counter1 {
    font-size: 30px;
    color: #e50011;
}

.myform1 .resultwrap span.monitor_counter2 {
    font-size: 30px;
    color: #e50011;
}

.myform1 .resultwrap span.monitor_counter3 {
    font-size: 30px;
    color: #e50011;
}

.myform1 input[type="text"] {
    border-radius: 5px;
    width: 120px;
    height: 45px;
    border: none;
    font-size: 16px;
    color: #51a9ab;
    text-align: right;
}

.myform1 .resultwrap div {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.myform1 .resultwrap div:first-child {
    border-right: 0;
}

.myform1 .resultwrap.wrap1 div {
    width: 100%;
}

.myform1 .resultwrap div div {
    width: 100%;
}

.formbtn {
    overflow: auto;
    text-align: center;
    margin-top:20px;
}

.myform1 .resultwrap div.showtext {
    font-size: 30px;
    color: #e50011;
    border: none;
    margin: 0 auto;
    float: none;
    background: rgba(2, 108, 107, 0.14);
}

.formbtn input[type="button"],
.formbtn input[type="submit"] {
    behavior: url("js/pie/PIE.php");
    border: none;
    height: 45px;
    width: 132px;
    margin: 0 25px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #026c6b;
}

.reset {
    color: #026c6b;
    background-color: transparent;
}

.submit {
    color: #fff;
    background-color: #026c6b;
}


/*calculate試算*/

.content {
    width: 600px;
    height: auto;
    margin: 0 auto 50px;
    text-align: center;
    position: relative;
}

.step {
    max-width: 100%;
    max-height: 64px;
    margin: 50px 0;
}

.step img {
    width: 100%;
}

.step_n {
    display: block;
}

.step_s {
    display: none;
}

.cal .evaluate h3.tit,
h2.tit {
    width: 100%;
    margin: 0;
    color: #026c6b;
    font-size: 16px;
    height: auto;
    line-height: 20px;
    font-weight: bold;
    padding: 15px 0 0 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    /*border-top: 1px solid #026c6b;*/
}

h2.tit span {
    color: #e50011;
}

.tit img {
    margin: auto;
    padding: 0 15px;
}

.myform {
    margin-bottom: 50px;
    width: 100%;
}

.myform dl {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 10px;
    margin: 0;
    border-bottom: 1px dotted #cdcdcd;
}

.myform dd {
    color: #666666;
    font-size: 18px;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    float: left;
    clear: left;
    padding: 10px 0;
    margin: 0;
}

.myform.s1 dd {
    width: 215px;
}

.myform.s2 dd {
    width: 100%;
    max-width: 520px;
}

.myform dt {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    float: left;
    text-align: left;
    padding: 5px 0 15px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.myform dt section {
    width: 100%;
    float: left;
    clear: left;
    margin-bottom: 20px;
}

.myform dt section:last-child {
    margin-bottom: 0px;
}

.myform dt section.last-child {
    margin-bottom: 0px;
}

.myform dt section.breakinput {
    clear: none;
    width: auto;
}

.myform dt span {
    display: inline-block;
    color: #666;
    margin: 0 20px 0 10px;
    float: left;
    line-height: 34px;
}

.myform dt span:last-child {
    margin: 0 0 0 10px;
}

.myform dt span.last-child {
    margin: 0 0 0 10px;
}

.myform dt a {
    text-decoration: none;
    color: #007c7d;
}

.myform dt a:hover {
    text-decoration: none;
    color: #E5004F;
}

.myform input[type="radio"] + span {
    float: none;
}

.myform dt .job {
    margin: 0 10px 0 0;
}

.myform .desc {
    width: 100%;
    padding: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eeeeee;
    border-radius: 5px;
    behavior: url("js/pie/PIE.php");
    position: relative;
    float: left;
    margin-top: 20px;
    font-size: 13px;
    color: #989898;
}

.desc ul {
    margin: 10px 0 0;
    padding-left: 20px;
    line-height: 1.5;
}

.desc img {
    position: absolute;
    top: -5px;
    left: 100px;
}

.myform .red {
    color: #f00;
    width: 8px;
    display: inline-block;
}

.myform input[type="text"],
.select1 {
    font-family: Arial, "微軟正黑體", Helvetica, Verdana, Arial, sans-serif;
    border: 2px solid #ededed;
    height: 34px;
    border-radius: 7px;
    position: relative;
    width: 140px;
    *width: 90%;
    padding: 0 5px;
    color: #989898;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    behavior: url("js/pie/PIE.php");
}

.select1 {
    overflow: hidden;
    -webkit-appearance: none;
    background: url(../tw/images/content/select_tri.jpg?r=1499657151860) center right no-repeat;
    display: inline-block;
    margin-right: 10px;
    line-height: 24px;
    font-size: 16px;
    float: left;
    width: 390px;
}

.select1 select {
    outline: none;
    background-color: transparent;
    -webkit-appearance: none;
    border: none;
    width: 107%;
    font-size: 16px;
    height: 30px;
    color: #989898;
}

.myform .pc20 {
    width: 20%;
}

.myform .pc33 {
    width: 33.33%;
}

.myform .ta-r {
    text-align: right;
}

.note {
    font-size: 13px;
    line-height: 1.5;
    color: #989898;
    list-style: disc;
    margin: 10px 0 0;
    text-align: left;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.note span {
    color: #fff;
    background-color: #fa7c85;
    padding: 3px 10px;
    border-radius: 10px;
    behavior: url("js/pie/PIE.php");
    display: inline-block;
}

.note ul {
    width: 100%;
    float: left;
    padding: 0 0 0 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.note li {
    background-color: #fff;
    /*background: url(../tw/images/content/li_bg.jpg?r=1499657151860) 0 7px no-repeat;*/
    padding: 0;
    text-align: left;
    width: 100%;
}

.note a {
    color: #007c7d;
    text-decoration: underline;
}

.note a:hover {
    color: #007c7d;
    text-decoration: none;
}

.mybtn {
    line-height: 1.2;
    width: 25%;
    padding: 15px 10px;
    background-color: #019798;
    color: #fff;
    border: 3px solid #51a9ab;
    border-radius: 11px;
    position: relative;
    font-size: 22px;
    margin: 0 1%;
    text-align: center;
    display: inline-block;
    behavior: url("js/pie/PIE.php");
}

.mybtn:hover {
    color: #fff;
}

.result_tit {
    margin: -100px auto 0;
}

.result_list {
    text-align: center;
    padding-bottom: 15px;
    /*margin-bottom: 30px;padding:0 30px;*/
}

.result_list dl,
.result_list dd,
.result_list dt {
    margin: 0;
    padding: 0;
    text-align: left;
}

.result_list dl {
    height: auto;
    width: 50%;
}

.result_list dd {
    padding: 10px 0;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

.result_list dt {
    padding: 14px;
    background-color: #fff;
    color: #51a9ab;
    border-radius: 5px;
}

.result_list div {
    margin-top: 30px;
}

.result_list .modify {
    width: 114px;
    height: 32px;
    background: url(../tw/images/content/btn_modify.jpg?r=1499657151860);
    display: inline-block;
    margin: auto;
}

.evaluate {
    border-top: 2px solid #e5f2f3;
    /*border-bottom:1px dotted #cdcdcd;*/
}

.evaluate p {
    color: #666;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
}

.evaluate .r_note {
    text-align: left;
    display: block;
    color: #959595;
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
}

.resultwrap {
    text-align: center;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
}

.resultwrap .r_box {
    position: relative;
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.resultwrap .r_box.nth-child2np1 {
    border-right: 1px solid #019293;
}

.resultwrap h2,
.resultwrap p {
    margin: 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 30px 0 0 0;
}

.resultwrap h2.tit { color: #026c6b; }

.resultwrap .showtext {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    color: #e50011;
    border: none;
    padding: 15px 0;
    /*margin: 20px auto;*/
    float: none;
}

.resultwrap span {
    font-size: 16px;
    color: #026c6b;
    display: inline;
}

.resultwrap .monitor_counter {
    font-size: 30px;
    color: #e50011;
}

.bonus {
    padding: 40px 30px 60px;
    background: #ffeff0;
    text-align: center;
}

.bonus p {
    font-size: 18px;
    line-height: 26px;
    color: #989898;
    text-align: left;
    margin: 30px 0;
}

.bonus p span {
    color: #e60012;
}

.bonus div {
    padding: 5%;
    background: #fff;
    font-size: 18px;
    color: #989898;
}

.bonus dl {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 10px 0;
    margin: 0;
    text-align: left;
}

.bonus dd {
    line-height: 34px;
    margin: 0 10px 0 0;
    display: inline-block;
    float: left;
}

.bonus input[type="text"] {
    margin-right: 10px;
    font-family: Arial, "微軟正黑體", Helvetica, Verdana, Arial, sans-serif;
    border: 2px solid #ededed;
    height: 34px;
    border-radius: 7px;
    position: relative;
    width: 60%;
    padding: 0 5px;
    color: #989898;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    behavior: url("js/pie/PIE.php");
}

.bonus dl:first-child input[type="text"] {
    width: 30%;
}

.bonus dt span {
    display: inline-block;
    color: #666;
    margin: 0 20px 0 10px;
    line-height: 34px;
}

.gotop {
    position: fixed;
    bottom: 25%;
    right: 3%;
}


/*工具書_0923*/

.tool_book_wp {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.tool_book {
    width: 940px;
    margin: 0;
    padding: 0;
    padding-right: 270px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tool_book * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tool_book li {
    margin-bottom: 30px;
    position: relative;
    width: 48%;
    float: left;
    list-style: none;
    min-height: 305px;
}

.tool_book li:nth-child(2n) {
    margin-left: 4%;
}

.tool_book li.nth-child2n {
    margin-left: 4%;
}

.tool_book .pic {
    width: 100%;
    padding-top: 60%;
    margin-bottom: 20px;
    position: relative;
    height: 185px \9;
}

.tool_book .pic a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tool_book .txt {
    float: left;
    width: 100%;
}

.bk_date {
    background: url(../tw/images/content/pen_gray.jpg?r=1499657151860) no-repeat;
    float: left;
    font-size: 14px;
    color: #bbb;
    padding-left: 22px;
    margin-right: 30px;
}

.bk_mycate {
    background: url(../tw/images/content/clip_gray.jpg?r=1499657151860) no-repeat;
    float: left;
    font-size: 14px;
    color: #bbb;
    padding-left: 22px;
}

.tool_book .tit {
    color: #268788;
    font-size: 20px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tool_book .tit a {
    color: #268788;
}

.tool_book .word {
    margin-bottom: 15px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    white-space: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
}

.book_info_wrap {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.book_info_wrap * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.book_info {
    width: 900px;
    margin: 0 auto 50px;
}

.book_info p {
    margin-bottom: 10px;
}


/*.book_info ul{padding:0 0 0 25px;}*/

.book_info .pic {
    max-width: 100%;
    margin-bottom: 25px;
}

.book_info .pic img {
    max-width: 100%;
}

.book_info .date {
    font-size: 16px;
    color: #bbb;
    margin-bottom: 13px;
}

.book_info .tit {
    color: #268788;
    font-size: 28px;
    line-height: 32px;
    min-height: 32px;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 4px solid #007c7d;
}

.book_info .editor {
    font-size: 16px;
    float: left;
    margin: 20px 0;
    color: #888;
    line-height: 1.8;
    width: 100%;
}

.book_info .fb-like {
    float: right;
}

.book_info .editor b {
    margin-bottom: 10px;
    display: inline-block;
    color: #666;
}

.book_info .editor h2 {
    font-weight: normal;
    color: #007C7D;
    font-size: 20px;
    margin: 20px 0 10px;
    padding-left: 15px;
    background: url(../tw/images/content/icon_square.jpg?r=1499657151860) left 5px no-repeat;
}

.book_info .editor h2.gray {
    color: #777;
    background: transparent;
    padding-left: 0;
    margin: 0 0 15px;
}

.book_info .editor h3 {
    color: #3C97DA;
    font-size: 16px;
}

.book_info .editor .gray_sec {
    background-color: #F3F3F3;
    padding: 20px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}

.book_info .editor .red {
    color: #e50011;
}

.book_info .editor .ed_li {
    padding: 0;
    margin: 0;
}

.book_info .editor .ed_li li {
    padding-left: 20px;
    background: url(../tw/images/content/icon_01.png?r=1499657151860) 3px 8px no-repeat;
}

.book_info .editor .green_sec {
    margin-bottom: 30px;
    width: 100%;
    background-color: #EAF8F9;
    padding: 10px 15px 5px;
    border-left: 4px solid #B6DDDE;
}

.book_info .editor i {
    font-style: normal;
    color: #409BB7;
    font-weight: bold;
}

.book_info .editor ol {
    margin: 0;
    padding-left: 25px;
    margin-top: 5px;
}

.book_info .editor ul {
    margin-top: 10px;
}

.book_info .editor .green_sec i {
    margin-bottom: 8px;
    display: inline-block;
}

.book_info .editor .green_sec ol {
    margin-bottom: 20px;
}

.book_info .editor .green_sec li {
    margin-bottom: 5px;
}

.book_info .editor .green_sec.bgimg {
    padding-right: 220px;
    position: relative;
    min-height: 150px;
}

.book_info .editor .sec_pic {
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    right: 0;
    padding: 15px;
    text-align: center;
}

.book_info .editor .sec_pic img {
    max-width: 100%;
    max-height: 100%;
}

.book_info .editor a {
    color: #F58484;
    text-decoration: underline;
}

.book_info .editor .tipwrap {
    margin-bottom: 40px;
}

.book_btn {
    margin: 20px auto 80px;
    text-align: center;
    padding: 0;
    float: left;
    width: 100%;
}

.book_btn * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.book_btn ul {
    width: 100%;
    margin: 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #ddd;
    float: left;
}

.book_btn li {
    display: inline-block;
    list-style: none;
    margin: 0 3px;
}

.book_btn li a {
    /*width: 100%;*/
    min-width: 80px;
    color: #7d7d7d;
    padding: 8px 10px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.book_btn li a:hover {
    background-color: #268788;
    color: #fff;
}

.book_btn li span {
    font-size: 14px;
    display: inline-block;
}


/*工具書_1022*/

.book_cate {
    width: 235px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.book_cate p {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

.book_cate p a {
    color: #E5004F;
}

.favorite {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 20px;
    color: #333;
}

.favorite a {
    color: #E5004F !important;
    text-decoration: none !important;
}

.book_cate * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.book_cate ul {
    float: left;
    padding: 0;
    padding: 0;
    margin: 0;
    font-size: 16px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    border-radius: 5px;
}

.book_cate li {
    width: 100%;
    background-color: #f5f5f5;
    float: left;
}

.book_cate span {
    color: #666;
    background: #fff url(images/content/clip_green.jpg?r=1499657151860) no-repeat 15px 17px;
    padding: 15px 15px 15px 35px;
    display: block;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}

.book_cate li:first-child span {
    border-top: 0;
}

.book_cate ul li ul {
    padding-top: 15px;
    border: none;
}

.book_cate ul li li {
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px 15px 30px;
    background: url(images/content/icon_01.jpg?r=1499657151860) no-repeat 18px 7px;
}

.book_cate ul li a {
    color: #999;
}

.book_cate ul li a:hover {
    text-decoration: underline;
}

.breadcrumb {
    font-size: 14px;
    width: 900px;
    margin: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.breadcrumb ul {
    float: right;
    margin: 0 0;
    padding: 0;
}

.breadcrumb li {
    list-style: none;
    float: left;
}

.breadcrumb li + li:before {
    content: ">";
    margin: 5px;
    color: #999;
}

.breadcrumb a {
    color: #999;
}

.breadcrumb a:hover {
    color: #666;
    text-decoration: underline;
}

.read_more {
    margin-top: 20px;
    float: left;
    width: 100%;
    background-color: #eee;
    padding: 15px 15px 5px;
    border-left: 4px solid #D9D9D9;
}

.read_more ul {
    margin: 0;
    padding: 0;
}

.read_more li {
    list-style: none;
    margin-bottom: 8px;
}

.read_more a {
    color: #69C !important;
    text-decoration: none !important;
}

.bnrs {
    padding: 20px 0 50px;
    margin: 0 auto;
    text-align: center;
}

.bnrs ul {
    margin: 0;
    padding: 0;
}

.bnrs li {
    width: 18%;
    margin-left: 2%;
    margin-right: -4px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bnrs li:first-child {
    margin-left: 0;
}

.bnrs img {
    margin-bottom: 15px;
}

.bnrs img {
    max-width: 100%;
}

.bnrs_box {
    border: solid 1px #e8e8e8;
    height: 125px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.bnrs_box + .bnrs_box {
    margin-top: 15px;
}

.igbox {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
    /*height:100%;*/
    margin-right: -10%;
    margin-left: -5%;
    overflow: hidden;
}

.igbox img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.igboxr {
    display: inline-block;
    vertical-align: middle;
    width: 57%;
    padding-right: 2%;
}

.bnrs h3 {
    color: #666;
    font-size: 22px;
}

.bnrs p {
    padding: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 0;
}

.bnrs li b {
    color: #33a0a0;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px !important;
}

.book_tag {
    font-size: 14px;
}

.book_tag span {
    min-width: 35px;
    width: auto;
    border: 1px solid #fff;
    margin-right: 5px;
    text-align: center;
    float: left;
    display: block;
    padding: 1px 2px;
    margin-top: 2px;
    color: #fff;
    border-radius: 4px;
}

.book_tag .new {
    background: rgba(0, 124, 125, 0.7);
    background: #007c7d \0;
}

.book_tag .hot {
    background: rgba(230, 0, 18, 0.7);
    background: #e60012 \0;
}

.book_cate ul li b {
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
    text-align: center;
    display: inline-block;
    padding: 0px 3px;
    color: #fff;
    border-radius: 4px;
}

.book_cate ul li b.tag_new {
    background: #51a9ab;
}

.book_cate ul li b.tag_hot {
    background: #FF6D6D;
}


/*footer*/

#footer {
    background: #f4f4f4;
    padding: 40px;
    text-align: center;
}

#footer * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#footer h2,
#footer h3 {
    padding: 0;
    margin: 5px 0;
}

#footer h3 img,
#footer h2 img {
    max-width: 100%;
}

.cpright {
    color: #999;
    line-height: 1.5;
    width: 570px;
    margin: auto;
}

.cpright span {
    display: inline-block;
}

.cpright span + span {
    margin-left: 5px;
}

.cpright a {
    color: #007c7d;
    text-decoration: underline;
}

.cpright p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px;
    position: relative;
}

.cpright p > a {
    position: absolute;
    right: 0;
    bottom: 0;
}

.cpright p.active {
    overflow: visible;
    text-overflow: none;
    white-space: normal;
    padding-right: 0;
}

.cpright p.active > a {
    display: none;
}

.fybox {
    background: #fff;
    display: none;
}

.fy_hd {
    background: #244C8A;
    padding: 40px 50px;
    color: #fff;
}

.txt01 {
    background: url(images/content/item_24.png?r=1499657151860) no-repeat scroll left 8px;
    padding: 5px 0 5px 130px;
}

.txt01 h3 {
    color: #FEC739;
    font-size: 25px;
}

.txt01 p {
    font-size: 15px;
}

.fylist li {
    border-bottom: 1px solid #ddd;
    padding: 10px 50px;
}

.fylist table td {
    padding: 10px;
    font-size: 15px;
}

.fylist table td span {
    display: block;
    color: #999;
}

.fylist table td a {
    color: #84adaf;
}

.btnbox {
    text-align: center;
    padding: 30px 20px;
}

.btnbox .btn {
    border: 0;
    margin: 5px;
    width: 129px;
    height: 46px;
    color: #fff;
}

.btn01 {
    background: url(images/content/btn_fybox_01.png?r=1499657151860);
}

.btn02 {
    background: url(images/content/btn_fybox_02.png?r=1499657151860);
}

.ip_box {
    display: none;
    z-index: 1000;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    right: 5px;
    bottom: 10px;
    width: 310px;
    height: 253px;
}

.ip_box * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ip_box .bg {
    display: none;
    padding: 63px 24px 0 21px;
    background: url(images/content/ip_box_bg.png?r=1499657151860) 0 0 no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ip_box .ip_close {
    width: 23px;
    height: 23px;
    background: url(images/content/ip_box_close.png?r=1499657151860) 0 0 no-repeat;
    position: absolute;
    top: 26px;
    right: 13px;
}

.ip_box .tape {
    display: none;
    z-index: 2;
    width: 98px;
    height: 41px;
    position: absolute;
    top: 0;
    left: 110px;
    background: url(images/content/ip_box_tape.png?r=1499657151860) 0 0 no-repeat;
}


/*#box_blog {}*/

#box_blog h3 {
    margin: 0 auto 13px;
    line-height: 1;
    padding-left: 23px;
    background: url(images/content/ip_box_icon1.jpg?r=1499657151860) 0 0 no-repeat;
    font-size: 16px;
    color: #333;
    text-align: left;
}

#box_blog ul {
    padding: 0;
    margin: 0;
}

#box_blog li {
    float: left;
    clear: left;
    margin-bottom: 10px;
}

#box_blog .pic {
    float: left;
    width: 70px;
    height: 55px;
    border-radius: 2px;
}

#box_blog .txt {
    float: right;
    width: 180px;
    margin-left: 9px;
}

#box_blog h4 {
    font-size: 14px;
    margin: 0 auto 7px;
    line-height: 1;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #007c7e;
}

#box_blog h4 a {
    color: #007c7e;
}

#box_blog p {
    font-size: 13px;
    color: #666;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    white-space: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box2 .bg {
    padding: 73px 33px 0 32px;
}

.ip_box.box2 .pic {
    float: left;
    width: 65px;
    height: 80px;
    border-radius: 2px;
}

.ip_box.box2 .txt {
    float: right;
    width: 165px;
    margin-left: 10px;
    text-align: left;
}

.ip_box.box2 h3 {
    font-size: 18px;
    color: #19898a;
    margin: 7px 0 10px;
    line-height: 1;
}

.ip_box.box2 p {
    font-size: 15px;
    line-height: 22px;
    color: #666;
}

.ip_box.box2 .link {
    clear: both;
    width: 100%;
    padding: 20px 0 0;
    margin: auto;
    text-align: center;
}

.ip_box.box2 .link li {
    width: 47%;
    display: inline-block;
    margin: 0 1%;
}

.ip_box.box2 .link a {
    text-align: center;
    padding-top: 10px;
    display: block;
    border-radius: 4px;
    width: 100%;
    height: 37px;
    color: #fff;
    background-color: #ff9c2a;
    border: 1px solid #f08912;
    border-bottom: 3px solid #f08912;
}

.ip_box.box2 .link a:hover {
    background-color: #FF6C2A;
    border: 1px solid #F05A12;
    border-bottom: 3px solid #F05A12;
}

#box_onlineloan h3 {
    margin: 0 0 5px;
}

#box_onlineloan p {
    font-size: 14px;
    line-height: 20px;
}

#box_onlineloan p span {
    color: #e96976;
}

.ip_box.box3 {
    width: 210px;
    height: 195px;
    background: url(images/content/ip_box2_bg.png?r=1499657151860) repeat;
    border-radius: 5px;
}

.ip_box.box3 .ip_close {
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 2;
}

.ip_box.box3 .bubble1 {
    width: 60%;
    /*background: url(images/content/ip_box_bubble1.png?r=1499657151860) 0 0 no-repeat;*/
    position: absolute;
    top: -22px;
    left: 17px;
}

.ip_box.box3 .bubble2 {
    display: none;
    width: 30%;
    /*background: url(images/content/ip_box_bubble2.png?r=1499657151860) 0 0 no-repeat;*/
    position: absolute;
    top: -12px;
    right: 50px;
}

.ip_box.box3 .service_wrap {
    position: relative;
    display: block;
}


/*.ip_box.box3 .bubble2 a{display: block;}*/

.ip_box.box3 .bubble1 img,
.ip_box.box3 .bubble2 img {
    max-width: 100%;
}

.ip_box.box3 .tel {
    width: 117px;
    height: 148px;
    background: url(images/content/ip_box_tel.png?r=1499657151860) 0 0 no-repeat;
    position: absolute;
    top: 8px;
    left: 48px;
}

.ip_box.box3 p {
    margin-top: 170px;
    text-align: center;
    width: 100%;
    color: #fff;
}

@media (min-width: 1600px) {
    .hd2 {
        padding: 0;
        height: 205px;
    }
}

@media (max-width: 1500px) {
    .service {
        padding-top: 25%;
    }
}

@media (max-width: 1350px) {
    /*.inpage_hdr .tit{margin-left: 200px;}*/
}

@media (max-width: 1250px) {
    .btnwrap {
        left: auto;
        right: 10px;
        margin: 0;
    }
    .list01 li {
        width: 12%;
        height: 140px;
    }
    .list01 .igbox {
        width: 100%;
        text-align: center;
    }
    .box01 {
        padding-bottom: 30px;
    }
    .box02 .bd {
        padding: 0 0 0 2%;
    }
    .list02_1 li {
        width: 27%;
        margin: 0 3%;
    }
    .list02_1 .hvbox h3 {
        font-size: 25px;
    }
    .list02_1 .hvbox p {
        font-size: 15px;
    }
    .list02_2 li {
        margin: 0 10px;
    }
    .service {
        padding-top: 30%;
    }
}

@media (max-width: 1150px) {
    .box01 .inbox,
    .box02 .inbox {
        width: auto;
        padding: 0 130px 0 0;
    }
    .inbox {
        width: 96%;
        padding: 0 2%;
    }
    .inpage01 {
        width: auto;
        margin: 0 4%;
        padding-right: 130px;
    }
    .list02_2 li {
        width: 22.5%;
        margin: 0 0.5%;
    }
    .tool_book {
        width: 100%;
    }
    .book_info_wrap {
        width: 100%;
        padding-right: 120px;
    }
    .breadcrumb {
        padding-right: 120px;
        width: 100%;
    }
    .book_btn {
        padding-right: 120px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .book_info {
        width: 100%;
    }
    .book_info .tit {
        font-size: 28px;
    }
    .tool_book li {
        min-height: 0;
    }
    .tool_book {
        padding-right: 310px;
    }
    .book_cate {
        right: 120px;
        width: 160px;
    }
}

@media (max-width: 1060px) {
    .list02_1 .hvbox h3 {
        font-size: 22px;
    }
}

@media (max-width: 1000px) {
    .inpage_hdr.idx {
        height: 300px;
        background-size: cover !important;
    }
    .list02 .hvbox p {
        padding: 10px 0 0;
    }
    .list02_2 .hvbox p {
        padding: 8px 0 0;
        font-size: 14px;
        line-height: 1.3;
    }
}

@media (max-width: 950px) {
    .list02_1 .hvbox h3 {
        font-size: 20px;
    }
    .breadcrumb {
        width: 100%;
    }
    .s_shlist {
        display: inline;
        float: right;
        margin: 15px 15px 0 10px;
    }
    .mnav {
        text-align: left;
        display: none;
        position: absolute;
        left: 0;
        top: 73px;
        width: 100%;
        padding: 0;
        float: none;
        background: #297D6D;
    }
    .mnav li {
        display: block;
        float: none;
        border-bottom: 1px solid #3F8A7C;
        padding: 0;
        background: none;
    }
    .mnav li a {
        color: #fff;
        display: block;
        padding: 10px 3%;
    }
    .mnav li a:hover {
        background: #3F8A7C;
    }
    .mnav li.shlist {
        display: none;
    }
    .mnav li ul {
        left: 0;
        margin-left: 0;
        width: 100%;
        position: relative;
        overflow: auto;
        margin-top: 0;
        padding: 0;
        background: #1c6759;
    }
    .mnav li ul li {
        float: none;
        text-align: left;
    }
    .s_mnav {
        display: inline;
        float: right;
        margin: 3px 0 0;
    }
    .s_mnav a {
        display: block;
        background: url(images/header/item_s_menu.jpg?r=1499657151860) no-repeat scroll center center;
        width: 35px;
        height: 25px;
        padding: 15px;
        text-indent: -9999px;
    }
    .s_mnav a.on {
        background: #287C6C url(images/header/item_s_menu_on.jpg?r=1499657151860) no-repeat scroll center center;
    }
    .mnav li.loan_btn {
        border: none;
        padding: 0;
        width: 100%;
        text-align: left;
        border-radius: 0;
        margin-left: 0;
        background: #0f5246;
    }
    .mnav li.loan_btn a {
        color: #fff;
        font-size: 15px;
    }
    .mnav li.loan_btn a:hover {
        background: #09453a;
    }
    .mnav li.phone_call {
        display: none;
    }
}

@media (max-width: 910px) {
    #header .hd {
        padding: 10px 0 8px;
    }
    .list01 li {
        width: 13%;
    }
    .list02 {
        text-align: center;
    }
    .list02 ul {
        overflow: inherit;
    }
    .list02 li {
        width: 38%;
        margin: 0 5%;
    }
    .list02_2 .hvbox {
        padding: 20% 15% 20%;
    }
    .list02 .hvbox h3 {
        font-size: 30px;
    }
    .list02 .hvbox p {
        font-size: 20px;
        padding: 15px 0 0;
    }
    .mcont .inbox {
        padding: 0;
    }
    .btnwrap {
        position: fixed;
        width: 100% !important;
        top: auto;
        bottom: 0;
        right: auto;
        background: url(images/content/btn_bg.png?r=1499657151860) repeat;
        padding: 10px 0 5px;
    }
    .btnwrap .inbox {
        width: auto;
        padding-right: 2%;
        height: auto !important;
    }
    #portamento_container .stickybox,
    #portamento_container {
        float: left;
        position: static;
        width: 100% !important;
        height: auto !important;
    }
    #portamento_container .stickybox.fixed {
        position: static !important;
    }
    .btns {
        width: 100%;
    }
    .btns li {
        width: auto;
        margin: 0 0.5px;
    }
    .btns a img {
        max-height: 100%;
        max-width: 100%;
    }
    .btns li div img {
        max-height: 100%;
        max-width: 100%;
    }
    .inpage01 {
        width: auto;
        margin: 0 4%;
        padding-right: 0;
    }
    .list04 .item {
        margin: 1% 1.7%;
        width: 42%;
    }
    .mybtn {
        margin: 0 1% 30px;
    }
    #footer {
        padding: 10px 10px 200px;
    }
    #footer.calcu {
        padding: 10px;
    }
    .service {
        padding-top: 35%;
    }
    .book_info_wrap {
        padding-right: 0;
    }
    .breadcrumb {
        padding-right: 0;
    }
    .book_btn {
        padding-right: 0;
    }
    .tool_book {
        padding-right: 190px;
    }
    .book_cate {
        right: 0;
    }
    .ip_box {
        top: 50%;
        margin-top: -126px;
        left: 50%;
        margin-left: -155px;
    }
    .ip_box.box3 {
        top: 50%;
        margin-top: -90px;
        left: 50%;
        margin-left: -105px;
    }
}

@media (max-width: 840px) {
    #header .hd {
        padding: 5px 0 10px;
    }
    .ftxt02 {
        width: auto;
    }
    .list01 li {
        width: 14%;
    }
    .inpage01 {
        width: auto;
        padding: 10px 3% 20px;
        margin: 0;
    }
    .inpage_hdr {
        padding: 0;
        height: 250px;
    }
    .inpage_hdr.idx {
        height: 250px;
    }
    .inpage_hdr.new {
        padding: 0;
        height: 250px;
        background-position: 55%;
    }
    .inpage_hdr.hd2 {
        height: 180px;
    }
    .inpage_hdr.hd2 img {
        max-height: 100%;
        left: -3%;
    }
    .inpage_hdr .tit {
        top: 23%;
        width: 67%;
        font-size: 26px;
        margin-left: 170px;
    }
    .inpage_hdr .tit p {
        font-size: 18px;
    }
    .inpage_hdr .tit .break {
        display: none;
    }
    .feature .desc {
        font-size: 1.8em;
    }
    .tool_book .tit {
        font-size: 18px;
    }
    .tool_book .word {
        font-size: 15px;
        line-height: 20px;
        height: 40px;
    }
    .bk_date {
        margin-right: 15px;
        font-size: 13px;
    }
    .bk_mycate {
        font-size: 13px;
    }
}

@media (max-width: 795px) {
    .list02 .hvbox h3 {
        font-size: 26px;
    }
    .btnlist a {
        width: 30%;
    }
    .btnlist a img {
        max-width: 100%;
    }
}

@media (max-width: 750px) {
    .feature.p3_6 div {
        width: 100%;
    }
    .feature.p3_6 .desc {
        font-size: 2em;
    }
    .project .w33.tbox,
    .project .w50.tbox {
        width: 100%;
    }
    .project .box .td {
        min-height: 0;
    }
    .projectbtn input[type="button"],
    .projectbtn a {
        width: 38%;
        font-size: 18px;
    }
    .service {
        padding-top: 40%;
    }
    .mybtn {
        width: 38%;
        font-size: 18px;
    }
    .book_info .editor .green_sec.bgimg {
        padding-right: 20px;
    }
    .book_info .editor .sec_pic {
        position: relative;
        width: 150px;
        padding: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 700px) {
    .feature {
        margin-bottom: 20px;
    }
    .feature div {
        width: 100%;
        height: 120px;
    }
    .feature .desc {
        font-size: 2em;
        line-height: 75px;
    }
    .list02 .hvbox h3 {
        font-size: 22px;
    }
    .list02 .hvbox p {
        font-size: 16px;
    }
    .list01 li {
        width: 18%;
    }
    .p2_p2 {
        display: inline-block;
    }
    .p2_p1 {
        display: none;
    }
    .btns a {
        height: 50px;
    }
    .btns li {
        width: auto;
        margin: 0 0.5px;
    }
    .btns li div {
        height: 50px;
    }
}

@media (max-width: 700px) and (orientation: landscape) {
    .btns a {
        height: 50px;
    }
    .btns li {
        width: auto;
        margin: 0 0.5px;
    }
    .btns li div {
        height: 50px;
    }
    #footer {
        padding: 10px 10px 120px;
    }
    .service {
        padding-top: 0;
        margin-top: -250px;
    }
}

@media (max-width: 650px) {
    .box04 {
        padding-bottom: 10px;
    }
    .box04 .list01 li {
        width: 30%;
        height: 160px;
    }
    .inpage_hdr .myinfo {
        width: 100%;
    }
    .inpage_hdr .banner_cover {
        width: 100%;
    }
    .inpage_hdr.hd2 img {
        left: 0;
        max-height: 100%;
        top: 0;
    }
    .inpage_hdr .tit {
        margin-left: 185px;
        width: 64%;
        top: 15%;
        font-size: 22px;
    }
    .content {
        width: 100%;
        height: auto;
        margin: 0 auto 50px;
        padding: 15px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .service {
        padding-top: 45%;
    }
    .step {
        margin: 15px 0 45px;
        max-height: 64px;
    }
    .step img {
        max-width: 402px;
        margin: auto;
    }
    .step_n {
        display: none;
    }
    .step_s {
        display: block;
    }
    /*	.mybtn {margin: 0 10px 0;}*/
    .myform.s1 dd {
        width: 100%;
    }
    .myform1 .inputwrap div {
        width: 100%;
    }
    .myform1 .inputwrap {
        text-align: left;
    }
    .myform1 .inputwrap p {
        min-width: 125px;
        float: left;
        padding: 8px 0;
        line-height: 46px;
        margin-right: 15px;
    }
    .myform1 .inputwrap span,
    .myform1 .resultwrap span {
        margin: 0;
    }
    .myform1 input[type="text"] {
        margin: 10px 0;
        font-size: 15px;
        width: 35%;
    }
    .myform1 .resultwrap div {
        width: 100%;
        border-bottom: none;
    }
    .myform1 .resultwrap span.monitor_counter1 {
        font-size: 20px;
        margin: 0 5px;
    }
    .calcu_result {
        width: 100%;
    }
    .calcu_result .result_tit {
        max-width: 100%;
    }
    .resultwrap .r_box {
        width: 100%;
        /*border-right: 1px solid #019293;*/
        border-bottom: none;
    }
    .resultwrap .r_box.credit-money,
    .resultwrap .r_box.credit-years{
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    .resultwrap .r_box.credit-money h2,
    .resultwrap .r_box.credit-years h2{
        padding: 0;
        margin-right: 1em;
    }
    .resultwrap .r_box.credit-money .showtext,
    .resultwrap .r_box.credit-years .showtext{
        flex: 1 0 0;
    }
    .resultwrap .r_box.last-child {
        border-bottom: 1px solid #019293;
    }
    .resultwrap p {
        min-width: 110px;
        float: left;
        padding: 8px 0;
        line-height: 46px;
        font-size: 14px;
        text-align: center;
        margin-right: 15px;
    }
    .resultwrap .showtext {
        text-align: left;
    }
    .resultwrap span {
        margin: 0;
    }
    .bonus p {
        font-size: 14px;
    }
    .bonus img {
        max-width: 100%;
    }
    .bonus div {
        padding: 20px;
    }
    .book_cate {
        position: relative;
        right: initial;
        right: auto;
        width: 80%;
        text-align: center;
        margin: auto;
        float: none;
    }
    .book_cate ul {
        display: none;
    }
    .tool_book {
        padding-right: 20px;
        padding-left: 20px;
    }
    #footer {
        padding: 10px 10px 120px;
    }
    #footer h2 img {
        width: 100%;
    }
    #footer .inbox {
        width: 80%;
    }
    .cpright {
        width: auto;
    }
    .cpright span {
        display: block;
        margin-bottom: 5px;
    }
}

@media (max-width: 630px) {
    /*.c_pic{text-align: center;}*/
    .inpage_hdr.idx {
        height: 200px;
    }
    .c_pic img {
        float: none;
        padding-right: 0;
        position: relative;
        margin: auto;
    }
    .c_pic p {
        padding-left: 0;
        background: transparent;
    }
    .inpage_hdr,
    .inpage_hdr.new {
        height: 200px;
    }
    .inpage_hdr.new {
        background-position: 75%;
    }
    .book_info .tit {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 580px) {
    .mcont .inbox {
        padding: 0;
    }
    .list01 li {
        width: 31%;
    }
    .list02 {
        width: 92%;
        margin: 0 auto;
    }
    .list02 li {
        width: 100%;
        clear: both;
        margin: 0;
    }
    .list02 li img {
        display: inline;
        float: left;
        width: 50%;
    }
    .cpop {
        overflow: visible;
    }
    .list02_2 .hvbox {
        padding: 13% 0 0;
    }
    .hvbox {
        display: block;
        background: none !important;
        position: static;
        display: inline;
        float: right;
        width: 46%;
        padding: 13% 0 0;
        margin: 0;
        color: #333;
        text-align: left;
    }
    .hvbox:hover {
        color: #333;
    }
    .list02 .hvbox h3 {
        font-size: 20px;
    }
    .list02 .hvbox p {
        padding: 0 2px 0;
    }
    .list02 .hvbox span {
        position: static;
        text-align: left;
        margin: 0;
        padding: 2px 10px;
        border: 1px solid #ccc;
        width: auto;
        margin: 15px 2px 0;
    }
    .tdbar {
        padding: 10px 0 5px;
    }
    .tdbar b {
        position: static;
        background: none;
        padding: 0 2%;
        color: #007c7d;
    }
    .tdbar ul {
        padding: 0 6%;
    }
    .list04 .item {
        width: 92%;
    }
    .myform dt .job {
        display: none;
    }
    .select1 {
        width: 100%;
    }
    .desc img {
        left: 35px;
    }
    .myform1 .resultwrap div {
        width: 100%;
    }
    .formbtn input[type="button"],
    .formbtn input[type="submit"] {
        margin: 10px 5px;
        width: 40%;
        font-weight: normal;
    }
    .project .td div {
        width: 100%;
        border-right: 0;
    }
    .inpage_hdr img {
        top: 15%;
    }
    .btnlist a {
        width: 220px;
        display: block;
        margin: 2% auto;
    }
    .box03_t {
        padding: 40px 0 30px;
    }
    .service {
        padding-top: 50%;
    }
    .hd .inbox {
        background: transparent;
    }
    .breadcrumb {
        display: none;
    }
    .book_info .editor h2 {
        font-size: 17px;
    }
    .book_info .editor .gray_sec {
        font-size: 15px;
        line-height: 28px;
    }
    .book_info .editor {
        font-size: 14px;
    }
    .box06 .hd {
        padding: 0 0 20px;
    }
    .bnrs li {
        width: 100%;
    }
    .bnrs li .l {
        display: inline-block;
        width: 120px;
        height: 120px;
        margin-bottom: 15px;
        margin-right: 20px;
        vertical-align: middle;
    }
    .bnrs li .r {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        margin-bottom: 15px;
    }
}

@media (max-width: 530px) {
    .box03 .hd {
        margin: 0 3%;
    }
    .box03 .hd img {
        width: 100%;
    }
    .inpage_hdr.idx {
        background-size: inherit !important;
    }
    .inpage_hdr.hd2 {
        height: 150px;
    }
    .inpage_hdr .tit {
        margin-left: 145px;
        width: auto;
        top: 20%;
        left: 0;
        padding-right: 15px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .inpage_hdr .tit p {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .list01 li {
        width: 30%;
    }
    .box04 .list01 li {
        width: 28%;
    }
    .fy_hd {
        padding: 20px 30px 30px;
    }
    .fylist li {
        padding: 10px 20px;
    }
    .txt01 {
        padding: 130px 0 0;
    }
    .projectbtn input[type="button"],
    .projectbtn a {
        width: 38%;
        font-size: 16px;
        font-weight: normal;
        padding: 10px 6px;
    }
    .mybtn {
        width: 38%;
        font-size: 16px;
        padding: 10px 6px;
    }
    .pagetitle {
        padding: 10px 0;
    }
    .customerul {
        margin: 20px 0;
    }
    .b1st {
        display: none;
    }
    .b2ed {
        display: block;
        background: #E7F5F6 url(images/content/bg_box03_t.png?r=1499657151860) repeat-x scroll left top;
    }
    .box03_t {
        background: transparent;
    }
    /*.btns a{height:60px;}*/
    .btns a {
        height: 50px;
    }
    .btns li div {
        height: 50px;
        width: auto;
    }
    .txtbox.tb2 p {
        font-size: 20px;
    }
    .service {
        padding-top: 55%;
    }
    .bonus {
        padding: 7% 5%;
    }
    .bonus input[type="text"],
    .bonus dl:first-child input[type="text"] {
        width: 70%;
    }
    .evaluate p {
        font-size: 15px;
    }
    .tool_book .pic {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding-top: 60%;
    }
    .tool_book .pic a {
        position: absolute;
        top: 0;
        left: 0;
    }
    .tool_book {
        padding-right: 20px;
        margin: 30px auto;
    }
    .tool_book li {
        width: 90%;
        margin: 0 5% 10%;
    }
    .tool_book li:nth-child(2n) {
        margin: 0 5% 10%;
    }
    .tool_book li.nth-child2n {
        margin: 0 5% 10%;
    }
    #footer .inbox {
        width: 100%;
    }
}

@media (max-width: 470px) {
    .inpage_hdr .tit {
        top: 20%;
    }
    .myform dt section.breakinput {
        /*clear:left;*/
    }
    .mylogo img {
        max-height: 45px;
        margin-top: 5px;
    }
    .select1 select {
        width: 111%;
    }
    .myform input[type="text"] {
        width: 31%;
    }
    .tdbar ul {
        padding: 0 7%;
    }
    .list02_2 .hvbox {
        padding: 10% 0 0;
    }
    .hvbox {
        padding: 10% 0 0;
    }
    .inpage_hdr img {
        max-height: 65%;
        top: 18%;
        right: 3%;
    }
    .box02 {
        padding: 30px 0;
    }
}

@media (max-width: 400px) {
    .ftxt01_1 img {
        width: 100%;
    }
    .list02 .hvbox h3 {
        font-size: 16px;
    }
    .list02 .hvbox p {
        font-size: 14px;
    }
    .tdbar ul {
        padding: 0 8%;
    }
    .feature div {
        height: 100px;
    }
    .feature .desc {
        line-height: 55px;
    }
    .feature .tit {
        font-size: 16px;
    }
    .feature .tit img {
        height: 22px;
    }
    .feature .desc {
        font-size: 1.5em;
    }
    .box01 {
        padding: 20px;
    }
    .box04 {
        padding: 15px 0 0;
    }
    .service {
        padding-top: 60%;
    }
    .resultwrap p {
        min-width: 100px;
        margin-right: 5px;
    }
    .resultwrap .monitor_counter {
        margin: 0;
    }
    .book_btn li a {
        padding: 8px 5px;
        min-width: 60px;
    }
}

@media (max-width: 390px) {
    .inpage_hdr .tit {
        top: 18%;
        font-size: 18px;
    }
    .inpage_hdr .tit p {
        font-size: 13px;
    }
    .inpage_hdr img {
        max-height: 60%;
    }
}

@media (max-width: 380px) {
    .mnav {
        top: 63px;
    }
    .s_shlist {
        margin: 13px 10px 0 10px;
    }
    .s_mnav a {
        padding: 8px 0px;
        margin-top: 5px;
    }
    .list01 li {
        width: 28%;
    }
    .list01 li img {
        max-width: 90%;
    }
    .box02 .hd {
        margin: 0 2%;
    }
    .box02 .hd img {
        width: 90%;
    }
    .box04 .list01 li {
        height: 125px;
    }
    .box04 .list01 li img {
        max-width: 60%;
    }
    .box06 .hd {
        margin: 0 2%;
    }
    .box06 .hd img {
        width: 100%;
    }
    .btnlist img {
        width: 100%;
    }
    .box06 .hd img {
        max-width: 100%;
        width: auto;
    }
    .hvbox {
        padding: 7% 0 0;
    }
    .bonus dl {
        padding: 5px 0;
    }
    .bonus dd {
        font-size: 14px;
    }
    .bonus dt span {
        font-size: 14px;
        margin: 0 10px 0 5px;
    }
    .s_shlist {
        width: 95px;
        height: 30px;
    }
    .s_shlist a {
        font-size: 12px;
    }
    .s_shlist span {
        padding-top: 3px;
    }
}

@media (max-width: 340px) {
    .projectbtn input[type="button"],
    .projectbtn a {
        width: 40%;
        font-size: 14px;
        font-weight: normal;
        padding: 8px 5px;
    }
    .hvbox {
        padding: 6% 0 0;
    }
    .inpage_hdr img {
        max-height: 58%;
        top: 25%;
    }
    .inpage_hdr,
    .inpage_hdr.new {
        height: 160px;
    }
    .mybtn {
        width: 40%;
        font-size: 14px;
        padding: 8px 5px;
    }
}

@media (max-width: 320px) {
    .inpage_hdr .tit {
        top: 12%;
    }
    .tdbar ul {
        padding: 0 10%;
    }
}

.css3 {
    border-radius: 4px;
    -webkit-text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
    -moz-text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 30px black;
    background: #007EC1;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#007EC1), to(#003D74));
    background: -webkit-linear-gradient(#007EC1, #003D74);
    background: linear-gradient(#007EC1, #003D74);
    behavior: url("js/pie/PIE.php");
}


/*Chloe 0415*/

.book_info .fb-share-button {
    /*display: none;*/
    float: right;
}

.book_info .my_fb_share {
    float: right;
}

.book_info .fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.book_info .my_fb_share .fb_iframe_widget .blue {
    background: -webkit-linear-gradient(#4c69ba, #3b55a0);
    background: linear-gradient(#4c69ba, #3b55a0);
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-shadow: 0 -1px 0 #354c8c;
    white-space: nowrap;
}

.book_info .my_fb_share .pluginButtonIconSVG {
    margin-top: 3px;
    margin-left: 4px;
}

.book_info .my_fb_share .pluginButtonLabel {
    font-family: "新細明體";
    font-size: 12px;
    line-height: 1;
    vertical-align: 2px;
}

.book_info .my_fb_share .pluginButtonLabel a {
    color: #fff;
}

.book_info .my_fb_share .count {
    display: inline-block;
    margin-left: -4px;
}

.book_info .my_fb_share .pluginCountButton {
    background: white;
    border: 1px solid #9197a3;
    border-radius: 2px;
    color: #4e5665;
    display: inline-block;
    font-size: 12px;
    height: auto;
    line-height: 18px;
    margin-left: 6px;
    min-width: 15px;
    padding: 0 3px;
    text-align: center;
    white-space: nowrap;
}

.book_info .my_fb_share .pluginCountButtonNub {
    height: 0;
    left: 2px;
    position: relative;
    top: -15px;
    width: 5px;
    z-index: 2;
}

.book_info .my_fb_share .pluginCountButtonNub s,
.book_info .my_fb_share .pluginCountButtonNub i {
    border-color: transparent #9197a3;
    border-style: solid;
    border-width: 4px 5px 4px 0;
    display: block;
    position: relative;
    top: 1px;
}

.book_info .my_fb_share .pluginCountButtonNub i {
    border-right-color: #fff;
    left: 2px;
    top: -7px;
}

.goldprize {
    display: none;
    position: fixed;
    z-index: 3;
    width: 72px;
    height: 110px;
    left: 15px;
    top: 18px;
}

.goldprize .close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: none;
    width: 17px;
    height: 17px;
}

.goldprize.s {
    right: 15px;
    left: initial;
}

.goldprize.s .close {
    display: block !important;
}

.goldprize:hover .close {
    display: block;
}


/*@media(max-width:600px){
	.goldprize{display: none;}
}
*/