﻿@media screen, print {
    * {
        font-family: "Meiryo UI","Segoe UI", Verdana, Helvetica, Sans-Serif;
    }

    #FormLayout input[type=radio] {
        border: none;
        width: 20px;
        margin: 2px 0;
        padding: 2px;
    }

    .asterisk_red {
        color: #ff0000;
    }

    .required-item {
        color: #ff0000;
    }

    .attachment-control {
        border-left: 1px solid #C8C8C8;
    }

    .hide {
        display: none;
    }

    .table-hidden {
        visibility: hidden;
    }

    .f-12 {
        font-size: 12px;
    }


    #f-12 {
        font-size: 12px;
    }

    .f-14 {
        font-size: 14px;
    }

    #f-14 {
        font-size: 14px;
    }

    .text-right {
        text-align: right;
    }

    .border-top {
        border-top: 1px solid #c8c8c8;
    }

    .border-right {
        border-right: 1px solid #c8c8c8;
    }

    .table-nopadding td {
        padding: 0;
    }

    .bold {
        font-weight: bold;
    }

    .m-l5 {
        margin-left: 5px;
    }

    .clear-10 {
        width: 100%;
        height: 10px;
        /*float: left;*/
        overflow: hidden;
    }

    .clear {
        width: 100%;
        height: 10px;
        /*float: left;*/
        overflow: hidden;
    }

    /*width*/
    .width-80 {
        width: 80px;
    }

    .width-120 {
        width: 120px;
    }

    .width-150 {
        width: 150px;
    }

    #FormLayout input, textarea, select {
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #333;
        font-size: 1.0em;
        margin: 2px 0;
        padding: 2px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    html {
        background-color: #e2e2e2;
        margin: 0;
        padding: 0;
    }

    body {
        background-color: #fff;
        /*border-top: solid 10px #000;*/
        color: #333;
        font-size: .85em;
        /*font-family: "Meiryo UI","Segoe UI", Verdana, Helvetica, Sans-Serif;*/
        margin: 0;
        padding: 0;
        font-size-adjust: 0.58;
        word-break : break-all; 
        overflow-wrap : break-all;
    }

    a {
        color: #333;
        outline: none;
        padding-left: 3px;
        padding-right: 3px;
        text-decoration: underline;
    }

        a:link, a:visited, a:active, a:hover {
            color: #333;
        }

        a:hover {
            background-color: #c7d1d6;
        }

    header, footer, hgroup,
    nav, section, body {
        display: block;
        min-width: 1000px;
    }

    mark {
        background-color: #a6dbed;
        padding-left: 5px;
        padding-right: 5px;
    }

    .float-left {
        float: left;
    }

    .float-right {
        float: right;
    }

    .clear-fix:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }

    h1, h2, h3,
    h4, h5, h6 {
        color: #000;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.75em;
    }

    h3 {
        font-size: 1.2em;
    }

    h4 {
        font-size: 1.1em;
    }

    h5, h6 {
        font-size: 1em;
    }

        h5 a:link, h5 a:visited, h5 a:active {
            padding: 0;
            text-decoration: none;
        }

    /* loading
----------------------------------------------------------*/
    #loader {
        display: none;
        position: fixed;
        top: 42%;
        left: 48%;
        z-index: 999;
        width: 500px;
        height: 100px;
    }

    #formLoader {
        display: none;
        position: fixed;
        top: 42%;
        left: 48%;
        width: 500px;
        height: 100px;
    }

    /* main layout
----------------------------------------------------------*/
    .content-wrapper {
        margin: 0 auto;
        max-width: 960px;
    }

    #body {
        background-color: #efeeef;
        clear: both;
        padding-bottom: 35px;
    }

    .main-content {
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

    header {
        background-color: #3c71a5;
        color: white;
        padding: 5px 5px 5px 5px;
    }

        header .content-wrapper {
            padding-top: 20px;
        }

        header .loginInfo {
            background-color: #3c71a5;
            color: white;
        }

    footer {
        clear: both;
        /*background-color: #e2e2e2;*/
        background-color: #3c71a5;
        color: white;
        /*font-size: .8em;*/
        padding: 5px 5px 20px 5px;
        /*    height: 100px;*/
        margin-top:40px;
    }


    /* site title
----------------------------------------------------------*/
    .site-title {
        color: #c8c8c8;
        /*font-family: Rockwell, Consolas, "Courier New", Courier, monospace;*/
        font-size: 2.3em;
        margin: 0;
    }

        .site-title a, .site-title a:hover, .site-title a:active {
            background: none;
            color: #c8c8c8;
            outline: none;
            text-decoration: none;
        }


    /* login
----------------------------------------------------------*/
    #login {
        display: block;
        font-size: .85em;
        margin: 0 0 10px;
        text-align: right;
    }

        #login a {
            background-color: #d3dce0;
            margin-left: 10px;
            margin-right: 3px;
            padding: 2px 3px;
            text-decoration: none;
        }

            #login a.username {
                background: none;
                margin: 0;
                padding: 0;
                text-decoration: underline;
            }

        #login ul {
            margin: 0;
        }

        #login li {
            display: inline;
            list-style: none;
        }


    /* menu
----------------------------------------------------------*/
    ul#menu {
        font-size: 1.3em;
        font-weight: 600;
        margin: 0 0 5px;
        padding: 0;
        text-align: right;
    }

        ul#menu li {
            display: inline;
            list-style: none;
            padding-left: 15px;
        }

            ul#menu li a {
                background: none;
                color: #999;
                text-decoration: none;
            }

                ul#menu li a:hover {
                    color: #333;
                    text-decoration: none;
                }


    /* page elements
----------------------------------------------------------*/
    /* featured */
    .featured {
        background-color: #fff;
    }

        .featured .content-wrapper {
            background-color: #7ac0da;
            background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
            background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
            background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
            background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
            background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
            color: #3e5667;
            padding: 20px 40px 30px 40px;
        }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

    /* page titles */
    hgroup.title {
        margin-bottom: 10px;
    }

        hgroup.title h1, hgroup.title h2 {
            display: inline;
        }

        hgroup.title h2 {
            font-weight: normal;
            margin-left: 3px;
        }

    /* features */
    section.feature {
        width: 300px;
        float: left;
        padding: 10px;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            margin: 25px 0;
            padding-left: 45px;
        }

            ol.round li.zero {
                background: url("../Images/orderedList0.png") no-repeat;
            }

            ol.round li.one {
                background: url("../Images/orderedList1.png") no-repeat;
            }

            ol.round li.two {
                background: url("../Images/orderedList2.png") no-repeat;
            }

            ol.round li.three {
                background: url("../Images/orderedList3.png") no-repeat;
            }

            ol.round li.four {
                background: url("../Images/orderedList4.png") no-repeat;
            }

            ol.round li.five {
                background: url("../Images/orderedList5.png") no-repeat;
            }

            ol.round li.six {
                background: url("../Images/orderedList6.png") no-repeat;
            }

            ol.round li.seven {
                background: url("../Images/orderedList7.png") no-repeat;
            }

            ol.round li.eight {
                background: url("../Images/orderedList8.png") no-repeat;
            }

            ol.round li.nine {
                background: url("../Images/orderedList9.png") no-repeat;
            }

    /* content */
    article {
        float: left;
        width: 70%;
    }

    aside {
        float: right;
        width: 25%;
    }

        aside ul {
            list-style: none;
            padding: 0;
        }

            aside ul li {
                background: url("../Images/bullet.png") no-repeat 0 50%;
                padding: 2px 0 2px 20px;
            }

    .label {
        font-weight: 700;
    }

    /* login page */
    #loginForm {
        border-right: solid 2px #c8c8c8;
        float: left;
        width: 55%;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

        #loginForm .validation-summary-errors ul {
            margin: 0;
            padding: 0;
        }

        #loginForm .validation-summary-errors li {
            display: inline;
            list-style: none;
            margin: 0;
        }

        #loginForm input {
            width: 250px;
        }

            #loginForm input[type="checkbox"],
            #loginForm input[type="submit"],
            #loginForm input[type="button"],
            #loginForm button {
                width: auto;
            }

    #socialLoginForm {
        margin-left: 40px;
        float: left;
        width: 40%;
    }

        #socialLoginForm h2 {
            margin-bottom: 5px;
        }

    #socialLoginList button {
        margin-bottom: 12px;
    }

    #logoutForm {
        display: inline;
    }

    /* contact */
    .contact h3 {
        font-size: 1.2em;
    }

    .contact p {
        margin: 5px 0 0 10px;
    }

    .contact iframe {
        border: 1px solid #333;
        margin: 5px 0 0 10px;
    }

    /* forms */
    fieldset {
        border: none;
        margin: 0;
        padding: 0;
    }

        fieldset legend {
            display: none;
        }

        fieldset ol {
            padding: 0;
            list-style: none;
        }

            fieldset ol li {
                padding-bottom: 5px;
            }

    label {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
    }

        label.checkbox {
            display: inline;
        }

    div.rich-text {
        overflow: scroll;
    }

    div.dropdown, div.calendar, div.rich-text, div.readonly-text, div.text-box {
        /*border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;*/
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #333;
        min-height: 24px;
        font-size: 1.0em;
        margin: 2px 0;
        padding: 2px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    [type="text"] {
        /*border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;*/
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #333;
        font-size: 1.0em;
        margin: 2px 0;
        padding: 2px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    textarea {
        /*font-family: inherit;*/
        width: 100%;
    }

        input:focus, textarea:focus {
            border: 1px solid #7ac0da;
        }

    input[type="checkbox"],
    input[type="radio"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        /*background: -ms-linear-gradient(top, #FFF, #d3dce0);*/ /*下が濃い１*/
        /*background: -ms-linear-gradient(top, #d3dce0, #FFF);*/ /*上が濃い１*/
        /*background: -ms-linear-gradient(top, #AEB4B7, #FFF);*/ /*上が濃い２*/
        background: -ms-linear-gradient(top, #FFF, #AEB4B7); /*下が濃い２*/
        background: -moz-linear-gradient(top,#FFF 0%,#d3dce0);
        background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#d3dce0));
        /*box-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/ /*box-shadow*/
        /*background-color: #d3dce0;*/
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1em;
        /*font-weight: 600;*/
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    .btn-button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1em;
        height: 24px;
        margin: 2px 0 0 -2px;
        line-height: 10px;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }


    input[type="submit"]:hover,
    input[type="button"]:hover,
    button:hover {
        background: rgb(239, 251, 255);
    }

    button.disabled:hover {
        background: -ms-linear-gradient(top, #FFF, #AEB4B7); /*下が濃い２*/
        background: -moz-linear-gradient(top,#FFF 0%,#d3dce0);
        background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#d3dce0));
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

    /* info and errors */
    .message-info {
        border: 1px solid;
        clear: both;
        padding: 10px 20px;
    }

    .message-error {
        clear: both;
        color: #e80c4d;
        font-size: 1.1em;
        font-weight: bold;
        margin: 20px 0 10px 0;
    }

    .message-success {
        color: #7ac0da;
        font-size: 1.3em;
        font-weight: bold;
        margin: 20px 0 10px 0;
    }

    .error {
        color: #e80c4d;
    }

    /* styles for validation helpers */
    .field-validation-error {
        color: #e80c4d;
        font-weight: bold;
    }

    .field-validation-valid {
        display: none;
    }
    input.input-validation-error, #FormLayout input.input-validation-error,
    div.input-validation-error, #FormLayout div.input-validation-error,
    textarea.input-validation-error, #FormLayout textarea.input-validation-error
    {
        border: 1px solid #e80c4d;
        background-color: #ffccff;
    }

    input[type="checkbox"].input-validation-error {
        border: 0 none;
    }

    .validation-summary-errors {
        color: #e80c4d;
        font-weight: bold;
        font-size: 1.1em;
    }

    .validation-summary-valid {
        display: none;
    }


    /* tables
----------------------------------------------------------*/
    /*table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}*/
    .aboutApplicationForm table[class*="ms-rteTable-default"] {
        border: none;
        background-color: inherit;
        line-height: inherit;
        color: inherit;
    }
    .aboutApplicationForm table[class*="ms-rteTable-default"] th {
        border: none;
        background-color: inherit;
        line-height: inherit;
        color: inherit;
        font-weight: bolder;
        text-align: center;
    }

    th {
        font-size: 1.0em;
        text-align: left;
        border: none 0px;
        padding-left: 0;
        color: #fff;
        line-height: 25px;
        background-color: #7F9DB9;
    }

        th a {
            display: block;
            position: relative;
        }

            th a:link, th a:visited, th a:active, th a:hover {
                color: #333;
                font-weight: 600;
                text-decoration: none;
                padding: 0;
            }

            th a:hover {
                color: #000;
            }

        th.asc a, th.desc a {
            margin-right: .75em;
        }

            th.asc a:after, th.desc a:after {
                display: block;
                position: absolute;
                right: 0em;
                top: 0;
                font-size: 0.75em;
            }

            th.asc a:after {
                content: '▲';
            }

            th.desc a:after {
                content: '▼';
            }

    td {
        padding: 2px 4px;
        border: 0 none;
    }

    .aboutApplicationForm table td {
        border: 1px solid;
    }

    .aboutApplicationForm table[border="0"] td {
        border: none;
    }
    .aboutApplicationForm table[class*="ms-rteTable-default"] td {
        border: none;
    }

    tr.pager td {
        padding: 0 0.25em 0 0;
    }


    /********************
*   Mobile Styles   *
********************/
    @media only screen and (max-width: 850px) {

        /* header
    ----------------------------------------------------------*/
        header .float-left,
        header .float-right {
            float: none;
        }

        /* logo */
        header .site-title {
            margin: 10px;
            text-align: center;
        }

        /* login */
        #login {
            font-size: .85em;
            margin: 0 0 12px;
            text-align: center;
        }

            #login ul {
                margin: 5px 0;
                padding: 0;
            }

            #login li {
                display: inline;
                list-style: none;
                margin: 0;
                padding: 0;
            }

            #login a {
                background: none;
                color: #999;
                font-weight: 600;
                margin: 2px;
                padding: 0;
            }

                #login a:hover {
                    color: #333;
                }

        /* menu */
        nav {
            margin-bottom: 5px;
        }

        ul#menu {
            margin: 0;
            padding: 0;
            text-align: center;
        }

            ul#menu li {
                margin: 0;
                padding: 0;
            }


        /* main layout
    ----------------------------------------------------------*/
        .main-content,
        .featured + .main-content {
            background-position: 10px 0;
        }

        .content-wrapper {
            padding-right: 10px;
            padding-left: 10px;
        }

        .featured .content-wrapper {
            padding: 10px;
        }

        /* page content */
        article, aside {
            float: none;
            width: 100%;
        }

        /* ordered list */
        ol.round {
            list-style-type: none;
            padding-left: 0;
        }

            ol.round li {
                padding-left: 10px;
                margin: 25px 0;
            }

                ol.round li.zero,
                ol.round li.one,
                ol.round li.two,
                ol.round li.three,
                ol.round li.four,
                ol.round li.five,
                ol.round li.six,
                ol.round li.seven,
                ol.round li.eight,
                ol.round li.nine {
                    background: none;
                }

        /* features */
        section.feature {
            float: none;
            padding: 10px;
            width: auto;
        }

            section.feature img {
                color: #999;
                content: attr(alt);
                font-size: 1.5em;
                font-weight: 600;
            }

        /* forms */
        input {
            width: 90%;
        }

        /* login page */
        #loginForm {
            border-right: none;
            float: none;
            width: auto;
        }

            #loginForm .validation-error {
                display: block;
                margin-left: 15px;
            }

        #socialLoginForm {
            margin-left: 0;
            float: none;
            width: auto;
        }


        /* footer
    ----------------------------------------------------------*/
        footer .float-left,
        footer .float-right {
            float: none;
        }

        footer {
            text-align: center;
            height: auto;
            padding: 10px 0;
        }

            footer p {
                margin: 0;
            }
    }

    .table-row {
        display: table;
        margin: -1px 0 0 3px;
    }

    .table-cell1 {
        display: table-cell;
        width: 200px;
        min-width: 200px;
        max-width: 200px;
        padding: 2px;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        background-color: #EFFBFF;
        vertical-align: middle;
        line-height: 25px;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell1-yellow {
        display: table-cell;
        width: 200px;
        min-width: 200px;
        max-width: 200px;
        padding: 2px;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        background-color: #FFFF80;
        vertical-align: middle;
        line-height: 25px;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell2 {
        display: table-cell;
        width: 500px;
        min-width: 500px;
        max-width: 500px;
        padding: 2px;
        border-top: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell3 {
        display: table-cell;
        width: 300px;
        min-width: 300px;
        max-width: 300px;
        padding: 2px;
        border: 1px solid #C8C8C8;
        font-size: 12px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell2-1114 {
        display: table-cell;
        width: 700px;
        min-width: 700px;
        max-width: 700px;
        padding: 2px;
        border-top: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell3-1114 {
        display: table-cell;
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        padding: 2px;
        border: 1px solid #C8C8C8;
        font-size: 12px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell1-1161 {
        display: table-cell;
        width: 220px;
        min-width: 220px;
        max-width: 220px;
        padding: 2px;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        background-color: #EFFBFF;
        vertical-align: middle;
        line-height: 25px;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell2-1161 {
        display: table-cell;
        width: 480px;
        min-width: 480px;
        max-width: 480px;
        padding: 2px;
        border-top: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell3-1161 {
        display: table-cell;
        width: 300px;
        min-width: 300px;
        max-width: 300px;
        padding: 2px;
        border: 1px solid #C8C8C8;
        font-size: 12px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


    .table-cell-title {
        display: table-cell;
        width: 1000px;
        min-width: 1000px;
        max-width: 1000px;
        padding: 2px;
        line-height: 30px;
        font-weight: bold;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        background-color: #EFFBFF;
        vertical-align: middle;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-title-1114 {
        display: table-cell;
        width: 1200px;
        min-width: 1200px;
        max-width: 1200px;
        padding: 2px;
        line-height: 30px;
        font-weight: bold;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        background-color: #EFFBFF;
        vertical-align: middle;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .table-cell-title-unbold {
        display: table-cell;
        width: 1000px;
        min-width: 1000px;
        max-width: 1000px;
        padding: 2px;
        line-height: 30px;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        background-color: #EFFBFF;
        vertical-align: middle;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*orange*/
    .table-cell-title2 {
        display: table-cell;
        width: 1000px;
        min-width: 1000px;
        max-width: 1000px;
        padding: 2px;
        line-height: 30px;
        font-weight: bold;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        background-color: #FFD700;
        vertical-align: middle;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /*blue*/
    .table-cell-title3 {
        display: table-cell;
        width: 1000px;
        min-width: 1000px;
        max-width: 1000px;
        padding: 2px;
        line-height: 30px;
        font-weight: bold;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        background-color: #ADDBE7;
        vertical-align: middle;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-title-blue {
        display: table-cell;
        width: 1000px;
        min-width: 1000px;
        max-width: 1000px;
        padding: 2px;
        line-height: 30px;
        font-weight: bold;
        font-size: 14px;
        color: #0000FF;
        vertical-align: middle;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-title-black {
        display: table-cell;
        width: 1000px;
        min-width: 1000px;
        max-width: 1000px;
        padding: 2px;
        line-height: 30px;
        font-weight: bold;
        font-size: 14px;
        color: #000;
        vertical-align: middle;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*gray*/
    .table-cell-title4 {
        display: table-cell;
        width: 1000px;
        min-width: 1000px;
        max-width: 1000px;
        padding: 2px;
        font-size: 10em;
        font-weight: bold;
        color: #ff0000;
        text-align: center;
        font-weight: bold;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        background-color: #848284;
        vertical-align: middle;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /*gray2*/
    .table-cell-title5 {
        display: table-cell;
        width: 1000px;
        min-width: 1000px;
        max-width: 1000px;
        padding: 2px;
        height: 20px;
        font-weight: bold;
        color: #ff0000;
        text-align: center;
        font-weight: bold;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        background-color: #848284;
        vertical-align: middle;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*yellow*/
    .table-cell-title6 {
        display: table-cell;
        width: 1000px;
        min-width: 1000px;
        max-width: 1000px;
        padding: 2px;
        line-height: 30px;
        font-weight: bold;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        background-color: #FFFF80;
        vertical-align: middle;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*pink*/
    .table-cell-title7 {
        display: table-cell;
        width: 700px;
        min-width: 700px;
        max-width: 700px;
        padding: 2px;
        line-height: 30px;
        font-weight: bold;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        background-color: #FFAAFF;
        vertical-align: middle;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*green*/
    .table-cell-title8 {
        display: table-cell;
        width: 700px;
        min-width: 700px;
        max-width: 700px;
        padding: 2px;
        line-height: 30px;
        font-weight: bold;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        background-color: #7BFFD6;
        vertical-align: middle;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-title-product-name, .table-cell-title-number, .table-cell-title-total-amount, .table-cell-title-burden {
        display: table-cell;
        width: 235px;
        min-width: 235px;
        max-width: 235px;
        padding: 2px;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        text-align: center;
        background-color: #EFFBFF;
        vertical-align: middle;
        line-height: 25px;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-title-other {
        display: table-cell;
        width: 295px;
        min-width: 295px;
        max-width: 295px;
        padding: 2px;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-body-product-name, .table-cell-body-number, .table-cell-body-total-amount, .table-cell-body-burden {
        display: table-cell;
        width: 235px;
        min-width: 235px;
        max-width: 235px;
        padding: 2px;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-body-other {
        display: table-cell;
        width: 295px;
        min-width: 295px;
        max-width: 295px;
        padding: 2px;
        font-size: 14px;
        border: 1px solid #C8C8C8;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-body-amount-money {
        display: table-cell;
        width: 470px;
        min-width: 470px;
        max-width: 470px;
        padding: 2px;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-title-price, .table-title-order-quantity {
        display: table-cell;
        width: 150px;
        min-width: 150px;
        max-width: 150px;
        padding: 2px;
        background-color: #EFFBFF;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        /*text-align: center;*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-content-price, .table-content-order-quantity {
        display: table-cell;
        /*width: 150px;*/
        min-width: 150px;
        /*max-width: 150px;*/
        padding: 2px;
        background-color: #fff;
        border-right: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .border-noright {
        border-right-style: none;
    }

    .border-noleft {
        border-left-style: none;
    }

    .border-notop {
        border-top-style: none;
    }

    .border-nobottom {
        border-bottom-style: none;
    }

    .table-cell-line {
        display: table-cell;
        width: 1000px;
        min-width: 1000px;
        max-width: 1000px;
        padding: 2px;
        line-height: 25px;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        background-color: #EFFBFF;
        vertical-align: middle;
        min-height: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-border {
        display: table-cell;
        padding: 2px;
        line-height: 25px;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        background-color: #FFFFFF;
        vertical-align: middle;
        min-height:25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-row {
        width: 100%;
        float: left;
        overflow: hidden;
        /*line-height: 25px;*/
    }

    .table-cell-nrow {
        width: 100%;
        float: left;
        overflow: hidden;
        line-height: 16px;
    }

    .table-cell-pink {
        width: 100%;
        /*float: left;*/
        overflow: hidden;
        background-color: #FFAAAD;
    }

    .table-cell-title-35w, .table-cell-title-no {
        display: table-cell;
        width: 34px;
        min-width: 34px;
        max-width: 34px;
        padding: 2px;
        min-height: 30px;
        background-color: #EFFBFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-body-35w, .table-cell-body-no {
        display: table-cell;
        width: 34px;
        min-width: 34px;
        max-width: 34px;
        padding: 2px;
        min-height: 30px;
        background-color: #EFFBFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-title-90w, .table-cell-title-personnumber, .table-cell-title-amounttaxexclude {
        display: table-cell;
        width: 90px;
        min-width: 90px;
        max-width: 90px;
        padding: 2px;
        min-height: 30px;
        background-color: #EFFBFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-body-90w, .table-cell-body-personnumber, .table-cell-body-amounttaxexclude {
        display: table-cell;
        width: 90px;
        min-width: 90px;
        padding: 2px;
        min-height: 30px;
        background-color: #FFFFFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-title-120w, .table-cell-title-earningslipno {
        display: table-cell;
        width: 120px;
        min-width: 120px;
        max-width: 120px;
        padding: 2px;
        min-height: 30px;
        background-color: #EFFBFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-body-120w, .table-cell-body-earningslipno {
        display: table-cell;
        width: 120px;
        min-width: 120px;
        max-width: 120px;
        padding: 2px;
        min-height: 30px;
        background-color: #FFFFFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-title-320w, .table-cell-title-productname, .table-cell-title-productdetail {
        display: table-cell;
        width: 320px;
        min-width: 320px;
        max-width: 320px;
        padding: 2px;
        min-height: 30px;
        background-color: #EFFBFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-body-320w, .table-cell-body-productname, .table-cell-body-productdetail {
        display: table-cell;
        width: 320px;
        min-width: 320px;
        max-width: 320px;
        padding: 2px;
        min-height: 30px;
        background-color: #FFFFFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-155 {
        display: table-cell;
        width: 154px;
        min-width: 154px;
        max-width: 154px;
        padding: 2px;
        min-height: 30px;
        background-color: #EFFBFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-570 {
        display: table-cell;
        width: 570px;
        min-width: 570px;
        max-width: 570px;
        padding: 2px;
        min-height: 30px;
        background-color: #FFFFFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-200w {
        display: table-cell;
        width: 200px;
        min-width: 200px;
        max-width: 200px;
        padding: 2px;
        min-height: 30px;
        background-color: #FFFFFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-30 {
        display: table-cell;
        width: 30px;
        min-width: 30px;
        max-width: 30px;
        padding: 2px;
        font-size: 14px;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-40 {
        display: table-cell;
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        padding: 2px;
        background-color: #EFFBFF;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-60 {
        display: table-cell;
        min-width: 60px;
        padding: 2px;
        border-left: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-60b {
        display: table-cell;
        width: 60px;
        min-width: 60px;
        max-width: 60px;
        padding: 2px;
        background-color: #EFFBFF;
        border-left: 1px solid #C8C8C8;
        border-top: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-90 {
        display: table-cell;
        width: 90px;
        min-width: 90px;
        max-width: 90px;
        padding: 2px;
        border-top: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-90b {
        display: table-cell;
        width: 90px;
        min-width: 90px;
        max-width: 90px;
        padding: 2px;
        background-color: #EFFBFF;
        border-left: 1px solid #C8C8C8;
        border-top: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-100 {
        display: table-cell;
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        padding: 2px;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-110 {
        display: table-cell;
        width: 110px;
        min-width: 110px;
        max-width: 110px;
        min-height: 30px;
        padding: 2px;
        border-left: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-110b {
        display: table-cell;
        width: 110px;
        min-width: 110px;
        max-width: 110px;
        min-height: 30px;
        padding: 2px;
        background-color: #EFFBFF;
        border-left: 1px solid #C8C8C8;
        border-top: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-130 {
        display: table-cell;
        width: 130px;
        min-width: 130px;
        max-width: 130px;
        padding: 2px;
        background-color: #EFFBFF;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-140 {
        display: table-cell;
        width: 140px;
        min-width: 140px;
        max-width: 140px;
        padding: 2px;
        background-color: #EFFBFF;
        border-left: 1px solid #C8C8C8;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-140n {
        display: table-cell;
        width: 140px;
        min-width: 140px;
        max-width: 140px;
        padding: 2px;
        border-left: 1px solid #C8C8C8;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-140y {
        display: table-cell;
        width: 140px;
        min-width: 140px;
        max-width: 140px;
        padding: 2px;
        background-color: #FFFF80;
        border-left: 1px solid #C8C8C8;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-160 {
        display: table-cell;
        width: 160px;
        min-width: 160px;
        max-width: 160px;
        padding: 2px;
        border-left: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-160b {
        display: table-cell;
        width: 160px;
        min-width: 160px;
        max-width: 160px;
        padding: 2px;
        background-color: #EFFBFF;
        border-left: 1px solid #C8C8C8;
        border-top: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sales-detail-attachments {
        display: table-cell;
        width: 170px;
        min-width: 170px;
        max-width: 170px;
        padding: 2px;
        min-height: 30px;
        background-color: #EFFBFF;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-175b, .table-cell-title-AssignName, .table-cell-title-UseDate, .table-cell-title-OppositeUserName, .table-cell-title-TicketNo {
        display: table-cell;
        width: 175px;
        min-width: 175px;
        max-width: 175px;
        padding: 2px;
        min-height: 30px;
        background-color: #EFFBFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-225b, .table-cell-title-AssignName, .table-cell-title-UseDate, .table-cell-title-OppositeUserName, .table-cell-title-TicketNo {
        display: table-cell;
        width: 225px;
        min-width: 225px;
        max-width: 225px;
        padding: 2px;
        min-height: 30px;
        background-color: #EFFBFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-175w, .table-cell-body-AssignName, .table-cell-body-UseDate, .table-cell-body-OppositeUserName, .table-cell-body-TicketNo {
        display: table-cell;
        width: 175px;
        min-width: 175px;
        max-width: 175px;
        padding: 2px;
        min-height: 30px;
        background-color: #FFFFFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-225w, .table-cell-body-AssignName, .table-cell-body-UseDate, .table-cell-body-OppositeUserName, .table-cell-body-TicketNo {
        display: table-cell;
        width: 225px;
        min-width: 225px;
        max-width: 225px;
        padding: 2px;
        min-height: 30px;
        background-color: #FFFFFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-190 {
        display: table-cell;
        width: 190px;
        min-width: 190px;
        max-width: 190px;
        padding: 2px;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-200,.table-cell-header {
        display: table-cell;
        width: 200px;
        min-width: 200px;
        max-width: 200px;
        padding: 2px;
        min-height: 30px;
        background-color: #EFFBFF;
        border-left: 1px solid #C8C8C8;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-200w {
        display: table-cell;
        width: 200px;
        min-width: 200px;
        max-width: 200px;
        padding: 2px;
        min-height: 30px;
        background-color: #fff;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-205 {
        display: table-cell;
        width: 205px;
        min-width: 205px;
        max-width: 205px;
        padding: 2px;
        border-top: 1px solid #C8C8C8;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-220 {
        display: table-cell;
        width: 220px;
        min-width: 220px;
        max-width: 220px;
        padding: 2px;
        min-height: 30px;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-220n {
        display: table-cell;
        width: 220px;
        min-width: 220px;
        max-width: 220px;
        padding: 2px;
        min-height: 30px;
        border-left: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-220b {
        display: table-cell;
        width: 220px;
        min-width: 220px;
        max-width: 220px;
        padding: 2px;
        min-height: 30px;
        background-color: #EFFBFF;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-240 {
        display: table-cell;
        width: 240px;
        min-width: 240px;
        max-width: 240px;
        padding: 2px;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-240n {
        display: table-cell;
        width: 240px;
        min-width: 240px;
        max-width: 240px;
        padding: 2px;
        border-left: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-240b {
        display: table-cell;
        width: 240px;
        min-width: 240px;
        max-width: 240px;
        padding: 2px;
        background-color: #EFFBFF;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-250 {
        display: table-cell;
        width: 250px;
        min-width: 250px;
        max-width: 250px;
        padding: 2px;
        border-top: 1px solid #C8C8C8;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-250b {
        display: table-cell;
        width: 250px;
        min-width: 250px;
        max-width: 250px;
        padding: 2px;
        background-color: #EFFBFF;
        border-top: 1px solid #C8C8C8;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-260 {
        display: table-cell;
        width: 260px;
        min-width: 260px;
        max-width: 260px;
        padding: 2px;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-280 {
        display: table-cell;
        width: 280px;
        min-width: 280px;
        max-width: 280px;
        padding: 2px;
        border-left: 1px solid #C8C8C8;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-280b {
        display: table-cell;
        width: 280px;
        min-width: 280px;
        max-width: 280px;
        padding: 2px;
        background-color: #EFFBFF;
        border-left: 1px solid #C8C8C8;
        border-top: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-300 {
        display: table-cell;
        width: 300px;
        min-width: 300px;
        max-width: 300px;
        padding: 2px;
        min-height: 30px;
        border-top: 1px solid #C8C8C8;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 12px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-300b, .table-cell3-border, .table-title-total-amount {
        display: table-cell;
        width: 300px;
        min-width: 300px;
        max-width: 300px;
        padding: 2px;
        line-height: 30px;
        min-height: 30px;
        background-color: #EFFBFF;
        border: 1px solid #C8C8C8;
        font-size: 12px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-title-OppositeCompany {
        display: table-cell;
        width: 297px;
        min-width: 297px;
        max-width: 297px;
        padding: 2px;
        line-height: 30px;
        min-height: 30px;
        background-color: #EFFBFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-300b-border-noleft {
        display: table-cell;
        width: 300px;
        min-width: 300px;
        max-width: 300px;
        padding: 2px;
        line-height: 30px;
        min-height: 30px;
        background-color: #EFFBFF;
        border-top: 1px solid #C8C8C8;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-300g {
        display: table-cell;
        width: 300px;
        min-width: 300px;
        max-width: 300px;
        padding: 2px;
        background-color: #CECFCE;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-300w {
        display: table-cell;
        width: 300px;
        min-width: 300px;
        max-width: 300px;
        padding: 2px;
        min-height: 30px;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-body-OppositeCompany {
        display: table-cell;
        width: 297px;
        min-width: 297px;
        max-width: 297px;
        padding: 2px;
        min-height: 30px;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-320 {
        display: table-cell;
        width: 320px;
        min-width: 320px;
        max-width: 320px;
        padding: 2px;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .table-cell-350b {
        display: table-cell;
        width: 350px;
        min-width: 350px;
        max-width: 350px;
        padding: 2px;
        min-height: 30px;
        background-color: #EFFBFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-450b {
        display: table-cell;
        width: 450px;
        min-width: 450px;
        max-width: 450px;
        padding: 2px;
        min-height: 30px;
        background-color: #EFFBFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-350w {
        display: table-cell;
        width: 350px;
        min-width: 350px;
        max-width: 350px;
        padding: 2px;
        min-height: 30px;
        background-color: #FFFFFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-400 {
        display: table-cell;
        width: 400px;
        min-width: 400px;
        max-width: 400px;
        padding: 2px;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-400b, .table-title-product-name {
        display: table-cell;
        width: 400px;
        min-width: 400px;
        max-width: 400px;
        padding: 2px;
        background-color: #EFFBFF;
        border-top: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        min-height: 30px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-400g {
        display: table-cell;
        width: 400px;
        min-width: 400px;
        max-width: 400px;
        padding: 2px;
        height: 70px;
        min-height: 70px;
        background-color: #CECFCE;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-460 {
        display: table-cell;
        width: 460px;
        min-width: 460px;
        max-width: 460px;
        padding: 2px;
        background-color: #ffffff;
        border-top: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-460b {
        display: table-cell;
        width: 460px;
        min-width: 460px;
        max-width: 460px;
        padding: 2px;
        background-color: #EFFBFF;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-480 {
        display: table-cell;
        width: 480px;
        min-width: 480px;
        max-width: 480px;
        padding: 2px;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-500 {
        display: table-cell;
        width: 500px;
        min-width: 500px;
        max-width: 500px;
        padding: 2px;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-500b, .table-cell2-border {
        display: table-cell;
        width: 500px;
        min-width: 500px;
        max-width: 500px;
        padding: 2px;
        border-top: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        background-color: #EFFBFF;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-500n {
        display: table-cell;
        width: 500px;
        min-width: 500px;
        max-width: 500px;
        border-top: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-500g {
        display: table-cell;
        width: 500px;
        min-width: 500px;
        max-width: 500px;
        padding: 2px;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        background-color: #CECFCE;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-640 {
        display: table-cell;
        width: 640px;
        min-width: 640px;
        max-width: 640px;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .table-cell-700,.table-left {
        display: table-cell;
        width: 700px;
        min-width: 700px;
        max-width: 700px;
        /*padding: 2px;*/
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-900, .table-left {
        display: table-cell;
        width: 900px;
        min-width: 900px;
        max-width: 900px;
        /*padding: 2px;*/
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-700b, .table-cell12-border {
        display: table-cell;
        width: 700px;
        min-width: 700px;
        max-width: 700px;
        padding: 2px;
        min-height: 30px;
        background-color: #EFFBFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        font-weight: bold;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-760 {
        display: table-cell;
        width: 760px;
        min-width: 760px;
        max-width: 760px;
        padding: 2px;
        font-size: 14px;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-800,.table-cell-body {
        display: table-cell;
        width: 800px;
        min-width: 800px;
        max-width: 800px;
        padding: 2px;
        font-size: 14px;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


    .table-cell-830 {
        display: table-cell;
        width: 830px;
        min-width: 830px;
        max-width: 830px;
        padding: 2px;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-860 {
        display: table-cell;
        width: 860px;
        min-width: 860px;
        max-width: 860px;
        padding: 2px;
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-960 {
        display: table-cell;
        width: 960px;
        min-width: 960px;
        max-width: 960px;
        border-top: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-4col-title1 {
        display: table-cell;
        width: 235px;
        min-width: 235px;
        max-width: 235px;
        padding: 2px;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        text-align: center;
        background-color: #EFFBFF;
        vertical-align: middle;
        line-height: 25px;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-4col-title4 {
        display: table-cell;
        width: 295px;
        min-width: 295px;
        max-width: 295px;
        padding: 2px;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-4col-cell1 {
        display: table-cell;
        width: 235px;
        min-width: 235px;
        max-width: 235px;
        padding: 2px;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-4col-cell4 {
        display: table-cell;
        width: 295px;
        min-width: 295px;
        max-width: 295px;
        padding: 2px;
        font-size: 14px;
        border: 1px solid #C8C8C8;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-cell-4col-cell2 {
        display: table-cell;
        width: 470px;
        min-width: 470px;
        max-width: 470px;
        padding: 2px;
        border: 1px solid #C8C8C8;
        font-size: 14px;
        vertical-align: middle;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-title-product-name {
        display: table-cell;
        width: 400px;
        min-width: 400px;
        max-width: 400px;
        padding: 2px;
        background-color: #EFFBFF;
        border-top: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        min-height: 30px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-content-product-name {
        display: table-cell;
        width: 400px;
        min-width: 400px;
        max-width: 400px;
        padding: 2px;
        background-color: #fff;
        /*border-top: 1px solid #C8C8C8;*/
        border-left: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 14px;
        min-height: 30px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-content-total-amount {
        display: table-cell;
        width: 300px;
        min-width: 300px;
        max-width: 300px;
        padding: 2px;
        line-height: 30px;
        min-height: 30px;
        background-color: #fff;
        border-right: 1px solid #C8C8C8;
        border-left: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        font-size: 12px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .border-noright {
        border-right-style: none;
    }

    .border-noleft {
        border-left-style: none;
    }

    .border-notop {
        border-top-style: none;
    }

    .border-nobottom {
        border-bottom-style: none;
    }

    .table-cell-height100 {
        height: 100px;
    }

    .integertext {
    }

    .calendar {
        /*DISPLAY: inline;*/
        WIDTH: 100px;
        HEIGHT: 20px;
    }

    .viewlink table {
    }

    .clear-button {
    }

    .mailaddress {
    }

    .organization-search {
    }

    .user-search {
    }

    .attachment {
        border: 1px solid #C8C8C8;
        border-spacing: 0;
    }

    .richtext {
    }

    .checkbox {
    }

    .textarea {
        ime-mode:active;
    }

    .textbox {
        ime-mode:active;
    }

    .radiobutton {
    }

    .label {
    }

    .label-notice1 {
        color: red;
    }

    .label-notice2 {
        font-weight: bold;
        color: red;
    }

    .label-right {
        text-align: right;
    }

    .control-inline {
        display: inline-block;
        vertical-align: middle;
    }

    .container-selfcheck > div:nth-child(odd), .container-selfcheck > div:nth-child(odd) input[type="radio"], .container-selfcheck > div:nth-child(odd) textarea {
        BACKGROUND-COLOR: papayawhip;
    }

    .nocell {
        display: table-cell;
        width: 25px;
        padding-left: 2px;
        border: 1px solid #C8C8C8;
        vertical-align: middle;
        writing-mode: vertical-lr;
        height: auto;
    }

    .space-cell {
        display: table-cell;
        width: 698px;
        padding-top: 30px;
        border: 1px solid #C8C8C8;
        background-color: #EFFBFF;
        margin: -0.5px 0px;
    }

    .selfcheck-header-color {
        background-color: NavajoWhite;
    }

    textarea.selfcheck-textarea {
        HEIGHT: 70px;
        ime-mode:active;
    }

    .cell-nopadding {
        display: table-cell;
    }

    .cell-outsourcing-title1 {
        display: table-cell;
        width: 171px;
        border: 1px solid #C8C8C8;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: -0.5px 0px;
    }

    .cell-outsourcing-title2 {
        display: table-cell;
        width: 142px;
        border: 1px solid #C8C8C8;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: -0.5px 0px;
    }

    .table-header-PersonalAccount {
        display: table-cell;
        width: 994px;
        height: auto;
        padding: 2px;
        border: 1px solid #C8C8C8;
    }

    .table-row-inner {
        display: table;
        margin: -0.5px 0px;
    }

    .selfcheck-cell-radio {
        WIDTH: 100px;
        min-width: 100px;
        border-right: 1px solid #C8C8C8;
    }

    .selfcheck-cell-question {
        WIDTH: 371px;
        min-width: 100px;
        border-right: 1px solid #C8C8C8;
    }

    .selfcheck-cell-reason {
        WIDTH: 200px;
        min-width: 100px;
        border-right: 1px solid #C8C8C8;
    }

    .selfcheck-cell-notice {
        WIDTH: 300px;
        min-width: 100px;
        border-right: 1px solid #C8C8C8;
    }

    .title-color2 {
        background-color: PaleGoldenrod;
    }

    .abandon-color {
        background-color: MistyRose;
    }

    .abandonheader-color {
        background-color: lightpink;
    }

    .outsourcing-color {
        background-color: darkgray;
    }



    /*
    DataTables - Grouping
*/

    .expanded-group {
        background: url('../Content/DataTables/images/details_close.png') no-repeat scroll left center transparent;
    }

    .collapsed-group {
        background: url('../Content/DataTables/images/details_open.png') no-repeat scroll left center transparent;
    }

    .group {
        color: white;
        background-color: gray;
        text-indent: 15px;
    }

    .subgroup {
        color: white;
        background-color: darkgray;
        /*Delete Start by shangdong.a.xu 20160823
        text-indent: 25px;
        background-position: 10px center;
        Delete Start by shangdong.a.xu 20160823*/
    }

    /*
 * Table styles
 */
    table.dataTable {
        width: 100%;
        margin: 0 auto;
        clear: both;
        border-collapse: separate;
        border-spacing: 0;
        /*
   * Header and footer styles
   */
        /*
   * Body styles
   */
    }

        table.dataTable thead th,
        table.dataTable tfoot th {
            font-weight: bold;
        }

        table.dataTable thead th,
        table.dataTable thead td {
            padding: 10px 18px;
            border-bottom: 1px solid #111111;
        }

            table.dataTable thead th:active,
            table.dataTable thead td:active {
                outline: none;
            }

        table.dataTable tfoot th,
        table.dataTable tfoot td {
            padding: 10px 18px 6px 18px;
            border-top: 1px solid #111111;
        }

        table.dataTable thead .sorting,
        table.dataTable thead .sorting_asc,
        table.dataTable thead .sorting_desc {
            cursor: pointer;
            *cursor: hand;
        }

        table.dataTable thead .sorting,
        table.dataTable thead .sorting_asc,
        table.dataTable thead .sorting_desc,
        table.dataTable thead .sorting_asc_disabled,
        table.dataTable thead .sorting_desc_disabled {
            background-repeat: no-repeat;
            background-position: center right;
        }

        table.dataTable thead .sorting {
            background-image: url("../images/sort_both.png");
        }

        table.dataTable thead .sorting_asc {
            background-image: url("../images/sort_asc.png");
        }

        table.dataTable thead .sorting_desc {
            background-image: url("../images/sort_desc.png");
        }

        table.dataTable thead .sorting_asc_disabled {
            background-image: url("../images/sort_asc_disabled.png");
        }

        table.dataTable thead .sorting_desc_disabled {
            background-image: url("../images/sort_desc_disabled.png");
        }

        table.dataTable tbody tr {
            background-color: white;
        }

            table.dataTable tbody tr.selected {
                background-color: #b0bed9;
            }

        table.dataTable tbody th,
        table.dataTable tbody td {
            padding: 8px 10px;
        }

        table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
            border-top: 1px solid #dddddd;
        }

        table.dataTable.row-border tbody tr:first-child th,
        table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
        table.dataTable.display tbody tr:first-child td {
            border-top: none;
        }

        table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
            border-top: 1px solid #dddddd;
            border-right: 1px solid #dddddd;
        }

        table.dataTable.cell-border tbody tr th:first-child,
        table.dataTable.cell-border tbody tr td:first-child {
            border-left: 1px solid #dddddd;
        }

        table.dataTable.cell-border tbody tr:first-child th,
        table.dataTable.cell-border tbody tr:first-child td {
            border-top: none;
        }

        table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
            background-color: #f9f9f9;
        }

            table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
                background-color: #abb9d3;
            }

        table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
            background-color: whitesmoke;
        }

            table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
                background-color: #a9b7d1;
            }

        table.dataTable.order-column tbody tr > .sorting_1,
        table.dataTable.order-column tbody tr > .sorting_2,
        table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
        table.dataTable.display tbody tr > .sorting_2,
        table.dataTable.display tbody tr > .sorting_3 {
            background-color: #f9f9f9;
        }

        table.dataTable.order-column tbody tr.selected > .sorting_1,
        table.dataTable.order-column tbody tr.selected > .sorting_2,
        table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
        table.dataTable.display tbody tr.selected > .sorting_2,
        table.dataTable.display tbody tr.selected > .sorting_3 {
            background-color: #acbad4;
        }

        table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
            background-color: #f1f1f1;
        }

        table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
            background-color: #f3f3f3;
        }

        table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
            background-color: whitesmoke;
        }

        table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
            background-color: #a6b3cd;
        }

        table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
            background-color: #a7b5ce;
        }

        table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
            background-color: #a9b6d0;
        }

        table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
            background-color: #f9f9f9;
        }

        table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
            background-color: #fbfbfb;
        }

        table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
            background-color: #fdfdfd;
        }

        table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
            background-color: #acbad4;
        }

        table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
            background-color: #adbbd6;
        }

        table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
            background-color: #afbdd8;
        }

        table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
            background-color: #eaeaea;
        }

        table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
            background-color: #ebebeb;
        }

        table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
            background-color: #eeeeee;
        }

        table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
            background-color: #a1aec7;
        }

        table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
            background-color: #a2afc8;
        }

        table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
            background-color: #a4b2cb;
        }

        table.dataTable.no-footer {
            border-bottom: 1px solid #111111;
        }

        table.dataTable.nowrap th, table.dataTable.nowrap td {
            white-space: nowrap;
        }

        table.dataTable.compact thead th,
        table.dataTable.compact thead td {
            padding: 4px 17px 4px 4px;
        }

        table.dataTable.compact tfoot th,
        table.dataTable.compact tfoot td {
            padding: 4px;
        }

        table.dataTable.compact tbody th,
        table.dataTable.compact tbody td {
            padding: 4px;
        }

        table.dataTable th.dt-left,
        table.dataTable td.dt-left {
            text-align: left;
        }

        table.dataTable th.dt-center,
        table.dataTable td.dt-center,
        table.dataTable td.dataTables_empty {
            text-align: center;
        }

        table.dataTable th.dt-right,
        table.dataTable td.dt-right {
            text-align: right;
        }

        table.dataTable th.dt-justify,
        table.dataTable td.dt-justify {
            text-align: justify;
        }

        table.dataTable th.dt-nowrap,
        table.dataTable td.dt-nowrap {
            white-space: nowrap;
        }

        table.dataTable thead th.dt-head-left,
        table.dataTable thead td.dt-head-left,
        table.dataTable tfoot th.dt-head-left,
        table.dataTable tfoot td.dt-head-left {
            text-align: left;
        }

        table.dataTable thead th.dt-head-center,
        table.dataTable thead td.dt-head-center,
        table.dataTable tfoot th.dt-head-center,
        table.dataTable tfoot td.dt-head-center {
            text-align: center;
        }

        table.dataTable thead th.dt-head-right,
        table.dataTable thead td.dt-head-right,
        table.dataTable tfoot th.dt-head-right,
        table.dataTable tfoot td.dt-head-right {
            text-align: right;
        }

        table.dataTable thead th.dt-head-justify,
        table.dataTable thead td.dt-head-justify,
        table.dataTable tfoot th.dt-head-justify,
        table.dataTable tfoot td.dt-head-justify {
            text-align: justify;
        }

        table.dataTable thead th.dt-head-nowrap,
        table.dataTable thead td.dt-head-nowrap,
        table.dataTable tfoot th.dt-head-nowrap,
        table.dataTable tfoot td.dt-head-nowrap {
            white-space: nowrap;
        }

        table.dataTable tbody th.dt-body-left,
        table.dataTable tbody td.dt-body-left {
            text-align: left;
        }

        table.dataTable tbody th.dt-body-center,
        table.dataTable tbody td.dt-body-center {
            text-align: center;
        }

        table.dataTable tbody th.dt-body-right,
        table.dataTable tbody td.dt-body-right {
            text-align: right;
        }

        table.dataTable tbody th.dt-body-justify,
        table.dataTable tbody td.dt-body-justify {
            text-align: justify;
        }

        table.dataTable tbody th.dt-body-nowrap,
        table.dataTable tbody td.dt-body-nowrap {
            white-space: nowrap;
        }

        table.dataTable,
        table.dataTable th,
        table.dataTable td {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

    /*
 * Control feature layout
 */
    .dataTables_wrapper {
        position: relative;
        clear: both;
        *zoom: 1;
        zoom: 1;
    }

        .dataTables_wrapper .dataTables_length {
            float: left;
        }

        .dataTables_wrapper .dataTables_filter {
            float: right;
            text-align: right;
        }

            .dataTables_wrapper .dataTables_filter input {
                margin-left: 0.5em;
            }

        .dataTables_wrapper .dataTables_info {
            clear: both;
            float: left;
            padding-top: 0.755em;
        }

        .dataTables_wrapper .dataTables_paginate {
            float: right;
            text-align: right;
            padding-top: 0.25em;
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button {
                box-sizing: border-box;
                display: inline-block;
                min-width: 1.5em;
                padding: 0.5em 1em;
                margin-left: 2px;
                text-align: center;
                text-decoration: none;
                cursor: pointer;
                *cursor: hand;
                color: #333333;
                border: 1px solid transparent;
                border-radius: 2px;
            }

                .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                    color: #333333;
                    border: 1px solid #979797;
                    background-color: white;
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
                    /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
                    /* Chrome10+,Safari5.1+ */
                    background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
                    /* FF3.6+ */
                    background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
                    /* IE10+ */
                    background: -o-linear-gradient(top, white 0%, gainsboro 100%);
                    /* Opera 11.10+ */
                    background: linear-gradient(to bottom, white 0%, gainsboro 100%);
                    /* W3C */
                }

                .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
                    cursor: default;
                    color: #666;
                    border: 1px solid transparent;
                    background: transparent;
                    box-shadow: none;
                }

                .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                    color: white;
                    border: 1px solid #111111;
                    background-color: #585858;
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
                    /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
                    /* Chrome10+,Safari5.1+ */
                    background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
                    /* FF3.6+ */
                    background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
                    /* IE10+ */
                    background: -o-linear-gradient(top, #585858 0%, #111111 100%);
                    /* Opera 11.10+ */
                    background: linear-gradient(to bottom, #585858 0%, #111111 100%);
                    /* W3C */
                }

                .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                    outline: none;
                    background-color: #2b2b2b;
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
                    /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                    /* Chrome10+,Safari5.1+ */
                    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                    /* FF3.6+ */
                    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                    /* IE10+ */
                    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                    /* Opera 11.10+ */
                    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
                    /* W3C */
                    box-shadow: inset 0 0 3px #111;
                }

            .dataTables_wrapper .dataTables_paginate .ellipsis {
                padding: 0 1em;
            }

        .dataTables_wrapper .dataTables_processing {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 40px;
            margin-left: -50%;
            margin-top: -25px;
            padding-top: 20px;
            text-align: center;
            font-size: 1.2em;
            background-color: white;
            background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
            background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
            background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
            background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
            background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        }

        .dataTables_wrapper .dataTables_length,
        .dataTables_wrapper .dataTables_filter,
        .dataTables_wrapper .dataTables_info,
        .dataTables_wrapper .dataTables_processing,
        .dataTables_wrapper .dataTables_paginate {
            color: #333333;
        }

        .dataTables_wrapper .dataTables_scroll {
            clear: both;
            overflow: auto;
            position: relative;
            width: 915px;
            height: 630px;
        }

            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
                *margin-top: -1px;
                -webkit-overflow-scrolling: touch;
                min-width: 900px;
                width: min-content !important;
            }
            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollHead {
                min-width: 900px;
                width: min-content !important;
            }
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
                    vertical-align: middle;
                }

                    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
                    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
                        height: 0;
                        overflow: hidden;
                        margin: 0;
                        padding: 0;
                    }

        .dataTables_wrapper.no-footer .dataTables_scrollBody {
            border-bottom: 1px solid #111111;
        }

        .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
        .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
            border-bottom: none;
        }

        .dataTables_wrapper:after {
            visibility: hidden;
            display: block;
            content: "";
            clear: both;
            height: 0;
        }

    @media screen and (max-width: 767px) {
        .dataTables_wrapper .dataTables_info,
        .dataTables_wrapper .dataTables_paginate {
            float: none;
            text-align: center;
        }

        .dataTables_wrapper .dataTables_paginate {
            margin-top: 0.5em;
        }
    }

    @media screen and (max-width: 640px) {
        .dataTables_wrapper .dataTables_length,
        .dataTables_wrapper .dataTables_filter {
            float: none;
            text-align: center;
        }

        .dataTables_wrapper .dataTables_filter {
            margin-top: 0.5em;
        }
    }




    input[type="button"].disabled {
        background-color: #cdcdcd;
        color: red;
        cursor: default;
    }

    .dataTables_length select {
        width: 80px;
        margin: 0px;
    }

    .ui-toolbar {
        margin: 0px;
        padding: 0px;
    }

    .dataTable tbody th, .dataTable tbody td {
        border-top: none;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

    .dataTable tbody tr th:first-child,
    .dataTable tbody tr td:first-child {
        border-left: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

    .dataTable tbody tr:first-child th,
    .dataTable tbody tr:first-child td {
        border-top: none;
    }

    .dataTable input[type="checkbox"], input[type="radio"] {
        border: none;
        margin: 0px;
        padding: 0px, 0px, 0px, 20px;
    }

    input.add-mail-address-checkbox {
        border: none;
        margin: 0px;
        padding: 0px, 0px, 0px, 10px;
    }

    .add-mail-address th {
        font-size: 1.2em;
        text-align: left;
        border-width: 1px;
        border-color: #e2e2e2;
        padding: 3px;
        border-style: solid;
    }

    .add-mail-address td {
        font-size: 1.2em;
        text-align: left;
        border-width: 1px;
        border-color: #e2e2e2;
        padding: 3px;
        border-style: solid;
    }

    #FormLayout input[type="checkbox"], input[type="radio"] {
        border: none;
        margin: 0px;
        padding: 0px, 0px, 0px, 10px;
        width: 20px;
    }

    .rich-text table tr td {
        border: 1px solid;
    }

    /* ms-rteTable-default start */
    .ms-rteTable-default > tbody > tr > td,
    .ms-rteTable-default > tbody > tr > th,
    .ms-rteTable-0 > tbody > tr > td,
    .ms-rteTable-0 > tbody > tr > th,
    .ms-rteTable-1 > tbody > tr > td,
    .ms-rteTable-1 > tbody > tr > th,
    .ms-rteTable-2 > tbody > tr > td,
    .ms-rteTable-2 > tbody > tr > th,
    .ms-rteTable-3 > tbody > tr > td,
    .ms-rteTable-3 > tbody > tr > th,
    .ms-rteTable-4 > tbody > tr > td,
    .ms-rteTable-4 > tbody > tr > th,
    .ms-rteTable-5 > tbody > tr > td,
    .ms-rteTable-5 > tbody > tr > th,
    .ms-rteTable-6 > tbody > tr > td,
    .ms-rteTable-6 > tbody > tr > th,
    .ms-rteTable-7 > tbody > tr > td,
    .ms-rteTable-7 > tbody > tr > th,
    .ms-rteTable-8 > tbody > tr > td,
    .ms-rteTable-8 > tbody > tr > th,
    .ms-rteTable-9 > tbody > tr > td,
    .ms-rteTable-9 > tbody > tr > th,
    .ms-rteTable-10 > tbody > tr > td,
    .ms-rteTable-10 > tbody > tr > th {
        vertical-align: top;
        padding: 7px 5px 6px;
    }

    .ms-rteTable-default > tbody > tr > th,
    .ms-rteTable-default > tbody > tr.ms-rteTableFooterRow-default,
    .ms-rteTable-0 > tbody > tr > th,
    .ms-rteTable-0 > tbody > tr.ms-rteTableFooterRow-0,
    .ms-rteTable-1 > tbody > tr > th,
    .ms-rteTable-1 > tbody > tr.ms-rteTableFooterRow-1,
    .ms-rteTable-2 > tbody > tr > th,
    .ms-rteTable-2 > tbody > tr.ms-rteTableFooterRow-2,
    .ms-rteTable-3 > tbody > tr > th,
    .ms-rteTable-3 > tbody > tr.ms-rteTableFooterRow-3,
    .ms-rteTable-4 > tbody > tr > th,
    .ms-rteTable-4 > tbody > tr.ms-rteTableFooterRow-4,
    .ms-rteTable-5 > tbody > tr > th,
    .ms-rteTable-5 > tbody > tr.ms-rteTableFooterRow-5,
    .ms-rteTable-6 > tbody > tr > th,
    .ms-rteTable-6 > tbody > tr.ms-rteTableFooterRow-6,
    .ms-rteTable-7 > tbody > tr > th,
    .ms-rteTable-7 > tbody > tr.ms-rteTableFooterRow-7,
    .ms-rteTable-8 > tbody > tr > th,
    .ms-rteTable-8 > tbody > tr.ms-rteTableFooterRow-8,
    .ms-rteTable-9 > tbody > tr > th,
    .ms-rteTable-9 > tbody > tr.ms-rteTableFooterRow-9,
    .ms-rteTable-10 > tbody > tr > th,
    .ms-rteTable-10 > tbody > tr.ms-rteTableFooterRow-10 {
        color: #777;
        text-align: left;
        font-weight: normal;
    }

    .ms-rtetablecells {
        padding: 2px;
        vertical-align: top;
    }

    .ms-rteTable-default {
        -ms-name: "既定の表スタイル - 淡色";
    }

        .ms-rteTable-default,
        .ms-rteTable-default > tbody > tr > td,
        .ms-rteTable-default > tbody > tr > th,
        td.ms-rteTable-default,
        th.ms-rteTable-default,
        .ms-rtetablecells {
            border: 1px solid #ccc;
        }

    /* ms-rteTable-default end */

    .price-label, .price-text, .number-text, .integer-text, .readonly-text[format="number"] {
        text-align: right;
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #333;
        font-size: 14px;
        line-height: 13px;
        margin: 5px 0 6px 0;
        padding: 3px;
        width: 100%;
        min-height: 22px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


    table.master tr, table.master th, table.master td {
        border: 1px solid;
    }

    .form-right-area {
        float: right;
    }

    /*.table-row {
        display: table-row;
    }*/

    .scroll-y {
        overflow-x: initial;
        overflow-y: scroll;
    }
    /*
 .trail > div {
        border-right: 1px solid #666;
        border-bottom: 1px solid #666;
 }
    */
    /*
 .table-row {
        display: table;
     */
    /* margin: 0 auto;*/
    /*
        margin: -1px 0 0 3px;
}
            */


    .table-head {
        border-top: 1px solid #666;
        background: #6699CC;
    }

    .table-column {
        display: table-cell;
        width: 130px;
        padding: 9px;
        border-left: 1px solid #666;
    }

    .contentArea {
        margin: 5px;
    }
}

.title-color1 {
    background-color: #EFFBFF;
}

/* 共通機能 */
.headLogo > a {
    margin: 0px;
    padding: 0px;
}

    .headLogo > a:hover {
        background-color: transparent;
    }

    .headLogo > a > img {
        margin: 0px;
        padding: 0px;
        outline-color: transparent;
    }

div.left {
    float: left;
}

div.right {
    /*display:inline-block;*/
    text-align: right;
}

.table-header {
    border: 1px solid #c8c8c8;
    background: #89E1FF;
    box-sizing: border-box;
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
}

.table-cell {
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
}

.area-header {
    font-size: 1.5em;
    margin-bottom: 5px;
}

.status-next-approver {
    font-size: 1.2em;
}

.application-form-name {
    font-size: 2.0em;
}

.applicant-area-organization-name {
    width: 250px;
}

.applicant-area-user-id {
    width: 150px;
}

.applicant-area-user-name {
    width: 150px;
}

.applicant-area-mail-address {
    width: 230px;
}

.approver-area-no {
    width: 25px;
}

.approver-area-due {
    width: 160px;
}

.approver-area-status {
    width: 80px;
}

.approver-area-organization-name {
    width: 195px;
}

.approver-area-position-name {
    width: 60px;
}

.approver-area-user-id {
    width: 140px;
}

.approver-area-user-name {
    width: 140px;
}

.approver-area-mail-address {
    width: 200px;
}

.reference-table {
    min-height: 180px;
    max-height: 180px;
    padding-right: 5px;
    overflow-y: scroll;
    width: 1000px;
}

.reference-area-delete {
    width: 65px;
}

    .reference-area-delete > button {
        margin-right: 0px;
    }

.reference-area-notify {
    width: 60px;
}

.reference-area-organization-name {
    width: 250px;
}

.reference-area-user-name {
    width: 150px;
}

.reference-area-mail-address {
    width: 230px;
}

.trail-area-action {
    width: 120px;
}

.trail-area-date {
    width: 120px;
}

.trail-area-name {
    width: 250px;
}

.trail-area-position-name {
    width: 60px;
}

.trail-area-comment {
    width: 300px;
}

/*TODO*/
.table-hidden {
    display: none;
}

.table-cell-4split-header {
    display: table-cell;
    width: 240px;
    padding: 2px;
    min-height: 30px;
    background-color: #EFFBFF;
    border: 1px solid #C8C8C8;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table-cell-4split-body {
    display: table-cell;
    width: 240px;
    padding: 2px;
    min-height: 30px;
    border: 1px solid #C8C8C8;
    font-size: 14px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*2016/08/02 add*/
.sales-title1 {
    display: table-cell;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    padding: 2px;
    font-size: 14px;
    background-color: #EFFBFF;
    border-left: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sales-title2 {
    display: table-cell;
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    padding: 2px;
    background-color: #EFFBFF;
    border-left: 1px solid #C8C8C8;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    font-size: 14px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sales-title3 {
    display: table-cell;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    padding: 2px;
    line-height: 30px;
    min-height: 30px;
    background-color: #EFFBFF;
    border-left: 1px solid #C8C8C8;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    font-size: 14px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sales-title4 {
    display: table-cell;
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    padding: 2px;
    background-color: #EFFBFF;
    border-left: 1px solid #C8C8C8;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    font-size: 14px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sales-title5 {
    display: table-cell;
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    padding: 2px;
    background-color: #EFFBFF;
    border-left: 1px solid #C8C8C8;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    font-size: 14px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sales-title6 {
    display: table-cell;
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    min-height: 30px;
    padding: 2px;
    background-color: #EFFBFF;
    border-right: 1px solid #C8C8C8;
    border-left: 1px solid #C8C8C8;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    font-size: 14px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.detail-content1 {
    display: table-cell;
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    padding: 2px;
    border-left: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    font-size: 14px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.detail-content2 {
    display: table-cell;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    padding: 2px;
    min-height: 30px;
    border-left: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    font-size: 14px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.detail-content3 {
    display: table-cell;
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    padding: 2px;
    border-left: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    font-size: 14px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.detail-content4 {
    display: table-cell;
    width: auto;
    min-width: 90px;
    padding: 2px;
    border-left: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    font-size: 14px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.detail-content5 {
    display: table-cell;
    width: auto;
    min-width: 110px;
    min-height: 30px;
    padding: 2px;
    border-right: 1px solid #C8C8C8;
    border-left: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    font-size: 14px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.title-bold_blue {
    font-weight: bold;
    color: #0000ff;
}

.title-bold_black {
    font-weight: bold;
    color: #000000;
}

.guide-link:hover {
    background-color:inherit;
}

.comment a:link, a:visited, a:active, a:hover {
    color: #0782C1;
}

.approver-area.done {
    color : #3c71a5;
}

.approver-area.deny {
    color : #ff0000;
}

/* 可変行テーブル */
table.variableRowTable {
    border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
}

table.variableRowTable tr {
    border-bottom: 1px solid #C8C8C8;
}

table.variableRowTable th {
    padding: 0 3px 0 3px;
    color:#333;
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
}

table.variableRowTable td {
    padding: 2px 3px 2px 3px;
}

table.variableRowTable th:first-child {
    border-radius: 6px 0 0 0;
}

table.variableRowTable th:last-child {
    border-radius: 0 6px 0 0;
}

table.variableRowTable th:only-child{
    border-radius: 6px 6px 0 0;
}

table.variableRowTable tfoot tr {
    border: none;
}

table.variableRowTable tfoot td {
    padding-top: 5px;
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
}

table.variableRowTable tfoot th:first-child {
    border-radius: 0 0 6px 0;
}

table.variableRowTable tfoot th:last-child {
    border-radius: 0 0 0 6px;
}

table.variableRowTable tfoot th:only-child{
    border-radius: 0 0 6px 6px;
}

table.variableRowTable thead {
  display: block;    
}

table.variableRowTable tbody {
  overflow-y: auto;
  display: block;    
}

table.variableRowTable tbody tr:hover, table.variableRowTable tbody tr:nth-child(even):hover {
  cursor:pointer;
  background: #fbf8e9;
  transition: all 0.1s ease-in-out;     
}

.variableRowTableEvenRow {
    background: #f5f5f5;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.variableRowTableAddRow {
    display:inline-block;
    height:30px;
    width:30px;
    background-image:url(/Images/if_plus8_216320.png);
    background-size:contain;
    background-position-x:center;
    background-position-y:center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-bottom: 5px;
}

.variableRowTableAddRow:hover {
    cursor:pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}

.variableRowTableDeleteRow {
    display:inline-block;
    height:30px;
    width:30px;
    background-image:url(/Images/if_garbage_216251.png);
    background-size:contain;
    background-position-x:center;
    background-position-y:center;
    background-repeat: no-repeat;
    opacity: 0.5;
    vertical-align: middle;
    margin-bottom: 5px;
}

.variableRowTableDeleteHover {
    opacity: 1;
}

.variableRowTableBulkDeleteRow {
    display:inline-block;
    height:20px;
    width:20px;
    background-image:url(/Images/if_garbage_216251.png);
    background-size:contain;
    background-position-x:center;
    background-position-y:center;
    background-repeat: no-repeat;
}

.variableRowTableBulkDeleteRow:hover {
    cursor:pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}

/*可変コンテンツ*/
.variableContentTitle {
    font-size: 1.2em;
    color: #364e96;
    border: solid 3px #364e96;
    padding: 0.5em;
    border-radius: 0.5em;
    width:1000px;
    transition: .5s ;
}
.variableContentTitle.variableContentActive {
    color: #fff;
    background-color:#496acc;
    font-weight:600;
}

.variableContentTitleIcon {
    width: 15px;
    height: 15px;
    transition: .5s ;
    margin-right:5px;
}

.variableContentTitleIcon.variableContentActive {
    /*transition: .5s ;*/
    transform: rotate(90deg);
    -webkit-transform: rotate( 90deg );
}

/*JQuery ui Dialogのカスタマイズ*/
.ui-widget button, .ui-widget input, .ui-widget content{
    font-family: "Meiryo UI","Segoe UI", Verdana, Helvetica, Sans-Serif;
}
.ui-widget-overlay {
    opacity: 0.3 !important;
}
/*消えるポップアップ*/
.popup-alert {
    display:none;
    position:absolute;
    background-color:#E7E7E7;
    padding:8px;
    border-radius:3px;
    opacity:0.8;
}

/*検索アイコン*/
.search-icon {
    display:inline-block;
    height:20px;
    width:20px;
    background-image:url(/Images/iconmonstr-magnifier-6-240.png);
    background-size:contain;
    background-position-x:center;
    background-position-y:center;
    background-repeat: no-repeat;
}

.search-icon:hover {
    cursor:pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}

/*クリアアイコン*/
.clear-icon {
    display:inline-block;
    height:20px;
    width:20px;
    background-image:url(/Images/iconmonstr-eraser-2-240.png);
    background-size:contain;
    background-position-x:center;
    background-position-y:center;
    background-repeat: no-repeat;
}

.clear-icon:hover {
    cursor:pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}

/*添付アイコン*/
.attachment-icon {
    display:inline-block;
    height:20px;
    width:20px;
    background-image:url(/Images/iconmonstr-paperclip-1-240.png);
    background-size:contain;
    background-position-x:center;
    background-position-y:center;
    background-repeat: no-repeat;
}

.attachment-icon:hover {
    cursor:pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}

/*ツールチップ*/
.table-end {
    border-right: 1px solid #C8C8C8;
}

.tooltip {
    border: 2px solid #C8C8C8;
    border-radius: 3px;
    margin-left: 5px;
    margin-top: 5px;
    padding: 5px;
    position: absolute;
    min-height: 25px;
    min-width: 200px;
    background-color: #eee;
    z-index: 1000;
    box-shadow: 2px 2px 4px 0px #ddd;
}

.tooltip-th {
    border: 2px solid #C8C8C8;
    border-radius: 3px;
    margin-left: 3px;
    margin-top: 5px;
    padding: 5px;
    position: absolute;
    min-height: 25px;
    min-width: 200px;
    background-color: #eee;
    font-weight: normal;
    z-index: 1000;
    box-shadow: 2px 2px 4px 0px #ddd;
}

.tooltip-table,.tooltip-table tr ,.tooltip-table td {
    border: 1px solid black;
    border-collapse: collapse;
    border-top-color: black;
    border-right-color: black;
    border-bottom-color: black;
    border-left-color: black;
}

/*エリアヘッダ*/
.areaTitle {
    font-size: 1.1em;
    padding: 8px 3px;
    border-left: 6px solid #ccc;
    border-top: 1px solid #ccc;
    width:1000px;
    transition: .5s ;
}
.areaTitle.areaActive {
}

.areaTitleIcon {
    width: 15px;
    height: 15px;
    transition: .5s ;
    margin-right:5px;
}

.areaTitleIcon.areaActive {
    /*transition: .5s ;*/
    transform: rotate(90deg);
    -webkit-transform: rotate( 90deg );
}

/*ヘルプアイコン*/
.help-icon, .help-icon-table {
    display:inline-block;
    height:22px;
    width:22px;
    background-image:url(/Images/iconmonstr-help-3-240.png);
    background-size:contain;
    background-position-x:center;
    background-position-y:center;
    background-repeat: no-repeat;
    vertical-align:text-bottom;
}

.help-icon:hover, .help-icon-table:hover {
    cursor:pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}

#pagetopArea{
    position: relative;
}

#pagetop {
    position: absolute;
    right: 0%;
    top: -40px;
    margin: 0;
    padding: 0;
}

#pagetop a {
    display: block;
    width: 61px;
    height: 36px;
    padding: 0 23px 0 45px;
    background: url(../Images/toppage.png) no-repeat 20px center #3c71a5;
    font-size: 14px;
    line-height: 36px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    text-decoration:none;
}

#pagetop a:hover {
    text-decoration:underline;
}

.contactContent {
    width: 1000px !important;
    border: none !important;
    white-space: pre-line; 
}

/* 申請完了ダイアログ */
#MsgFromStatusList button {
    font-size: 13px;
    border: 1px solid #111;
    background: #fff;
    border-radius: 4px;
    color: #111;
    width: 120px;
}

#MsgNonStatusList button {
    font-size: 15px;
    border: 1px solid #111;
    background: #fff;
    border-radius: 8px;
    vertical-align: top;
    color: #111;
    width: 130px;
    height: 50px;
    padding: 4px;
}