@charset "UTF-8";

.table_bg {
  background-color: #f2f7df;
  text-align: center;
}

#anshin.article .table td,
#anshin.article .table th {
  border: 1px solid #8fc31f;
  padding: 0.7rem 0 0.7rem 0.5rem !important;
}

#anshin.article .u-highlight {
  background: linear-gradient(transparent 70%, #ffe100 70%);
}
#anshin.article .illust {
  width: 50%;
  margin: 0.5em 0 0 auto;
}
