@charset "UTF-8";
html, body {
  font-weight: 500;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main {
  font-family: "ヒラギノ角ゴ Pro W3";
  max-width: 1080px;
  padding: 30px 0;
  margin: 0 auto;
  color: 24,24,24;
}

main #app[v-cloak] {
  opacity: 0;
}

main .fade-enter-active, main .fade-leave-active {
  transition: opacity .5s;
}

main .fade-enter, main .fade-leave-to {
  opacity: 0;
}

.newline{
  white-space: pre-line;
}

tr:nth-child(odd) {
  background-color: #f1f3f5;
}

.divider:nth-child(odd) {
  border-top:0.2rem solid #f1f3f5;
  margin:0em
}

p{
  display: inline;
}

/* label{
  margin-top: 5px;
  padding: 0px;
} */

/* tr :nth-child(even){
  background-color: #EFEFEF;
} */
