/* ------------------------------------
色指定
------------------------------------*/
/* 全体の色指定 */
body {
    background: #ffffff;
}

/* header */
header{
    background: #826a60;
    color:white;
}
/* 最上段ブログタイトル部 */
div#headbox-bg {

}
div#headbox-bg a{
    color:white;
}

/* グローバルメニュー */
div#st-menubox {
    background: rgb(136, 0, 0);
    border-top-color: #870000;
    border-bottom-color: #870000;
}
#st-menuwide{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

@media print, screen and (min-width: 960px){
    #st-menuwide nav.menu {
        padding: 0;
    }
    #st-menuwide li {
        border-right: solid 1px #a98e5b;
        padding: 0;
        display: flex;
    }
    #st-menuwide li:first-child {
        border-left: solid 1px #ffffff;
    }
    #st-menuwide li a {
        transition: .1s;
        padding: 0px 0;
        min-width: 8em;
        text-align: center;
    }
    #st-menuwide li a:hover {
        color: #ffffff;
        background: #973e3e;
        transition:.3s;
    }
}

/* モバイルメニュー表示 */
 #s-navi dt.trigger .op {
        background: #af8888;
        color: white;
}
#s-navi dd.acordion_tree {
    background: #eee9e4;
}

#s-navi dd.acordion_tree a {
    color: #740000;
    text-decoration: none;
}
/* ------------------------------------
メイン領域
------------------------------------*/

main{
    border:1px solid #c8c8c8;
}

/* ------------------------------------
サイドバー
------------------------------------*/

/* ------------------------------------
フッター
------------------------------------*/
#footer {
    background: rgba(0, 0, 0, 0.61);
}

#footer a {
    color: #ffffff;
    padding: .25em!important;
    border-radius: 5px;
}
#footer a:hover {
    color: #5e4f1f!important;
    background: silver;
    transition:.4s
}

#footer .footerlogo {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    color: silver;
}
@media print, screen and (min-width: 960px){
    #footer .footerlogo {
        font-size: 22px;
        line-height: 1.5;
        font-weight: bold;
    }
}

#footer p.copyr {
    color: silver;
}

/* page top */
#page-top a {
    background: rgba(133, 107, 76, 0.56);
    color: #e9e9e9;
    opacity: initial;
    border: 1px solid rgba(255, 255, 255, 0.34);
}

/* ------------------------------------
一覧（トップページ等）
------------------------------------*/
/* タイトル（リンク）*/
.kanren h3 a{
    font-size: 20px;
    color: #333;
    line-height: 1.3;
}
@media only screen and (min-width: 600px){
    .kanren h3 a{
        font-size: 22px;
        line-height: 1.5;
    }
}
@media print, screen and (min-width: 960px){
    .kanren h3 a{
        font-size: 20px;
        line-height: 1.5;
    }
}

/* 画像 */
div#contentInner .kanren dt img{
    border-radius:8px;
    margin-bottom: .5em;
}
@media only screen and (min-width: 600px){
    div#contentInner .kanren dt img{

    }
}
@media print, screen and (min-width: 960px){
    div#contentInner .kanren dt img,
    div#contentInner .kanren dt{
        width: 130px;
    }
    div#contentInner .kanren dd {
        padding-left: 145px;
    }
}

/* 抜粋 */
div#contentInner .kanren .clearfix dd .smanone2 p {
    font-size: 13px;
    color: #1a1a1a;
    line-height: 1.5;
}
@media only screen and (min-width: 600px){
    div#contentInner .kanren .clearfix dd .smanone2 p {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media print, screen and (min-width: 960px){
    div#contentInner .kanren .clearfix dd .smanone2 p {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* 抜粋 と　bloginfoのレイアウト */
div#contentInner .kanren .clearfix dd .blog_info,
div#contentInner .kanren .clearfix dd .smanone2{
    clear:both;
    margin-left:-110px;
}
@media only screen and (min-width: 600px){
    div#contentInner .kanren .clearfix dd .blog_info,
    div#contentInner .kanren .clearfix dd .smanone2{
        clear:initial;
        margin-left:0px;
    }
}
@media print, screen and (min-width: 960px){
    div#contentInner .kanren .clearfix dd .blog_info,
    div#contentInner .kanren .clearfix dd .smanone2{
    }
}

/* カテゴリ */
.blog_info p a{
    position:relative;
    left:-.5em;
}

.blog_info p a {
    text-decoration: none;
    border: 1px solid #81a188;
    font-size: 11px;
    padding: 1px 1em 0px;
    background: #588c64;
    color: white;
    border-radius: 3px;
    transition: .2s;
    display: inline-block;
}

