@charset "utf-8";

/* float clear fix */
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.wrap {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
}

/* header */
.headWrap {
    position: relative;
    background: #008c8d;
    color: #fff;
    text-align: center;
}

.headWrap .logo {
    position: absolute;
    top: 0;
    right: 4px;
    width: 41px;
    height: 41px;
}

.headWrap .logo.full {
    width: 153.5px;
}

.headWrap .logo img {
    width: 100%;
}

.headWrap .btnMenu {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 41px;
    padding: 0 16px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
}

.tit01 {
    padding: 11px 62px 12px;
    font-size: 18px;
    font-size: 1.8rem;
}

.tit01.reg {
    padding-left: 16px;
    text-align: left;
}

.tit02 {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999;
}

/* //header */

/* body */
.bodyCont {}

.container {
    padding: 0 16px;
}

/* tab */
.tabType01 .tab {
    background: #ededed;
}

.tabType01 .tab li {
    float: left;
    width: 20%;
}

.tabType01 .tab li a {
    display: block;
    height: 28px;
    padding: 7px 0 9px;
    border-top: 1px solid #d8e5e2;
    border-left: 1px solid #98cbc3;
    font-size: 11px;
    font-size: 1.1rem;
    background: #d8e5e2;
    color: #3d4543;
    text-align: center;
    box-sizing: border-box;
}

.tabType01 .tab li:first-child a {
    border-left: 0;
}

.tabType01 .tab li.on a {
    border-top: 1px solid #98cbc3;
    font-weight: bold;
    background: #fff;
    color: #008c8c;
    letter-spacing: -0.5px;
}

.tabType01 .tab li.borderR {
    border-right: 1px solid #98cbc3;
}

/* text */
.txt01 {
    line-height: 135%;
    margin: 20px 0 0;
    font-size: 11px;
    font-size: 1.1rem;
    color: #999;
}

.txt01.big {
    font-size: 13px;
    font-size: 1.3rem;
}

/* input */
.input01 {
    display: block;
    width: 100%;
    padding: 8px 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-size: 1.4rem;
    background: #fff;
    color: #666;
    box-sizing: border-box;
    outline-color: #0f454a;
}

.input01.datepicker {
    padding-right: 32px;
    background: url('../img/icoDate.jpg') no-repeat right center;
    background-size: 39.5px;
}

.input01.datepicker:focus {
    border: 1px solid #008c8c;
    background-image: url('../img/icoDateOn.jpg');
}

.input02 {
    width: 50%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-size: 1.4rem;
    background: #fff;
    color: #666;
    box-sizing: border-box;
    outline-color: #0f454a;
}

.input02.datepicker {
    padding-right: 32px;
    background: url('../img/icoDate.jpg') no-repeat right center;
    background-size: 39.5px;
}

.input02.datepicker:focus {
    border: 1px solid #008c8c;
    background-image: url('../img/icoDateOn.jpg');
}

.unitW01 {
    position: relative;
    padding-right: 21px;
}

.unitW01.long {
    padding-right: 38px;
}

.unitW01 .unit {
    position: absolute;
    top: 12px;
    right: 3px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #666;
}

.filebox {
    display: block;
    position: relative;
    padding-right: 68.75px;
    margin-top: 17px;
}

