@charset "UTF-8";

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

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

#site-title a {
margin-top:56px;
margin-bottom:30px;
}
/*ヘッダー⽂字の⼤きさの変更*/
#site-title a{
display:block;
text-decoration:none;
color:#222;
font-size:60px;
line-height:100%;
font-weight:bold;
}

body{
color:#333333 !important;
}

/* リストのタイトルを変更 */
.entry h2 a{
font-weight: 700;
font-size: 1.4rem !important;
line-height: 1.4;
}

/*記事と記事の間に点線を引く*/
#main .entry {
 border-bottom: 1px dotted #333333;
 padding-bottom: 15px;
}

/*関連記事と関連記事の間に点線を引く*/
#main .related-entry {
 border-bottom: 1px dotted #333333;
 padding-bottom: 15px;
}

/* mainとsidebarの枠線を消す */
#main,#sidebar{
border:none !important;
}

/* 記事を読むボタン */
.entry-read a{
 color:#fff;
 font-size:14px;
 background-color:#4d85ec;
 border:1px solid #4d85ec;
 border-radius:2px;
 padding:3px 10px 3px 5px;
 text-decoration:none;
 }

.entry-read a:hover{
 color:#fff;
 background-color:#4d85ec;
 border:1px solid #4d85ec;
}
related-entry-read a{
 color:#fff;
 font-size:14px;
 background-color:#4d85ec;
 border:1px solid #4d85ec;
 border-radius:2px;
 padding:3px 10px 3px 5px;
 text-decoration:none;
 }
related-entry-read a:hover{
 color:#fff;
 background-color:#4d85ec;
 border:1px solid #4d85ec;
}
/*「記事を読む」を右に寄せる */
.entry-read {
 text-align: right;
 margin-right: 10px; /* ここはお好みで */
}

/* サイドバーの見出し背景を修正 */
#sidebar h4{
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  background: #f3f3f3;
  font-weight: bold;
  color: #4D4D4D;
}
