#sidebar .toc {
    margin: 1em auto 1em 0em;
    font-size:.95em;
}

.toc-title {
    display: none;
}

.tab-caption-box-content {
    padding: 1em;
}

article > * {
    word-break: auto-phrase;
}

.cocoon-custom-text-1 {
    font-size: 90%;
    color: #97491b;
    display: inline-block;
    line-height: 1.5;
}

.wp-block-image.waku img{
    border: 10px solid #96a3d2;
	box-sizing: border-box;
}
.wp-block-image.sotowaku {
    border: 5px solid #5a6f8e;
    padding: 1em 0.5em;
}


.video-container .video {
    margin-top: auto;
}

.navi-in .has-icon {
    display: none;
}
.navi-in > ul {
    justify-content: normal;
}
/* 記事内のブレッド */
div#breadcrumb > div a {
    background: #676767;
    color: white;
    border-radius: 10px;
    padding: 2px 15px;
    min-width: 4em;
    display: inline-block;
    text-align: center;
    font-size: 90%;
}
div#breadcrumb > div:nth-child(1) a {

}
div#breadcrumb > div:nth-child(2) a {
    background: #7d4342;
}
div#breadcrumb > div:nth-child(3) a {
    background: #6d4d2f;
}
div#breadcrumb > div a:hover{
    background: #b78c8c;
}

/* 外部リンクの矢印マーク */
.wpel-icon-right i.wpel-icon {
    margin-right: .3em;
}

p.subtitle { /* 特化サイトの先頭のサブタイトル */
    border: 1px solid gray;
    padding: 1em;
    text-align: center;
    font-weight: bold;
    font-size: 140%;
    background: #a3a3a3;
    color: white;
}

.related-entry-thumbnail {
    height: initial;
}
.adsense{
border:none!important;
}
aside#nav_menu-2 h3 {
    margin-top: 0;
}
div#the-content img.no-border {
    border: none!important;
}
table.adsense.blog td, table.adsense.blog td p {
    font-size: 14px;
    line-height: 1.3;
}
table.adsense.blog td {
    padding: .5em;
}
table.adsense.blog tr:first-child td:nth-child(1) {
    width: 20%;
}

table.adsense.blog tr:first-child td:nth-child(2) {
    width: 30%;
}

table.adsense.blog tr:first-child td:nth-child(3) {
    width: 40%;
}

table.adsense.blog tr:first-child td:nth-child(4) {
    width: 10%;
}

table.adsense.blog {
      margin: 2em 0 3em;
    width: 100%;
}

.video-container {
    box-shadow: 1px 1px 12px #999999 inset;
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    padding: 15px;
    box-sizing: border-box;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
@media screen and (max-width: 480px){
 .video-container {
        padding: 10px;
  }
}
@media screen and (max-width: 320px){
 .video-container {
        padding: 5px;
  }
}
.article h4 {
    border-color: rgba(124, 47, 47, 0.49);
}

a#move-page-top {
    width: 70px;
}
a {
    transition: .2s;
}

a:hover {
    transition: .5s;
}
/* -----------------------------------
 自己アフィリエイト、５万、10万、１５万パック例の表
----------------------------------- */
table.practice-example td {
    font-size: 14px;
}

table.practice-example td:nth-child(n+3):not(:nth-child(n+7)){
    font-size: 11px;
      line-height: 1.4;
}
/* ------------------------------------
Go To TOP　ボタン
------------------------------------ */
.go-to-top-button {
    width: 100px;
    background: #dddddd8f;
    border: 2px solid #a9a9a9;
}

.go-to-top-button:hover {
    opacity: .6;
    transition: .4s;
}

/* -----------------------------------
タイトルロゴ
----------------------------------- */
#header {
    background: #a8b5b8;
}

.logo-text {
    padding: 0 0 20px;
}

#h-top {
    min-height: 120px;

}
#site-title {
    margin-top: 20px;
    margin-bottom: 20px;
}
#header .alignleft {
    margin-left: 10px;
}
#site-title img {
    max-width: 800px;
}
@media screen and (max-width: 1023px){
  #site-title img {
      max-width: 100%;
  }
}
@media screen and (max-width: 740px){
	#h-top {
		min-height: 0px;
	}
}
#container {
    background: #a8b5b8;
}

