@charset "utf-8";



#formWrapper {
	margin-bottom : 20px ;
	padding       : 0    ;
	font-size     : 100% ;
}


.formFlow {
	width  : 550px ;
	margin : 0 auto ;
}



/**
 * req unique
 */

input,textarea {
    padding: 0.2em;
}
#companyName , #companyFuri { width: 20em;}
#FamilyName , #FirstName { width: 6em;}
#FamilyFuri , #FirstFuri { width: 6em;}
#mailAddress { width: 26em;}
#zip_f { width: 3em;}
#zip_b { width: 4em;}
#address { width: 26em;}
#tel_f, #tel_m , #tel_b { width: 5em;}
#fax_f, #fax_m , #fax_b { width: 5em;}
#clue { width: 26em;}
#reason { width: 26em;}
#workTime , #workCategory , #workContent { width: 20em;}

#comment { width: 30em; height: 10em; font-size:100%;}

div#submitBtn {
    text-align: center;
}

div#submitBtn input {
    width: 10em;
}

ul#stepNav {
    margin-left: 0.2em;
}


p.reqTxt {
	margin-top: 1.5em;
    margin-left: 0.5em;
    margin-bottom: 1.5em;
    font-size: 1.2em;
    line-height: 1.5em;
	text-align:left;
}

h4 {
    margin-left: 0.4em;
    color: #01bcb9;
    font-size: 1.2em;
    line-height: 2em;
}

ul#attention {
    list-style: square;
    margin-bottom: 2em;
    margin-left: 2em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5em;
}

span.err {
    color: #e76c00;
    font-weight: bold;
    line-height: 1.5em;
}




table#defaultTable {
    margin: 1em 0em 3em 0.5em;
    width: 98%;
    background-color: #F3F9FF;
}

table#defaultTable th {
    width: 20em;
    padding       : 0.9em 0.9em 0.9em 0.3em;
    font-size     : 1.2em;
    text-align    : left;
    color: #6b8e23;
    font-weight: bold;
	background-color: #fff;
	border-top    : 0.1em solid #ddd !important;
}

table#defaultTable td {
    padding       : 0.9em;
	border-top    : 0.1em solid #eee;
    border-bottom : 0.1em solid #eee;
    font-size     : 1.2em;
    text-align    : left;
}


table#defaultTable tr.even th {
	border-top    : 0.1em solid #ccc !important;
}

table#defaultTable tr.even {
    background-color: #FFF;
}

p.gotoReq {
    margin-top: 1.5em;
    text-align: center;
}


p#return {
	text-align : center ;
}




