﻿.table-rwd {
    margin: 1em 0;
}

.table-rwd th {
    display: none;
}

.table-rwd td {
    display: block;
}

.table-rwd td:first-child {
    padding-top: .5em;
}

.table-rwd td:last-child {
    padding-bottom: .5em;
}

.table-rwd td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
    color: #385779;
    text-align: right;
    padding-right: 5px;
}

@media (min-width: 768px) {
    .table-rwd td:before {
        display: none;
    }
}

.table-rwd th, .table-rwd td {
    text-align: left;
}

@media (min-width: 768px) {
    .table-rwd th, .table-rwd td {
        display: table-cell;
        padding: .25em .5em;
    }

    .table-rwd th:first-child, .table-rwd td:first-child {
        padding-left: 0;
    }

    .table-rwd th:last-child, .table-rwd td:last-child {
        padding-right: 0;
    }
}

a {
    color: #000;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

body {
    font-family: Arial, Microsoft JhengHei, PMingLiU;
    color: #000;
    /*font-size: 16px;*/
    font-size: 1.6em;
    min-width: 320px;
    position: relative;
    background: #fff;
    min-width: 320px;
}

header {
    overflow: visible;
}

article {
    position: relative;
    z-index: 0;
}

.debug {
    border: 1px solid red;
}

a.link {
    color: blue;
    text-decoration: underline;
}

.font-xs {
    font-size: 18px;
}

.font-s {
    font-size: 24px;
}

.font-l {
    font-size: 28px;
}

.font-xl {
    font-size: 32px;
}

.relative {
    position: relative;
}

.table {
    border-collapse: collapse;
}

.table td, .table th {
    padding: 5px;
}

.box {
    max-width: 997px;
    margin-right: auto;
    margin-left: auto;
}

.block-center {
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.items-vertical {
    margin: 0;
    padding: 0;
    /*  padding: 0 100px 0 0;*/
}

.items-vertical > li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.block-line {
    display: inline-block;
    vertical-align: top;
}

.block-xs {
    margin-bottom: 3px;
}

.block-s {
    margin-bottom: 5px;
}

.block-l {
    margin-bottom: 7px;
}

.block-xl {
    margin-bottom: 12px;
}

.block-xxl {
    margin-bottom: 16px;
}

.block-main {
    margin-bottom: 32px;
}

.nowrap {
    white-space: nowrap;
}

.breakall {
    word-break: break-all;
}

.btn {
    padding: 3px 12px;
    border-radius: 5px;
    background: #dfdfdf;
}

.btn-action {
    background: linear-gradient(#71be81, #204e2d);
    background-color: #43865c;
    box-shadow: 2px 2px 5px #333;
    color: #fff;
    border: none;
}

.btn-blue-action {
    background: linear-gradient(#50c1e5, #036e8f);
    background-color: #2593b5;
    box-shadow: 2px 2px 5px #333;
    color: #fff;
    border: none;
}

.btn-search {
    font-size: 20px;
}

.btn-clear {
    background: linear-gradient(#eee, #666);
    background-color: #43865c;
    box-shadow: 2px 2px 5px #333;
    color: #000;
    border: none;
}

.select {
    border: 1px solid #a9a9a9;
    padding: 1px 5px;
}

.form-ipcls {
    padding: 2px 5px;
    border-radius: 0;
    line-height: 1em;
    height: 26px;
    max-width: 85%;
}

.w60 {
    width: 60px;
}

.w150 {
    width: 150px;
}

.w300 {
    width: 300px;
}

.w500 {
    width: 500px;
}

.w100p {
    width: 100%;
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-0 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.rotate {
    -webkit-transition: all 320ms ease-in-out;
    -moz-transition: all 320ms ease-in-out;
    -o-transition: all 320ms ease-in-out;
    -ms-transition: all 320ms ease-in-out;
    transition: all 320ms ease-in-out;
}

.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-error:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
}

.warp-top {
    background-color: #0f2439;
}

.warp-top .box-top {
    text-align: right;
    line-height: 32px;
    height: 32px;
}

.warp-top .box-top a {
    color: #fff;
}

.warp-top .box-top li {
    margin: 0 3px;
}

.warp-top .box-top .locate {
    color: #0f2439;
}

.warp-head {
    background: url(../images/bg01.jpg) top center repeat-x #162643;
    background-size: cover;
    color: #fff;
    height: 160px;
}

.warp-head .title {
    margin-top: 55px;
}

.warp-head .box-search {
    margin-top: 10px;
    min-width: 300px;
}

.warp-head .box-search a {
    color: #fff;
}

.warp-head .input-search {
    border-radius: 15px;
    max-width: 200px;
    margin-right: 5px;
}

.warp-head .login-info {
    margin-top: 80px;
}

.warp-head .warp-search {
    position: absolute;
    right: 0;
    top: 0;
}

.warp-nav {
    background-color: #0f2439;
    min-height: 44px;
    line-height: 44px;
}

.warp-nav .items-vertical a {
    color: #fff;
}

.warp-nav .items-vertical > li {
    position: relative;
}

.warp-nav .items-vertical > li > a {
    display: left;
    line-height: 32px;
    padding-right: 14px;
    padding-left: 14px;
}

.warp-nav .items-vertical > li > a::after {
    background: url(../images/bg02.jpg) right top no-repeat;
    display: inline-block;
    min-height: 32px;
    width: 2px;
    content: '';
    position: relative;
    top: 8px;
    right: -16px;
}

.warp-nav .items-vertical > li:last-child a::after {
    background: none;
}

.warp-nav .sub-nav {
    margin: 0;
    padding-left: 5px;
    border: #375677 1px solid;
}

.warp-nav .sub-nav.js-enabled {
    position: absolute;
    display: none;
    z-index: 6;
    left: 0px;
    padding: 0;
}

.warp-nav .sub-nav.js-enabled > li {
    background-color: #0f2439;
    color: #fff;
    font-size: 14px;
    width: 220px;
    padding: 0 12px;
}

.warp-nav .sub-nav.js-enabled > li + li {
    border-top: #375677 1px solid;
}

.warp-nav .sub-nav.js-enabled > li:hover {
    background-color: #d0ddea;
}

.warp-nav .sub-nav.js-enabled > li:hover {
    color: #385779;
}

.warp-nav.fixed {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
}

.tab-title{
    background: #43865c;
    color: #fff;
    border: #43865c 1px solid;
    border-bottom: #c5c5c5 1px solid;
    padding: 18px 40px;
    border-radius: 6px 6px 0 0;
    min-height: 60px;
    min-width: 145px;
    max-height: 60px;
}

.tab-title.active{
    background: #fff;
    color: #838383;
    border: #c5c5c5 1px solid;
    border-bottom: #fff 1px solid;
}

.tab-title-c {
    /*background: #fff;
    color: #838383;
    border: #43865c 1px solid;
    border-bottom: #fff 1px solid;*/
    background: #43865c;
    color: #fff;
    border: #c5c5c5 1px solid;
    border-bottom: #c5c5c5 1px solid;
    padding: 18px 40px;
    border-radius: 6px 6px 0 0;
    min-height: 60px;
    min-width: 145px;
    max-height: 60px;
}

.tab-title-c.active {
    background: #fff;
    color: #838383;
    border: #43865c 1px solid;
    border-bottom: #fff 1px solid;
    /*background: #43865c;
    color: #fff;
    border: #c5c5c5 1px solid;
    border-bottom: #c5c5c5 1px solid;*/
}

.tab-content, .tab-content-c {
    border: 1px solid #c5c5c5;
    border-radius: 0 6px 6px 6px;
    background-color: #fff;
}

.block-info {
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
}

.block-info .title {
    background-color: #43865c;
    height: 48px;
    color: #fff;
    line-height: 48px;
}

.block-info .content {
    background-color: #2e455f;
    padding: 1em 1em 0.8em;
    color: #fff;
}

.block-info .content a {
    color: #fff;
}

.block-sp {
    padding: 10px;
    border-radius: 6px;
    border: #c5c5c5 1px solid;
    background: #fff;
}

.block-sp .title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ff9000;
    margin-bottom: 10px;
}

.warp-main {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1440px;
    background: url(../images/bg03.jpg) left bottom no-repeat #ececec;
}

.warp-main .locate {
    color: #ececec;
}

footer {
    background-color: #0f2439;
    padding: 30px;
    color: #fff;
}

footer a {
    color: #fff;
}

footer .locate {
    color: #0f2439;
}

.carousel .box-carousel > div {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
}

.carousel .carousel-prev, .carousel .carousel-next {
    position: absolute;
    top: 20px;
    display: none;
}

.carousel .carousel-prev {
    left: 0;
}

.carousel .carousel-next {
    right: 0px;
}

.box-article {
    background-color: #fff;
    border-radius: 6px;
    padding: 35px 10px 30px 10px;
}

.block-common {
    max-width: 898px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
    box-shadow: 3px 6px 10px 0px rgba(102,102,102,0.6);
}

.block-common .title {
    border: 1px solid #c5c5c5;
    border-radius: 6px;
    background-color: #43865c;
    background: linear-gradient(#6ebb7f, #204e2d);
    color: #fff;
    margin-bottom: -2px;
    padding: 10px 25px;
}

.block-common .title-blue {
    background-color: #c3d1e0;
    background: linear-gradient(#d0dce8, #9bafc2);
    color: #385779;
}

.block-common .content {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-top: none;
}

.block-common .content.content-sticky {
    padding: 0;
}

.block-common > div, .block-common > ul {
    padding: 20px;
}

.block-common .titleblock {
    display: block;
    background: #ddd;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    padding: 5px 10px 5px 5px;
    margin: 15px 0;
}

.block-common .titleblock.circle:before {
    display: inline-block;
    content: "◎";
    font-size: 24px;
    color: red;
}

.block-common ul {
    list-style: none;
    padding: 0;
}

.block-common .form-control {
    border-radius: 0;
}

.block-common ul.datalist li {
    padding: 10px 0;
    border-bottom: #ddd 1px solid;
}

.block-common ul.datalist li span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
    width: 155px;
    color: #385779;
    /* font-size: 14px;*/
    font-weight: bold;
    box-sizing: border-box;
}

.block-common ul.datalist li span:before {
    display: inline-block;
    vertical-align: top;
    content: "◎";
    font-size: 22px;
    line-height: 15px;
    color: #385779;
    position: absolute;
    left: 0;
}

.circle_icon:before {
	display: inline-block;
	vertical-align: top;
	content: "◎";
	font-size: 22px;
	line-height: 15px;
	color: #385779;
}

.block-common ul.datalist li > div {
    display: inline-block;
    /* font-size: 14px;*/
    word-break: break-all;
    word-wrap: break-word;
    max-width: 680px;
}

.block-common p {
    margin: 6px 0;
}

.block-common ul.forms {
    padding: 0 20px;
    word-break: break-all;
}

.block-common ul.forms li {
    padding: 10px 0;
}

.block-common ul.forms input {
    display: inline-block;
    vertical-align: top;
}

.block-common ul.forms select {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    position: relative;
}

.block-common ul.forms textarea {
    display: none;
    width: 98%;
    margin: 8px 15px;
}

.block-common ul.forms textarea.doarea {
    display: block;
}

.block-common ul.forms .red {
    color: red;
}

.block-common ul.forms .error, .block-common ul.forms .help-block {
    color: #a94442;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 12px;
}

.block-common ul.datalist .error, .block-common ul.datalist .help-block {
    color: #a94442;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 12px;
}


.pathway {
    padding: 16px 0 16px 20px;
    background: url(../images/dot.png) left 21px no-repeat;
}

.go-top {
    text-align: right;
    margin-top: -15px;
    margin-bottom: 35px;
    margin-right: 10px;
}

.row-form {
    background: url(../images/bg05.png) left top repeat-x;
    max-width: 880px;
    margin: 0 auto 15px;
    padding: 0 10px;
}

.row-form .lbl {
    color: #385779;
    text-align: right;
    padding-right: 8px;
}

.row-form .form-group {
    padding: 8px 5px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.row-form .form-group.last {
    border-bottom: 0;
}

.box-steps {
    max-width: 898px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}

.box-steps .sf-steps-content > div {
    margin-right: 1px;
}

.box-steps .sf-steps-content > div > div {
    margin-left: 12px;
}

.stepsForm .sf-steps {
    width: 100%;
    box-sizing: border-box;
    height: auto;
}

.stepsForm .sf-steps .sf-steps-content {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
}

.stepsForm .sf-steps-content > div {
    width: 16%;
    margin: 0 0.3% 10px 0.3%;
    min-width: 140px;
    float: left;
    padding: 15px 15px 15px 40px;
    background: #CCC;
    color: #FFF;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.stepsForm .sf-steps-content > div.sf-active, .stepsForm .sf-steps-content > div:hover {
    background: #2096cd;
}

.stepsForm .sf-steps-content > div > span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #AAA;
    padding: 0.8rem 1rem;
    font-size: 24px;
}

.stepsForm .sf-steps-content > div > i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/sf-steps-activated.png) center no-repeat;
    padding: 1rem;
}

.stepsForm .sf-steps-content > div.sf-active > span, .stepsForm .sf-steps-content > div.sf-active:hover > span {
    background: #1b7fad;
}

.stepsForm .sf-steps-content > div > span:after {
    content: '';
    display: block;
    width: 10px;
    position: absolute;
    right: -10px;
    height: 100%;
    top: 0;
    background: url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#AAA"/></svg>') 0 0 no-repeat;
}

.stepsForm .sf-steps-content > div.sf-active > span:after, .stepsForm .sf-steps-content > div.sf-active:hover > span:after {
    background: url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#1b7fad"/></svg>') 0 0 no-repeat;
}

.stepsForm .sf-steps-form {
    display: block;
    position: relative;
}

.sf-theme-green .sf-steps .sf-steps-content {
    border-color: #27ae60;
}

.sf-theme-green .sf-steps .sf-steps-content > div.sf-active, .sf-theme-green .sf-steps .sf-steps-content > div:hover {
    background: #27ae60;
}

.sf-theme-green .sf-steps .sf-steps-content > div.sf-active > span, .sf-theme-green .sf-steps .sf-steps-content > div:hover > span {
    background: #1d864a;
}

.sf-theme-green .sf-steps .sf-steps-content > div.sf-active > span:after, .sf-theme-green .sf-steps .sf-steps-content > div:hover > span:after {
    background: url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#1d864a"/></svg>') 0 0 no-repeat;
}

.sf-theme-green .sf-radio label input[type=radio]:focus + span, .sf-theme-green .sf-check label input[type=checkbox]:focus + span, .sf-theme-green .sf-radio label input[type=radio]:active + span, .sf-theme-green .sf-check label input[type=checkbox]:active + span {
    border-color: #27ae60;
}

.sf-theme-green .sf-radio label input[type=radio] + span::after {
    background-color: #27ae60;
}

.sf-theme-green .sf-check label input[type=checkbox] + span::after {
    border-color: #27ae60;
}

.sf-theme-green label.sf-select > select:focus + span {
    background-color: #27ae60;
}

.sf-theme-green input[type=text]:focus, .sf-theme-green input[type=tel]:focus, .sf-theme-green input[type=password]:focus, .sf-theme-green input[type=email]:focus, .sf-theme-green label.sf-select > select:focus, .sf-theme-green textarea:focus {
    border-color: #27ae60;
    -webkit-box-shadow: 0px 0px 5px 0px #1d864a;
    -moz-box-shadow: 0px 0px 5px 0px #1d864a;
    box-shadow: 0px 0px 5px 0px #1d864a;
}

.sf-theme-green .sf-steps-navigation > button {
    background: #27ae60;
}

.buttons {
    text-align: center;
}

.buttons input {
    margin: 0 5px 10px;
}


.dashboard_buttons {
    text-align: left;
    padding-bottom:15px;
    max-width: 898px;
    margin-right: auto;
    margin-left: auto;
}

.dashboard_buttons a {
    margin: 0 1px 5px;
    padding: 5px 10px 5px 10px;
    color: #fff;
    display: inline-block;
}

.dashboard_buttons a span {
    color: #FFFF00;
}



.block-intro {
    display: table;
    width: 100%;
    max-width: 898px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
}

.block-intro .intro {
    display: inline-block;
}

.block-intro .fright {
    float: right;
    margin-right: 3px;
}

.page {
    background-color: #ececec;
    padding-bottom: 32px;
}

.page-index {
    padding-top: 32px;
}

.page-index .tab-content {
    padding: 35px 20px;
}

.page-index .items-links {
    padding: 0;
    margin: 0;
    margin-left: 15px;
}

.page-index .items-links > li {
    background: url(../images/dot.png) left 6px no-repeat;
    list-style: none;
    padding-left: 22px;
    margin: 10px 0;
}

.page-index .form-login .btn-login {
    width: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-index .form-login .help-block, 
.page-index .form-login1 .help-block{
    color: #ff9000;
}

.page-index .block-links .items-links {
    padding: 0;
    margin: 0;
    margin-left: 15px;
}

.page-index .block-links .items-links > li {
    padding-left: 46px;
    list-style: none;
    min-height: 34px;
    margin-bottom: 8px;
}

.page-index .block-links .items-links > li a {
    padding: 7px 0;
    display: block;
}

.page-index .block-links .items-links .item-1st {
    background: url(../images/icons_01.png) left center no-repeat;
}

.page-index .block-links .items-links .item-2nd {
    background: url(../images/icons_02.png) left center no-repeat;
}

.page-index .block-links .items-links .item-3rd {
    background: url(../images/icons_03.png) left center no-repeat;
}

.page-index .block-links .items-links .item-4th {
    background: url(../images/icons_04.png) left center no-repeat;
}

.page-index .table-download {
    width: 100%;
}

.page-index .table-download th {
    background: #d0ddea;
    color: #486585;
    border: 1px #d0ddea solid;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.page-index .table-download td {
    border: 1px #d0ddea solid;
    padding: 8px 12px;
    vertical-align: middle;
    font-size:.9em;
    /* font-size: 14px;*/
}

.page-index .table-download .td-img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px;
}

.page-index .table-download .gray {
    margin: 0.5em;
}

.page-index .table-download .text-highlight {
    color: #ff9000;
}

.page-index .block-sp .items-vertical li {
    margin: 6px;
}

.page-16 .page-size {
    width: 32px;
    display: inline-block;
}

.page-16 .table-list {
    max-width: 880px;
    width: 100%;
    margin: 0 auto 15px;
}

.page-16 .table-list th {
    background-color: #e8e8e8;
    border: 1px solid #cccccc;
    vertical-align: middle;
    text-align: center;
}

.page-16 .table-list td {
    border: 1px solid #cccccc;
    vertical-align: middle;
    text-align: center;
}

.page-16 .table-list .line {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.table-list td a {
    color: #385779;  
    text-decoration: none;
}

.table-list td center img {
    vertical-align: baseline;

}

@media (max-width: 940px) {
    .stepsForm .sf-steps-content > div {
        width: 32.6%;
    }
}

@media (max-width: 767px) {
    .page-index .xs-cls-pull {
        float: none !important;
    }

    .warp-head {
        background: url(../images/bg01.jpg) top center repeat-x #162643;
        height: 80px;
    }

    .warp-head .title {
        margin-top: 30px;
        font-size: 12px;
        line-height: 1.2em;
        overflow: hidden;
        overflow: ellipsis;
    }

    .warp-head .title .block-xs {
        font-size: 14px;
        line-height: 1.2em;
        font-weight: bold;
    }

    .warp-head .logo {
        max-width: 65px;
    }

    .warp-head .menu {
        max-width: 25px;
        margin-right: 5px;
        margin-top: 30px;
        margin-left: 15px;
    }

    .warp-nav {
        max-width: 330px;
        position: absolute;
        top: 0;
        left: -320px;
        z-index: 9;
        display: none;
        height: 1000px;
        width: 100%;
    }

    .warp-nav.active {
        display: block;
    }

    .warp-nav nav.box {
        display: block !important;
    }

    .warp-nav .items-vertical {
        background-color: #43865c;
    }

    .warp-nav .items-vertical > li {
        position: relative;
        width: 100%;
        background: linear-gradient(#6ab57a, #275834);
        font-size: 14px;
    }

    .warp-nav .items-vertical > li .fa {
        position: absolute;
        font-size: 26px;
        font-weight: bold;
        color: #fff;
        right: 20px;
        top: 12px;
    }

    .warp-nav .items-vertical > li > a {
        display: block;
        padding-bottom: 6px;
    }

    .warp-nav .items-vertical > li > a::after {
        background: none;
    }

    .warp-nav .sub-nav.js-enabled {
        position: relative;
        display: none;
        left: 0;
    }

    .warp-nav .sub-nav.js-enabled.active {
        display: block;
    }

    .warp-nav .sub-nav.js-enabled > li {
        width: 100%;
    }

    .warp-nav.fixed {
        max-width: 320px;
        position: absolute;
        top: 0;
        z-index: 9;
    }

    .warp-nav .xs-login-info {
        background: url(../images/bg04.jpg) center top no-repeat;
        background-size: cover;
        height: 80px;
        color: #fff;
    }

    .warp-nav .xs-login-info .user {
        line-height: 1.6em;
        padding-left: 12px;
        padding-top: 12px;
    }

    .warp-nav .xs-login-info .action {
        padding-top: 16px;
    }

    .warp-nav .xs-login-info .action i {
        vertical-align: baseline;
    }

    .mask {
        position: absolute;
        width: 120%;
        height: 2856px;
        left: 0px;
        top: 0px;
        opacity: 0.8;
        z-index: 6;
        background-color: black;
        display: none;
    }

    .mask.active {
        display: block;
    }

    .row-form .lbl {
        text-align: left;
    }

    .page-16 .table-list {
        width: 95%;
    }

    .page-16 .table-list th, .page-16 .table-list td {
        text-align: left;
    }

    .page-16 .table-list td {
        border: none;
        border-bottom: 1px solid #cccccc;
        display: table;
        width: 100%;
    }

    .page-16 .table-list td > div {
        display: table-cell;
        padding: 7px 3px;
    }

    .page-16 .table-list tbody td::before {
        width: 5em;
        display: table-cell;
        padding: 7px 3px;
    }

    .page-16 .table-list tbody td:nth-child(1)::before, .page-16 .table-list tbody td:nth-child(1) {
        background-color: #e8e8e8;
    }

    .page-16 .row-form .form-group .col-md-8 {
        display: inline-block;
        vertical-align: top;
    }

    .page-16 .row-form .form-group .col-md-16 {
        display: inline-block;
        vertical-align: top;
    }

    .table-download tbody td:before {
        width: 5em;
    }

    .table-download tbody td:nth-child(1) {
        background: linear-gradient(#71be81, #204e2d);
        color: #fff;
    }

    .table-download tbody td:nth-child(1):before {
        color: #fff;
    }

    .table-download tbody td:nth-child(3):before {
        content: '檔案名稱\A文件說明';
        white-space: pre;
    }

    .table-download tbody td:nth-child(3) > div {
        width: 68%;
    }
}

@media (max-width: 480px) {
    .hidden-xxs {
        display: none;
    }

    .warp-head .title {
        margin-top: 20px;
    }

    .warp-head .sub-tilte {
        max-width: 200px;
    }

    .block-common ul.datalist li span {
        width: 49%;
        font-size: 16px;
    }

    .block-common ul.datalist li > div {
        width: 49%;
        font-size: 16px;
    }

    .stepsForm .sf-steps-content > div {
        width: 48%;
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .warp-nav .items-vertical > li:hover {
        background-color: #43865c;
    }

    .warp-nav .items-vertical > li:hover .sub-nav.js-enabled {
        display: block;
    }

    .page-index .pull-right {
        padding-left: 2em;
    }

    .row-align-fix, .mhi {
        min-height: 81px;
    }
}

@media (max-width: 350px) {
    .stepsForm .sf-steps-content > div {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media print {
    header, footer, .pathway {
        display: none;
    }
}


/* sitemap*/
.item 
{
    width: 280px;
    padding: 10px;
    float: left;
}

.item p{
    line-height: 2em;
    font-size: 1em;
    display: block;
    width:100%;
    border: 1px dotted #CCCCCC;
    margin:0 0 5px 0 ;
    padding: 0 0 0 15px;
    color: #06508F;
}
.item ul{
    margin-bottom: 10px;
    margin-left: 40px;
    list-style-image: url(../images/ico_li.gif);
}
.item li {font-size: .9em;line-height: 1.8em;padding:0; margin:0;}
.item ul ul{margin:0 0 0 14px; 	list-style-image: url(../images/ico_li02.gif);}


@media (max-width: 320px) {
    .item 
    {
        width: 100%;
    }
}

#lblfont {

    color:#FFFFFF;
}


body.font-size-s {
    font-size: 1em;
}

body.font-size-m {
    font-size: 1.6em;
}

body.font-size-l {
    font-size: 2em;
}

.table-rwd-info {
    margin: 1em 0;
    max-width: 898px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
    width:100%;
}

.table-rwd-info tr{
    margin-top:-1px;
}

.table-rwd-info .td-title{
	border: 1px solid black;
	width: 30%;
	height: 32px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #385779;
}

.table-rwd-info .td-contents{
	border: 1px solid black;
	width: 70%;
	height: 32px;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 14px;
}

.table-rwd-info .titlerequired:before{
	content: "*";
	color: red;
}

.table-rwd-info tr td div{
	display: inline-block;
	width:100%;
	margin-bottom:10px;
}

.table-rwd-info tr td label{
	margin: 3px 10px 0px 3px;
}

.table-rwd-info tr td .requiredLabel:before{
	margin: 5px 0 0 10px;
	display: inline-block;
    content: "*";
	color: red;
}
.table-rwd-info tr td .inputinlinetext{
	margin: 5px 0px 5px 0px;
}

.table-rwd-info .infoTypeHint{
	color: blue;
	margin: 5px 0px 5px 15px;
	display: none;
}

.table-rwd-info textarea{
    margin: 10px 0px 10px 5px;
}

.table-rwd-info textarea::-webkit-input-placeholder{
    align-content:center;
    padding-top:35px;
}

.table-rwd-info tr td .iocdiv{
	margin: 10px 0px 10px 0px;
}

.table-rwd-info tr td .uploadFile{
	margin: 10px 0px 10px 0px;
}

.table-rwd-info tr td .uploadedtitle:before{
	margin: 5px 0 10px 5px;
	display: inline-block;
    content: "◎";
	color: blue;
}

.table-rwd-info tr td .uploadedtitle{
	color: blue;
}

.table-rwd-info tr td .uploadedExplainLabel{
	color: blue;
	width: 15%;
	float: left;
	margin-left:2px;
}

.table-rwd-info tr td .hashSelectClass{
	width:125px;
}

.table-rwd-info tr td .uploadButton{
	vertical-align: top;
    margin-top: 40px;
    margin-left: 25px;	
}

.table-rwd-info tr td .uploadedFileList{
    display: inline;
    float: left;
    width: 81%;
}

.table-rwd-info tr td .uploadedFileDeleteButton{
	display: inline;
    float: right;
    width: 19%;
    padding-top:2%;
}

.table-rwd-info tr td .explainString{
    width: 84%;
    float: right;
}

.table-rwd-info pre{
    font-size: 14px;
    font-family: unset;
    white-space: pre-wrap;
}

.table-rwd-info label{
    display: inline-block;
    max-width: 630px;
    font-weight:unset;
}