.blog_info p a:nth-of-type(2) {
    background: #8f7869;
}
.blog_info p a:nth-of-type(3) {
    background: #ad6c6c;
}
.blog_info p a:nth-of-type(4) {
    background: #a99e7e;
}

.blog_info p a:hover {
    background: #795a36;
    color: white;
    transition: .5s;
}

i.fa.fa-folder-open-o {
    display: none;
}

/* 抜粋表示 */
.kanren dd .smanone{ /* モバイル表示でも表示 */
    display:block;  
}
@media print, screen and (max-width: 600px){
    .kanren dd .smanone{
        margin-left: -115px;
        /* border:1px solid red; */
    } 
}

.kanren dd .smanone p{
     
}
@media print, screen and (min-width: 1200px){
    .kanren dd .smanone p{ /* モバイル表示でも表示 */
        font-size:15px;
    }  
}
@media print, screen and (min-width: 600px){
    .kanren dd .smanone p{

    }  
}

/* ------------------------------------
記事本文
------------------------------------*/
/* タイトル下 */
.blogbox {
    border-bottom: 1px solid rgba(128, 128, 128, 0.37);
    padding-bottom: .5em;
    margin-bottom: 2em;
}

/* 目次 */
div#toc_container {
    background: white;
    border-radius: 3px;
    padding: .75em 1.25em;
    margin-top: 2.5em;
    margin-bottom: 2em;
    min-width:50%;
}
div#toc_container ul.toc_list li {
    font-size: 95%;
}

/* 見出し */
.post .entry-content > h2 {
    margin-top:2em;
    margin-bottom:1.5em;
    font-size: 20px;
    color:white;
    border: none;
    background: #79a98c;
    padding: 1em 1em;
    /*   
     color: #61432c;
     border-left: 10px solid #61411a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d1b99f), color-stop(0.00, #ebd3c6));
    background: -webkit-linear-gradient(#ebd3c6, #d1b99f);
    background: -moz-linear-gradient(#ebd3c6, #d1b99f);
    background: -o-linear-gradient(#ebd3c6, #d1b99f);
    background: -ms-linear-gradient(#ebd3c6, #d1b99f);
    background: linear-gradient(#ebd3c6, #d1b99f);
*/
}

@media only screen and (min-width: 600px){
    .post .entry-content > h2 {
        font-size: 28px;
        margin-left: -30px;
        margin-right: -30px;
    }
}
@media print, screen and (min-width: 960px){
    .post .entry-content > h2 {
        font-size: 28px;
        margin-left: -50px;
        margin-right: -50px;
    }
}
.post .entry-content > h3 {
    border-bottom: 3px solid rgba(92, 59, 0, 0.38);
    color: #7f6231;
}

.post .entry-content > h5 {
    color: #9f0000;
    border-bottom: 1px dotted #902121;
}

/* 本文フォント */
.entry-content {
    color: #444;
    /* color: #333; */
}

.entry-content p {
    font-size:16px;
    line-height:1.75;
    margin-bottom: 2em;
}

@media only screen and (min-width: 600px){
    .entry-content p, .yellowbox, .graybox, .redbox, .post ul li, .post ol li {
        font-size: 20px;
        line-height: 1.75;
    }
}
@media print, screen and (min-width: 960px){
    .entry-content p, .yellowbox, .graybox, .redbox, .post ul li, .post ol li {
        font-size: 16px;
    }
}

