/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 19 2021 | 04:45:56 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

.widget ul li a i {
margin-right: 5px;
}
@media only screen and (max-width:500px){
body #inner-header {
    max-width: 100%;
    width: 100%;
    padding-right: 12%;
}
body #logo {
font-size: 14px;
text-align: left;
}
}
.entry-content h2 {
    position: relative;
    border-bottom: 7px solid #bf0106;
    color: #000;
}
.entry-content h3:first-letter {
  font-size: 1.5em;
  color: #bf0106;
}
.entry-content h3 {
    border-color: transparent !important;
}