@charset "UTF-8";

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

/* Simplicity子テーマ用のスタイルを書く */
.article h1 {
  margin-top:30px;
  margin-bottom:20px;
  font-size: 30px;
  line-height:117%;
}

#archive-title{
  padding-bottom:20px;
  font-size:26px;
}

.article h2 {
  border-left:1px solid #FFB047;
background-color: #7f7b15;
color: #ffffff;
  margin: 30px -13px 20px;
  padding:15px 0px 10px 20px;
  font-size:24px;
}


.article  h3{
    position: relative;
    font-size: 22px;
    font-weight: bold;
    margin: 50 0 10px;
    padding:0px 0px 10px 30px;
    border-bottom: 2px solid #D76203;
}
.article h3:before {
margin-right: 10px;
color: #FFB047;
font-size: 120%;
font-family: "FontAwesome";
content: "\f046";
} 

.article h4{
border-left: 10px solid #FFB047;	
  font-size:20px;
  border-bottom: 2px dashed #D76203;
  padding:0px 0px 0px 20px;
}
.article h4{
  font-size:20px;
  padding:0px 0px 0px 20px;
}

.article h5, .article h6{
  font-size:20px;
  padding:0px 0px 0px 10px;
}

.article h5:before {
margin-right: 10px;
color: #D76203;
font-size: 120%;
font-family: "FontAwesome";
content: "\f046";
}


.article h6:before {
margin-right: 10px;
color: #D76203;
font-size: 120%;
font-family: "FontAwesome";
content: "\f0a9";
}


.entry-content{
  margin-bottom: 60px;
}
#sidebar h3{
    position: relative;
    font-size: 18px
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0px 0px 0px 30px;
    border-bottom: 2px solid #D76203;
}
 
#sidebar h3:before{
   content: "";
    position: absolute;
    background: #FFB047;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
#sidebar h3:after{
    content: "";
    position: absolute;
    background:#F47610;
    top: 0.75em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}



#sidebar .widget{
  margin-bottom: 25px;
}

#main .entry {
	border-bottom: 1px dashed #34784C;
	padding-bottom: 10px;
}

#main .related-entry {
	border-bottom: 1px dashed #34784C;
	padding-bottom: 10px;
}

.entry-read a {
	color: #fff;
	font-size: 14px;
	background-color: #F47610;
	border: 1px solid #F47610;
	border-radius: 2px;
	padding: 3px 10px 3px 5px;
	text-decoration: none;
}

.entry-read a:hover {
	color: #fff;
	background-color: #d68215;
	border: 1px solid #d68215;
}

.related-entry-read a {
	color: #fff;
	font-size: 14px;
	background-color: #F47610;
	border: 1px solid #F47610;
	border-radius: 2px;
	padding: 3px 10px 3px 5px;
	text-decoration: none;
}

.related-entry-read a:hover {
	color: #fff;
	background-color: #d68215;
	border: 1px solid #d68215;
}

.entry-read {
	text-align: right;
	margin-right: 10px;
/* ここはお好みで */
}
.related-entry-read {
	text-align: right;
	margin-right: 10px;
/* ここはお好みで */
}