@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Poiret+One');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

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

body{font-family: 'Noto Sans JP', sans-serif;font-weight: 300;color:#312729;}
#site-title a{font-family: 'Poiret One', cursive;}
.post-meta{background-color: #e7ebfb;}
.entry-title{color:#624e52;}
.article h2{background-color: #f8d5dd;border-left-color: #f6c4cf;font-weight: 500;color:#624e52;}
.article h2:after {
  border-top: 12px solid #f8d5dd;
  border-right: 0px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  margin-left: -20px;
  position: absolute;
  bottom: -12px;
  left: 40px;
}
.article h3{font-weight: 500;color:#493a3e;}
.article h4{font-weight: 500;color:#493a3e;}
.article h5{font-weight: 500;color:#493a3e;}
/*サイド*/
.sidebar_widget_title{
color: #627b75;
border-bottom: 1px solid #e5e5e5;
border-left: 1px solid #e5e5e5;
margin-bottom: 6px;
background-color: #dbf9f3;
padding: 10px 10px;
border-radius: 8px;
}
/*comment-email*/
.comment-notes,.comment-form-email{display:none;}