/*
 Theme Name:     The Simple Child
 Theme URI:      http://thesimple.ellethemes.com
 Description:    The Simple Child Theme
 Author:         Ellethemes
 Author URI:     http://www.ellethemes.com
 Template:       the-simple
 Version:        1.0.0
*/

@import url("../the-simple/style.css");

body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto,  YuGothic, "Yu Gothic Medium", "Yu Gothic", Lato, "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  }

  #blog h2 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: bold;
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #3c3c3c;/*左線*/
}
#blog h3 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: bold; 
}
#blog h4 {
    font-weight: bold;
      position: relative;
      padding-left: 20px;
}
#blog h4:before {
        background: #000;
        content: "";
        height: 10px;
        width: 10px;
        left: 0;
        position: absolute;
        top: 6px;
}
