@charset "UTF-8";

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

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

/* ヘッダー画像の四方余白なし */
#header #header-in #h-top .alignleft, #h-top #site-title {
	margin: 0 auto;
}

/*ヘッダーで指定した高さを元に戻す*/
#h-top {
	min-height: auto !important;
}

/*ヘッダー設定PC TAB 右サイド余白*/
#site-title a img {
	width: 100%;
}

/* スマホサイト概要文に余白 */
#site-description {
	margin-left: 2em;
}


/*ヘッダーブログタイトル文字上からの余白*/
#site-title {
    margin-top: 30;
}

#header .alignleft {
    margin-left: 0;
}

/*記事を読む カスタム*/
.entry-read a{
 color:#fff;
 font-size:14px;
 background-color:#631c14;
 border:1px solid #631c14;
 border-radius:2px;
 padding:3px 10px 3px 5px;
 text-decoration:none;
 }
 
.entry-read a:hover{
 color:#fff;
 background-color:#631c14;
 border:1px solid #631c14;
}


/*記事を読む 右側に*/
.entry-read {
  text-align: right;
  margin-right: 10px; /* ここはお好みで */
}

/*サイドバーの間隔*/
#sidebar .widget {
    margin-bottom: 30px;
}


/*サイドバーの装飾ボーダーライン*/
#sidebar h3 {
  font-size:20px;
  border-bottom:5px solid #faf0e6;
  padding:10px 0;
}


/*h2タグの変更*/
.article h2 {
background-color: #ffa500;/* 見出し背景色 */
border-left: 0 none;
color: #fff;/* 文字の色 */
padding: 15px 30px;/* 文字の位置 */
margin-bottom: 35px;/* 見出し下の空白*/
}

/*h3タグの変更*/
.article h3 {
border-bottom: 10px solid #ffa500;
padding: 10px 0 0 0;
margin-bottom: 30px;
}

/*記事の間にボーダーを入れる*/
#main .entry {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 15px;
}

/*h4タグの変更*/
.article  h4{
border-bottom:5px dashed #ffa500;
}

/* ヘッダー画像の四方余白なし */
#header #header-in #h-top .alignleft, #h-top #site-title {
	margin: 0 auto;
}

/*ヘッダーで指定した高さを元に戻す*/
#h-top {
	min-height: auto !important;
}

/*PC TAB 右サイド余白*/
#site-title a img {
	width: 100%;
}