/* カスタム CSS をここに入力してください */
/*#sidebar {
	display:none;
}*/

#archives-2 { /*サイドバーのアーカイブ非表示*/
	display:none;
}

#meta-2 { /*サイドバーのメタ情報非表示*/
	display:none;
}

.author-info { /*編集者情報の非表示*/
		display:none;
}

.date-tags { /*タグの非表示*/
			display:none;
}

#breadcrumb { /*パンくずの非表示*/
				display:none;
}

.box { /*グレーのボックス*/
	/*color: white;*/
	font-weight: bold;
	font-size: 70%;
	margin-right: 5px;
	background-color: #EEEEEE;
	border-radius: 5px;
	padding: 4px 8px 3px 8px;
	position: relative;
	top: -2px;
}

.entry-card-snippet { /*エントリカードの抜粋エリア*/
		 margin-top: 5px;
    /*font-size: 0.9em;*/
    line-height: 1.6em;
		 /*height: 300px;*/
}

.box2{ /*青のボックス*/
	color: white;
	font-weight: bold;
	font-size: 70%;
	margin-right: 5px;
	background-color: #036EB7;
	border-radius: 5px;
	padding: 3px 8px 3px 8px;
	position: relative;
	top: -2px;
}

.address { /*所在地*/
	font-weight: normal;
	font-size: 100%;
}

.entry-card-title {
    font-size: 16px;
    margin: 0 0 5px 0;
    line-height: 1.6;
    font-weight: bold;
}

@media screen and (max-width: 480px){ /*スマホでエントリカードの画像大きく*/
  .entry-card{
    display: flex;
    flex-direction: column;
  }

  .entry-card-thumb{
    width: 100%;
  }

  .entry-card-thumb .cat-label{
    font-size: 16px;
    padding: 3px;
  }
	
	
} 

