@charset "UTF-8";
.group_keyword {
  box-sizing: border-box;
  width:400px;
}
.group_candidate ul {
  background-color: #eeeeee;
  width:400px;
  max-height: 15em;
  overflow: auto;
}

.group_candidate ul li{
  width:100%;
}
.group_candidate ul li a{
  text-decoration: none;
}
.group_candidate ul li:hover{
  cursor: pointer;
}
.selectedGroup {
  margin-top: 10px;
}

#contents table.group_candidate {
  margin-top: 10px;
  width: fit-content;
}
#contents table.group_candidate tr {
}
.group_candidate ul li .clbname {display:inline-block; width: 260px;}

@media (max-width: 725px) {
  .group_keyword, .group_candidate ul, .selectedClubName  {
    width:90%
  }
  .group_candidate ul li .clbname {
    width:67%;
  }
}
@media (max-width: 650px) {
  .group_candidate ul li .clbname {
    width:100%;
  }
  .group_candidate ul li .clbname + span {
    width:0;
    display:none;
  }
}
