
/* regist --------------------------------------- */
#regist-container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-width: 910px;
    max-width: 1240px;
    /* forIE */
    width: expression(document.body.clientWidth < 911? "910px " : document.body.clientWidth > 1241? "1240px" : "auto");
    min-height: 1em;
    clear: both;
    text-align: center;
}

#regist-container .select_year {
    width: 55px;
}
#regist-container .zipcode {
    width: 40px;
}
#regist-container .telephone {
    width: 35px;
}
#regist-container .sonota  {
    width: 300px;
}
#regist-container .kinmusaki  {
    width: 300px;
}

#pagetitle_houjin {
    margin: 0 0 20px 0;
    padding: 0;
    background: #d0ebe3 url("../images/houjin_title_back.gif") no-repeat top left;
    text-align: left;
}
#pagetitle_houjin h2 {
    margin: 4px 0 4px 0;
    padding: 7px 0 9px 15px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1em;
}
#pagetitle_houjin h2 span.subcopy {
    margin: 0;
    margin: 0;
    color: #099;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6em;
}

#pagetitle_kojin {
    margin: 0 0 20px 0;
    padding: 0;
    background: #e3e7ff url("../images/kojin_title_back.gif") no-repeat top left;
    text-align: left;
}
#pagetitle_kojin h2 {
    margin: 4px 0 4px 0;
    padding: 7px 0 7px 15px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.0em;
}
#pagetitle_kojin h2 span.subcopy {
    margin: 0;
    margin: 0;
    color: #36c;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6em;
}

#regist-inner {
    width: 80%;
    margin: 0 auto;
}

#regist-btn {
    margin: 10px 0 10px 0;
    padding: 5px;
    min-height: 1em;
    clear: both;
    text-align: center;
}
#regist-btn:after {
     content: "";
     display: block;
     clear: both;
     overflow: hidden;
}
/*\*/
* html #regist-btn{
     height: 1em;
}
#regist-btn {
     display: block;
}
/**/


#regist-container #check {
    display: inline;
    margin: 10px 0;
}

#regist-container #check input {
    vertical-align: middle;
    height: 20px;
    font-size: 12px;
}

#regist-container textarea {
    width: 70%;
    height: 260px;
    border: 1px solid #999;
    margin: 10px 0 10px 0;
    padding: 10px;
}





/* inputform --------------------------- */

#input-area {
    text-align: center;
    width: 100%;
    border: 1px solid #333;
}


/* table */
table.regist {
    width: 100%;
    margin: 0;
    padding: 0;
}

table.regist th {
    background: #e0e0e0;
    margin: 0;
    padding: 10px 0 5px 20px;
    width: 180px;
    line-height: 1.1em;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
}

table.regist td {
    background: #f0f0f0;
    margin: 0;
    padding: 5px 0 5px 20px;
    line-height: 2em;
    font-size: 12px;
    color: #333;
    vertical-align: middle;
    text-align: left;
    vertical-align: middle;
}

table.regist .redtxt {
    color: #f40;
    font-size: 12px;
    line-height: 2em;
}


form ul.fields {
    margin: 5px 0 0 0;
    padding: 0;
}
form ul.fields li {
    list-style-type: none;
    margin: 0 0 5px 0;
        
}
input.radio, input.checkbox {
    margin-right: 3px;
    vertical-align: bottom;
    display: inline;
}

input.shimei {
    width: 130px;
    height: 18px;
    margin: 0 0 0 7px;
    padding: 4px 2px 0px 5px;
    border: 1px solid #003;
    font-size: 12px;
    vertical-align: middle;
}
input.emailbox {
    width: 160px;
    height: 18px;
    margin: 0 0 0 0;
    padding: 4px 2px 0px 5px;
    border: 1px solid #003;
    font-size: 12px;
    vertical-align: middle;
}
input.zipcode {
    width: 80px;
    height: 18px;
    margin: 0 0 0 0;
    padding: 4px 2px 0px 5px;
    border: 1px solid #003;
    font-size: 12px;
    vertical-align: middle;
}

input.address,
input.company-name,
input.busyo,
input.sonota,
input.kinmusaki {
    width:  300px;
    height: 18px;
    margin: 5px 0 5px 0;
    padding: 4px 2px 0px 5px;
    border: 1px solid #003;
    font-size: 12px;
    vertical-align: middle;
}
input.telephone,
input.faximili {
    width:  70px;
    height: 18px;
    margin: 0 0 0 0;
    padding: 4px 2px 0px 5px;
    border: 1px solid #003;
    font-size: 12px;
    vertical-align: middle;
}


table.regist td select.birth {
    vertical-align: middle;
    width: 70px;
    height: 20px;
    font-size: 12px;
}
table.regist td select.pref {
    vertical-align: middle;
    width: 100px;
    height: 20px;
    font-size: 12px;
    margin-bottom: 5px;
}

table.regist td.gray {
    background: #e0e0e0;
}
table.regist input.fields {
    margin-right: 3px;
    margin-top: 5px;
    vertical-align: top;
}
table.regist label {
    line-height: 2em;
}

.errors {
    color: red;
    font-weight: bold;
}

.warning {
    color: red;
    font-weight: bold;
}

form ul.errors li {
    /* color: #f40; */
    color: red;
    font-weight: bold;
}
div.gyoshu {
    line-height: 2em;
}
div.gyoshu input {
    margin-right: 5px;
}

div.gyoshu select {
    margin-left: 10px;
    width: 140px;
}

select.charge {
    width: 160px;
}

select.clearup {
    width: 160px;
}
