

label{
	line-height:125%;
}

form table th{
	width: 160px;
}
form table input[type="radio"]{
	margin: 3px 3px 0 0;
}
.interval-middle > *{
	margin-right: 5px;
}

/* 雇用形態、給与形態 */
/*
table td.emp-type label,
table td.pay-type label{
	min-width: 100px;
}
*/
/* 最低単位給与額 */
table td.pay-amount input[type="text"]{
	width: 155px;
	ime-mode: disabled;/* Chrome非対応 */
}
/* 職種 */
table td.job-type label{
	min-width: 120px;
}
/* 求人情報の種類 */
table td.limit-type label{
	min-width: 70px;
}

tr#kindindustry > td > div.clearfix.leftfix.interval-middle > label{
    min-width: 320px;
}

form input.label-short-ex + label{
    margin: 0 4px 0 0;
}

