@charset "UTF-8";
@import url(css/normalize.min.css);
@import url(css/bootstrap.css);
@import url(css/bootstrap-responsive.min.css);
/*
Theme Name: bbc7_affiliate2C
Theme URI: http://bbc7.jp
Author: Toshiaki Kondo
Author URI: http://bbc7.jp
Description: BBC7
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Domain Path: /languages/
Tags: three-columns
Text Domain: bbc7
*/

/* 基本スタイル
-------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
    }

html,
button,
input,
select,
textarea { color: #333     }

body {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1.6;
    letter-spacing: 0;
    }

p {
    padding-bottom: 14px;
    margin: 0;
    line-height: 1.8;
    }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    }

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    width : auto;　;
    }

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    }

textarea { resize: vertical     }

ul li { list-style: none     }

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #dddddd;
    background: #f8f8f8;
    }

th,
td {
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #ddd;
    }

th {
    background: #eee;
    font-weight: bold;
    }

/* アラインメント
-------------------------------------------------------------- */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    }

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    }

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
    }

.thumleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    width: 200px;
    height: auto;
    }

/* リンク
-------------------------------------------------------------- */
a {
    text-decoration: none; /* リンク下線：無し */
    }

a:link {
    color: #494949; /* リンク色：薄いブルー */
    }

a:visited {
    color: #494949; /* アクセス済み：もっと薄いブルー */
    }

a:hover {
    color: #494949; /* マウスオン時：赤 */
    text-decoration: none;
    border-bottom: 1px dotted #494949;
    }

/* ヘッダー
----------------------------------------------- */
#masthead {
    width: 100%;
    margin: 0 auto;
    }

.site-header {
    width: 100%;
    padding-bottom: 20px;
    margin: 0 auto 0;
    background-color: #fff;
    }

.site-title {
    color: #fff;
    font-size: 100%;
    padding-left: 10px;
    padding-top: 10px;
    border-bottom: none;
    }

.site-title a {
    color: #333;
    text-decoration: none;
    }

.site-title a:hover {
    color: #333;
    text-decoration: none;
    }

.site-description {
    position: relative;
    text-align: right;
    display: block;
    font-size: 120%;
    color: #494949;
    margin-top: 10px;
    line-height: 1.5em;
    }

.site-description a:link {
    color: #494949;
    text-decoration: none;
    }

.site-description a:visited { color: #494949     }

.site-description a:hover { color: #494949     }

.header-logo a { border: none     }

/* ソーシャルリンク
----------------------------------------------- */
#social_link {
    float: right;
    margin: 0;
    right: 0;
    }

#social_link li {
    float: right;
    text-align: right;
    margin: 5px 0 10px 0px;
    }

#social_link li a {
    text-decoration: none !imporatnt;
    }

.result {
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 120%;
    }

.search-box {
    display: block;
    float: right;
    }

.search { margin-top: 4px     }

