/*
    ALL THEME COLOURS
    Pink: #de5bff
    Green: #10e093
    White: #ffffff
    Navy: #0d0f25

*/

header .sitename a {
    color: #fff;
    font-size:40px;
    font-family: "Trebuchet MS";
}

h1.descr{
    color: #0d0f25;
    font-size: 20px;
}
p.descr{
    color: #0d0f25;
    font-size: 20px;
}

h1 {
	    color: #de5bff;

}


.fa-clock-o:before {
    color: #de5bff;
}
/* リンクの色 */
a {
	color: #de5bff;
}
/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #10e093;
}

p {
	color: #ffffff;
	font-size:16px;
}

ul {
    background: #fff0;
    color: white;
}
li {
    background: #fff0;
    color: #10e093;
    font-style: b;
}

.entry-title, .post .entry-title {
    color: #de5bff;
    }
.st-main {
    background-color: #0d0f25;
    }


/* ------------------------------------
更新履歴
・テーブル内の英数字折り返し追加
------------------------------------*/
/* ------------------------------------
色指定
------------------------------------*/
/* 全体の色指定 */
/* body.custom-background {
    background: #0d0f25;
} */

body {
	background-color: #0d0f25 !important;
}

/* 最上段ブログタイトル部 */
div#headbox-bg {
    background: #10e093;
}

/* グローバルメニュー */
div#st-menubox {
    background: #ffffff;
    border-top: solid 11px #de5bff;
    border-bottom: solid 4px #de5bff;
}

/* page top */
#page-top a {
    background: #ee00ffcf;
    color: #ffffff;
    opacity: initial;
}

/* ------------------------------------
一覧（トップページ等）
------------------------------------*/
/* タイトル（リンク）*/
div#contentInner .kanren .clearfix dd p.kanren-t a{
    font-size: 20px;
    color: #10e093;
    line-height: 1.3;
}
div#contentInner .kanren .clearfix dd p.kanren-t a:hover{
    color: #ee00ff;
}
.kanren .clearfix dd p {
    color:#ee00ff;
}


/* 画像 */
div#contentInner .kanren dt img{
    border-radius:8px;
    margin-bottom: .5em;
}

/* 抜粋 */
div#contentInner .kanren .clearfix dd .smanone2 p {
    font-size: 13px;
    color: #ffffff;
    line-height: 1.5;
}

/* 抜粋 と　bloginfoのレイアウト */
div#contentInner .kanren .clearfix dd .blog_info,
div#contentInner .kanren .clearfix dd .smanone2{
    clear:both;
    margin-left:-110px;
}


/* カテゴリ */
.blog_info p a {
    text-decoration: none;
    border: 1px solid #ee00ff;
    font-size: 11px;
    padding: 1px 1em 0px;
    background: #ee00ff;
    color: #fff;
    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: white;
    color: #ee00ff;
    transition: .5s;
}
/* ------------------------------------
記事本文
------------------------------------*/
/* タイトル下 */
.blogbox {
    border-bottom: 1px solid #10e093;
    padding-bottom: .5em;
    margin-bottom: 2em;
}
.blogbox p {
    color: #10e093;
}

/* 目次 */
div#toc_container {
    background: white;
    border-radius: 3px;
    padding: .75em 1.25em;
    margin-top: 2.5em;
    margin-bottom: 2em;
}
div#toc_container ul.toc_list li {
    font-size: 95%;
}

/* 見出し */
.post .entry-content > h2 {
    margin-top:2em;
    margin-bottom:1.5em;
    font-size: 26px;
    color: #ffffff;
    border: none;
    border-left: 10px solid #de5bff;
    padding: .75em 1em;
    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(#10e093, #10e093);
}


.post .entry-content > h3 {
    border-bottom: 3px solid #de5bff;
    color: #ffffff;
}

.post blockquote {
    background-color: #ffffff00;
    border-left-color: #10e093;
}
.post blockquote p {
	font-style:italic;
	font-size:16px;
	color: #de5bff;
}

/* 本文フォント */
.entry-content {
    color: #ffffff;
}

.entry-content p {
    margin-bottom: 1.75em;
}

#breadcrumb ol li a {
    color: #10e093;
}
#breadcrumb ol li a:hover {
    color: #fff;
}


