-------------------------------------------------------------------------------------------*/ @charset "utf-8"; /*------------------------------------------------------------------------------------------- REFINE CUSTOM STYLESHEET スタイルシートをカスタマイズする場合は、style.cssを編集する代わりにこちらに 記述してください。そうすることで、テンプレートがアップデートされた場合でも、 このページをコピー&ペーストするだけで、簡単に新バージョンのテンプレートに、 自分のカスタムを反映させることができます。 -------------------------------------------------------------------------------------------*/ /* 2.4 パンくずリスト ========================================================================== */ .breadcrumb { margin-bottom: 15px; } .breadcrumb a, .breadcrumb a:visited { color: #fff; } .breadcrumb ol { margin: 0; padding: 0; list-style: none; text-align: left; font-size: 0; } .breadcrumb li { display: inline; padding-right: 5px; color: #fff; font-size: 12px; font-size: 0.93rem; line-height: 1.333; } .breadcrumb a { text-decoration: none; font-weight: normal; } .breadcrumb a:hover { color: #fff; } .breadcrumb a:after { padding-left: 5px; color: #fff; content: ">"; } .breadcrumb li:last-child a:after { content: none; } /* 投稿ページの、パンクズだけを非表示にする */ .single-post .breadcrumb { display: none; } /* スマホ表示時の余⽩を変更 */ @media(max-width: 1000px) { .header-bar-inner, .banner-inner, .glovalnavi-inner, .container-inner, .footer-menu-inner, .footer-inner { padding-right: 10px !important; padding-left: 10px !important; } .entry, .main .widget { margin: 0 0 10px !important; } .main-inner > .entry, .main-inner > .widget { padding: 10px !important; } .main-inner > .entry .entry-title, .main-inner > .widget .widget-title { top: -10px !important; margin: 0 -10px !important; } } /* サイトの説明のフォントサイズを変更 */ .site-description { font-size: 16px } /* リンクマウスオーバーで上右に 2px ずらす */ a:hover { position:relative; top: 2px; left:2px; } /* スマホ表示でサイドバーを折りたたまない */ @media(max-width: 640px) { .sub-btn { display: none !important; } .column3 .sidebar, .right_sidebar .sidebar, .left_sidebar .sidebar, .column1 .sidebar { display: block !important; } .column3 .sub-open, .right_sidebar .sub-open, .left_sidebar .sub-open, .column1 .sub-open { display: block !important; } } /* パンくずリストの色を変更 */ .breadcrumb ol li a:hover { /* リンクマウスオーバー */ color: #2200d5; } .breadcrumb ol li a:after { /* 矢印 */ color: #7d7d7d; }