/* 求人詳細：見出し(th)が勝手に折り返されないように */
table.jobinfo th{
  white-space: nowrap;
}
