@charset "UTF-8";

#schedule + div tr {
  border-bottom: 1px solid #cdcdcd;
}
#schedule + div th {
  min-width: 90px;
}
#schedule + div tr:not(:first-child) td {
  color: #057e7f;
}


body.fixedmv #mv_outer {
    position: static;
}

#mv {
    position: fixed;
}

#mv .mv_text {
    display: none;
}

body.index.fixedmv main {
    transform: unset;
}