@charset "utf-8";
/* WordPress用 */
.navigation {
    text-align: center;
}
.navigation h2.screen-reader-text {
    display: none;
}
.navigation .page-numbers {
    display: inline-block;
    padding: 1em;
    margin: 0.2em 0.1em;
    text-decoration: none;
    background-color: #f4F4f4;
}
.navigation .current {
    background-color: #00183D;
    color: #FFFFFF;
}
.navigation .prev::before {
    content: "\f104";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.navigation .next::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.page .entry-title { /* 固定ページのみタイトルを非表示 */
    display: none;
}
.edit-link { /* ログインユーザー用の編集リンクを非表示 */
    display: none;
}
img.aligncenter { /* 投稿画像の位置反映 */
    display: block;
    margin: auto;
}
img.alignleft { /* 投稿画像の位置反映 */
    float: left;
    margin-right: 1.5em;
}
img.alignright { /* 投稿画像の位置反映 */
    float: right;
    margin-left: 1.5em;
}
.entry-title { /* 投稿記事タイトル */
    font-weight: bold;
    margin: 1em 0;
    line-height: 1.4em;
    color: #00183D;
}
form#Search {
    text-align: center;
}
form#Search input[type="text"] {
    width: auto;
}
form#Search input[type="submit"] {
    background-color: #00183D;
    color: #FFFFFF;
}
