.w80px {
  width: 80px;
}

.table > tbody {
  vertical-align: middle;
}

.box001 {
  border-width: 1px;
  border-style: solid;
  padding: 7px;
}

.course-name {
  text-decoration: none;
}

.course:hover {
  box-shadow: 0 1rem 1.5rem rgba(21,21,21,.25)!important;
}

.border-none {
  border: none;
}

.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  width: 50px;
}

b, strong {
  font-weight: bold;
}

.indent-14 {
  padding-left: 14px;
}

.room-select {
  width: 125px;
}

.time-select {
  width: 70px;
}

.user-input {
  width: 350px;
}

.event-input {
  width: 250px;
}

.comment-input {
  width: 390px;
}

.usercomment-input {
  width: 480px;
}

.keyword-input {
  width: 100px;
}

.schedule-delete-btn {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 7px;
  padding-left: 7px;
}

.date-select {
  width: 130px;
}

.delete-btn {
  border-radius: 20px;
  padding: 0px 5px;
}

h3 {
  border-bottom: solid 3px #f6f2a8;
  position: relative;
  margin-bottom: 20px;
}

h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #f1e912;
  bottom: -3px;
  width: 20%;
}

