/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.dropdown-menu li a{
  color: rgb(29, 29, 29)!important;
}
.dropdown-menu li a:hover{
  color: #fff!important;
}
.dropdown-menu li:hover{
  background-color: rgb(62, 142, 227);
  color: #fff!important;
}

.table_tdimg{
  height: 1.5rem;
  width: 1.5rem;
}

/* ---------------------------------
 Sweet Alert custom 
--------------------------------- */
.swal2CustomCss{
  width: auto!important;
  max-height: 75%!important;
  left:  0!important;                    /* 位置指定 */
  right:  0!important;                   /* 位置指定 */
  margin:  auto!important;               /* 中央寄せ */
  max-width: 75vw!important;
  top: 10vh!important;
}

/* ---------------------------------
 募集フォーム
--------------------------------- */
.entry_form{
  background-color: #eaf4fc;/* 月白 げっぱく */
  padding: 1rem;
}