@charset "UTF-8";

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

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

#post-8 .entry-title {
 display:none;
}
#post-8 .post-meta {
 display: none;
}

/*ヘッダーブログタイトル文字上からの余白*/
#site-title{
margin-top:35px;
margin-bottom:30px;
}
/*ヘッダー文字の大きさの変更*/
#site-title a{
color:#fff;
line-height:100%;
}
.article h3,
#comment-area h3,
#related-entries h3{
  font-size:23px;
	padding: .25em 0 .3em .5em;
	border-left: 10px solid #1e73be;
	border-bottom: 1px solid #1e73be;
}

/*マーカーのオレンジ色のような色*/
.marker-orange{
  background-color:#FFA500;
}

/*文字色オレンジ色のような色*/
.orange{
  color:#ff6600;
}