@charset "utf-8";

#knkR p {
  margin-bottom: 0;
}

#knkR h3:before {
  content: none;
}

#knkR h3 {
  padding: 5px 0 5px 10px;
  background-color: #A4D55D;
  color: #fff;
  font-weight: bolder;
}

#knkR ul {
  width: 600px;
  margin: 1em auto;
}

#knkR ul li {
  padding: 12px 0 12px 10px;
  line-height: 1.5;
  border-bottom: 1px dotted #333;
}

#knkR ul li:last-child {
  border-bottom: none;
}

#knkR ul > li > h4 {
  border-bottom: none;
  font-weight: bolder;
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.4;
}

#knkR ul > li > h4 > span {
  display: inline-block;
  background-color: #edf7df;
  border-radius: 20px;
  padding: 7px 15px 6px 15px;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 3px;
  font-weight: normal;
  width: 100px;
  text-align:center;
}

#knkR ul > li > h4 > span.ttl2 {
  display: block;
  float: left;
}

#knkR ul > li > p {
  display: block;
  margin: 0 1em;
  font-weight: bolder;
  padding-bottom: 0;
  font-size: 15px;
  text-align: right;
}

#knkR ul > li > p > span {
  font-size: 13px;
  font-weight: normal;
}

#knkR article.PhtImg {
  width:600px;
  margin: 0 auto;
  text-align: center;
}
   
#knkR article.PhtImg p {
  margin: 15px auto;
}
    
#knkR article.PhtImg p img {
  display: block;
}
    
#knkR article.PhtImg p span {
        display: block;
        font-size: 13px;
        padding-top: 6px;
}
