@charset "utf-8";
/*
/////////////////////////////////////
style.css
/////////////////////////////////////
*/
.leadat{
color:#FF6600;
font-weight:bold;
}
.err{
color:#FF6600;
}
table.formTable{
width:590px;
background:#999999;
}
.formTable th{
background:#E4E4E4;
padding:10px 5px;
width:140px;
text-align:left;
}
.formTable td{
background:#FFF;
padding:10px 5px;
}
.radioBlock label{
display:block;
}

.formTable input,.formTable textarea,.formTable select{
margin:0px 5px;
}


p .essential{
margin-right:5px;
}
th .essential{
margin-left:5px;
}
.full{
width:97%;
}
.at{
padding-left:5px;
}
.btns{
text-align:center;
}
.formBtn{
	margin:10px 10px;
	background:#E3E8ED;
	border-top:1px solid #7F9DB9;
	border-right:1px solid #6B7683;
	border-bottom:1px solid #6B7683;
	border-left:1px solid #7F9DB9;
	padding:2px 10px;
}

/*完了*/
.done{
margin-top:50px;
text-align:center;
}

.done .pagetop{
margin-top:50px;
text-align:center;
}

