@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20151225
*/

/* Simplicity子テーマ用のスタイルを書く */

#site-title{
  margin-top:16px;
  margin-bottom:10px;
  font-size: 26px;
  line-height: 100%;
}

#site-title a{
  text-decoration:none;
  color:#222;
  font-size:26px;
  font-weight:normal;
}
/*
#site-title a img{
  max-width: 100%;
  height: auto;
}*/



#sidebar h3{
  margin-bottom: 10px;
  font-size:16px;
}

.widget{
  margin-bottom: 45px;
  font-size:14px;
}

#sidebar h3{
  text-align:center; /* タイトルの中央寄せ */
  border-top: 3px double #6896e1; /* 枠線色 */
  border-bottom: 3px double #6896e1;
}

}

.post-meta{
  margin-bottom: 2em;
  text-align:right;
  background-color:#F7F7F7;
  color:#555;
  font-size:16px;
}


/* リストのタイトルを変更 */
.entry h2 a{
 font-weight: 700;
 font-size: 1.0rem !important;
 line-height: 1.4;
}

#main .entry {
    border-bottom: 1px dotted #333333;
    padding-bottom: 15px;
}

/* 記事間に線を引く */
#main .entry {
 border–bottom: 1px dotted #333333;
 padding–bottom: 15px;
}

/* 関連記事間に線を引く */
#main .related-entry {
 border-bottom: 1px dotted #333333;
 padding-bottom: 10px; 
}

/*---------------------------------
見出し
--------------------------------*/
.article h1 {
  font-size:19px;
}

.article h2 {
  font-size:16px;
  padding: 1em;
  border: 3px solid #ccc;
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
}

 
.article h3 {
  font-size:15px;
  padding: .5em .75em;
  background-color: #f6f6f6;
  border: 3px double #ccc;
}
 
.article h4 {
  font-size:14px;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #ccc;
  border-bottom: 1px solid #ccc;
}


/* 本文中の改行 */
.entry-content p {line-height: 40px;}
