@charset "UTF-8";
/*
 * ================================================
 *
 * [influ2021]
 *
 * ================================================
 */
body.influ2021 {}

.mB0 { margin-bottom: 0px !important; }
.mB10 { margin-bottom: 10px !important; }
.mB20 { margin-bottom: 20px !important; }
.mB30 { margin-bottom: 30px !important; }
.mB50 { margin-bottom: 50px !important; }

.introList02{
  padding: 0;
}
.introList02 li{
  padding: 10px 25px;
  margin-bottom: 15px;
  border: solid 1px #662a72;
  background: #fff;
  list-style-type: none;
}
.introList02 li:hover {
  opacity: .7;
}

#part .accVox .accTitle {
  color: #662a72;
  padding: 10px 25px;
  border: solid 1px #662a72;
  border-radius: 4px;
  margin-bottom: 100px;
}
#part .accVox .accTitle:hover {
  opacity: .7;
}
#part a {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .introList02{
    margin-bottom: 0;
  }
  .introList02 li{
    padding: 2px 3px;
    margin-bottom: 10px;
  }
}
