/* カスタム CSS をここに入力してください */
/* 画像中央揃え */
.single.single-post article p a img, .single.single-post article div a img {
	display: inline-block;
  margin-bottom: 10px;
}
/* 文字装飾（アメブロに合わせる） */
.single.single-post article {
	font-size: 14px;
	line-height: 1.5;
 	color: #ca8b02 !important;
 	font-weight: bold !important;
}
/* 絵文字 */
.single.single-post article img[width="16"],
.single.single-post article img[src$=".gif"],
.single.single-post article img[style*="width:16px"]{
	display: inline-block;
  margin: 0 5px;
  margin-bottom:5px;
}
