@charset "UTF-8";

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

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

/* 記事の間に点線を入れる */
#main .entry {
	border-bottom: 1px dotted #999;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

/* 関連記事の間に点線を入れる */
#main .related-entry {
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 10px; 
}
/* 新着記事リスト下線と下余白 */
.widget_new_entries ul li, .widget_new_popular ul li, .widget_popular_ranking ul li {
    clear: left;
    float: none;
    margin-bottom: 10px;
    overflow: auto;
    border-bottom: 1px dotted #ccc;
}
.widget_new_entries a, .widget_new_popular a, .widget_popular_ranking a, .wpp-list a, .article-list .entry-title a {
    text-decoration: none;
    font-size: 90%;
}

/* 見出しのの下に点線 */
.article h1{
	border-bottom: 2px dotted #CCC;
    padding-bottom: 7px;
}

/*「記事を読む」を右に寄せる */
.entry-read {
  text-align: right;
  margin-right: 10px;
}

/* サイトタイトル文字の装飾 */
#site-title a {
  text-shadow: 0 0 5px #000 !important;
  color: #fff !important;
  font-weight: bold !important;
}

/* 記事中のh2のスタイルのリセット */
/*
.entry-content h2 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
*/

/* 記事中のh2のスタイルの調整 */
.entry-content h2 {
  margin: 0;
  padding: 6px 0;
  border: none;
  font-size: 22px;
  border-bottom: 4px solid #9e2828;
}

/* 記事中のh3のスタイルの調整 */
.entry-content h3 {
  font-size: 20px;
  border-bottom: 3px solid #e7e7e7;
  padding: 4px 0;
  width: 80%;
}

/* 記事中のstrongのスタイルのリセット */
.entry-content strong {
  font-weight: normal;
}
/* 更新日時の非表示 
.post-update {
  display: none;
}
*/

/* 画面幅が1111px以上の時 */
@media screen and (min-width:1111px){
	#header {
		background-position: 0 -30px;
	}
	
}
