@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20151225
*/

/* Simplicity子テーマ用のスタイルを書く */

/************************************
** フッター(footer)
************************************/
#footer {
  clear: both;
  background-color: #F9C9B9;
  color: #fff;
  padding: 5px;
}

#footer-widget {
  margin: 10px auto;
  text-align: left;
  padding:0 5%;
}

.footer-left,
.footer-center,
.footer-right{
  box-sizing: border-box;
  padding: 10px;
}

.footer-left {
  float: left;
  width: 34%;
}

.footer-center {
  float: left;
  width: 33%;
}

.footer-right {
  float: left;
  width: 33%;
}

#footer-widget {
  color: #ffffff;
}

#footer-widget ul{
  list-style:none;
  padding-left:1em;
}

#footer-widget li {
  font-size: 14px;
}

#footer a {
  color: #ffffff;
}

#footer h3{
  color:#fff;
  font-size: 16px;
}

#copyright{
  padding: 20px 0;
  font-size: 80%;
  text-align:center;
}

#copyright a{
  text-decoration:none;
  color:#fff;
}

/************************************
** 見出し（H1-6）
************************************/
h1, h2, h3, h4, h5, h6{
  line-height:130%;
  color:#333;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
  position:relative;
  margin-top:35px;
  margin-bottom:20px;
}
.article h1 {
  margin-top:30px;
  margin-bottom:20px;
  font-size: 30px;
  color: #3B0B0B;
  line-height:117%;
}

#archive-title{
  padding-bottom:20px;
  font-size:26px;
}

.article h2 {
    border-bottom: 1px dotted #FF9999;
    border-left: 10px solid #FFCCCC;
    padding: 15px 14px;
    font-size: 25px;
    color: #3B0B0B;
}

.article h3{
  font-size:23px;
  color: #3B0B0B;
  border-bottom:5px solid #FFCCCC;
  padding:10px 0;
}

.article h4, .article h5, .article h6{
  font-size:20px; 
  color: #3B0B0B;
  padding:8px 0;
}

.article  h4{
  border-bottom:5px dashed #FFCCCC;
}

.entry-content{
  margin-bottom: 60px;
}


/************************************
** 記事境界線（トップ）
************************************/

#main .entry {
border-bottom: 1px dotted #FFCCCC;
padding-bottom: 10px #FFCCCC;
} 
