@charset "UTF-8";
html {
    color: #222222;
    height: 100%;
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.body_inner {
    height: 100%;
    background: #f5f5f5;
}
body {
    height: 100%;
    background: #ececec;
    background: #f5f5f5;
}
p,ul,ol,li,span,a,table,tr,td,th,i {
    font-size: 16px;
    line-height: 30px;
}
p::-moz-selection { background: rgba(0,0,0,0.2); }
p::selection      { background: rgba(0,0,0,0.2); }
.container {
    width: 100%;
    height: 100%;
    min-width: 1024px;
    max-width: 1280px;
    margin: 0 auto;
    background: #f5f5f5;
}
strong {
    font-weight: bold;
}
h2 strong,
h3 strong {

}
.content {
    position: relative;
    top: 560px;
    overflow: hidden;
    background: #f5f5f5;
}
.content .w90 {
    display: table;
}
main, aside {
    display: table-cell;
    vertical-align: top;
}
aside.sidebar {
    width: 300px;
    min-width: 300px;
}
#sidebar {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}
#sidebar.fix {
    position: fixed;
    bottom: 50px;
}
main {
    border-right: 30px solid whitesmoke;
}
.main_content {
    box-sizing: border-box;
    padding: 40px 0 0 0;
    background: white;
    display: block;
    overflow: hidden;
}
.no_header {
    padding-top: 0!important;
}
aside.main_content {
    padding-top: 0;
}
.main_content > p,
.main_content > h1,
.main_content > h2,
.main_content > h3,
.main_content > h4,
.main_content > h5,
.main_content > h6,
.main_content > ul,
.main_content > ol,
.main_content > div,
.main_content > span,
.main_content > a,
blockquote {
    padding: 0 40px;
    margin-bottom: 30px;
}
table {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 40px 30px;
    width: auto;
}
table td {
    border: 1px solid #d2d2d2;
    padding: 5px 8px;
}
h1 {
    color: #4a4a4a;
}
.main_content > h1 {
    font-size: 28px;
    line-height: 33px;
    font-weight: bold;
    margin-top: 20px;
}
article.main_content {
    padding: 20px 0;
    margin-top: 20px;
}
article.main_content:first-child {
    margin-top: 0;
}
article.main_content > h1, article.main_content > h1 a {
    margin: 0;
}
article.main_content > h1 a {
    padding: 0;
    color: #444444;
    font-size: 21px;
    display: inline-block;
    line-height: 28px;
}
article.main_content > h1 a:hover {
    color: #737373;
}
article.main_content > p {
    margin: 3px 0 0 0;
    font-size: 14px;
    line-height: 21px;
}
.main_content > h1:first-child {

}
.main_content > h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    padding: 22px 40px 22px 37px;
    color: black;
    border-left: 2px solid #02bb80;
    margin-top: 40px;
    background: #f9f9f9;
}
.pagination {
    text-align: center;
}
.main_content .pagination a {
    margin: 0;
    border: none;
}
.pagination span {
    margin: 0 3px;
    display: inline-block;
    background-color: #404040;
    border: 1px solid #404040;
    color: white;
    border-radius: 2px;
    padding: 0px 11px;
    font-size: 12px;
}
.pagination a span {
    background-color: white;
    border: 1px solid #404040;
    color: #404040;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
    font-size: inherit;
}
.main_content > h3 {
    margin: 50px 40px 20px 40px;
    padding: 10px 40px 10px 20px;
    font-size: 21px;
    font-weight: bold;
    color: #000000;
    line-height: 28px;
    border-left: 4px solid #02bb7f;
}
.main_content > h4 {
    margin: 5px 0px 10px 40px;
    padding: 0px 20px 0px 14px;
    font-size: 15px;
    font-weight: bold;
    color: #f3f3f3;
    background: bottom;
    line-height: 24px;
    background: #444444;
    display: inline-block;
}
.main_content a {
    display: inline;
    margin: 0 40px 20px 20px;
    padding: 0 0 0 0;
    line-height: 20px;
    color: #02bb80;
    border-bottom: 1px dashed #02bb80;
    font-weight: bold;
}
h6 {
    font-size: 14px;
    line-height: 17px;
    color: gray;
}
article.main_content a,
.bread a {
    border: none;
    padding: 0;
    margin: 0;
}
.main_content p > a {
    line-height: 20px;
    margin: 0;
    padding: 0 2px;
    transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
    word-wrap: break-word;
}
.main_content > ul,
.main_content > ol {
    background: #f7f7f7;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}
.main_content > ul li:before {
    content: "● ";
    color: #40bede;
    font-size: 10px;
    margin-right: 3px;
}
.main_content > ol li {

}
aside li a {
    background: white;
    display: block;
    margin-top: 10px;
    padding: 13px 15px 11px;
    box-sizing: border-box;
    color: #444444;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
}
blockquote {
    background-color: #fbfbfb;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto 30px auto;
    width: 70%;
}
blockquote > p,
blockquote a {
    padding: 10px 30px;
    box-sizing: border-box;
    color: #868686;
    font-style: italic;
    font-size: 13px;
    line-height: 20px;
}
.w90 {
    width: 83%;
    margin: 30px auto;
}
aside ul:first-child li:first-child a {
    margin-top: 0;
}
svg {
    fill: #081f26;
}
.mv {
    top: 0;
    max-width: 1280px;
    min-width: 1024px;
    position: absolute;
    overflow: hidden;
    height: 560px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e2e2e+0,604343+100 */
    background: #2e2e2e; /* Old browsers */
    background: -moz-linear-gradient(top, #2e2e2e 0%, #604343 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2e2e2e 0%,#604343 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2e2e2e 0%,#604343 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#604343',GradientType=0 ); /* IE6-9 */
}
.base {
    width: 100%;
    height: 100%;
    position: absolute;
}
.moon {
    background-image: url('../img/moon.svg');
    background-position: top left;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 550px;
    height: 550px;
    left: 90px;
}
.parts {
    position: absolute;
}
.graves {
    background-image: url('../img/static.svg');
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    bottom: 0;
    height: 100%;
    min-width: 1280px;
    z-index: 10;
}
.grass {
    width: 100%;
    left: -20px;
    height: 300px;
    bottom: -30px;
    z-index: 20;
}
.grass svg {
    position: absolute;
    width: 430px;
    bottom: 0;
}
.grass svg:nth-child(2) {
    left: 314px;
}
.grass svg:nth-child(3) {
    left: 650px;
}
.grass svg:nth-child(4){
    left: 992px;
}
.tree {
    width: 289px;
    left: 0px;
    bottom: -8px;
    z-index: 15;
}
.a_b {
    width: 100%;
    display: block!important;
    background: #f5474c;
    border: none!important;
    display: block;
    text-align: center;
    color: white!important;
    padding: 28px 0!important;
    border-radius: 7px;
    font-size: 19px;
    font-weight: bold;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.2);
}
.scroll_to_best a {
    margin: 0;
}
.base-border {
/*     position: absolute;
    bottom: -40px;
    width: 110%;
    height: 100px;
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
    left: -20px;
    min-width: 1408px; */
}
img.base_border {
    position: absolute;
    bottom: -25px;
    width: 120%;
    z-index: 99999999;
    left: -40px;
}
.base-border img {
    width: 100%;
    height: auto;
}
.logo {
    top: 204px;
    height: 100px;
    background-image: url(../img/logo.png);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
    left: 190px;
    z-index: 99999999;
    width: 271px;
    height: 90px;
}
.parts a,
.subtitle{
    color: white;
}
.menu {
    right: 10px;
    top: 87px;
}
.subtitle {
    font-size: 14px;
    right: 88px;
    z-index: 10000;
    bottom: 109px;
    line-height: 26px;
    color: #cacaca;
}
nav.menu {
    display: none;
    background-image: url(../img/dialogue.svg);
    background-repeat: no-repeat;
    right: 182px;
    z-index: 999999;
    background-size: 100% 100%;
}
nav ul {
    display: block;
    overflow: hidden;
    margin: 37px;
}
nav li {
    margin: 0;
}
nav li a {
    font-size: 18px;
    display: block;
    padding: 10px 30px 10px 60px;
    letter-spacing: 1.3px;
    position: relative;
}
nav.menu ul:hover a.default_cursor {
    background: none;
}
nav.menu ul:hover a.default_cursor:before {
    display: none;
}
nav.menu ul li a:hover,
a.default_cursor {
    background-color: rgba(255, 255, 255, 0.05);
}
nav.menu ul li a:hover:before,
a.default_cursor:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #ffffff;
    display: inline-block;
    position: absolute;
    left: 36px;
    top: 21px;
    opacity: 0;
    -webkit-animation: blink 1.0s ease-in-out infinite;
    -moz-animation: blink 1.0s ease-in-out infinite;
    animation: blink 1.0s ease-in-out infinite;
}
nav.menu ul li a:hover {
    background-color: rgba(255, 255, 255, 0.05)!important;
}
nav.menu ul li a:hover:before {
    display: block!important;
}
iframe {
    width: 100%;
}
@-webkit-keyframes blink{
    0% {opacity:1;}
    50% {opacity:1;}
    51% {opacity:0;}
}
@-moz-keyframes blink{
    0% {opacity:1;}
    50% {opacity:1;}
    51% {opacity:0;}
}
@keyframes blink{
    0% {opacity:1;}
    50% {opacity:1;}
    51% {opacity:0;}
}
.bat {
    width: 100px;
    left: 490px;
    top: 50px;
}
.cat_name {
    font-size: 30px;
    text-align: center;
    display: block;
    margin: 10px auto 30px auto;
    color: #221815;
}
.bread {
    letter-spacing: -40px;
    padding-left: 0!important;
    display: inline;
}
.main_content > ul.bread {
    padding: 0;
    border: none;
    margin: 0;
    background: none;
}
.date {
    display: inline;
    padding: 0 20px 0 0;
}
.date, .bread {
    margin-bottom: 0!important;
}
.bread li {
    display: inline-block;
    letter-spacing: normal;
}
.bread li a {
    color: gray;
    font-size: 12px;
}
.bread li a:before {
    content: '>';
    margin: 0 5px;
}
.bread li:first-child a:before {
    display: none;
}
.aside_header {
    font-size: 24px;
    height: 46px;
    padding-top: 9px;
    letter-spacing: 0.6px;
    text-align: center;
    letter-spacing: -10px;
}
.aside_header i,
.aside_header span {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    letter-spacing: normal;
}
.aside_header span {
    margin-left: 10px;
}
.icon_bat {
    background-image: url(../img/bat.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 100%;
    display: block;
    height: 40px;
}
.fa:before {
    margin-right: 8px;
}
.fa-calendar {
    font-weight: bold;
}
.fa-calendar, .fa-calendar:before {
    font-size: 11px;
    color: #8a8a8a;
}
.main_content > a.btn, .main_content > a.btn {
    color: white;
    background: #02bb80;
    border: 0px solid #02bb80;
    display: block;
    border-radius: 4px;
    text-align: center;
    padding: 30px 0;
    margin: 0 40px 20px 40px;
    box-sizing: border-box;
    font-weight: bold;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.2);
    font-size: 22px;
}
.center-table-align th,
.center-table-align td {
    text-align: center!important;
    font-weight: bold;
}
.page .main_content > a.btn {
    background: #02bb80;
    color: white;
}
.yellow {
    background-color:  #d6ff00;
}
.red {
    color: #da330a;
    font-weight: bold;
}
.big,
.big span {
    font-size: 28px;
    font-weight: bold;
}
.footer {
    background: #463131;
    width: 100%;
    padding: 50px 8%;
    box-sizing: border-box;
    margin-bottom: 0;
}
.footer a,
.footer span {
    color: #cacaca;
    font-weight: bold;
    font-size: 12px;
}
.footer span {
    color: #b5b5b5;
}
.footer li ul li {
    margin-left: 20px;
}
.footer li {
    line-height: 20px;
}
.footer .logo {
    position: static;
    display: block;
    width: 130px;
    height: 74px;
    margin-bottom: 30px;
}
h1.post_title {
    font-size: 32px;
    line-height: 39px;
    padding: 30px 30px;
    border: 1px solid black;
    border-left: none;
    border-right: none;
    margin: 0 40px 10px;
    text-align: center;
}
.infos {
    text-align: right;
}
article .infos {
    margin-bottom: 10px!important;
    margin-top: 6px;
}
html.is_login {
    margin-top: 0!important;
}
.wp-caption {
    width: 100%!important;
    box-sizing: border-box;
}
.main_content img,
.wp-caption img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
}
.rectangle {
    display: table;
    padding: 0 40px!important;
    margin: 0!important;
    width: 100%;
    box-sizing: border-box;
}
.rectangle > div {
    display: table-cell;
    width: 50%;
    text-align: right;
}
.rectangle > div:first-child {
    text-align: left;
}
.sponsor_link {
    font-size: 12px;
    color: #4e4e4e;
}
.page-title {
    margin-bottom: 30px;
}
.page-title img {
    width: 100%;
    display: block;
    max-width: 60%;
    margin: 0 auto;
}
.recommends {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 30px!important;
}
.recommends article {
    width: 50%;
    float: left;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0;
}
.recommends article:nth-of-type(odd) {
    padding-right: 20px;
    clear: both;
}
.recommends article:nth-of-type(even) {
    padding-left: 20px;
}
.recommends article a {
    font-size: 19px;
    margin: 0;
    line-height: 26px;
    padding-bottom: 3px;
}
.recommends article p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
}
.recommends .aside_header {
    height: auto;
    margin-bottom: 20px;
}
.rel_left {
    position: static;
}
.fix .rel_left {
    position: relative;
}
.icon_fukuro {
    background-image: url(../img/fukuro.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    width: 100%;
    display: block;
    height: 60px;
}
.with_image {
    overflow: hidden;
}
.thumb_article {
    cursor: pointer;
    display: table;
}
.thumb_article > img,
.thumb_article > div {
    display: table-cell;
    vertical-align: top;
}
.thumb_article > div {
    padding-left: 20px;
}
.thumb_article a {
    margin: 0;
    border: none;
    font-weight: bold;
    font-size: 19px;
    padding: 0!important;
    display: inline-block;
    margin: 0!important;
}
.thumb_article p {
    margin-top: 5px!important;
}
.thumb_article img {
    width: 90px;
}
.toc_list a {
    margin: 0;
    color: #2b2b2b;
    padding: 0 0 0 0;
    border: none;
}
#toc_container {
    width: inherit!important;
    box-sizing: border-box!important;
    padding: 20px 30px!important;
    margin: 0 40px 30px 40px!important;
    display: block!important;
    border: 1px solid #d4d4d4!important;
}
#toc_container a,
#toc_container span {
    font-size: 14px;
}
#toc_container a {
    font-weight: normal;
}
.toc_number {
    background: #f1f1f1;
    padding: 4px 6px;
    color: #888888;
    margin-right: 7px;
}
#toc_container li {
    margin-bottom: 3px!important;
}
.toc_toggle a {
    margin: 0 8px;
}
.attention {
    margin: 0 0 20px 0;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 7px;
    width: 100%;
    box-sizing: border-box;
    background: #fdfdfd;
}
.attention > img {
    width: 180px;
    margin-top: 0;
}
.attention > div {

}
.attention > div > a {
    font-size: 17px;
    line-height: 23px;
}
.attention > div > p {
    font-size: 13px;
    line-height: 18px;
    color: #545454;
}
.attention > div > a > span {
    background: #ff5e00c9;
    color: white;
    padding: 4px 3px;
    font-size: 10px;
}
.attention .thumbnail {
    width: 180px;
    height: 120px;
    background-size: cover;
    background-position: center;
    display: table-cell;
}
.attention .url {
    color: #8e8e8e;
    font-size: 11px;
}
.p_040 {
    margin: 0 40px 20px 40px;
    width: auto;
}
form {
    margin: 40px;
}
@media screen and (max-width: 1279px) {
    .w90 {
        width: 90%;
        min-width: 930px;
    }
}
@media screen and (max-width: 1130px) {
    nav.menu {
        right: 102px;
    }
    .subtitle {
        right: 120px;
        width: 360px;
    }
}
@media screen and (max-width: 1060px) {
    nav.menu {
        right: 32px;
    }
    .subtitle {
        right: 55px;
    }
    .rectangle {
        padding: 0!important;
    }
}