.textbox { color: #848484 !important     }

input.search-query { width: 70px     }

.screen-reader-text { *display: none     }

/* メインメニュー
----------------------------------------------- */
.nav-collapse {
    font-size: 90%;
    width: 100%;
    margin: 0 auto;
    }


/* 投稿
-------------------------------------------------------------- */
/* トップページのタイトルの一覧 */
ul.toplist {
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
    border-top: solid 1px #aaaaaa;
    }

ul.toplist li {
    font-size: 0.875em;
    font-weight: bold;
    border-bottom: solid 1px #aaaaaa;
    background-image: url(images/chip.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 20px;
    }

ul.toplist li a { color: #000000     }

ul.toplist li span {
    font-size: smaller;
    color: #888888;
    }

ol {
    padding-top: 20px;
    padding-left: 20px;
    }

ol li {
    line-height: 1.5em;
    margin-bottom: 20px;
    }

#page { margin: 0 auto     }

.post {
    font-size: 110%;
    padding: 16px;
    margin-bottom: 50px;
    background-color: #fff;
    }

.more {
    float: right;
    font-size: 90%;
    margin-top: .5em;
    padding: 0 5px;
    color: #fff;
    background-color: #6495ed;
    }

a:hover .more {
    text-decoration: none;
    color: #fff;
    background-color: #1e78ff;
    }

a:link { color: #1e78ff     }

a:visited { color: #6495ed     }

.entry a:hover {
    color: #c00;
    border-bottom: 1px dotted;
    }

.entry-header { margin: 0 10px     }

.entry-title {
    color: #494949;
    font-size: 140%;
    font-weight: normal;
    line-height: 1.3em;
    border-left: 6px #1871b8 solid;
    padding: 5px 15px;
    margin: 0;
    background: -webkit-gradient( linear, left top, left bottom, from(#fbfbfb), to(#f2f1e6) ); /* Webkit */
    background: -moz-linear-gradient( top, #fbfbfb, #f2f1e6 ); /* FF */
    background: linear-gradient(to bottom, #fbfbfb, #f2f1e6);/* IE10+, W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fbfbfb,endColorstr=#f2f1e6);/*IE6 IE7 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fbfbfb,endColorstr=#f2f1e6);/* IE8 IE9 */
    zoom: 1; /* IE */
    }

.entry-title { border-color: #1871b8     }

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: #494949;
    font-size: 100%;
    font-weight: normal;
    border-left: 1px #1871b8 solid;
    padding: 5px 15px;
    margin: 20px 0 10px;
    background: -webkit-gradient( linear, left top, left bottom, from(#fbfbfb), to(#f2f1e6) ); /* Webkit */
    background: -moz-linear-gradient( top, #fbfbfb, #f2f1e6 ); /* FF */
    background: linear-gradient(to bottom, #fbfbfb, #f2f1e6);/* IE10+, W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fbfbfb,endColorstr=#f2f1e6);/*IE6 IE7 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fbfbfb,endColorstr=#f2f1e6);/* IE8 IE9 */
    zoom: 1; /* IE */
    }

.entry-content h2 {
    border-left: 8px solid #1871b8;
    padding: 5px 0 5px 20px;
    font-size: 140%;
    line-height: 1.3em;
    }

.entry-content h3 {
    border-left: 4px solid #1871b8;
    padding: 5px 0 5px 15px;
    font-size: 120%;
    line-height: 1em;
    }

.entry-content h4 {
    border-left: 2px solid #1871b8;
    padding: 5px 0 5px 10px;
    font-size: 100%;
    line-height: 1em;
    }

.entry-content h2,
h3,
h4 { border-color: #1871b8     }

.entry-content {
    word-wrap: break-word;
    margin-top: 20px;
    }

.page-title {
    font-size: 200%;
    font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","メイリオ",Meiryo,serif;
    text-align: center;
    margin-bottom: 20px;
    }

.archive h2 {
    font-size: 200%;
    text-align: left;
    margin-bottom: 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    }

.page h3 {
    font-size: 120%;
    margin-bottom: 20px;
    }

.entry-title a { color: #494949     }

.entry-title a:hover {
    color: #494949;
    text-decoration: none;
    border-bottom: 1px dotted #494949;
    }

.meta-info { display: block     }

.entry-meta {
    float: left;
    font-size: 70%;
    padding: 7px 0;
    color: #555;
    }

.entry-author {
    float: right;
    font-size: 80%;
    padding: 7px 0;
    color: #555;
    }

.footer-meta {
    font-size: 80%;
    padding: 7px 0;
    margin-top: 30px;
    margin-bottom: 0;
    color: #555;
    }

.entry-meta a:hover {
    color: #c00;
    border-bottom: 1px dotted;
    }

.entry-image {
    float: left;
    width: 200px;
    }

.entry-image a:hover { border: none     }

.entry img {
    margin-bottom: 30px;
    border: none;
    }

img a:hover { border: none     }

.img a:hover { border: none     }

.sticky {     }

.error-404 { padding: 20px     }

.error-404 h3 {
    font-size: 130%;
    font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","メイリオ",Meiryo,serif;
    margin-bottom: 15px;
    }

#toc_container {
    margin: 30px auto 30px !important;
    overflow: hidden !important;
    }

ul.toc_list li > a { line-height: 200% !important     }

/* ページ分割
----------------------------------------------- */
.pagesprit {
    color: #000000;
    margin: 1em auto;
    line-height: 2em;
    text-align: center;
    }

.page-numbers a {
    display: inline;
    padding: 5px;
    color: #00019b;
    border: solid 1px #ccc;
    text-decoration: none;
    }

.page-numbers a:hover {
    color: white;
    background: #328ab2;
    }

.numbers { margin: 0 10px     }

/* 画像
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    }

.clear {
    clear: both;
    zoom: 1;
    }

.post img {
    border: 1px solid #d8d8d8;
    padding: 5px;
    }

.border-none { border: none !important     }

/* リンク画像の透明化 */
.entry-content > a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    background: #fff;
    }

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
    }

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
    }

.wp-caption-text { text-align: center     }

.wp-caption .wp-caption-text { margin: 0.8075em 0     }

.gallery-caption {     }

/* 動画 
-------------------------------------------------------------- */
.moveWrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    }

.moveWrap > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

/* ページネーション
-------------------------------------------------------------- */
.pagination {
    display: inline-block;
    padding-left: 15px;
    margin: -20px 0 20px;
    border-radius: 4px;
    zoom: 1;
    }

.pagination > li { display: inline     }

.pagination > li > a,
.pagination > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-left-width: 1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    }

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span { background-color: #f5f5f5     }

.pagination > .active > a,
.pagination > .active > span {
    color: #999999;
    cursor: default;
    }

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    }

.pagination-large > li > a,
.pagination-large > li > span {
    padding: 14px 16px;
    font-size: 18px;
    }

.pagination-large > li:first-child > a,
.pagination-large > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    }

.pagination-large > li:last-child > a,
.pagination-large > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    }

.pagination-small > li > a,
.pagination-small > li > span {
    padding: 5px 10px;
    font-size: 12px;
    }

.pagination-small > li:first-child > a,
.pagination-small > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    }

.pagination-small > li:last-child > a,
.pagination-small > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    }

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
    }

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

.pager:after { clear: both     }

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

.pager:after { clear: both     }

.pager li { display: inline     }

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
    }

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #f5f5f5;
    }

.pager .next > a,
.pager .next > span { float: right     }

.pager .previous > a,
.pager .previous > span { float: left     }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    }

/* パンクズ
-------------------------------------------------------------- */
.breadcrumb {
    margin: -15px 0 0 -15px;
    background: none;
    }

/* ウィジェット
-------------------------------------------------------------- */
.TopBanner .widget {
    background: transparent;
    padding: 0 !important;
    border: none !important;
    box-shadow: none;
    text-align: center;
    }

.TopBanner .widget .textwidget img { border: none !important     }

.ad-widget {
    padding: 0;
    margin: 0 auto 20px !important;
text-align: center;
    }

.ad-title {
    font-size: 120%;
    font-weight: normal;
    text-align: left;
    }

.fix-widget {
    padding: 0;
    text-align: center !important;
    margin-bottom: 20px;
    }

.maga {
    padding: 10px 15px;
    color: #fff !important;
    background: url(images/enews-bg.jpg) #0b1d2a repeat-x;
    border: 5px solid #0b1d2a;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
    }

#sidebar .widget {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 20px;
    background-color: #fff;
    }

