/*!
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 */
/*   font-family: "Sawarabi Mincho",'Georgia','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif; */
#site-title a{
  font-family: "Sawarabi Mincho",'Georgia','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
  font-size: 50px;
  color:#0a0756;
}




/* コメント欄の編集 */
.comment-form-comment label{
font-size:0;
}
.comment-form-comment label:before {font-size: 14px; content: "内容";}
 
.comment-form-author label{
font-size:0;
}
 
.comment-form-author label:before {font-size: 14px; content: "ニックネーム";}

 
.comment-form-email label{
font-size:0;
}
 
.comment-form-email label:before {font-size: 14px; content: "メールアドレス(任意)";}

.comment-form-url label{
font-size:0;
}
 
.comment-form-url label:before {font-size: 14px; content: "ウェブサイト(任意)";}