#main {

    background-color: rgba(255, 255, 255, 1.0);
}
/* -----------------------------------
パンくずリスト
----------------------------------- */
span.fa.fa-home.fa-fw {
    display: none;
}
/* -----------------------------------
 一覧表示
----------------------------------- */
.entry-card-content {
    border: 1px solid gray;
    padding: 10px;
}

.entry-card-content h2 a {
    background: #d6d6d6;
    /* color: white; */
    display: block;
    padding: 10px;
}

.entry-card-content h2 a:hover {
    background: gray;
    color: white;
}
/* ------------------------------------
アコーディオン 
------------------------------------ */
.toggle-content {
    background: #fffcf9 !important;
}

label.toggle-button {
    background: #8d8361;
    color: white;
    text-align: left;
    max-width: 600px;
}

.toggle-button::before {
    color: white!important;
    opacity: .8;
}
.toggle-content > * {
    font-size: 90%;
    line-height: 1.6;
}
/* -----------------------------------
 bread （ページ上下）
----------------------------------- */
span.fa.fa-file-o.fa-fw {
    display: none;
}
div#breadcrumb {
    margin-bottom: 3em;
}
div#breadcrumb a {
    border-radius: 0!important;
}

/*
div#breadcrumb div:last-child a {
    background: #803d3d;
    padding: 1px 5px;
    color: white;
    border-radius: 3px;
    border: 1px solid #803d3d;
}

div#breadcrumb div:last-child a:hover {
    background: white;
    color: #616161;
}

div#breadcrumb div a:hover {
    color: white;
    background: gray;
}
*/
/*
div#breadcrumb a {
    background: gray;
    color: white;
    padding: 0 6px;
    border-radius: 2px;
    border: 1px solid gray;
    box-sizing: border-box;
}

div#breadcrumb div:first-child a {
    background: #753434;
}

div#breadcrumb div:nth-child(2) a {
    background: #79603f;
}

div#breadcrumb a:hover {
    background: white!important;
    color: gray;
}
*/
/* -----------------------------------
 ナビ　グローバルメニュー
----------------------------------- */
.navi {
    background: #a8b5b8;
}

.navi .item-label, .navi .item-description {
    display: block;
    overflow: auto;
}

.navi-in > ul li {
    width: auto;
    height: auto;
    line-height: inherit;
}

#navi ul {
    margin-bottom: 2em;
    border-width: 0;
    padding: 1em;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b76459+0,703e36+33,330606+100 */
