@charset "UTF-8";

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

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

#main .entry {
border-bottom: 1px dotted #ccc;
padding-bottom: 15px;
}

.entry-read a {
text-decoration: none;
}
.entry-read a:before {
margin-right: 5px;
font-family: "FontAwesome";
content: "\f0a9";
}

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

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

.sankou {
background-color: #fd7c22;
margin-right: 5px;
padding: 1px;
}

#sidebar h3 {
font-size: 20px;
border-bottom: 5px solid #f7f7f7;
padding: 10px 0;
}

.article h2{
background-color: #43779D;
color: #fff;
border-left: 0;
padding: 15px 30px;
}

.article h3::before {
margin-right: 5px;
font-family: "FontAwesome";
content: "\f046";
}

.article h4::before {
margin-right: 5px;
font-family: "FontAwesome";
content: "\f101";
}

.article h5 {
border-bottom: 2px dashed #eee;
}

#the-content {
  margin: 0 auto;
}

