@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/
/* 見出し装飾 */
.entry-content h1 {
  position: relative;
  background: #e5e2d7 !important;
  padding: 8px 0px 8px 20px;
  margin: 40px 0px 20px 0px;
}

.entry-content h1:after{
  content: ' ';
  width:0;
  height: 0;
  position:absolute;
  border:10px solid transparent;
  border-top-color:#e5e2d7 !important;
  top:100%;
  left:5%;
}
h1 {
  position: relative;
  background: #e5e2d7 !important;
  padding: 8px 0px 8px 20px;
  margin: 40px 0px 20px 0px;
}