@charset "utf-8";

/**
 *---------regist-------------
 */

h2#headRegist {
    height: 38px;
    background-image: url('../i/clt_regist_head.png');
}

table.formTable1 {
    margin: 1.5em auto;
    border: 1px solid #EEE;
    border-bottom: 1px solid #CCC;
    background: url('../i/cmn_bg_form1.png') repeat-x;
    background-color: #EEE;
}

table.formTable1 th,
table.formTable1 td {
    padding: 1em;
}

table.formTable1 th {
    width: 10em;
    color: #E97800;
    font-size: 1.4em;
    font-weight: bold;
}

table.formTable1 input {
    width: 23em;
    padding: 0.3em;
    font-size: 2em;
}

table#baseDataTable,
table#offerDataTable {
    margin-bottom: 1em;
    width: 100%;
}

table#baseDataTable th,
table#offerDataTable th {
    width: 10em;
    color: #E97800;
}

ul#employStyleList,
ul#workStyleList {
    float: left;
    padding-right: 1em;
    width: 15em;
}

ul#employStyleList li,
ul#workStyleList li {
    margin-left: 1em;
}

ul li.parent {
    margin-left: 0em !important;
    margin-bottom: 0.5em;
    padding: 0.3em;
    background-color: #CCC;
    font-weight: bold;
}