html,
body {
    margin: 0;
    padding: 0
}

body {
    font-family: '微軟正黑體';
    font-size: 16px;
    line-height: 1.7em;
    background: url("../images/grey.png")
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.work-title {
    padding-bottom: 1em;
    border-bottom: 5px solid #efefef;
    background: url(../images/banner-bg.jpg) no-repeat;
    background-size: cover;
    overflow: auto;
    text-align: center
}

.work-title span {
    color: #ff6a6a
}

.work-title a {
    color: #ffc200;
    text-decoration: none
}

.work-title a:hover {
    text-decoration: underline
}

.work-title a img {
    margin-top: 2em
}

.work-title>img {
    margin: 1em 2em 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.5em
}

.work-title h1 {
    color: #beffcb;
    margin-top: 0.5em;
    font-weight: normal;
    font-size: 1.8em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8)
}

.work-title p {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 1em 0.5em;
    width: 95%;
    margin: 0 auto;
    font-weight: 200
}

.word-data {
    width: 95%;
    margin: 1.5em auto
}

.word-data strong {
    color: #ea6300
}

.word-data ol {
    padding-left: 1em
}

.work-signup {
    border: 1px solid #999;
    width: 95%;
    margin: 1em auto 3em
}

.contract {
    padding: 1em 2.5em
}

.contract>div {
    margin-bottom: 1em
}

.contract>div ul {
    list-style: none;
    margin: 0
}

.contract .work-submit {
    margin: 2em
}

.contract .work-submit a {
    background: #ff8500;
    padding: 15px 40px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px
}

.contract .work-submit a:hover,
.contract .work-submit a:focus {
    background: #ea6300
}

.contract .work-submit a.cancel {
    background: #aaa
}

.contract .work-submit a.cancel:hover,
.contract .work-submit a.cancel:focus {
    background: #bbb
}

.table {
    display: table;
    background: #fff;
    padding: 10px
}

.table .tr {
    border-bottom: 1px solid #999;
    padding: 10px 0
}

.table .tr:nth-child(2n+1) {
    background: #f5f5f5
}

.table .td {
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle;
    position: relative
}

.table .td span {
    color: #ea6300
}

.table .td span.text-success {
    color: #000;
    word-break: break-all
}

.table .td .table {
    border: 1px solid #999;
    padding: 10px
}

.table .td2 {
    display: inline-block
}

.system_msg {
    background: #FFEEEE;
    width: 95%;
    margin: 1em auto 0;
    padding: 3px 10px
}

.system_msg .error {
    color: #ea0010;
    clear: both;
    font-size: 0.9em
}

.form-label,
.form-item {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px
}

.form-label {
    text-align: right;
    width: 160px;
    margin-right: 8px;
    border-right: 1px solid #ccc;
    padding-right: 8px;
    font-size: 0.9em;
    font-weight: bold
}

.work-num,
.work-add {
    float: right
}

.work-add {
    text-decoration: none;
    color: #666;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px
}

.work-add:hover,
.work-add:focus {
    background: #eee
}

.team-wrapper {
    padding: 10px
}

.team-wrapper .work-team {
    border: 1px solid #ccc;
    width: 100%
}

.team-wrapper .work-team .tr {
    display: table-row
}

.team-wrapper .work-team .tr:last-child {
    border-bottom: none
}

.team-wrapper .work-team label {
    display: none
}

.team-wrapper .work-team .td {
    min-width: 150px;
    padding: 6px
}

.team-wrapper .work-team .tr:nth-child(1) label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px solid #333
}

.work-submit {
    text-align: center;
    padding: 10px 0 0
}

.work-submit input {
    background: #ff8500;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 15px 40px;
    font-size: 16px;
    font-family: '微軟正黑體';
    cursor: pointer
}

.work-submit input:hover,
.work-submit input:focus {
    background: #ea6300
}

.text-long input[type="text"] {
    width: 800px
}

input[type="text"] {
    border: 1px solid #ccc;
    padding: 5px;
    width: 160px;
    font-size: 16px;
    font-family: '微軟正黑體'
}

input[type="file"] {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc
}

textarea {
    width: 800px;
    font-size: 16px;
    font-family: '微軟正黑體'
}

.text-success {
    color: #000
}

.work-success input[type="button"] {
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
    margin-top: 0.8em;
    border: 0px;
    font-family: '微軟正黑體'
}

.label-en {
    font-size: 0.8em;
    color: #999;
    line-height: 1.2em;
    margin: 0px 0 6px
}

span.label-en {
    color: #999 !important
}

.require b:before {
    content: '*';
    color: red;
    display: inline-block
}

@media print {
    .work-success {
        display: none
    }
}

@media screen and (max-width: 1110px) {
    .contract .work-submit {
        margin: 2em 0
    }

    .contract .work-submit a {
        display: block;
        padding: 15px;
        margin: 8px 0
    }

    .table.work-signup {
        display: block
    }

    .table.work-signup .td {
        display: block
    }

    .table.work-signup .td .table {
        width: 100%
    }

    .table.work-signup .td2 {
        display: block;
        margin-right: 20px
    }

    .form-label {
        width: auto;
        text-align: left;
        margin-bottom: 10px
    }

    .form-item {
        width: 100%;
        margin-bottom: 10px;
        word-break: break-all
    }

    .team-wrapper {
        width: 100%
    }

    .team-wrapper .work-team .tr {
        display: block
    }

    .team-wrapper .work-team .tr:nth-child(1) label {
        border-bottom: 0
    }

    .team-wrapper .work-team label {
        display: block;
        font-weight: bold
    }

    .work-cowoker {
        position: relative;
        padding-bottom: 3em !important
    }

    .work-num,
    .work-add {
        float: none
    }

    input[type="text"],
    textarea {
        width: 100%
    }

    .text-long input[type="text"] {
        width: 100%
    }
}

@media screen and (max-width: 768px) {

    .form-label,
    .form-item {
        display: inline-block
    }

    .form-label {
        border-right: none
    }

    .form-item {
        width: auto
    }

    .form-item.team-wrapper {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .work-title {
        text-align: center
    }

    .work-title h1 {
        padding-top: 0;
        line-height: 1.4em
    }

    .work-title p {
        font-size: 14px;
        line-height: 1.5em
    }

    .work-title img {
        float: none
    }

    .work-success p a {
        display: none
    }
}

/*# sourceMappingURL=style.css.map */