/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2018 | 06:39:32 */
h2#danraku2 {
padding: 0.5em;
color: #494949;
background: #fffaf4;
border-left: solid 5px #ffaf58;
}

h3{
border-bottom: solid 3px skyblue;
position: relative;
}

h3:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #ffc778;
bottom: -3px;
width: 30%;
}

h4{
border-bottom: double 5px #FFC778;
}