@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/
#site-description{
    display:none;
}
/* Simplicity子テーマ用のスタイルを書く */

/************************************
** 見出し（H1-6）
************************************/
h1, h2, h3, h4, h5, h6{
  line-height:130%;
  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:30px;
  margin-bottom:20px;
  font-size: 30px;
  line-height:117%;
}

#archive-title{
  padding-bottom:20px;
  font-size:26px;
}

.article h2 {
  border: none;
  margin: 40px 0px 20px;
  padding:5px 10px;
  font-size:24px;
  color:#FFFFFF;
  background-color: #0000ff;
}

.article h3{
  font-size:20px;
  border-bottom:5px solid #2b2b2b;
  padding:0px 10px;
}

.article h4, .article h5, .article h6{
  font-size:18px;
  padding:8px 0;
}

.article h4{
  border: none;
}

.entry-content{
  margin-bottom: 60px;
}


/************************************
** 段落の間隔調整
************************************/
p {
  margin-bottom: 2em;
}

p:last-child {
  margin-bottom: 0;
}

