/* =リンクの発光
----------------------------------------------- */
/* 記事のアイキャッチ */
a .linkimg {
	background:none!important;
}
.blog-image a:hover .linkimg {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
  transition: all 0.4s;
}

/* 記事のタイトル */
a .linkimg {
	background:none!important;
}
.entry-title a:hover .linkimg {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
    transition: all 0.4s;
}

/* =New Post Catch
----------------------------------------------- */

#npcatch{
	margin:0px;
}

#npcatch li{
	font-size:13px;
  	overflow:hidden;
  　clear: both;
	margin:0px 0px 0px;
　  vertical-align:top;
}

#npcatch img{
/*サムネイルのスタイル*/
  	float:left;
    padding:0px;
  	width:135px;
    height:95px;
  	margin:0 8px 0 7px;
}

#npcatch a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
  transition: all 0.4s;
}

#npcatch .title{
/*記事タイトルのスタイル*/
	width:165px;
	float:none;
	padding:0px;
    margin:0px 0px 0px 0px;
    text-align:left;
}


h2{
    margin: 0 0 1.5em;
    padding: 0.8em;
    border-bottom: 1px solid #875a53;
    font-size: 1.6em;
    font-weight: bold;
    color: #875a53;
    text-align:center;
}

/* =WordPress Popular Posts 
----------------------------------------------- */

.popular-posts a:hover img {
  opacity:0.6;
  filter:alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background:none!important;
  transition: all 0.4s;
}
