@charset "utf-8";

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

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

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

table#workerDataTable th,
table#baseDataTable th {
    width: 15em;
}

ul#skillList li {
    float: left;
    display: inline;
    width: 13.2em;
    line-height: 2em;
}

table#skillDetailTable {
    width: 100%;
}



table#skillDetailTable th,
table#skillDetailTable td {
    font-size: 12px;
}

table#skillDetailTable th {
    background-color: #bbb;
    color: #FFF;
}

table#skillDetailTable td {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-right: 0em;
}

table#skillDetailTable input.skillComment {
    width: 16em;
}

th#tableHeadSkillName { width: 15em !important;}

ul.targetAreaList {
    float: left;
    display: inline;
    margin-bottom: 1.5em;
    width: 9em;
}

ul#registAttention {
    list-style: disc;
    font-size: 1.2em;
    padding: 1em;
    padding-left: 2em;
    background-color: #D8F0F0;
}

ul#registAttention li {
    color: #333;
    line-height: 180%;
}

p#noMobile {
    margin-top: 1em;
    margin-left: 1em;
    font-weight: bold;
}

p#registInfo {
    float: left;
    display: inliine;
    width: 30em;
    margin-top: 1em;
    margin-right: 1.5em;
}

p#registHelp {
    float: left;
    display: inliine;
    font-size: 1em;
    width: 29em;
    margin-bottom: 2em;
}

