@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */


.article h2 {
    background-color: #fcba99;
    border-left: 0 none;
    color: #fff;
    padding: 15px 30px;
}


.article h3,
#comment-area h3,
#related-entries h3{
  font-size:23px;
  border-bottom:5px solid #fcba99;
  padding:10px 0;
}


.article h4,
#comment-area h4,
#related-entries h4{
  font-size:23px;
  border-bottom:2px dashed #fcba99;
  padding:10px 0;
}


/* 続きを読むを装飾 */
.entry-read a{
color:#fff;
font-size:14px;
background-color:#f56143;
  


/* 続きを読むを右に */
.entry-read {
  text-align: right;
  margin-right: 10px; /* ここはお好みで */
}



/* 記事の間に線 */
#main .entry {
border-bottom: 1px dotted #fcba99;
padding-bottom: 15px;
}



/* 関連記事の間に線 */
#main .related-entry {
border-bottom: 1px dotted #fcba99;
padding-bottom: 15px;
}



/* サイドバーにアンダーバー */
#sidebar h4 {
font-size: 20px;
border-bottom: 5px solid #fcba99;
padding: 10px 0;
}



/* フォントサイズ、行の高さ、ｐタグの行間の変更 */
.article {
    font-size: 19px;
    line-height: 170%;
}
 
.article  p {
    margin: 27px 0;
}

/* トップページメタ情報 */
.post-meta{
	padding: .5em .5em;
	background-color: #fdf9f1;
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	font-size:14px;
	text-align:right;
}



/* TOC */


div#toc_container {
	border: 1px solid #ccc;
	border-radius: 5px;
	display: block !important;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 90% !important;
}
p.toc_title {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding: 5px 10px;
}
#toc_container span.toc_toggle {
	font-weight: 400;
	font-size: 90%;
}
ul.toc_list {
	margin-bottom: 0;
}
.post ul.toc_list {
	counter-reset: my-counter;
	list-style: none;
	padding-left: 30px;
}
.post .toc_list ul {
	list-style: none;
	padding-left: 10px;
}
ul.toc_list >li {
	position: relative;
}
ul.toc_list >li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #ecacb5;
	color: #fff;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
}
ul.toc_list >li,
.toc_list ul > li,
.toc_list ul ul > li {
	padding: 1px 0;
}
.toc_list ul > li:before {
	color: #ecacb5;
	content: '\f105';
	font-family: FontAwesome;
	margin-right: 5px;
}
.toc_list ul ul > li:before {
	color: #ecacb5;
	content: '\f101';
	font-family: FontAwesome;
	margin-right: 5px;
}


