@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/*ヘッダーブログタイトル文字上からの余白*/
#site-title{
margin-top:26px;
margin-bottom:20px;
}



/*投稿カテゴリーの背景色変更*/
.post-meta {
    background-color: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}



/*h2見出しタグ色変更*/
.article h2 {
 color: #080808 ;
  background: #eafdfe;
  font-size: 20pt ;
  line-height: 1;
  margin:0px 0px;
  padding: 20px 20px 20px 20px;
    box-shadow:3px 3px 7px 0px #fed9f8 ;
    border-radius: 0px ;
    border-left:1px solid #eafdfe　!important;
  
}


/*サイドバータグ変更*/
#sidebar h3  {
   color: #080808;
   padding: 10px;
   font-size: 22px;
   background: #eafdfe;
   border: 2px dashed #b91c00;
   border-radius: 10px;
   box-shadow: 0 0 0 7px #eafdfe;
}

/*サイドバーアドセンスにｽﾎﾟﾝｻｰﾘﾝｸを表示*/
#sidebar .ad-space .ad-label{
	display:block;
}