@charset "UTF-8";

* {
    font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0px;
    padding: 0px;
}
main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
    display: block;
}
body {
    min-width: 320px;
    word-wrap: break-word;
    background-color:#fff;
}
body.mceContentBody {
    background-color:#fff;
}

/*レイアウト スマートフォン
----------------------------------------------------*/
#wrapper {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
}
header {
    text-align: center;
}
#gazou {
    display: none;
}
#gazou p {
    margin: 0px;
}
main {
    background-color: #fff;
    padding: 20px 10px;
    margin: 0 0 20px;
}
section {
    margin-bottom: 3em;
}
footer {
    clear: both;
    padding: 20px 0;
    text-align: center;
}
.ad {
    padding-bottom: 10px;
}
.post{
overflow: hidden;
}

/*media Queries タブレットサイズ
----------------------------------------------------*/
@media screen and (max-width: 780px) {
    aside {
        clear: both;
        float: none;
        width: auto;
        position: static !important;
    }
    #s-navi dd.acordion_tree {
        background: #6699ff;
        position: absolute;
        top: 30px;
        right: 0;
        width: 300%;
        position: absolute;
    }
    .acordion_tree ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }
    .acordion_tree li {
        border: 0;
        font-size: 16px;
        display: block;
        line-height: 1.8em;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    .acordion_tree li:last-child {
        border-top: 1px dotted #fff;
        display: block;
        padding-top: 10px;
    }
    .acordion_tree li a {
        color:#fff;
        font-weight: 700;
    }

    header .topHeaderLeft {
        position: relative;
        float: left;
        width: 191px;
        left: 20px;
    }

    /* 中見出し */
    h1.descr, 
    p.descr {
        font-size: 1.2em;
        color: #fff;
        line-height: 1.5;
        margin: 0;
        text-align: center;
    }
}
/*media Queries スマホサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {
    #wrapper {
        padding: 0 20px;
    }
    header {
        text-align: left;
    }
    .sitename img {
        max-width: 300px;
        margin: 0;
    }
    main {
        background-color: #fff;
        border-radius: 4px;
        padding: 20px 0;
    }
    #footer nav ul li{
        border: none;
    }

    /* 中見出し */
    h1.descr, 
    p.descr {
        font-size: 1.2em;
        color: #fff;
        line-height: 1.6;
        text-align: center;
    }

    /*--------------------------------
    一覧記事表示部分
    ---------------------------------*/
    #topnews dt {
        width: 150px;
    }
    #topnews dt img {
        width: 100%;
    }
    #topnews .clearfix dd h5 {
        font-size: 24px;
        font-weight: bold;
        padding: 0px;
        margin-bottom: 5px;
    }
    #topnews .clearfix dd p {
        font-size: 14px;
        color: #555;
        line-height: 24px;
        margin: 0px;
        padding: 0px;
    }
    #topnews .clearfix dd h5 a {
        color: #333;
        text-decoration: none;
    }
    /*-- ここまで --*/
}

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
    .smanone {
        display: block;
    }
    .pcnone {
        display: none;
    }
    #wrapper {
        padding: 0 40px;
    }
    nav {
        display: block;
    /*  padding: 10px 0;*/
    }
    #gazou {
        display: block;
        overflow: hidden;
    }
    #contentInner {
        float: left;
        width: 100%;
        margin-right: -300px;
    }
    main {
        margin-right: 320px;
        margin-left: 0px;
        background-color: #fff;
        border-radius: 4px;
        padding: 0 40px 0 0;
    }
    aside {
        float: right;
        width: 300px;
        padding: 0px;
    }
    .acordion_tree {
        position: none;
    }
    .acordion_tree ul {
        text-align: right;
        display: inline-block;
    }
    .acordion_tree li {
        float: left;
        border: 0;
        list-style-type: none;
        font-size: 13px;
    }
    .acordion_tree li a,
    .acordion_tree li a:visited,
    .acordion_tree li a:active{
        color: #fff;
        text-decoration: none;
    }
    .acordion_tree li a:hover{
        color: #fff;
        text-decoration: underline;
    }
    .acordion_tree li li {
        float: left;
        font-size: 13px;
        padding-left: 10px;
        display: inline;
        padding-right: 10px;
        border: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    /*IEで要素がズレるのを対応*/
    .ie7 aside ul li, .ie8 aside ul li, .ie9 aside ul li {
        display: list-item;
        padding: 0;
    }
    /*--------------------------------
    各フォント設定
    ---------------------------------*/

    /* 中見出し */
    h1.descr, 
    p.descr {
        font-size: 1.7em;
        color: #fff;
        line-height: 1.7;
        text-align: center;
    }
    p {
        font-size: 14px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    /*記事タイトル*/
    .entry-title {
        font-size: 24px;
        line-height: 35px;
        color: #333;
        margin-bottom: 5px;
    }
    .entry-title a:hover {
        text-decoration: underline;
    }
    /*中見出し*/
    .blog-area h2 {
        position: relative;
        background: #f3f3f3;
        color: #1a1a1a;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
    }
    .blog-area h2:after {
        content: '';
        position: absolute;
        border-top: 10px solid #f3f3f3;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        bottom: -10px;
        left: 50px;
    }
    .blog-area h2:before {
        content: '';
        position: absolute;
        border-top: 10px solid #f3f3f3;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        bottom: -10px;
        left: 50px;
    }
    /*小見出し*/
    .post h3 {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 10px;
        padding-top: 15px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        color: #1a1a1a;
        line-height: 25px;
        background-repeat: no-repeat;
        background-position: left center;
        margin-left: 0px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #999999;
    }
    /*リスト */
    .post ul {
        list-style-type: disc;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .post ul li {
        font-size: 14px;
        line-height: 27px;
    }
    .post ol {
        list-style-type: decimal;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .post ol li {
        font-size: 14px;
        line-height: 27px;
    }
    /*--------------------------------
    ページャー
    ---------------------------------*/
}

/* #25510【コンテンツSEO｜オオサカ堂】オオサカ堂公式ブログ WPプラグイン導入依頼（WEBP化） */
#toc_container .toc_list li {
    list-style: decimal !important;
    list-style-position: inside !important;
}

#toc_container .toc_list li > ul li {
    list-style: none !important;
    list-style-position: inside !important;
}
