@charset "UTF-8";

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

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




/*---------------------------------
見出しの編集
--------------------------------*/

.article h2 {
 font-size: 20px;
 line-height: 28px;
 padding: 15px 10px 12px 20px;
 background: #335980;
 color: #ffffff;
 margin: 25px 0;
 font-weight: 550;
 position: relative;
 border:none;
}
.article h2:before{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 border-width: 0px 0px 16px 16px;
 border-style: solid;
 border-color: #FFF #ffffff #ffffff #FFF;
 background: #ffffff;
 display: block;
 width: 0;
}
 
.entry h2 a{
 font-weight: 700;
 font-size: 1.2rem;
 line-height: 1.4;
}


.article h3,
#comment-area h3,
#related-entries h3{
	font-size:23px;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px dotted #9bcc9b;
}
.article h4 {
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #9bcc9b;
	border-bottom:0px;}


/*---------------------------------
引用
--------------------------------*/
blockquote {
	color: #000000;
	font-size: 16px;
	background-color: #EBF6F7;
	border-left-width: 8px;
	border-right-width: 8px;
	border-left-style: dotted;
	border-right-style: dotted;
}
 
blockquote:before {
	color: #2098a8;
	content: "“";
	font-family: serif;
	font-size: 600%;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 0;
}
 
blockquote:after {
	bottom: 0;
	color: #2098a8;
	content: "”";
	font-family: serif;
	font-size: 600%;
	line-height: 0;
	position: absolute;
	right: 0;
	bottom: -16px;
}

/*---------------------------------
カテゴリ編集
--------------------------------*/
#categories-2 > ul > li:before {
  content: "\f02c";
  font-family: fontawesome;
  margin-right: 6px;
  color: sienna;
}
#categories-2 ul > li > ul li:before {
  content: "\f02b";
  font-family: fontawesome;
  margin-right: 10px;
  color: burlywood;
}



#h-top{
  height:200px;
  background-repeat: no-repeat;
  background-position: top left;
}


.article h1 {
    color: #335980;
}


.article h1 {
    font-size: 32px;
}

body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}