.l-mainContent__inner {
  width: 66.5%;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 950px) {
    .l-mainContent__inner {
        width: 100%;
    }
}
.c-postTimes__modified::before, 
.c-postTimes__posted::before,
.c-categoryList::before {
  display: none;
}
.c-categoryList__link {
  color: #333333;
  background: none;
  text-decoration: underline;
}