@charset "utf-8";

/*-------------------------------------------------------------------------------------------

REFINE CUSTOM STYLESHEET

スタイルシートをカスタマイズする場合は、style.cssを編集する代わりにこちらに
記述してください。そうすることで、テンプレートがアップデートされた場合でも、
このページをコピー＆ペーストするだけで、簡単に新バージョンのテンプレートに、
自分のカスタムを反映させることができます。

-------------------------------------------------------------------------------------------*/

/*　画像幅を100%に　*/
#topMainBnr img {
    width:100% !important;
    max-width: 100% !important;
    height: auto !important;
}




/* 矢印を消す */
.widget.popular-posts li {
padding-left: 0;
}
.widget.popular-posts li a:before {
display: inline;
content: none;
}
.widget.popular-posts a img {
float: left;
margin-right: 10px;
}
.widget.popular-posts li {
zoom:1;
}
.widget.popular-posts li:after {
content:”";
display:table;
clear:both;
}

/* 記事ページ下のナビゲーションのリンク色 */
.entry-navi a { color: #ff4500;}

/* スマホ表示時の余&#12137;を変更 */
@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;
}
}

/* スマホ表示でサイドバーを折りたたまない */
@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;
}
}

/*  リンクマウスオーバーで上右に 2px ずらす  */ 
 
a:hover { 
position:relative; 
top: 2px; 
left:2px; 
} 


/* popular-posts の矢印を消す  */ 
 
.widget.popular-posts li { 
padding-left: 0; 
} 
 
.widget.popular-posts li a:before { 
display: inline; 
content: none; 
} 
 
.widget.popular-posts a img { 
float: left; 
margin-right: 10px; 
} 
 
.widget.popular-posts li { 
zoom:1; 
} 
 
.widget.popular-posts li:after { 
content:""; 
display:table; 
clear:both; 
} 
/*  投稿ページの、パンクズだけを非表示にする  */ 
.single-post .breadcrumb { display: none; } 