/* ------------------------------------
リスト形式 
------------------------------------*/
/* 外枠 */
.entry-content > ul:not(#sitemap_list),
.entry-content > ol {
    border: 1px solid #c4af62;
    background: #fffdfa;
    padding: 1.5em 2em 1.5em 2.5em;
    margin-top: 1.5em;
    margin-bottom: 1.75em;
}

/* 外枠以降の枠 */
.entry-content > ul:not(#sitemap_list) ul,
.entry-content > ol ul{
    padding-top: 0;
    padding-bottom: 0;
}


/* 各li要素 */
.entry-content > ul li, 
.entry-content > ol li {
    margin-bottom: .75em;
    padding-bottom: 0;
}
/* 各li要素 2段目以降 */
.entry-content > ul ul li, 
.entry-content > ol ul li {
    margin-bottom: .5em;
    line-height:1.4;
    list-style-type:circle;
    font-size:90%;
}

.entry-content > ul > li:last-child, 
.entry-content > ol > li:last-child {
    /* margin-bottom: 0em!important; */
}


/* 2段目のみ特別 */
.entry-content > ul > li > ul, 
.entry-content > ol > li > ul {
    padding-left:1.45em;
}
.entry-content > ul > li > ul > li, 
.entry-content > ol > li > ul > li {
    color:#894d03;
}

/* ------------------------------------
キャプション
------------------------------------ */
p.wp-caption-text {
    color: #6a533c;
    font-size: 14px;
    margin-top: .5em;
    line-height: 1.4;
    background: #f9f6f0;
    padding: .5em;
}

/* ------------------------------------
テーブル
------------------------------------ */
.entry-content table {
    width: 100%!important;
}
.entry-content table tr:nth-child(2n+1) {
    background: #faf6f3;
}
.entry-content table tr:nth-child(2n) {
    background: #ffffff;
}
.entry-content table tr:first-child {
    background: #a68d78;
    color: white;
}

/* 全体 */
.entry-content table{
    border:1px solid #664d1b;
    margin-top:2em;
    margin-bottom:2em;
}
.entry-content table td{
    border:1px solid #a5947d;
	word-break: break-all;
}

/* 一段目 上下 */
.entry-content table tr:first-child td{
    border:1px solid #664d1b;
    border-width:1px 0 1px 0;
}

/* 外枠：上下 */
.entry-content table tr:first-child td{
    border-right:1px solid #775d29;
    font-weight: bold;
    font-size: 120%;
    height: initial!important;
    text-align: center!important;
    line-height: 1.2;
}
@media print, screen and (max-width: 480px){
    .entry-content table tr:first-child td{
        font-size: 100%;
    }
}
.entry-content table tr:last-child td{
    border-bottom:1px solid #664d1b;;
}

/* 外枠：左右 */
.entry-content table tr td:first-child{
    border-left:1px solid #97896c;
}
.entry-content table tr td:last-child{
    border-right:1px solid #97896c;;
}



/* 記事上：カテゴリー表示 */
p.st-catgroup .catname {
    background: #8b806c;
    color: white;
    border-radius: 5px;
}

/* 記事下：ラグ表示 */
p.tagst a {
    background: #a78e83;
    padding: .25em .5em;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 5px;
}

/* ------------------------------------
まとめ
------------------------------------*/


/* ------------------------------------
サイドバー
------------------------------------*/
#side .ad {
    margin-top:2em;
    margin-bottom: 2em;
    background: #faf6ef;
    border: 1px solid #e3e3e3;
}
#side .ad:nth-child(1){ /* search */

    background:none;
    border:none;
}
#side .ad p{
    display:block!important;
    background:#6b502f;
    color:white;
    padding:5px 10px;
    margin-bottom: 0;




}

#side .ad:last-child{
}
#side .ad .menu_underh2{
    font-size: 18px;
    background: #9d8e70;
    padding: .5em .5em;
    color: white;
}
#side .ad ul{
    background: rgba(255, 255, 255, 0.42);
    padding: 20px 15px 20px 15px;
}

/* 検索 */
#side #search{
    margin-top:1em;
}

/* 人気記事表示 */
#side ul.wpp-list{
}
#side ul.wpp-list li{
    margin-bottom: 1.5em;
    border-bottom: 1px dotted gray;
    padding-bottom: 1em;
}
#side ul.wpp-list li:last-child{
    margin-bottom: 0;
    border-bottom:none;
    padding-bottom: 0;
}
#side ul.wpp-list li .wpp-thumbnail{
    border-radius: 100px;
    margin-right: .5em;
    margin-bottom: .5em;
    width: 110px;
    height: 110px;
}
#side ul.wpp-list li .wpp-post-title{
    margin-left: 100px;
    display: block;
    margin-bottom: .5em;
}
#side ul.wpp-list li .wpp-excerpt{display: block;clear: both;line-height: 1.4;}


/* カテゴリ */
#side  li.cat-item{
    margin-left: 1.25em!important;
}
#side  li.cat-item:before{
    content: "\f111";
    font-family: FontAwesome;
    color: #907b6e;
    font-size: 13px;
    margin-right: .5em;
    margin-left: -1.25em;
    position: relative;
    bottom: 0px;
}

/* 新着表示 */
#side ul#npcatch{
}
#side ul#npcatch li{
    margin-bottom: 1em;
    border-bottom:1px dotted gray;
    padding-bottom:1em;
}
#side ul#npcatch li:last-child{
    margin-bottom:0;
    padding-bottom: 0;
    border-bottom:none;
}
#side ul#npcatch li img{
    padding: 0;
    border-radius:5px;
}
#side ul#npcatch li .title{
    padding: 0;
    width: initial;
    margin-left: 110px;
    display: block;
    float: none;
}
.google-auto-placed {
    margin-top: 2em;
    margin-bottom: 2em;
}