*/*グローバルナビの修飾 */
#navi { border-top:1px solid #F3F3F3; border-bottom:1px solid #F3F3F3;}

/*ホバー時の線と文字の色を変*/
#navi ul li a:hover{color: #10aba6 !important;background-color:white;}#navi ul li a:before{background:#10aba6 !important;}#navi ul,#navi{ background-color:white;}

/* サイドバーの見出し背景を修正 */#sidebar h4{height: 50px;line-height: 50px;padding: 0 20px;border-radius: 5px;background: #f3f3f3;font-weight: bold;color: #4D4D4D;}

/* サイドバーカテゴリーを修正*/.widget_categories h3:before{margin-right:5px;font-family:"FontAwesome";content:"\f115";}

/* サイドバー人気記事ランキングを修正 */#popular-entries h3:before{margin-right:5px;font-family:"FontAwesome";content:"\f219";}

/* サイドバー新着記事ランキングを修正 */#new-entries h3:before{margin-right:5px;font-family:"FontAwesome";content:"\f0ca";}

/* 記事を読むボタンの装飾 */#breadcrumb span.sp {display:none;} #breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] {background: #F3F3F3;padding: 4px;position:relative;margin-right:20px;} #breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:after,#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:before{content:'';position:absolute;top: 0;bottom: 0;width: 1em;background: #F3F3F3;transform: skew(-10deg);}  #breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:before{left: -.6em;border-radius: 5px 0 0 5px;}#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:after{right: -.6em;border-radius: 0 5px 5px 0;} #breadcrumb a {color: #4D4D4D;font-weight:700;} #breadcrumb {color: #4D4D4D;}

/* 記事間に線を引く */#main .entry {border-bottom: 1px solid #F0F0F0;padding-bottom: 15px;}

/* 関連記事間に線を引く */#main .related-entry {border-bottom: 1px solid #F0F0F0;padding-bottom: 10px; }

/* 記事幅を狭める　*/.article{width:92%;margin: 0 auto;}

/* フォントを灰色にする */body{color:#555555 !important;}

/* リストタグを修正 */.article li {margin: 0 0 7px;line-height:1.7;position:relative;padding-left: 10px;}

/* メタ情報の大きさを変更し、右側へ*/.post-meta,.entry .post-meta a  {font-size: 12px;line-height: 160%;}
.entry .post-meta {text-align: right !important;}

/* サムネイル画像にエフェクト */.entry-thumb,.wpp-thumbnail{overflow: hidden;}.entry-thumb img,.wpp-thumbnail img{transition: 0.6s ;} .entry-thumb img:hover,.wpp-thumbnail:hover {opacity: 0.6;-moz-transform: scale(1.1,1.1);-webkit-transform: scale(1.1,1.1);-o-transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1);}

/*スライドインメニューでHome表示*/
a#footer-button-home{
  display: block !important;
}

a#footer-button-prev,a#footer-button-next{display: none;}

/* ReadMoreの装飾　*/

.entry-read a{color:#fff;
 font-size:14px;
 background-color:#2f4f4f;
 border:1px solid #2f4f4f;
 border-radius:2px;
 padding:3px 5px 3px 5px;
 text-decoration:none;}

.entry-read a:hover{color:#fff;background-color:#4b8080;
 border:1px solid #4b8080;}

.entry-read {text-align: right;margin-right: 10px;}

/* 人気記事ランキングの順位をカスタマイズ　*/
ul.wpp-list li {border-bottom: 1px dashed #bbb;counter-increment: wpp-count;
 position: relative;}
ul.wpp-list li:before {display: block;padding: 0px 0px;color: #fff;background-color:#333;content: counter(wpp-count);position: absolute;opacity: 1;z-index: 10000;border-radius:10px;top:5px;left: 6px;}
ul.wpp-list li:last-child {border-bottom: none;}
ul.wpp-list li:nth-child(1):before{background-color: #FBCC54;}
ul.wpp-list li:nth-child(2):before{background-color: #B7BFC1;}
ul.wpp-list li:nth-child(3):before{background-color: #D47B16;}
ul.wpp-list li img {margin: 5px 10px 5px 5px;padding: 3px;border: 1px solid #ddd;}
ul.wpp-list li a.wpp-post-title {display: block;font-size: 15px;padding: 12px;text-decoration: none;color: #333;}

/* メニューを右より*/
#navi-in{display: flex;justify-content: flex-end;
}

/* mainとsidebarの枠線を消す */#main,#sidebar{border:none !important;}