@charset "utf-8";

/*-------------------------------------------------------------------------------------------

REFINE CUSTOM STYLESHEET

スタイルシートをカスタマイズする場合は、style.cssを編集する代わりにこちらに
記述してください。そうすることで、テンプレートがアップデートされた場合でも、
このページをコピー＆ペーストするだけで、簡単に新バージョンのテンプレートに、
自分のカスタムを反映させることができます。

-------------------------------------------------------------------------------------------*/
/* 日付けを非表示 */  .entry-meta .date {     display: none; }   


/* 「リファイン」スマホ表示「サブコンテンツ」を開いた状態にする方法*/  @media(max-width: 640px) {

.sub-btn {
display: none !important;
}

.sidebar {
display: block !important;
}

}


/* 枠線を付ける方法 */ 

img.border {
border:3px solid #333;
}


/* サイトタイトル、サイトの説明の背景色を変更 */
.banner {
background: #ffffff;
}


/* 枠線を付ける方法 */ 

img.border {
border:3px solid #333;
}


/* 基準のフォントサイズを変更
html { font-size: 16px } */


/* 記事本?の?字の?きさを変更 */
.main p {
margin: 0 0 1.5em;
padding: 0;
color: #222;
text-align: left;
font-size: 15px;
line-height: 1.95;
}


/* サイドバーのアイキャッチを左に移動 */
  .sub .rewg .entry-img { float: left; margin-left: 0; margin-right: 1.5em; } 


/* サイドバーアイキャッチ画像サイズ */
  .sub .rewg .entry-img { width: 110px; height: 80px; } .sub .rewg .entry-img img { max-width: 110px; max-height: 80px; } 


/* 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; } 


/* ＣＳＳのオーバーレイタグ */ 
p.header-logo-sp {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-image: url();
    background-size: cover;
    line-height: 0;
}


/*--------------------------------
関連記事表示部分
---------------------------------*/

/* くるくる */
.kanren_block{
	height:400px;
	overflow:auto;
	margin-bottom: 20px;
	border: solid 1px #ccc;
}

/* タイトル名 */
#kanren dd h5 {
	text-indent:10px;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
#kanren dt {
	float: left;
	width: 100px;
}
#kanren dt img {
	width: 100px;
}
#kanren dd {
	padding-left: 110px;
}
#kanren dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
#kanren dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-style: none;
}
/* 抜粋文字 */
#kanren .clearfix dd p {
	font-size: 13px;
	color: #666;
	line-height: 18px;
}

@media only screen and (max-width : 480px){
/* スマートフォンは表示しない */
	.smanone {
		display: none;
	}
}