.filebox label {
    position: absolute;
    top: 0;
    right: 0;
    width: 68.75px;
    padding: 11px 5px 12px;
    border-radius: 0 1px 1px 0;
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    vertical-align: middle;
    background: #008c8c;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

.filebox input[type="file"] {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.filebox .fileName {
    display: block;
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #dddddd;
    border-right: 0;
    border-radius: 1px 0 0 1px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.filebox .fileName::placeholder {
    color: #bbb;
    opacity: 1;
}

/* checkbox */
.chk01 {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-top: 10px;
}

.chk01 input {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 0;
    vertical-align: middle;
}

.chk01 span {
    display: block;
    line-height: 16px;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: -0.3px;
    vertical-align: middle;
}

/* select */
.select01 {
    display: block;
    width: 100%;
    padding: 7px 10px;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    outline-color: #0f454a;
}

.select02 {
    float: left;
    width: 50%;
    padding: 7px 10px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    outline-color: #0f454a;
}

/* textarea */
.txtarea01 {
    overflow-x: hidden;
    width: 100%;
    min-height: 94px;
    padding: 8px 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    outline-color: #0f454a;
}

/* label */
.label01 {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

/* button */
.btn01 {
    display: inline-block;
    line-height: 30px;
    padding: 0 24px;
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    background: #d70d3f;
    color: #fff;
    text-align: center;
    vertical-align: top;
}

.btn02 {
    display: inline-block;
    line-height: 34px;
    padding: 0 10px;
    margin-top: 10px;
    font-size: 21px;
    font-size: 2.1rem;
    background: #008c8c;
    color: #fff;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
}

.btn03 {
    display: inline-block;
    line-height: 32px;
    padding: 0 10px;
    margin-top: 10px;
    border: 1px solid #008c8c;
    font-size: 21px;
    font-size: 2.1rem;
    background: #fff;
    color: #008c8c;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
}

.btn04 {
    display: inline-block;
    line-height: 20px;
    top: 5px;
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    vertical-align: top;
    position: absolute;
}

/* box */
.box01 {
    line-height: 131%;
    padding: 22px 16px;
    font-size: 16px;
    font-size: 1.6rem;
    background: #bdddd8;
    color: #008c8c;
}

.loginBox {
    padding: 23px 36px 0;
}

.loginBox .btn01 {
    display: block;
    line-height: 42.5px;
    margin-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
}

/* divide list */
.listType02 {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.listType01 li {
    position: relative;
    padding: 10px 105px 20px 16px;
    border-bottom: 1px solid #ccc;
}

.listType01 li.pR16 {
    padding-right: 16px;
}

.listType01 li.borderT {
    border-top: 1px solid #ccc;
}

.listType01 li a {
    display: block;
}

.listType01 li .btn01 {
    position: absolute;
    top: 10px;
    right: 16px;
    padding: 0 16px;
}

.listType01 li p {
    margin: 10px 0 0;
    letter-spacing: -0.5px;
    color: #666;
}

.listType01 li strong {
    display: block;
    margin: 10px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
}

.listType01 li .dateW {
    position: absolute;
    bottom: 20px;
    right: 16px;
    line-height: 136%;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: right;
    color: #999;
}

.listType01 li .dateW .date {
    display: block;
}

.halfLi {
    margin: 0 -4px;
}

.halfLi li {
    float: left;
    width: 50%;
    padding: 0 4px;
    box-sizing: border-box;
}

.halfLi label {
    padding: 5px 0px;
}

.tripleLi {
    margin: 0 -4px;
}

.tripleLi li {
    float: left;
    width: 33.33333%;
    padding: 0 4px;
    box-sizing: border-box;
}

.tripleLi.fLong li:first-child {
    width: 38%;
}

.tripleLi.fLong li {
    width: 31%;
}

/*.withBtnLi01 {position:relative; padding-right:112px;}*/
.withBtnLi01 {
    position: relative;
}

.withBtnLi01 .btn02 {
    position: absolute;
    top: 0;
    right: 56px;
    width: 48px;
    margin: 0;
}

.withBtnLi01 .btn03 {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    margin: 0;
}

.photoLi {
    margin: 16px -9px 0;
}

.photoLi li {
    float: left;
    width: 50%;
    padding: 0 9px;
    margin-top: 14px;
    box-sizing: border-box;
}

.photoLi .photoW {
    height: 153px;
    border: 1px solid #dddddd;
    background: #eaeaea;
    text-align: center;
}

.photoLi .photoW .caption {
    display: block;
    margin-top: 74px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
}

/*.withChkR {position:relative; padding-right:56px; margin-top:10px;}*/
.withChkR {
    position: relative;
    margin-top: 10px;
}

.withChkR .chk01 {
    position: absolute;
    bottom: 8px;
    right: 5px;
}

.withSelect01 {
    position: relative;
    padding-right: 80px;
    margin-top: 10px;
}

.withSelect01 .select01 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 74px;
}

/* table */
.table01 {
    line-height: 130%;
    margin: 25px -4px 0;
    font-size: 12px;
    font-size: 1.2rem;
}

.table01 td {
    padding: 5px 4px;
}

.table01 tbody th {
    padding: 15px 4px;
    text-align: left;
    vertical-align: top;
}

.table01 tbody th.pT5 {
    padding: 5px 4px;
}

.table01 .input01,
.table01 .select01 {
    margin-top: 0;
}

.txtR {
    text-align: right;
}

.loading-div {
    height: 100%;
    width: 100%;
    padding: 15px 25px;
    color: #eee;
}

.loading-spinner {
    font-size: 12px;
    margin: 25% auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
}

/* //body */

@media (max-width:767px) {}

.mT10 {
    margin-top: 10px;
}

.mT15 {
    margin-top: 15px;
}

.mT20 {
    margin-top: 20px;
}

.mT25 {
    margin-top: 25px;
}

.mT30 {
    margin-top: 30px;
}

.tit03 {
    font-weight: bold;
}

#lean_overlay {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#layerPop {
    height: 60%;
    width: 80%;
    display: none;
    background: #FFF;
}

#trigger-upload {
    color: white;
    background-color: #00ABC7;
    font-size: 14px;
    padding: 7px 20px;
    background-image: none;
}

#fine-uploader-manual-trigger .qq-upload-button {
    margin-right: 15px;
}

#fine-uploader-manual-trigger .buttons {
    width: 36%;
}

#fine-uploader-manual-trigger .qq-uploader .qq-total-progress-bar-container {
    width: 100%;
}