@charset "utf-8";

body
{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    background: #d1e1ea;
}

.cf:before,
.cf:after
{
    content: " ";
    display: table;
}

.cf:after
{
    clear: both;
}

.cf
{
    *zoom: 1;
}

a
{
    color: #0033cc;
    text-decoration: none;
}

    a:visited
    {
        color: #0000aa;
    }

    a:hover
    {
        color: #183D4F;
    }

    a:focus
    {
        outline: none;
    }

/* 大枠 */
.wrapper
{
    margin: 0 auto;
    width: 1100px;
    overflow: hidden;
    background: #fefefe;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3), -5px -5px 10px rgba(0,0,0,0.3);
    color: #333;
}

.left-wrapper
{
    padding: 5px 0 0 0;
    float: left;
    width: 785px;
}

.middle
{
    float: right;
    width: 610px;
}

.left
{
    float: left;
    margin: 0 10px 0 5px;
    width: 160px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

.right
{
    float: left;
    width: 300px;
    margin: 0 5px 0 10px;
}

/* ヘッダ */
header.header
{
    width: 1100px;
    height: 270px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #3f97cf;
}

    header.header .site-title
    {
        position: absolute;
        left: 5px;
        top: 155px;
    }

    header.header .rectangle-ad
    {
        position: absolute;
        right: 8px;
        top: 10px;
    }

.arrow-box
{
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fefefe;
    width: 305px;
    height: 100px;
    padding: 10px;
    font-size: 15px;
    line-height: 150%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

header.header .popular-article
{
    overflow: hidden;
    position: absolute;
    left: 5px;
    top: 10px;
}

header.header div.popularArticlesWithImage.A
{
    margin: 0 !important;
}

    header.header div.popularArticlesWithImage.A ul li a
    {
        border: none !important;
    }

header.header .popular-article ul
{
    list-style: none;
}

header.header .popular-article li
{
    float: left;
    margin: 0 0 0 4px;
    border: 2px solid #02528e;
    position: relative;
}

    header.header .popular-article li div a .title
    {
        position: absolute;
        bottom: 0px;
        width: 100% !important;
        opacity: .85;
        filter: alpha(opacity=85);
        -ms-filter: "alpha(opacity=85)";
        -khtml-opacity: .85;
        -moz-opacity: .85;
        height: 48px;
        padding: 3px;
        line-height: 120%;
        border-bottom: 2px solid #02528e;
        background: #02528e !important;
    }

        header.header .popular-article li div a .title:hover
        {
            height: 100%;
        }

/* navi */
nav
{
    background: #fefefe;
    width: 1100px;
    margin: 0 auto 10px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.06);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.06);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.2);
}

    nav ul
    {
        list-style: none;
    }

    nav li
    {
        float: left;
        margin: 0 0 0 25px;
        text-indent: 21px;
        background-image: url('image/circle_orange_mini.png');
        background-repeat: no-repeat;
        background-position: center left;
        font-weight: bold;
    }

        nav li:first-child
        {
            margin: 0 0 0 10px;
        }

        nav li:last-child
        {
            float: right;
            width: 280px;
            position: relative;
        }

    nav input[type=text]
    {
        height: 25px;
        line-height: 25px;
        background: #fff;
        border: 1px solid #ccc;
        width: 250px;
        font-size: 14px;
        margin: 0 1px 0 0;
        position: absolute;
        top: 5px;
        right: 60px;
        color: #767676;
        text-indent: 5px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    nav input[type=submit]
    {
        width: 50px;
        height: 25px;
        line-height: 25px;
        color: #fff;
        font-size: 14px;
        background: #2C6F8F;
        position: absolute;
        top: 5px;
        right: 10px;
    }

/* RSS */
.rss
{
    height: 280px;
    padding: 5px;
    margin: 0 0 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.rss-title
{
    margin: 0 0 2px 0;
    height: 25px;
    line-height: 22px;
    background: #3f97cf;
    border: 2px #3a9ac6 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .rss-title span
    {
        display: inline-block;
        color: #fdfdfd;
        font-size: 13px;
        text-indent: 13px;
        border-right: 1px solid #fefefe;
        padding: 0 7px 0 0;
    }

.rss-iframe
{
    overflow: hidden;
    height: 250px;
}

/* 記事部分 */
selction
{
}

article
{
    margin: 0 0 60px 0;
}

    article .box-center a
    {
        color: #fefefe;
    }

    article header
    {
        background: #3f97cf;
        border: 2px #3a9ac6 solid;
        padding: 4px 10px;
        -webkit-border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        border-radius: 8px 8px 8px 8px;
    }

    article h1, article h2
    {
        font-size: 20px;
        line-height: 130%;
        color: #fcfcfc;
    }

        article h1 a, article h2 a
        {
            color: #fcfcfc;
        }

            article h1 a:visited, article h2 a:visited
            {
                color: #fcfcfc;
            }

    article .article-nav
    {
        padding: 4px 10px 6px;
        margin: 0 0 15px;
        font-size: 13px;
        overflow: hidden;
        border-bottom: 1px solid #5c5c5c;
        color: #333;
    }

        article .article-nav .article-nav-left
        {
            float: left;
        }

        article .article-nav .article-nav-right
        {
            float: right;
        }

    article .article-body
    {
        padding: 0 10px;
    }

        article .article-body .article-continue
        {
            margin: 20px 0;
            font-weight: bold;
            font-size: 18px;
            line-height: 1.6;
            background: #02528e;
            width: 188px;
            height: 34px;
            line-height: 36px;
            text-indent: 24px;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            border-radius: 7px;
        }

            article .article-body .article-continue a
            {
                color: #f5f5f5;
                display: block;
            }

            article .article-body .article-continue:hover
            {
                background: #02aedc;
            }

/* ソーシャルボタン */
.article-social-button
{
    width: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
}

    .article-social-button ul
    {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }

    .article-social-button li
    {
        list-style: none;
        display: flex;
        align-items: center;
        margin: 0 2px;
        width: 32%;
        height: 35px;
        line-height: 35px;
        letter-spacing: 0.6px;
        border-radius: 4px;
    }

        .article-social-button li:hover
        {
            opacity: 0.8;
            transition: all 0.3s;
        }

        .article-social-button li svg
        {
            fill: #fff;
            width: 20px;
            height: 20px;
            margin: 0 0 0 5px;
        }

    .article-social-button a
    {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        margin: 0 0 0 5px;
    }

.article-twitter-icon
{
    background: #23a3d9;
}

.article-facebook-icon
{
    background: #3d58a7;
}

.article-blogranking-icon
{
    background: #5d9b4c;
}

.social-buttons
{
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    list-style: none;
    margin: 0;
    padding: 0 10px 0 0;
}

    .social-buttons li
    {
        list-style: none;
        padding: 5px 3px;
        border-radius: 4px;
        margin: 4px 0;
        letter-spacing: 0.8px;
        display: flex;
        align-items: center;
    }

        .social-buttons li:last-child
        {
            margin: 4px 0 10px;
        }

        .social-buttons li:hover
        {
            opacity: 0.8;
            transition: all 0.3s;
        }

        .social-buttons li a
        {
            color: #fff;
            text-decoration: none;
            font-size: 13px;
            font-weight: bold;
            margin: 0 0 0 10px;
        }

        .social-buttons li svg
        {
            fill: #fff;
            width: 22px;
            height: 22px;
        }

.twitter-icon
{
    background: #23a3d9;
}

.facebook-icon
{
    background: #3d58a7;
}

.feedly-icon
{
    background: #65c14c;
}

.feed-icon
{
    background: #d94931;
}

/* 関連記事 */
.related-article
{
    margin: 0 0 40px;
}

    .related-article a
    {
        color: #0033cc;
    }

        .related-article a:hover
        {
            color: #183D4F;
        }

.related-articles
{
    margin: 0;
}

.related-article h3
{
    font-size: 15px;
    background: #e0e0e0;
    border-left: 6px solid #aaa9a9;
    width: 100%;
    padding: 3px 0 !important;
    margin: 0 0 6px !important;
    display: none;
}

.related-articles.with-image ul li
{
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    border-top: 1px solid #808080;
    padding: 5px 0 !important;
    margin: 0 !important;
}

    .related-articles.with-image ul li:hover
    {
        background: #66a6dc !important;
        opacity: 0.8;
        transition: all 0.4s;
    }

    .related-articles.with-image ul li a
    {
        display: flex;
        justify-content: flex-start;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #222;
        padding: 0 !important;
        margin: 0 !important;
    }

.related-articles.with-image .related-article-image,
.related-articles.with-image .related-article-title
{
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    height: 60px !important;
}

    .related-articles.with-image .related-article-image img
    {
        height: 60px;
        width: 80px;
        margin: 0 10px 0 0 !important;
        padding: 0 !important;
    }

.article-breadcrumb
{
    height: 100%;
    padding: 3px 0;
    overflow: hidden;
}

ul.article-breadcrumb
{
    list-style: none;
}

.article-breadcrumb li
{
    float: left;
    margin: 0 0 30px 10px;
    font-size: 11px;
}

.article-pager
{
    width: 100%;
    font-size: 12px;
    line-height: 140%;
    margin: 20px 0;
    overflow: hidden;
}

    .article-pager a
    {
        padding: 5px 0 0 0;
    }

.article-pager-previous
{
    float: left;
    width: 220px;
    height: 60px;
    padding: 10px 5px;
    margin: 0;
    border: 1px solid #ccc;
    background: #fff;
}

.article-pager-next
{
    float: right;
    width: 220px;
    height: 60px;
    padding: 10px 5px;
    margin: 0;
    border: 1px solid #ccc;
    text-align: right;
    background: #fff;
}

/* コメント */
.comment-form
{
    background: #fefefe;
    padding: 10px;
    overflow: hidden;
    font-size: 14px;
    border: 1px solid #ccc;
}

    .comment-form fieldset
    {
        border: none;
    }

        .comment-form fieldset legend
        {
            display: none;
        }

    .comment-form .text,
    .comment-form textarea
    {
        padding: 5px;
        font-size: 14px;
        border: solid 2px #ccc;
        margin: 5px 0 10px;
        width: 90%;
    }

    .comment-form button
    {
        background: #4db5d7;
        padding: 10px 100px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .comment-form button:hover
        {
            background: #36468c;
        }

    .facemark,
    .memorize,
    .comment-form-url,
    .comment-form-email,
    .comment-form .rating-value,
    .comment-form .rating-icon
    {
        display: none;
    }

.comment-list h3
{
    font-size: 18px;
}

.comment-list .odd
{
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-bottom: none;
}

.comment-list .even
{
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
}

.comment-list:last-child
{
    border-bottom: 1px solid #ccc;
}

.comment-info
{
    overflow: hidden;
    padding: 20px;
    line-height: 120%;
    list-style: none;
}

.comment-author,
.comment-date
{
    display: inline-block;
}

.comment-body
{
    margin: 15px 0 0 0;
    font-size: 15px;
    line-height: 26px;
}

/* pager */
.pager
{
    margin: 0 0 20px;
    font-size: 14px;
}

    .pager .current span
    {
        display: inline-block;
        color: #333;
        width: 26px;
        height: 26px;
        font-size: 13px;
        line-height: 26px;
        background-color: #4E5ED6;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .pager .paging-prev a,
    .pager .paging-next a,
    .pager .paging-first a,
    .pager .paging-last a,
    .pager .paging-number a
    {
        display: inline-block;
        color: #333;
        min-width: 26px;
        font-weight: bold;
        font-size: 13px;
        height: 26px;
        line-height: 26px;
        background-color: #707DE2;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

        .pager .paging-prev a:hover,
        .pager .paging-next a:hover,
        .pager .paging-first a:hover,
        .pager .paging-last a:hover,
        .pager .paging-number a:hover
        {
            background: #fff;
            color: #333;
            text-decoration: none;
        }

/* サイド共通 */
.sidewrapper
{
    margin: 0 0 15px;
    padding: 5px 5px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.sidetitlebody
{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.right .sidewrapper
{
    border: 2px solid #ccc;
    background: #f5f5f5;
}

.right .sidetitlebody
{
    background-image: url('./image/circle_orange.png');
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 32px;
}

/* カテゴリ */
.category-parent
{
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

/* 月別一覧 */
.plugin-monthly .sidebody
{
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

.plugin-recent_articles .sidebody
{
    line-height: 130%;
    font-size: 13px;
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
}

/* 人気記事画像付き */
.right div.popularArticlesWithImage li
{
    border-top: 1px dashed #aaa;
    padding: 5px 0;
    margin: 0 !important;
}

    .right div.popularArticlesWithImage li:first-child
    {
        border-top: none;
    }

    .right div.popularArticlesWithImage li div
    {
        padding: 0 !important;
        margin: 0 !important;
    }

.right div.popularArticlesWithImage img
{
    margin: 0 5px 0 0;
}

.mutual-link
{
    padding: 5px 0;
    line-height: 140%;
    list-style: none;
}

    .mutual-link li
    {
        padding: 5px 0;
        border-bottom: 1px dashed #ccc;
    }

        .mutual-link li:last-child
        {
            border-bottom: none;
        }

.side-social-button
{
    padding: 10px 0;
    list-style: none;
    overflow: hidden;
}

    .side-social-button li
    {
        float: left;
        margin: 0 5px 0 0;
    }

/*フッター*/
footer
{
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
}

.footer-top
{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #3d3d3d;
    border-bottom: 1px solid #1B1B1B;
    overflow: hidden;
}

.footer-top-inner
{
    width: 1100px;
    margin: 0 auto;
    color: #f5f5f5;
}

.footer-bottom
{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2e2e2e;
    border-top: 1px solid #4F4F4F;
}

.footer-bottom-inner
{
    width: 1100px;
    margin: 0 auto;
}

/* 記事装飾 */
p
{
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.trimming
{
    width: 500px;
    max-height: 350px;
    overflow: hidden;
}

.article-body img
{
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    display: inline-block;
    border: 1px solid #bbb;
}

.article-body a:hover img
{
    opacity: 0.9; /* 透過レベル */
    filter: alpha(opacity=90);
}

.article-body iframe
{
    vertical-align: top;
}

blockquote
{
    background-color: #eee;
    position: relative;
    padding: 5px 40px 10px;
    word-break: break-all;
}

    blockquote:before
    {
        content: "“";
        font-size: 500%;
        font-family: "ＭＳ Ｐゴシック", sans-serif;
        color: #999;
        position: absolute;
        left: 0;
        top: 0;
    }

.article-social-big-button
{
    margin: 0 0 20px;
    width: 100%;
    height: 180px;
    background: #2e2e2c;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .article-social-big-button > div
    {
        width: 50%;
    }

.facebook-likes
{
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .facebook-likes > div
    {
        margin: 10px 0;
    }

.smartphone
{
    display: none;
}