/* ------------------------------------
リスト形式 
------------------------------------*/
/* 外枠 */
.entry-content > ul:not(#sitemap_list),
.entry-content > ol {
    border: 1px solid #10e093;
    background: #0d0f2500;
    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;
}


/* 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:#10e093;
    font-size:15px;
}

/* ------------------------------------
キャプション
------------------------------------ */
p.wp-caption-text {
    color: #de5bff;
    font-size: 14px;
    margin-top: .5em;
    line-height: 1.4;
    background: #ffffff00;
    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;
}

.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;;
}

/* ------------------------------------
まとめ
------------------------------------*/
body.single div.entry-content > h2:last-of-type {
	border-color: #de5bff;
	border-style:solid;
	border-width:10px 0 0px 0;
	border-bottom-style:dotted;
}

body.single div.entry-content > h2:last-of-type ~ ul > li {
    list-style-type:none;
    font-size:1em;
    margin-left:.5em;
      margin-bottom: .75em;
}

body.single div.entry-content > h2:last-of-type ~ ul > li:before {
    content: "\f14a";
    font-family: FontAwesome;
    color: #de5bff;
    float: left;
    margin-right: .25em;
    margin-left: -1.25em;
    font-size: 1.2em;
    position: relative;
    top: ０px;
}

/* ------------------------------------
サイドバー
------------------------------------*/
#side .ad {
    margin-bottom: 2em;
}
#side .ad:last-child{
}
#side .ad .menu_underh2{
    font-size: 18px;
    background: #10e093;
    padding: .5em .5em;
    color: white;
}
#side .ad ul{
    background: #ffffff;
    padding: 20px 15px 20px 15px;
}

/* 人気記事表示 */
#side ul.wpp-list{
}
#side ul.wpp-list li{
    margin-bottom: 1.5em;
    border-bottom: 1px dotted #10e093;
    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: 50px;
    margin-right: .5em;
    margin-bottom: .5em;
}
#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;
    color: #0d0f25;
    }

/* 人気記事表示 ranking */
#side ul.wpp-list li{
	position:relative;
	line-height: 1.5;
}
#side ul.wpp-list {
    counter-reset: wpp-ranking;
}

#side ul.wpp-list li:before{
    counter-increment: wpp-ranking;
    content: "Rank " counter(wpp-ranking) "位 !";
    background: #10e0938a;
    color: #fff;
    font-size: 12px;
    left: 0;
    top: 10px;
    line-height: 1;
    padding: 4px 7px;
    position: absolute;
    z-index: 1;
    border-radius: 2px;
    font-family: Arial;
    border: 1px solid #10e093;
    text-align: center;
}

/* カテゴリ */
#side  li.cat-item{
    margin-left: 1.25em!important;
}
#side  li.cat-item:before{
    content: "\f111";
    font-family: FontAwesome;
    color: #10e093;
    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 #10e093;
    padding-bottom:1em;
    display: flex;
}
#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;
    float: left;
}
#side ul#npcatch li .title{
    padding: 0;
    width: initial;
    margin-left: 110px;
    display: block;
    float: none;
}

/* 新着表示 ranking */
#side ul#npcatch li{
	position:relative;
}
#side ul#npcatch {
    counter-reset: new-post-ranking;
}

#side ul#npcatch li:before{
    counter-increment: new-post-ranking;
    content: "New " counter(new-post-ranking);
    background: #10e0938a;
    color: #fff;
    font-size: 12px;
    left: 0;
    top: 0;
    line-height: 1;
    padding: 4px 7px;
    position: absolute;
    z-index: 1;
    border-radius: 0 0 0 5px;
    font-family: Arial;
    border: 1px solid #10e093;
    text-align: center;
}

/* ------------------------------------
フッター
------------------------------------*/
#footer {
    background: #10e093;
}

#footer a {
    color: white!important;
    padding: .25em!important;
    border-radius: 5px;
}
#footer a:hover {
    color: #de5bff!important;
}

