

.none {
  display: none !important;
}

/* ファイルアップロードローディング
--------------------------------- */
.upload_loading {
  width: 128px;
  height: 15px;
  background: url(../../common/img/upload_loading.gif) no-repeat;
  margin: 0;
}

/* select2の最小横幅 */
.select2-container {
  min-width: 200px;
}