@charset "UTF-8";
/* CSS Document */

h2 a::after {
    font: var(--fa-font-solid);
    content: "\f0a8";
    margin-left: 0.5rem;
}
#shuki #main_txt {
    background-color: #fdf0df;
    padding: 1rem;
    padding-left: 0;
    box-shadow: 1px 1px 5px 2px #ccc;
    margin-inline: auto;
}
#shuki p::before,
#shuki ul li::before {
    content: none;
}
#shuki .writer p {
    border-bottom: solid 2px #f00;
    font-weight: bold;
} 
#shuki .writer p::before {
    font: var(--fa-font-solid);
    content: "\f007";
    margin-right: 0.5rem;
    color: #f00;
}

#shuki .mokuji ul {
    margin-left: 0;
    margin-top: 0;
}
#shuki .mokuji a {
    color: #39f;
    font-weight: bold;
}
#shuki .mokuji li a::before {
    font: var(--fa-font-solid);
    content: "\f15c";
    margin-right: 0.5rem;
}
#shuki .mokuji li a::after {
    font: var(--fa-font-solid);
    content: "\f0a9";
    margin-left: 0.2rem;
}

#shuki p::before,
#shuki .btm p::before {
    font: var(--fa-font-solid);
    content: "\f111";
    margin-right: 0.2rem;
    color: #f93;
}
#shuki .boshu li::before {
    font: var(--fa-font-solid);
    content: "\f111";
    margin-right: 0.2rem;
    color: #0c0;
}
#shuki #main_txt p::before {
    content: none;
}
#shuki #main_txt p::first-letter {
    font-size: 1.5rem;
    padding-left: 1rem;
    padding-right: 0.1rem;
    font-weight: bold;
}