@charset "UTF-8";
@import url("../simplicity/style.css");

/*
Theme Name: Simplicity child
Template:   simplicity
Version:    20150920
*/

/* Simplicity子テーマ用のスタイルを書く */



.article h2 {
    background-color: #57B196;
    border-left: 0 none !important;
    color: #fff;
    padding: 15px 30px;
}

.article h3,
#comment-area h3,
#related-entries h3{
  font-size:23px;
  border-bottom:5px solid #57B196 !important;
  padding:10px 0;
}


 a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


.article {
    font-size: 16px;
    line-height: 170%;
}

.article  p {
    margin: 5px 0;
}


/* 記事を読むボタンの装飾 */
.entry-read a,.related-entry-read a{
 color:#1E90FF;
 font-size:20px !important;
 font-weight:bold;
 padding:3px 8px 3px 8px;
 text-decoration:none;
 transition: .4s;
 }


#sidebar h4 { /* 例：.widget_categories h4 （それぞれの見出しのクラス名：参考）*/
 color:white; /* フォント色を指定 */
 padding: 5px 0px 5px 15px; /* 文字周りのスペースを指定（上 右 下 左） */
 background:#90EE90; /* 背景色を指定 */
 border-radius:15px; /* 角を丸める */
}
#sidebar h4 h4:before{
 margin-right:7px; /* コンテンツの右のスペース調整 */
 font-family:"FontAwesome"; /* フォントを変更 */
}

