@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/************************************
** 見出し（H1-6）
************************************/
  
h1, h2, h3, h4, h5, h6{
  line-height:110%;
  color:#333;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
  position:relative;
  margin-top:35px;
  margin-bottom:20px;
}
.article h1 {
  margin-top:24px;
  margin-bottom:20px;
  font-size: 24px;
  line-height:117%;
}

#archive-title{
  padding-bottom:20px;
  font-size:26px;
}

.article h2 {
  border-left:0px solid #000;
  margin: 0px;
  padding:0px;
  font-size:20px;
}

.article h3{
  font-size:16px;
  border-bottom:0px solid #e7e7e7;
  padding:10px 0;
}


.article h4, .article h5, .article h6{
  font-size:20px;
  padding:8px 0;
}

.article  h4{
  border-bottom:5px dashed #eee;
}

.entry-content{
  margin-bottom: 60px;
}

/*見出しタイトルの上部スペース*/
.caption{
 margin: 30px 0px;	
}