@charset "UTF-8";
/* 投稿記事STYLE */

/* 見出し */

.entry-content h2{
	border-left:#333 solid 4px;
	padding-left:15px;
}
.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{}

.textwidget h1{}
.textwidget h2{}
.textwidget h3, .textwidget h4, .textwidget h5, .textwidget h6{}

.entry-content ol,
.entry-content ul{
  margin-left: 0;
  padding-left: 2em;
}

.entry-content blockquote{
  border-color:#DFDFDF;
}