@charset "UTF-8";

/* ----------------------------------------------------------------
    text
----------------------------------------------------------------- */
/* .note
----------------------------------------------- */
span.note {
  font-size: 85.71%;
}

/* strong
----------------------------------------------- */
strong {
  color: #2174ed;
}

/* em
----------------------------------------------- */
em {
  font-weight: bold;
}

/* .ac, .error
----------------------------------------------- */
.ac {
  color: #e64646 !important;
}

.error {
  color: #e61919 !important;
  margin: 0 0 5px;
}

/* catch
----------------------------------------------- */
.catch {
  font-weight: bold;
  font-size: 142.86%;
}


/* ----------------------------------------------------------------
    list
----------------------------------------------------------------- */
/* list-normal
----------------------------------------------- */
.list-normal {
  text-align: center;
  line-height: 1.2;
}
.list-normal li {
  padding: 0 4px 0 10px;
  display: inline;
  border-left: 1px solid #d8dadc;
}
.list-normal li:first-child {
  border-left: none;
}
