h2 {
margin-top: 0px;
border-left-style: solid;
border-left-color: #ffd12f;
padding-left: 10px;
border-left-width: 5px;
}
.entry-content table td {
background-color: #23253a;
border-color: #000000;
}
.entry-content table th {
background-color: #343759;
border-color: #000000;
}
.spoiler-box {
border-left-style: hidden;
border-radius: 10px;
overflow: hidden;
}
.spoiler-box__title {
background-color: #454c73;
font-weight: 600;
}
.spoiler-box__body {
background-color: #33384f;
}
.foottext {
text-align: center;
color: #b4b8d6;
}
.wp-caption img[class*=wp-image-] {
border-radius: 10px;
border-style: solid;
border-color: #404b4f;
}
.top-menu ul li>span:hover {
opacity: 0.8;
}