@charset "utf-8";

.news_date{
    margin-bottom: 15px;
}

.editArea{
    margin-top: 30px;
    margin-bottom: 60px;
    word-break: break-all;
}
hr{
    display: block;
}
.editArea p + p,
.editArea p + ul,
.editArea p + ol,
.editArea p + blockquote,
.editArea ul + ul,
.editArea ul + p,
.editArea ul + ol,
.editArea ul + blockquote,
.editArea ol + ol,
.editArea ol + p,
.editArea ol + ul,
.editArea ol + blockquote,
.editArea blockquote + blockquote,
.editArea blockquote + p,
.editArea blockquote + ul,
.editArea blockquote + ol{
    margin-top: 1em;
}
.editArea a{
    color: #023373;
    text-decoration: underline;
}
.editArea em{
    font-style: italic;
}
.editArea a:hover{
    text-decoration: none;
}
.editArea ul{
    padding-left: 1.4em;
}
.editArea ul li{
    list-style-type: disc;
}
.editArea ol{
    padding-left: 1.4em;
}
.editArea ol li{
    list-style-type:decimal;
}
.alignright{
    display: block;
    margin-left: auto;
    margin-right: 0;
    float: none;
}

.btnStyle01{
    margin: 0 auto;
}

.wp-block-image{
    margin: 20px 0;
}