/* IDが edit-industry のセレクトボックス内の、valueが空の選択肢を非表示にする */
#edit-industry option[value=""] {
  display: none;
}