Index:GJSTU-2.0-ja.pdf/styles.css

h2 {
    border: none;
    text-align: center;
    counter-reset: chapter;
}

h3:before {
    content: counter(chapter) ". ";
    counter-increment: chapter
}

h3 {
    counter-reset: section;
}

h4:before {
    content: counter(section) ") ";
    counter-increment: section
}

.document_note {
    text-align: right;
}

.part_to_be_described {
    color: rgb(0, 90, 255);
}

.description_of_item {
    color: rgb(255, 75, 0);
}

/*
.sub_clause {
    list-style: katakana;
}
*/
.example {
    list-style: none;
}

.another_paper p {
    margin-left: 1rem;
}

.another_paper h4:before {
    content: none;
    counter-increment:none;
}