/*
h2#danraku2 {position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
}

h2:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);　　}　
h3#danraku3 {background: linear-gradient(transparent 70%, #a7d6ff 70%);　　}　　
h4#danraku4 {position: relative;
  padding: 5px 5px 5px 42px;
  background: #77c3df;
  font-size: 20px;
  color: white;
  margin-left: -33px;
  line-height: 1.3;
  z-index:-1;
}

h4:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2　　}
*/

h2{
    margin: 0 0 1.5em;
    padding: 0.8em;
    border-left: 7px solid #9a9a9a;
    border-bottom: 1px dashed #9a9a9a;
    font-size: 1.143em;
    font-weight: bold;
}

h3{
    margin: 0 0 1.5em;
    padding: 0.8em;
    border-top: 3px double #9a9a9a;
    border-bottom: 3px double #9a9a9a;
    font-size: 1.143em;
    font-weight: bold;
}

h4{
    margin: 0 0 1.5em;
    padding: 0.8em;
    border: 2px solid #9a9a9a;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


.post-title{
		font-size: 2.2rem;
		line-height: 50px;
}