background: rgb(183,100,89); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(183,100,89,1) 0%, rgba(112,62,54,1) 33%, rgba(51,6,6,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(183,100,89,1) 0%,rgba(112,62,54,1) 33%,rgba(51,6,6,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(183,100,89,1) 0%,rgba(112,62,54,1) 33%,rgba(51,6,6,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b76459', endColorstr='#330606',GradientType=0 ); /* IE6-9 */

}
#navi ul li a:hover .jissen {
    color: #ff0000;
}
#navi ul li a:hover {
    /*background: #d3cde5; */
	transition:.3s;
    color: #4a0a00;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e9e9e9), color-stop(1.00, #ababab));
    background: -webkit-linear-gradient(#e9e9e9, #ababab);
    background: -moz-linear-gradient(#e9e9e9, #ababab);
    background: -o-linear-gradient(#e9e9e9, #ababab);
    background: -ms-linear-gradient(#e9e9e9, #ababab);
    background: linear-gradient(#e9e9e9, #ababab);
}
#navi ul li {
    text-align: center;
}
#navi ul li a {
  min-width: 7.75em;
  color: #fff;
transition: 0s;
padding: 5px 10px;
}

#navi ul#menu-global li.current-menu-item,
#navi ul#menu-global li.current-menu-item:hover{
    /*background: #876ab1;*/ /*#b16a6a;*/
}
#navi ul#menu-global li.current-menu-item > a,
#navi ul#menu-global li.current-menu-item > a:hover{
      background: #876ab1;
    color: white;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #808080), color-stop(1.00, #121212));
background: -webkit-linear-gradient(#808080, #121212);
background: -moz-linear-gradient(#808080, #121212);
background: -o-linear-gradient(#808080, #121212);
background: -ms-linear-gradient(#808080, #121212);
background: linear-gradient(#808080, #121212);

}
#navi .sub-menu li, #navi .children li {
    height: initial;
}
.fa-angle-down:before {
    content: "";
}

/* -----------------------------------
 サイドバー
----------------------------------- */
#sidebar ul#menu-global-1 a:hover .grade,
#sidebar ul#menu-global-1 a:hover .name,
#sidebar ul#menu-global-1 ul.sub-menu li a:hover{
    color: #372300;
    transition: 0s;
}
#sidebar ul#menu-global-1 ul.sub-menu li a{
    transition: 0s;
}
/* 第一階層 90:はじめに　135:中級編１ 483:中級編２*/
#navi ul li.current-page-ancestor:not(.menu-item-90):not(.menu-item-135):not(.menu-item-483){
    background: #d9d9d9;
    box-shadow: 2px 2px 5px #a2a2a2 inset;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #dedede), color-stop(1.00, #5d5d5d));
background: -webkit-linear-gradient(#dedede, #5d5d5d);
background: -moz-linear-gradient(#dedede, #5d5d5d);
background: -o-linear-gradient(#dedede, #5d5d5d);
background: -ms-linear-gradient(#dedede, #5d5d5d);
background: linear-gradient(#dedede, #5d5d5d);
}

#sidebar ul.sub-menu li.current-page-ancestor:not(.menu-item-90):not(.menu-item-135):not(.menu-item-483) a {
/* 90:はじめに　135:中級編１ 483:中級編２*/
  box-shadow: 10px 0px 0px #a2a2a2 inset;
}
#navi span.grade {
    display: block;
    color: #160000;
    background: #b9aaaa;
    box-shadow: 1px 1px 1px #414141 inset;
    padding: 2px;
    margin-bottom: .25em;
}
#navi ul#menu-global li.current-menu-item .grade {
    color: #ffcdcd;
    background: #4a2020;
}
/* 第２階層サブメニュー */
#navi ul.sub-menu, #navi ul.children{
    padding: .5em 0;
    min-width: 300px;
    border-radius: 0;
    border: 1px solid red;
    border-color: #a27d7d #461f1f #160c0c #9e8282;
}
#navi .sub-menu li, #navi .children li {
    text-align: left;
}
/* -----------------------------------
サイドメニュー
----------------------------------- */
div#sidebar {
    /* background: transparent; */
}
#sidebar span.grade {
    display: inline;
  color: #f39292;
}
span.jissen:after {
    content: ") ";
}
span.jissen {
    color: #ec9292;
}
#navi span.jissen {

}
#navi ul#menu-global li.current-menu-item > a .jissen {
    color: #ffc866;
}

