/*
管理画面CSS
*/

.bold {
  font-weight: bold;
}

.error {
  color: red;
  font-weight: bold;
}

.error_bg {
  background-color: lightpink;
}