.widget-title {
    font-weight: normal;
    font-size: 120%;
    line-height: 1.3em;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: -webkit-gradient( linear, left top, left bottom, from(#fbfbfb), to(#f2f1e6) ); /* Webkit */
    background: -moz-linear-gradient( top, #fbfbfb, #f2f1e6 ); /* FF */
    background: linear-gradient(to bottom, #fbfbfb, #f2f1e6);/* IE10+, W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fbfbfb,endColorstr=#f2f1e6);/*IE6 IE7 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fbfbfb,endColorstr=#f2f1e6);/* IE8 IE9 */
    zoom: 1; /* IE */
    }

.widget ul {
    padding: 0;
    margin: 0;
    }

.widget li {
    list-style: none;
    background: url(images/list_grey.png) no-repeat 0 0.4em;
    padding-left: 14px;
    }

.widget li a { display: block     }

.wpp-thumbnail {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 3px;
    }

ul.wpp-list li {
    background: none;
    margin-bottom: 10px;
    margin-left: -15px;
    }

.widget a {
    color: #494949;
    text-decoration: none;
    }

.widget a:hover {
    color: #fe2900;
    border-bottom: none;
    }

/* Similar Post */
.similar-img img {
    float: left;
    border-radius: 6px;
    margin: 10px 10px 10px 10px;
    }

.similar-posts {
    float: left;
    clear: both;
    }

#footer-widget {
    position: relative;
    width: 100%;
    background-color: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px;
    }

.footer-widget { color: #333     }

.footer-widget .widget-title {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Ｐゴシック","MS PGothic",sans-serif;
    font-size: 120%;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    }

.footer-widget ul li {
    color: #333;
    padding: 4px 0;
    }

.footer-widget a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px dotted;
    }

.footer-widget a:hover {
    color: #fe2900;
    text-decoration: none;
    border-bottom: 1px dotted;
    }

.footer-widget img {
    margin-left: 10px;
    margin-bottom: 20px;
    }

/* コメント
----------------------------------------------- */
.bypostauthor {     }

/* ナビゲーション（ページネーション）
----------------------------------------------- */
.site-main [class*="navigation"] {
    margin: 0 0 1.5em;
    overflow: hidden;
    }

[class*="navigation"] .nav-previous {
    float: left;
    width: 50%;
    }

[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
    width: 50%;
    }

/* トップへ戻る
----------------------------------------------- */
#page-top {
    font-size: 80%;
    background: #aaa;
    border-radius: 5px;
    color: #fff;
    padding: 10px 12px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 4;
    }

#page-top:hover { background: #aaa     }

/* フッター
----------------------------------------------- */
.site-footer {
    overflow: hidden;
    clear: both;
    display: block;
    width: 100%;
    min-height: 50px;
    height: auto !important;
    height: 50px;
    background-color: #494949;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    }

.site-info {
    text-align: center;
    padding-left: 10px;
    margin-top: 1em;
    color: #fff;
    font-size: 90%;
    }

.site-info a {
    color: #fff;
    text-decoration: none;
    }

/* スマートフォン用コンテンツ
----------------------------------------------- */
@media screen and (max-width: 640px) { 
    body { word-break: break-word !important     }

    .TopBanner .widget { margin-bottom: 20px !important     }

    .header-logo { display: none     }

    .site-header {
        padding: 5px 0;
        background: none !important;
        }

    .header-title {
        margin-left: 10px;
        width: 80%;
        }

    .site-title { font-size: 130%     }

    .site-description {
        text-align: left;
        font-size: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
        }

    #social_link { display: none     }

    #social_link li { display: none     }

    /* トップページのタイトルの一覧 */
    ul.toplist {
        list-style-type: none;
        margin: 0 10px 30px;
        padding: 0;
        border-top: solid 1px #aaaaaa;
        }

    #toc_container {
        width: 90% !important;
        margin: 0 auto 30px !important;
        overflow: hidden !important;
        }

    .entry-header { margin: 0     }

    .entry-title {
        font-size: 120%;
        line-height: 1.3em;
        padding: 0 5px;
        }

    .entry-content h2 {
        padding: 5px 0 5px 10px;
        font-size: 120%;
        background: none;
        }

    .entry-content h3 {
        padding: 5px 0 5px 8px;
        font-size: 110%;
        background: none;
        }

    .entry-content h4 {
        padding: 5px 0 5px 6px;
        font-size: 100%;
        background: none;
        }

    .entry-content {
        word-break: break-word !important;
        margin-top: 10px;
        }

    .entry-content img { max-width: 98%     }

    .page-title { font-size: 120%     }

    .page h3 {
        font-size: 100%;
        margin-bottom: 10px;
        }

    #respond {
        /* コメント */
        background: none repeat scroll 0 0 #f4f4f4;
        padding: 10px;
        }

    .mobile {
        clear: both;
        float: right;
        margin-top: -40px;
        }

    .nav {
        display: none;
        clear: both;
        width: 100%;
        margin-bottom: 0 !important;
        -moz-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
        }

    .navbar-inner {
        min-height: 5px;
        padding-right: 0;
        padding-left: 0;
        background-color: #f4f4f4;
        margin-top: 20px;
        }

    .nav ul { margin: 0     }

    .nav a {
        display: block;
        border: 1px solid #222;
        margin: 0 0 -1px 0;
        padding: 0 10px 0 32px;
        line-height: 40px;
        text-decoration: none;
        background: #6D696F url(images/arrow-white.png) no-repeat 20px;
        color: #fff;
        }

    .nav a:hover {
        background-color: #494949;
        color: #fff;
        }

    .nav ul ul a {
        background: #6D696F url(images/arrow-white.png) no-repeat 34px;
        padding: 0 0 0 45px;
        }

    .nav ul ul ul a {
        background: #6D696F url(images/arrow-white.png) no-repeat 49px;
        padding: 0 0 0 60px;
        }

    .nav ul ul ul ul a {
        background: #6D696F url(images/arrow-white.png) no-repeat 64px;
        padding: 0 0 0 75px;
        }

    .nav ul li ul.sub-menu { display: block !important     }

    .thumleft {
        display: inline;
        float: left;
        margin-right: 1em;
        width: 130px;
        height: auto;
        }

    .breadcrumb {
        font-size: 80%;
        margin: -20px 0 10px;
        background: #fff;
        }

    /* サイドバー スマホ */
    .ad-widget {
        margin: 0 auto 20px;
        width: 100%;
        }

    .fix-box {
        width: 100%;
        text-align: center !important;
        margin: 10px auto 0 !important;
        word-wrap: break-word !important;
        }

    #sidebar .widget {
        clear: both;
        position: static !important;
        padding: 5px !important;
        margin: 10px auto 20px !important;
        }

    .widget-title {
        font-weight: normal;
        font-size: 100%;
        line-height: 1.1em;
        padding: 10px;
        border: none;
        background:none;
        }

    .footer-widget {
        mrgin-top: 0 !important;
        color: #333;
        padding: 5px 10px;
        }

    .footer-widget .widget-title {
        font-size: 120%;
        margin-top: 20px;
        margin-bottom: 20px;
        }

    table {
        width: 100%;
        margin: 0 auto;
        table-layout: fixed;
        }

    th {
        float: left;
        width: 90%;
        text-align: left;
        border-right: solid 1px #ddd;
        }

    td {
        float: left;
        width: 90%;
        border-right: solid 1px #ddd;
        }

    .pager { font-size: 80%     }

    .search { display: none     }

    blockquote,
    q {
        margin: 0 0 1em;
        padding: 1em;
        background: #fff;
        }

    blockquote {
        background: url("images/blockquote_start.png") no-repeat scroll top left #fefff9;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 20px;
        }

    blockquote p {
        font-size: 90%;
        line-height: 1.4;
        padding: 15px 5px 5px;
        margin: 0;
        }

    cite {
        display: block;
        text-align: right;
        font-size: 80%;
        }

    }

