
a.jumper{
  color:#333333;
  text-decoration: none;
  font-weight: bold;
}
ul.index-list li{
  margin-top: 8px; 
}
section.article{
    margin-bottom : 20px;
}

.img_box{
  text-align: center;
  padding: 10px;
  max-width: 95%;
}
.img_box img{
  max-width: 100%;
}

.text-content{
  font-size:18px;
  line-height: 1.8;
}

h2.article-header{
  background-color: #4e944f;
  color:#FFFFFF;
  padding : 8px;
  margin-bottom: 15px;
}
p#today{
  text-align: right;
}
.banner{
  border: solid 1px black;
}
.li-head{
  font-weight: bold;
}
.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li::before {
  content: "✔";
  color: green;
  font-weight: bold;
  margin-right: 0.5em;
}

article{
  background-color: #f7fdf3;
  padding: 10px;
}
strong{
    color: #ffa500;
}
li{
  font-size: 18px;
}
