/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　全体
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body {

}

div#header {

}

nav {

}

/* ------------------------------------
header 
------------------------------------ */
#header .alignleft {

}

h2#site-description {

}

/* ------------------------------------
mobile menu
------------------------------------ */
a#mobile-menu-toggle {

}

/* ------------------------------------
global menu
------------------------------------ */

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　記事本文
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

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 h2 {
    background: #f1eee4;
    background: #ede6d6;
    border-left: .5em solid #bca5a5;
    border-right: 1px solid #ddd0c5;
    margin-right: -30px;
    margin-top: 2em;
    margin-bottom: 1.25em;
    color: #555;
}
div#the-content h3 {
    border-color: #d5c2c2;
    color: #706049;
}
div#the-content h4 {
    border: none;
    background: #f1eee4;
    padding: .5em 1em;
    border-radius: 20px;
    color: #555;
}
div#the-content h5 {
    color: #952727;
}
div#the-content h6 {
    border-bottom: 1px solid #bcbcbc;
    color: #555;
}

/* ------------------------------------
リスト形式
------------------------------------ */
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 > 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 ul,
div#the-content > ol ul{
    padding-left:2em;
    margin-left:0;
}
div#the-content > ul ul li,
div#the-content > ol ul li{
    color:#6a6b6c;
    font-size:95%;
}


/* ------------------------------------
外部リンクマーク
------------------------------------ */

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

div#toc_container> ul > li > a{
    color:#de3939;
}
div#toc_container ul li a span.toc_number:after{
   content:")";
}
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{
    color:#ad6464;
    font-size:95%;
}

div#toc_container p.toc_title {
    color:#b36e6e;
}

/* ------------------------------------
まとめ
------------------------------------ */
.post div#the-content > h2:last-of-type{
    background:#bab199;
    border-color:#7d6e5f;
    color:#ffffff;
}
.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{
    background: rgba(255, 255, 255, 0.49);
    padding: 1.25em 15px 1.5em;
}
/* ------------------------------------
人気記事表示
------------------------------------ */
#sidebar ul.wpp-list {

}

#sidebar ul.wpp-list img {
    /* border-radius: 50px; */
    margin-right: 10px;
    margin-bottom: .5em;
}


#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;
}
#sidebar ul.wpp-list span.wpp-excerpt {
    font-size: 90%;
    display: block;
    color: brown;
    clear: both;
}

/* 番号付け */
#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: 5px; */
    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-2 > ul{
    padding-left: 1.5em;
}
#sidebar #categories-2 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;
}