/* スマートフォン用コンテンツ終了 */
/* タブレット用コンテンツ
----------------------------------------------- */
@media screen and (max-width: 1023px) { 
    .header-title {
        margin-left: 10px;
        width: 80%;
        }

    .site-title { font-size: 130%     }

    .site-description { font-size: 100%     }

    #social_link { display: none     }

    #social_link li { display: none     }

    .search { display: none     }

    .post { margin-top: -20px     }

    .entry-title {
        font-size: 120%;
        padding: 0 5px;
        }

    .page-title {
        font-size: 130%;
        font-weight: bold;
        }

    .page h3 {
        font-size: 100%;
        margin-bottom: 10px;
        }

    #respond {
        /* コメント */
        background: none repeat scroll 0 0 #f4f4f4;
        padding: 10px;
        }

    .comments-area {
        font-size: 100%;
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #C8CACD;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        padding: 20px;
        margin-bottom: 50px;
        }

    .comments-title {
        font-size: 120%;
        margin-bottom: 30px;
        }

    .comment-list { padding-left: 20px     }

    #reply-title {
        font-size: 110% !important;
        margin-top: 10px;
        margin-bottom: 5px;
        }

    .mobile {
        clear: both;
        float: right;
        margin-top: -40px;
        }

    .nav {
        display: none;
        clear: both;
        width: 100%;
        margin-bottom: 0 !important;
        -moz-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
        }

    .navbar-inner {
        min-height: 5px;
        padding-right: 0;
        padding-left: 0;
        background-color: #f4f4f4;
        }

    .nav ul { margin: 0     }

    .nav a {
        display: block;
        border: 1px solid #222;
        margin: 0 0 -1px 0;
        padding: 0 10px 0 32px;
        line-height: 40px;
        text-decoration: none;
        background: #6D696F url(images/arrow-white.png) no-repeat 20px;
        color: #fff;
        }

    .nav a:hover {
        background-color: #494949;
        color: #fff;
        }

    .nav ul ul a {
        background: #6D696F url(images/arrow-white.png) no-repeat 34px;
        padding: 0 0 0 45px;
        }

    .nav ul ul ul a {
        background: #6D696F url(images/arrow-white.png) no-repeat 49px;
        padding: 0 0 0 60px;
        }

    .nav ul ul ul ul a {
        background: #6D696F url(images/arrow-white.png) no-repeat 64px;
        padding: 0 0 0 75px;
        }

    .nav ul li ul.sub-menu { display: block !important     }

    .thumleft {
        display: inline;
        float: left;
        margin-right: 1em;
        width: 130px;
        height: auto;
        }

    .breadcrumb {
        font-size: 80%;
        margin: -20px 0 10px;
        background: #fff;
        }

    /* サイドバー タブレット*/

    #sidebar .widget {
        width: 100%;
        margin: 10px auto 20px !important;
        }

    .widget-title {
        font-weight: normal;
        font-size: 120%;
        line-height: 1.3em;
        padding: 10px;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        background: -webkit-gradient( linear, left top, left bottom, from(#fbfbfb), to(#f2f1e6) ); /* Webkit */
        background: -moz-linear-gradient( top, #fbfbfb, #f2f1e6 ); /* FF */
        background: linear-gradient(to bottom, #fbfbfb, #f2f1e6);/* IE10+, W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fbfbfb,endColorstr=#f2f1e6);/*IE6 IE7 */
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fbfbfb,endColorstr=#f2f1e6);/* IE8 IE9 */
        zoom: 1; /* IE */
        }

    .widget ul {
        background-color: #fff;
        border: 1px solid #c8cacd;
        padding: 20px;
        margin-bottom: 20px;
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        }

    .textwidget img {
        border: 1px solid #c8cacd;
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        }

    .ad-widget {
        margin: 0 auto 20px;
        width: 100%;
        }

    .maga { overflow: hidden     }


    #footer-widget {
        margin: 0 auto 20px;
        -webkit-box-shadow: 0 -1px 3px #ccc;
        -moz-box-shadow: 0 -1px 3px #ccc;
        box-shadow: 0 -1px 3px #ccc;
        behavior: url(/js/PIE.htc);
        }

    table {
        width: 100%;
        margin: 0 auto;
        }

    th {
        float: left;
        width: 90%;
        text-align: left;
        border-right: solid 1px #ddd;
        }

    td {
        float: left;
        width: 90%;
        border-right: solid 1px #ddd;
        }

    .pager { font-size: 80%     }

    #toc_container {
        width: 90% !important;
        margin: 0 auto 30px !important;
        overflow: hidden !important;
        }

    blockquote,
    q {
        margin: 0 0 1em;
        padding: 1em;
        background: #fff;
        }

    blockquote {
        background: url("images/blockquote_start.png") no-repeat scroll top left #fefff9;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 20px;
        }

    blockquote p {
        font-size: 90%;
        line-height: 1.4;
        padding: 15px 5px 5px;
        margin: 0;
        }

    cite {
        display: block;
        text-align: right;
        font-size: 80%;
        }

    }

/* タブレット用コンテンツ終了 */
/* PC用コンテンツ
----------------------------------------------- */
@media screen and (min-width: 1024px) { 
    .header-title {
        display: block;
        margin-bottom: 10px;
        }

    .site-description {
        display: block;
        font-size: 120%;
        font-weight: normal;
        color: #494949;
        }

    #menu {
        width: 100%;
        height: 35px;
        overflow: visible;
        margin: 0 auto 30px;
        background-color: #6D696F;
        -webkit-box-shadow: 0 2px 4px #494949;
        -moz-box-shadow: 0 2px 4px #494949;
        box-shadow: 0 2px 4px #494949;
        behavior: url(/js/PIE.htc);
        }

    .navbar-inner {
        padding: 0;
        min-height: 35px;
        background-color: transparent;
        }

    .nav-collapse {
        height: auto;
        overflow: visible;
        }

    .nav ul {
        text-align: center;
        width: 100%;
        display: table;
        table-layout: fixed;
        }

    .nav ul li.menu-item {
        position: relative;
        display: table-cell;
        /*z-indexの指定や子要素の基準とするために指定*/
        z-index: 1;
        /*ドロップダウンしたメニューが隠れないように*/
        }

    /*IE7*/
    *:first-child+html .nav ul li.menu-item {
        position: relative;
        /*z-indexの指定や子要素の基準とするために指定*/
        z-index: 1;
        /*ドロップダウンしたメニューが隠れないように*/
        float: left;
        /*親メニューは横1列に並べる*/
        }

    .nav ul li.menu-item a {
        display: block;
        /*要素の幅いっぱいにするために指定*/
        height: 35px;
        line-height: 35px;
        color: #fff;
        text-decoration: none;
        padding: 5px 10px -5px;
        border-left: groove 1px #f4f4f4;
        border-right: groove 1px #f4f4f4;
        }

    /*IE7*/
    *:first-child+html .nav ul li.menu-item a { padding: 0 40px     }

    /*マウスオーバー時等にメニューの色を変更*/
    .nav ul li.menu-item a:hover {
        /*マウスオーバー時*/
        color: #fff;
        border-bottom: none;
        }

    .nav ul li.current-menu-item a,
    /*現在表示されているページのメニュー*/
        .nav ul li.current-menu-parent a,
    /*現在表示されているページの親のメニュー*/
        .nav ul li.current-post-ancestor a { color: #fff     }

    .nav ul li.menu-item a:hover {
        /*マウスオーバー時に背景色を変更*/
        background-color: #494949;
        }

    .nav ul li ul.sub-menu {
        display: none;
        /*サブメニューは最初は非表示にしておく*/
        position: absolute;
        /*絶対配置にしておかないとうまくいかない*/
        top: 35px;
        left: 0;
        border-top: 1px solid #eee;
        /*ボーダートップを指定*/
        width: auto;
        }

    .nav ul li:hover ul.sub-menu {
        width: auto;
        display: block;
        /*マウスオーバー時にサブメニューを表示する*/
        }

    .nav ul li ul.sub-menu li {
        float: none;
        width: auto;
        /*サブメニューはフロートさせないので解除*/
        padding: 0;
        /*親メニューのパディングを解除*/
        }

    .nav ul li ul.sub-menu li a {
        width: auto;
        border: 1px solid #eee;
        /*ボーダーの指定*/
        border-top: none;
        /*ボーダートップは重なって太くなるので解除。一番上は ul 要素に指定*/
        padding: 0 10px;
        background-color: #6D696F;
        color: #fff;
        text-align: left;
        }

    /*サブメニューで現在表示されているページのリンクの色を変更する*/
    .nav ul li ul.sub-menu {
        display: block;
        background-color: #494949;
        color: #fff;
        }

    .nav ul li ul.sub-menu {
        display: block;
        background-color: #494949;
        width: auto;
        }

    #crumb {
        color: #666;
        font-size: 90%;
        text-align: left;
        padding: 0 0 15px;
        }

    .frame {
        background-color: #fff;
        border: 1px solid #c8cacd;
        padding: 20px;
        margin-bottom: 50px;
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        }

    .post-content { overflow: hidden     }

    .entry-content { padding: 0 20px     }

    blockquote,
    q {
        margin: 0 0 1em;
        padding: 1em;
        background: #f8f8f8;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.2rem;
        -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.2rem;
        box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.2rem;
        }

    blockquote {
        background: url("images/blockquote_start.png") no-repeat scroll top left #fefff9;
        padding: 5px;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 30px;
        margin-left: 10px;
        }

    blockquote p {
        font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif !important;
        font-size: 100%;
        line-height: 1.6;
        background: url("images/blockquote_end.png") no-repeat scroll bottom right;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
        margin: 0;
        }

    cite {
        display: block;
        text-align: right;
        font-size: 90%;
        }

    /* コメント欄 */
    #respond {
        background: none repeat scroll 0 0 #f4f4f4;
        border: 1px solid #C8CACD;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        margin: 0 0 30px;
        padding: 10px 20px;
        }

    #comment {
        height: 150px;
        margin: 10px 0;
        width: 98%;
        }

    .comments-area {
        font-size: 100%;
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #C8CACD;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        padding: 20px;
        margin-bottom: 50px;
        }

    .comments-title {
        font-size: 120%;
        margin-bottom: 30px;
        }

    .comment-list { padding-left: 20px     }

    .comment-reply-title { font-size: 120%     }

    .comment-respond {
        background: none repeat scroll 0 0 #fff;
        border: none !important;
        box-shadow: none !important;
        margin: 30px 0 30px !important;
        padding: 10px 20px !important;
        }

    /* サイドバー PC */
    .ad-widget {
        margin: 0 auto 20px #important;
        }

    .fix-box {
        margin-top: 10px !important;
        margin-bottom: 30px;
        text-align: center !important;
        }

    .widget ul {
        background-color: #fff;
        border: 1px solid #c8cacd;
        padding: 20px;
        margin: 0 auto 20px;
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        }

    .textwidget img {
        border: 1px solid #c8cacd;
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        }

    #footer-widget {
        -webkit-box-shadow: 0 -1px 3px #ccc;
        -moz-box-shadow: 0 -1px 3px #ccc;
        box-shadow: 0 -1px 3px #ccc;
        behavior: url(/js/PIE.htc);
        }

    .site-info { padding-left: 0     }

    /* トップへ戻る */
    #page-top {
        font-size: 70%;
        background: #aaa;
        border-radius: 5px;
        color: #fff;
        padding: 8px 10px;
        position: fixed;
        margin-bottom: 0;
        margin-right: 20px;
        }

    #page-top:hover { background: #494949     }

    }

/* PC用コンテンツ終了 */
/* クリアー
-------------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    }

.clearfix:after { clear: both     }

.clearfix { *zoom: 1     }

/* プリント
-------------------------------------------------------------- */
@media print { 
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */;
        box-shadow: none !important;
        text-shadow: none !important;
        }

    a,
    a:visited { text-decoration: underline     }

    a[href]:after { content: " (" attr(href) ")"     }

    abbr[title]:after { content: " (" attr(title) ")"     }

    /*
         * Don't show links for images, or javascript/internal links
         */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after { content: ""     }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
        }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
        }

    tr,
    img { page-break-inside: avoid     }

    img { max-width: 100% !important     }

    }

/* スクリーンリーダー（アクセシビリティに配慮）
----------------------------------------------- */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    }