#footer .footerlogo {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}


p.copy{
    color: #0d0f25!important;
}

#comments textarea {
	    color:#0d0f25;
}


#comments p {
	color:#10e093;
	padding-left:0px;
}
#comments p a {
  color: #fff;
}
#comments p a:hover {
    color: #de5bff;
}
#comments input[type="submit"] {
    background-color: #ffffff00;
    border: 1px #10e093 solid;
    color:#10e093;
}
#comments input[type="submit"]:hover {
    background-color: #de5bff;
    border: 2px #ffffff solid;
    color:white;
}
.commentmetadata {
    font-size: 10px;
    line-height: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
}
.comment-body{
	border-style: solid;
	border-color:white;
	padding:0px;
	padding-left:20px;
	margin-bottom: 30px
}
.comment-body p{
	color:white !important;
	padding-bottom:20px !important;
}
a.comment-reply-link {
	font-size: 15px;
	color: #10e093;
}
a.comment-reply-link:hover{
	
		font-size: 17px;
color: #de5bff;
}
.reply{
	text-align:right;
	padding-right:20px;
}



.post p .point-in {
    font-weight: bold;
    background: #de5bff;
    color: #fff;
}

.post p.point {
     border-bottom: solid 1px #de5bff;
}


.kanren dl {
    border-bottom-color: #de5bff;
}


.p-navi dl dt {
    color: #fff;
}

.st-pagelink .page-numbers {
    border: 1px solid #de5bff;
    background: white;
}


.st-main {
    background: #38333300;
}


#jp-relatedposts h3.jp-relatedposts-headline {
	font-size:20px;
	color: #10e093;
	border-bottom-color: #10e093;
	
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-left:20px
}

/* ------------------------------------
end
------------------------------------*/


/*MOBILE STUFF*/

.acordion_tree ul.menu li a {
    color: #fff;
}

.acordion_tree ul.menu li {
    border-bottom: dotted 1px #de5bff;
}


#s-navi dt.trigger .op {
    color: #fff;
    background: #de5bff;
}



@media print, screen and (max-width: 480px){
    .entry-content table tr:first-child td{
        font-size: 100%;
    }
	header .sitename a {
		font-size: 35px;
	}
	h1.descr{
		font-size:16px;
	}
	.post .entry-content > h2 {
		font-size: 20px;
	}
}


/* モバイル表示 */
@media only screen and (max-width: 959px) and (min-width: 600px){
    #s-navi dt.trigger .op {
        background: #de5bff;
        color: white;
    }

}


@media only screen and (min-width: 600px){
    div#contentInner .kanren dt img{

    }

    div#contentInner .kanren .clearfix dd .smanone2 p {
        font-size: 16px;
        line-height: 1.5;
    }

    .post .entry-content > h2 {
    }

    div#contentInner .kanren .clearfix dd p.kanren-t a{
        font-size: 22px;
        line-height: 1.5;
    }

    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){
    #st-menuwide nav.menu {
        padding: 0;
    }
    #st-menuwide li {
        border-right: solid 0px #de5bff;
        min-width:200px;
        padding: 0 0px;
        display: flex;
    }
    #st-menuwide li:first-child {
        border-left: solid 0px #de5bff;
    }
    #st-menuwide li a {
        transition: .1s;
        padding: 0px 0;
        color:#de5bff;
        font-size:16px;
        font-weight: bold;
        min-width: 11em;
        text-align: center;
    }
    #st-menuwide li a:hover {
        color: #ffffff;
        background: #de5bff;
        transition:.3s;
    }

    .post .entry-content > h2 {
    }

    #footer .footerlogo {
        font-size: 22px;
        line-height: 1.5;
        font-weight: bold;
        color:#de5bff;
    }

    div#contentInner .kanren .clearfix dd .blog_info,
    div#contentInner .kanren .clearfix dd .smanone2{
    }

    div#contentInner .kanren .clearfix dd p.kanren-t a{
        font-size: 22px;
        line-height: 1.5;
    }

    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: 14px;
        line-height: 1.5;
    }
}