@charset "UTF-8";


@import url(https://fonts.googleapis.com/css?family=Quicksand);

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

html, body {
  margin: 20;
  padding: 20;
}

body{
 font-family: 'Quicksand', sans-serif;
}

img{
  border-width:0;
  box-sizing: border-box;
	margin: 20px;
}


figure,
main figure{
  margin: 20;
}

.article{
  font-size:15px;
  line-height:170%;
}


img{
  border-width:0;
  box-sizing: border-box;
}

figure,
main figure{
  margin: 30;
}

.article{
  font-size:15px;
  line-height:250%;
}

/*記事・カテゴリ中の画像を要素内に収める*/
.article img,
.category-description img,
.wp-caption,
.hover-image{
  max-width:100%;
  height:auto;
	margin: 30px;
}

.aligncenter{
  clear:both;
}

.cf:after{
  content: "";
  clear: both;
  display: block;
}

/************************************
** 見出し（H1-6）
************************************/

.article h1 {
  margin-top:30px;
  margin-bottom:20px;
  font-size: 20px;
  line-height:117%;
}

#archive-title{
  padding-bottom:20px;
  font-size:20px;
}

.article h2 {
  border-left:1px solid #000;
  margin: 40px -29px 20px;
  padding:25px 30px;
  font-size:20px;
}

.article h3{
  font-size:20px;
  border-bottom:5px solid #e7e7e7;
  padding:10px 0;
}

.article h4, .article h5, .article h6{
  font-size:20px;
  padding:8px 0;
}

.article  h4{
  border-bottom:5px dashed #eee;
}

.entry-content{
  margin-bottom: 60px;