/* 共通 */
#inqFormWrapper table{
margin-bottom:12px;
width:100%;
}

#inqFormWrapper th,
#inqFormWrapper td{
padding:6px 12px;
}

#inqFormWrapper th{
background-color:#dddded;
}


#inqFormWrapper th.inqForm_expl{
color:#fff;
background-color:#6666a1;
}

#inqFormWrapper td{
background-color:#eeeef6;
}

#inqFormWrapper table.inqForm_submitBtn td{
text-align:center;
background-color:#fff;
}

/* td3個並び */
table#inqForm_selectDocType td,
table#inqForm_selectUsrStatus td,
table#inqForm_selectCntCldgRec td{
width:33%;
}
textarea{
	width:90%
	}
@media only screen and (max-width:644px){
#inqFormWrapper .form-table th,
#inqFormWrapper .form-table td {
  display: block;
  width: 95%;
  border-bottom: none;
}
table#inqForm_selectDocType td,
table#inqForm_selectUsrStatus td,
table#inqForm_selectCntCldgRec td{
width:94%;
}
#inqFormWrapper .none{
	line-height:0;
	display:none;
	border:none;
	height:0;
	padding:0;
	margin:0;
}
}