@charset "UTF-8";
ol.roman > li:nth-of-type(1) {
  list-style-type: "Ⅰ";
}
ol.roman > li:nth-of-type(2) {
  list-style-type: "Ⅱ";
}
ol.roman > li:nth-of-type(3) {
  list-style-type: "Ⅲ";
}

ol.alphabet > li:nth-of-type(1) {
  list-style-type: "A ";
}
ol.alphabet > li:nth-of-type(2) {
  list-style-type: "B ";
}
ol.alphabet > li:nth-of-type(3) {
  list-style-type: "C ";
}

.naname {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #333 50%, #333 calc(50% + 0.5px), transparent calc(50% + 1px));
  background-repeat: no-repeat;
}

.normal {
  font-weight: normal;
}
/*# sourceMappingURL=tanki.css.map */