/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　全体
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#navi ul li a:hover{
    transition:.4s;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　記事本文
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#the-content {
    color: #444;
}

div#the-content p {
    line-height: 1.7;
    margin-bottom: 1.7em;
}

/* キャプション */
.wp-caption-text, .gallery-caption {
    word-break: break-all;
}

/* ------------------------------------
リスト形式
------------------------------------ */
div#the-content > ul:not(#sitemap_list), 
div#the-content > ol{
    border: 1px solid #bca5a5;
    background: #fefdfa;
    padding: 1.5em 2em 1.5em 2.5em;
    margin-top: 1.5em;
    margin-bottom: 1.75em;
    color:#5f4535;
}

div#the-content > ul:not(#sitemap_list) > li, div#the-content > ol > li{
    margin-bottom: .75em;
}
div#the-content > ul > li:last-child,
div#the-content > ol > li:last-child{
    margin-bottom:.0em;
}

div#the-content > ul:not(#sitemap_list) ul, div#the-content > ol ul{
    padding-left:2em;
    margin-left:0;
}
div#the-content > ul:not(#sitemap_list) ul li, div#the-content > ol ul li{
    color:#6a6b6c;
    font-size:95%;
}


/* ------------------------------------
外部リンクマーク
------------------------------------ */
i.wpel-icon.fa.fa-external-link-square {
    margin: 0 2px;
}

/* ------------------------------------
目次
------------------------------------ */
div#toc_container {
    min-width: 50%;
    padding: 1em;
    border-radius:3px
}

div#toc_container> ul > li{
    margin-bottom: .25em;
}
div#toc_container> ul > li:last-child{
    margin-bottom:.0em;
}
div#toc_container > ul ul li{
    margin-bottom:0em;
    line-height:1.3
}
div#toc_container > ul ul li a{
    font-size:95%;
}

div#toc_container p.toc_title {
}

/* ------------------------------------
まとめ
------------------------------------ */
.post div#the-content > h2:last-of-type{

}
.post div#the-content > h2:last-of-type ~ ul > li{
    list-style:none;
}
.post div#the-content > h2:last-of-type ~ ul > li:before {
    content: "\f14a";/* f14a */
    font-family: FontAwesome;
    color: rgba(102, 62, 50, 0.71);
    float: left;
    margin-right: .25em;
    margin-left: -1.25em;
    font-size: 20px;
    position: relative;
    top: -1px;
}

/* ------------------------------------
記事下：関連記事
------------------------------------ */
.related-entry-thumb img {
    border-radius: 100px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サイドバー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出し */
#sidebar h3 {
    /* background: #2aa583; */
    padding: .5em;
    /* color: white; */
}

/* Search */
#search-2 input {
    margin-bottom: 0;
}

#sidebar ul.wpp-list,
#sidebar ul#npcatch,
aside#categories-2 ul{
 padding: 1.25em 13px 1.5em;
}

/* ------------------------------------
人気記事表示
------------------------------------ */
#sidebar ul.wpp-list {

}

#sidebar ul.wpp-list img {
    border-radius: 50px;
    margin-right: 10px;
    margin-bottom: .5em;
    width: 90px;
    height: 90px;
    margin-top: 5px;
}


#sidebar ul.wpp-list li {
    line-height: 1.4;
    margin-bottom: 8px;
    border-bottom: 1px dotted gray;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
#sidebar ul.wpp-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}


#sidebar ul.wpp-list li a {
    font-size: 95%;
    /* margin-bottom: .5em; */
    /* display: block; */
}
#sidebar ul.wpp-list li a.wpp-post-title{
    margin-bottom:.5em;
    display:block;
    padding-left: 90px;
}
#sidebar ul.wpp-list span.wpp-excerpt {
    font-size: 90%;
    display: block;
    color: #555;
}

/* 番号付け */
#sidebar ul.wpp-list {
    counter-reset: wpp-ranking;
}
ul.wpp-list li {
    position:relative;
}
#sidebar ul.wpp-list li:before {
    counter-increment: wpp-ranking;
    content: "Rank " counter(wpp-ranking) "位";
    background: rgba(105, 74, 20, 0.54);
    color: #fff;
    font-size: 11px;
    left: 0;
    top: 15px;
    line-height: 1;
    padding: 4px 7px;
    position: absolute;
    z-index: 1;
    border-radius: 2px;
    font-family: Arial;
    /* border: 1px solid #80663e; */
    text-align: center;
}

/* ------------------------------------
新着表示
------------------------------------ */
#sidebar ul#npcatch {
    padding-left: 10px;
    padding: 10px;
}

#sidebar ul#npcatch img {
    padding: 0;
    width:90px;
    height:90px;
}

#sidebar ul#npcatch .title {
    width: initial;
    padding: 0;
    float: none;
    margin-left: 105px;
    display: block;
}

#sidebar ul#npcatch li {
    border-bottom: 1px dotted gray;
    padding-bottom: 1em;
    margin-bottom: 1em;
    font-size:95%;
}
#sidebar ul#npcatch li:last-child {
    margin-bottom: 0em;
    border:none;
}

/* 番号付け */
#sidebar ul#npcatch {
    counter-reset: newpost-ranking;
}
#sidebar ul#npcatch li {
    position:relative;
}
#sidebar ul#npcatch li:before {
    counter-increment: newpost-ranking;
    content: "New " counter(newpost-ranking);
    background: rgba(105, 74, 20, 0.54);
    color: #fff;
    font-size: 11px;
    left: 0;
    top: .5rem;
    line-height: 1;
    padding: 3px 7px;
    position: absolute;
    z-index: 1;
    border-radius: 2px;
    font-family: Arial;
    /* border: 1px solid #80663e; */
    text-align: center;
}

/* ------------------------------------
カテゴリー
------------------------------------ */
#sidebar #categories-3 > ul{
    padding-left: 1.5em;
}
#sidebar #categories-3 li:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #9bbcc5;
    font-size: 12px;
    margin-right: .5em;
    margin-left: -1.25em;
    bottom: 1px;
    display: inline;
    position: relative;
}
