.all_style {
    font-size: 1.3em;
    line-height: 1.6em;
}

h2 {
    margin-bottom: 30px;
}

.yearend_day {
    display: inline-block;
    box-sizing: border-box;
    padding: 0.5em 1em;
    margin: 0.5em 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #ff8282;
    text-align: center;
    border: solid 2px;
}

.yearend_day02 {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5em;
    margin: 0 0 15px;
    font-size: 1.5em;
    font-weight: bold;
    color: #ff8282;
    text-align: center;
    border: solid 2px;
}

h3 {
    margin: 45px 0 15px;
    border-bottom: 1px solid;
    font-size: 1.5em;
    line-height: 1.5em;
}

h3.h3_blue{
	color: #2860d5;
}

h3.h3_red{
	color: #ff8282;
}

table.yearend2023 {
    width: 100%;
    margin-top: 1em;
}

table.yearend2023 th,
table.yearend2023 td {
    padding: 0.5em;
    border: solid 1px #e6e9ee;
}

table.yearend2023 th {
    width: 8.5em;
    color: #fff;
}

table.yearend2023 td.style01 {
    background: #d3def1;
}

table.yearend2023 td.style02 {
    background: #d3e9f9;
}

table.yearend2023 td.style03 {
    background: #e5f1d9;
}

table.yearend2023 td.style04 {
    background: #fff3d6;
}