/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

.article h2 {
  background: linear-gradient(to right, #EAEAE0, white);/*背景色とグラデーション*/
  color: black;/* 文字の色 */
  padding: 15px 30px;/* 文字の位置 */
    margin-bottom: 25px;/* 見出し下の空白*/
}

.article h3 {
    border-bottom: 10px solid #EAEAE0;
    padding: 10px 0 0 0;
    margin-bottom: 30px;
}

.article h4 {
    border-left: 30px solid  #EAEAE0;
    border-bottom: 0px;
    padding: 5px 0 5px 10px;
    margin-bottom: 30px;
}

/* タイトルfont */
#site-title a{
  font-family: "Sawarabi Mincho",'Georgia','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  font-size: 50px;
  color:#0a0756;
}