@media screen and (max-width: 640px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
    div {
        min-width: initial!important;
        max-width: initial!important;
    }
    p, ul, ol, li, span, a, table, tr, td, th, i {
        font-size: 15px;
        line-height: 27px;
    }
    .main_content {
        padding: 20px 0 0 0;
    }
    .logo {
        width: 74px;
        top: 59px;
        height: 49px;
        left: 34px;
    }
    .moon {
        width: 130px;
        height: 180px;
        left: 15px;
        top: 39px;
    }
    .tree {
        width: 120px;
        left: -8px;
        bottom: initial;
        z-index: 15;
        top: -12px;
    }
    .mv {
        height: 220px;
        display: table;
    }
    .grass  {
        bottom: -10px;
    }
    .grass svg {
        width: 210px;
    }
    .grass svg:nth-child(2) {
        left: 144px;
    }
    .grass svg:nth-child(3) {
        left: 310px;
    }
    .grass svg:nth-child(4) {
        left: 482px;
    }
    .graves {
        -webkit-background-size: 100%;
        background-size: 100%;
        left: -10px;
        bottom: 14px;
    }
    main, aside {
        border: none;
        display: block;
    }
    aside.sidebar {
        padding-bottom: 10px;
        min-width: initial;
    }
    nav li a {
        font-size: 11px;
        padding: 0;
    }
    .menu {
        display: none;
    }
    .subtitle {
        font-size: 12px;
        line-height: 17px;
        display: table-cell;
        position: relative;
        left: initial;
        right: initial;
        top: initial;
        bottom: initial;
        vertical-align: middle;
        width: 90%;
        padding-left: 40%;
        color: white;
        padding-bottom: 20px;
    }
    .subtitle br {
        display: block;
        margin: 10px 0;
        line-height: 22px;
        content: " ";
    }
    .base {
        right: 0;
    }
    .bat {
        width: 35px;
        left: initial;
        top: 10px;
        right: 20px;
    }
    img.base_border {
        bottom: -2px;
        left: -50px;
    }
    .content {
        top: 200px;
    }
    .w90 {
        width: 90%;
        display: block!important;
        margin: 0 auto;
    }
    .main_content > ul.bread {
        display: block;
        margin-left: 20px;
    }
    .main_content > p, .main_content > h1, .main_content > h2, .main_content > h3, .main_content > h4, .main_content > h5, .main_content > h6, .main_content > ul, .main_content > ol, .main_content > div, .main_content > span, .main_content > a, blockquote {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .bread {
        letter-spacing: normal;
    }
    h1.post_title {
        margin: 0px 20px;
        padding: 16px 10px;
        box-sizing: border-box;
        font-size: 22px;
        line-height: 27px;
    }
    blockquote > p {
        padding: 20px 22px;
        box-sizing: border-box;
    }
    .main_content > h3 {
        padding: 20px;
        margin: 20px 0 20px 20px;
        border-bottom: none;
        border-left: 2px solid #02bb7f;
        margin-left: 0;
        font-size: 18px;
        line-height: 25px;
    }
    .main_content > h4 {
        margin: 5px 20px 20px 20px;
    }
    .main_content > ul,
    .main_content > ol {
        margin-left: 20px;
        margin-right: 20px;
        padding: 10px 20px;
    }
    .main_content > a.btn {
        margin-left: 20px;
        margin-right: 20px;
        border: 1px solid transparent;
        color: white;
        background: #02bb80;
        font-weight: bold;
        letter-spacing: -0.3px;
        font-size: 18px;
    }
    .main_content > h2 {
        font-size: 20px;
        line-height: 27px;
        padding: 20px 20px;
    }
    .infos {
        text-align: right;
        margin: 10px 0 10px 0!important;
    }
    article.main_content > p {
        margin-top: 0;
    }
    aside,
    aside.sidebar {
        width: 100%;
        margin: 40px 0;
    }
    main {
        margin: 20px 0;
    }
    .bread, .bread li a, .infos, .bread li {
        line-height: 18px;
    }
    .rectangle {
        display: block;
        padding: 0!important;
        margin: 0;
        width: initial;
        box-sizing: border-box;
    }
    .rectangle > div {
        text-align: center!important;
        display: block;
        width: 100%;
    }
    .page-title {
        margin: 30px 0;
    }
    .icon_fukuro {
        background-size: 90%;
    }
    .recommends article {
        width: 100%;
        float: none;
        padding: 0!important;
    }
    .recommends article a {

    }
    #sidebar {
        width: 100%;
        min-width: initial;
        max-width: initial;
    }
    #sidebar.fix {
        position: static;
        bottom: initial;
    }
    .aside_header {
        height: 56px;
    }
    .icon_bat {
        width: 80%;
        height: 100%;
    }
    aside, aside.sidebar {
        margin: 0;
    }
    .page-title img {
        max-width: 90%;
    }
    .main_content > a.btn {
        padding: 23px 20px 25px;
    }
    .no_header > h2:first-child,
    .no_header > h3:first-child {
        margin-top: 0!important;
    }
    .main_content > table {
        margin: 0 3px 20px;
        padding: 0;
        border: 1px solid #e8e8e8;
    }
    .tablepress tbody td {
        font-size: 14px;
        line-height: 19px;
        padding: 5px 4px!important;
    }
    table tr td:first-child {
        padding-left: 10px;
        padding-right: 10px;
        width: 90px;
        border-right: 1px solid #d8d8d8;
        text-align: center;
    }
    main div p > iframe {
        height: 180px;
    }
    .attention {
    }
    .attention > img {
        width: 100%;
    }
    .attention > div {
        padding: 12px 0 0 0;
    }
    .attention > div > a {
        font-size: 15px;
        line-height: 20px;
    }
    .attention .thumbnail {
        width: 90px;
        height: 60px;
    }
    .thumb_article > img, .thumb_article > div {
        display: block;
    }
    #toc_container {
        margin: 0 20px 30px 20px!important;
    }
    #toc_container a, #toc_container span {
        font-size: 12px;
        line-height: 20px;
    }
}