@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
IMG {
  vertical-align: middle;
}

IMG.disabled {
  filter: gray;
  -webkit-filter: grayscale(1);
}

A IMG {
  border-style: none;
}

A.disabled {
  pointer-events: none;
}

#text {
  border: 1px solid black;
  background-color: white;
}

#select {
  border: 1px solid black;
  background-color: white;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

#button {
  border: 1px solid black;
  background-color: white;
}

#date {
  border: 1px solid black;
  background-color: white;
}

#datetime {
  border: 1px solid black;
  background-color: white;
}

.red {
  color: red;
}

.orange {
  color: orange;
}

.blue {
  color: blue;
}

.green {
  color: green;
}

.bold {
  font-weight: bold;
}

.delline {
  text-decoration: line-through;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.hr_body {
  width: 93%;
  margin: auto;
  text-align: center;
}

.floating {
  top: 0px;
  right: 0px;
  position: fixed;
  z-index: 1;
}

@media (max-width: 767px) {
  BODY {
    font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-size: 8px;
    font-size: 2.1333333333vw;
  }
  .space {
    display: none;
  }
  TD {
    padding: 5px;
    margin: 1px;
  }
  .t_center {
    margin-left: auto;
    margin-right: auto;
    font-size: 8px;
    font-size: 2.1333333333vw;
  }
  .t_left {
    font-size: 8px;
    font-size: 2.1333333333vw;
  }
  .t_base {
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #CDCDCD;
  }
  .t_header {
    text-align: center;
    background-color: #F2F7FF;
  }
  .t_data {
    background-color: #FAFFFF;
  }
  .t_button {
    background-color: #FAFFFF;
    padding: 10px;
    text-align: center;
  }
  .t_data INPUT {
    background-color: white;
    border: 1px solid #000000;
  }
  .b_label INPUT {
    display: none;
  }
  .b_label SPAN {
    color: #FFFFFF;
    background: #87cefa;
    border: 1px solid #87cefa;
    border-radius: 20px;
    padding: 5px 20px 4px;
  }
  .c_label INPUT {
    display: none;
  }
  .c_label SPAN {
    color: #000000;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 5px 20px 4px;
  }
  .c_label INPUT:checked + SPAN {
    color: #FFFFFF;
    background: #87cefa;
    border: 1px solid #87cefa;
  }
  IMG {
    width: 125px;
    width: 33.3333333333vw;
    height: 25px;
    height: 6.6666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  BODY {
    font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-size: 16px;
  }
  .zoom {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .zoom.pop-onhover:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .enter {
    display: none;
  }
  TD {
    padding: 5px;
    margin: 1px;
  }
  .t_center {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
  .t_left {
    font-size: 16px;
  }
  .t_base {
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #CDCDCD;
  }
  .t_header {
    text-align: center;
    background-color: #F2F7FF;
  }
  .t_data {
    background-color: #FAFFFF;
  }
  .t_button {
    background-color: #FAFFFF;
    padding: 10px;
    text-align: center;
  }
  .t_data INPUT {
    background-color: white;
    border: 1px solid #000000;
  }
  .b_label INPUT {
    display: none;
  }
  .b_label SPAN {
    color: #FFFFFF;
    background: #87cefa;
    border: 1px solid #87cefa;
    border-radius: 20px;
    padding: 5px 20px 4px;
  }
  .c_label INPUT {
    display: none;
  }
  .c_label SPAN {
    color: #000000;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 5px 20px 4px;
  }
  .c_label INPUT:checked + SPAN {
    color: #FFFFFF;
    background: #87cefa;
    border: 1px solid #87cefa;
  }
  IMG {
    width: 250px;
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}