#sidebar ul#menu-global-1 ul.sub-menu li a:hover .jissen {
    color: #372300;
}
#sidebar ul#menu-global-1 a  {
color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #121212), color-stop(1.00, #808080));
    background: -webkit-linear-gradient(#121212, #808080);
    background: -moz-linear-gradient(#121212, #808080);
    background: -o-linear-gradient(#121212, #808080);
    background: -ms-linear-gradient(#121212, #808080);
    background: linear-gradient(#121212, #808080);
    text-decoration: none;
    padding: .5em 1em;
}


#sidebar ul#menu-global-1 a:hover{
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ccc), color-stop(1.00, #8a8a8a));
    background: -webkit-linear-gradient(#ccc, #8a8a8a);
    background: -moz-linear-gradient(#ccc, #8a8a8a);
    background: -o-linear-gradient(#ccc, #8a8a8a);
    background: -ms-linear-gradient(#ccc, #8a8a8a);
    background: linear-gradient(#ccc, #8a8a8a);
}
#sidebar ul#menu-global-1 ul.sub-menu li a:hover{
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ccc), color-stop(1.00, #8a8a8a));
    background: -webkit-linear-gradient(#ccc, #8a8a8a);
    background: -moz-linear-gradient(#ccc, #8a8a8a);
    background: -o-linear-gradient(#ccc, #8a8a8a);
    background: -ms-linear-gradient(#ccc, #8a8a8a);
    background: linear-gradient(#ccc, #8a8a8a);
}
#sidebar ul#menu-global-1 {
    background: #b6b6b6;
    /* border: 1px solid gray; */
    /* border-width: 0 1px; */
    box-shadow: noney;
    padding: 1em;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #dedede), color-stop(1.00, #5d5d5d));
background: -webkit-linear-gradient(#dedede, #5d5d5d);
background: -moz-linear-gradient(#dedede, #5d5d5d);
background: -o-linear-gradient(#dedede, #5d5d5d);
background: -ms-linear-gradient(#dedede, #5d5d5d);
background: linear-gradient(#dedede, #5d5d5d);

}

#sidebar ul#menu-global-1 > li {
    padding: .25em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #656565), color-stop(1.00, #1f1f1f));
    background: -webkit-linear-gradient(#656565, #1f1f1f);
    background: -moz-linear-gradient(#656565, #1f1f1f);
    background: -o-linear-gradient(#656565, #1f1f1f);
    background: -ms-linear-gradient(#656565, #1f1f1f);
    background: linear-gradient(#656565, #1f1f1f);
}
#sidebar ul#menu-global-1 ul.sub-menu {
    padding-bottom: 1em;
}
#sidebar ul#menu-global-1 ul.sub-menu li {
    margin-bottom: 0;
    padding-bottom: 0;
list-style: none;
    margin-left: 0;
}
#sidebar ul#menu-global-1 ul.sub-menu li a{
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #4b4b4b), color-stop(1.00, #131313));
    background: -webkit-linear-gradient(#4b4b4b, #131313);
    background: -moz-linear-gradient(#4b4b4b, #131313);
    background: -o-linear-gradient(#4b4b4b, #131313);
    background: -ms-linear-gradient(#4b4b4b, #131313);
    background: linear-gradient(#4b4b4b, #131313);
  padding: .75em 1.25em;
}

#sidebar ul#menu-global-1 > li.current-menu-item:not(.menu-item-94):not(.menu-item-131):not(.menu-item-482) > a,
#sidebar ul#menu-global-1 > li ul.sub-menu li.current-menu-item a{
  /* 94:はじめに 131:中級編１　482:中級編２ */
    box-shadow: 10px 0px 0px #d7d4ff inset;
      box-shadow: 12px -5px 0px #aba5ff inset;
}
#sidebar ul#menu-global-1 > li:first-child > a:first-child {
    /*　box-shadow: none;*/
    /* background: red; */
}
#sidebar ul#menu-global-1 > li.page-item-572 > a,
#sidebar ul#menu-global-1 > li.page-item-703 > a{
    box-shadow: none;
}
#sidebar h3 {
    background: #4c4c4c;
    color: white;
}
/*
aside ul#menu-global-1 {
    counter-reset: pupular-ranking;
}

aside ul#menu-global-1 li {
    position: relative;
    padding-left: 1.5em;
    list-style:none;
}

aside ul#menu-global-1 > li:before {
    background: none repeat scroll 0 0 #666;
    color: #fff;
    content: counter(pupular-ranking, decimal);
    counter-increment: pupular-ranking;
    font-size: 100%;
    left: 0;
    top: 0;
    line-height: 1;
    padding: 4px 7px;
    position: absolute;
    z-index: 1;
    opacity: .9;
    border-radius: 0;
    font-family: Arial;
    /* margin-right: 1em; */
}*/


aside ul.menu a:hover {
    background: gray;
    color: white;
    text-decoration: none;
}
aside ul.menu a {
    display:block;
      padding: 2px 5px;
}
#sidebar ul.menu > li {
    margin-bottom: .75em;
/*    display: list-item;
    list-style-type: decimal;
    color: gray;
*/
}

#sidebar ul.menu > li > ul > li {
    /* margin-bottom: 1em; */
    display: list-item;
    list-style-type: circle;
    color: gray;
    font-size: 80%;
}

#sidebar ul.menu > li > ul {
    margin: 0;
    padding-left: .75em;
}

#sidebar ul.menu > li {
    font-size: 110%;
}
aside h3.widget_title.sidebar_widget_title {
    color: #6d4848;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.23);
    padding: 10px;
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #d8dada), color-stop(0.22, #f1f1f1), color-stop(0.44, #c7c8ca), color-stop(0.74, #e7e8e8), color-stop(1.00, #fdfdfd));
    background: -webkit-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
    background: -moz-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
    background: -o-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
    background: -ms-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
    background: linear-gradient(to bottom, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
}
aside ul.tokuten {
      box-shadow: 1px 1px 10px black inset;
    padding-left: .5em!important;
    padding: 1em;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
}
aside ul.tokuten li:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #907b6e;
    font-size: 95%;
    margin-right: .5em;
    position: relative;
}
aside ul.tokuten li {
    list-style: none;
    padding-left: .5em;
}

body.page.page-id-1109 .tokuten li:nth-child(1),
body.page.page-id-274 .tokuten li:nth-child(2),
body.page.page-id-1258 .tokuten li:nth-child(3),
body.page.page-id-1132 .tokuten li:nth-child(4),
body.page.page-id-1260 .tokuten li:nth-child(5),
body.page.page-id-1267 .tokuten li:nth-child(6),
body.page.page-id-1276 .tokuten li:nth-child(7){
    background: #7b7b7b;
}

body.page.page-id-1109 .tokuten li:nth-child(1) a,
body.page.page-id-274 .tokuten li:nth-child(2) a,
body.page.page-id-1258 .tokuten li:nth-child(3) a,
body.page.page-id-1132 .tokuten li:nth-child(4) a,
body.page.page-id-1260 .tokuten li:nth-child(5) a,
body.page.page-id-1267 .tokuten li:nth-child(6) a,
body.page.page-id-1276 .tokuten li:nth-child(7) a {
    color: white;
    text-decoration: none;
}

body.page.page-id-1109 .tokuten li:nth-child(1):before,
body.page.page-id-274 .tokuten li:nth-child(2):before,
body.page.page-id-1258 .tokuten li:nth-child(3):before,
body.page.page-id-1132 .tokuten li:nth-child(4):before,
body.page.page-id-1260 .tokuten li:nth-child(5):before,
body.page.page-id-1267 .tokuten li:nth-child(6):before,
body.page.page-id-1276 .tokuten li:nth-child(7):before {
    color: white;
}
/* -----------------------------------
 本文 
----------------------------------- */

/* テーブル */
.body .wp-block-table table {
    width: 100%;
}
.main figure.wp-block-table td {
  border: 1px solid #cfcfcf;
	font-size: 85%;
}

article table tr:first-child{
    background: #4b689e!important;
    color: white;
}
article table tr:nth-child(2n) {
    background: #efefef;
}
article table tr:nth-child(2n+1) {
    background: white;
}
article table tr.crayon-row {
    background: white!important;
}
/* 画像のワク */
body#tinymce p img,
div#the-content p img {
    border: 5px solid #639edc;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
}
img.wp-more-tag.mce-wp-more {
    border: none!important;
}
/* waku */

ul.waku {
	border: 1px solid rgba(84,57,10,0.5);
	background: white;
	border-radius: 5px;
	padding: 1.5em;
	margin: 2em 2em 3em 0;
}
ul.waku.disc {
    border: 1px solid rgba(84,57,10,0.5);
    background: white;
    border-radius: 5px;
    padding: 1.5em;
    margin: 2em 2em 3em 0;
    border-radius: 0;
    /* border-width: 1em 0px 1em 0; */
    width: 100%;
    box-sizing: border-box;
    /* border-color: rgba(101, 83, 69, 0.5); */
}
ul.waku li {
	padding: 0;
	margin: 0;
	margin-bottom: .5em;
	list-style: none;
	line-height: 1.6;
}

ul.waku.only li {
	margin-bottom: 1em;
	line-height: 1.5;
}

ul.waku > li {
	font-size: 17px;
}

ul.waku > li:last-child {
	margin-bottom: 0;
}

ul.waku.disc > li:before {
	content: "\f111";
	font-family: FontAwesome;
	color: #765a1d;
	font-size: 95%;
	margin-right: .5em;
/* bottom: 2px; */
	position: relative;
}
ul.waku.disc.output> li:before {
/*	color: white; */
}
ul.waku.disc.study a {
    font-size: 130%;
}
ul.waku.disc.study > li:before {
content: "\f0a9 ";
    font-family: FontAwesome;
    color: #882222;
    font-size: 1.6em;
    margin-right: .25em;
    position: relative;
    line-height: 1.5;
    top: 3px;
    padding-left: 0;
}
ul.waku li > ul > li {
	margin-bottom: 1em;
	margin-top: 0;
}

ul.waku > li > ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: .5em 0;
}

ul.waku.disc li > ul > li {
	list-style: disc;
	margin-bottom: .25em;
    line-height: 1.3;
    font-size: 95%;
    margin-left: 2em;
    color: #760000;
}
ul.waku ul ul {
     margin: 0;
    margin-bottom: 1em;
}
ul.waku.disc li > ul > li > ul >li {
    list-style-type: circle;
}

ul.waku.disc li > ul > li > ul {
    padding: 0;
  margin-top: .25em;
}
ul.waku.disc.output {
/*    border: 1px dotted gray;
    background: white;
    padding: 1em 1.5em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #808080), color-stop(1.00, #121212));
    background: -webkit-linear-gradient(#808080, #121212);
    background: -moz-linear-gradient(#808080, #121212);
    background: -o-linear-gradient(#808080, #121212);
    background: -ms-linear-gradient(#808080, #121212);
    background: linear-gradient(#808080, #121212); */
}
ul.waku.disc.output li {
/*    font-size: 120%;
    font-weight: bold;
    color: white; */
}
/* その他 */
.one {

}
strong.hosoku {
    font-size: 90%;
    color: #906023;
    font-weight: normal;
}
.hosoku {
    font-size: 80%;
    line-height: 1.4;
    color: #a34f1b;
}
strong.big {
    font-size: 130%;
    color: #a51313;
}
.big strong{
    font-size: 130%;
    color: #a51313;
}
.article h2 {
	background: #6a895c;
    color: #ffffff;
    border-left: 14px solid #376730;
    border-bottom: 1px solid gray;align-content

	/*
    background: #cccccc;
    color: #2f2f2f;
    border-left: 14px solid #636363;
border-bottom: 1px solid gray;*/

	/*  
	background: #d9caca;
    color: #2f2f2f;
    border-left: 14px solid #664a4a;
*/
}
.article h3 {
    background: gray;
    color: white;
    padding: .5em 1em;
}
.article h2,
.article h3{
    margin-top: 2.5em;
    margin-bottom: 1.5em;
}

.article ul	 {
/*    margin-top: 2em;
    margin-bottom: 1em;
*/
}
.article ul ul {
    margin-top: .25em;
    margin-left: 0;
    padding-left: 1em;
    padding-bottom: 1em;
}
.article ul ul li {
    line-height: 1.4;
	font-size:95%;
}

p {
    margin-bottom: 1.5em;
    line-height: 1.4;
    font-size: 17px;
}

/* TOC+ table contents plus */
div#toc_container {
	margin: 2em 0;
	min-width: 50%;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #EAEAEA inset;
	border: 1px solid #CBCBCB;
	padding: 1em 2em 1em 1em;
}

#toc_container p.toc_title + ul.toc_list {
	margin-top: .5em;
}
/* -----------------------------------
TOC
----------------------------------- */
p.toc_title {
	color: rgb(145,145,145);
	letter-spacing: 2px;
}

#toc_container ul.toc_list li ul li {
	font-size: 95%;
	line-height: 1.4;
}

#toc_container ul.toc_list > li ul {
	margin-bottom: .5em;
}

#toc_container ul.toc_list > li {
	margin-bottom: 0;
}

#toc_container ul.toc_list li ul li a {
	color: rgb(113,120,136);
}

div#toc_container ul.toc_list > li > ul {
	margin-left: 1em;
}
span.toc_number.toc_depth_1:after {
    content: ")";
}
span.toc_number.toc_depth_2:after {
	content: "）";
}
div#feedly-mini {
    display: none;
}
/* -----------------------------------
フッター
----------------------------------- */
div#footer-navi-in a:hover {
    color: #363636;
    background: #b5b5b5;
}

div#footer-navi-in a {
    padding: .25em 1em;
    display: inline-block;
}
