.txtLg #culmnMain {
  background-color: #fff;
}
.txtLg .NewsInfoArea {
  padding: 10px 16px;
  margin-top: 10px;
  border-radius: inherit;
}
.txtLg .NewsInfoArea .infoTitle h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
.txtLg .NewsInfoArea .infoText {
  font-size: 14px;
  line-height: 1.7;
}
.txtLg .NewsInfoArea .infoText dt {
  width: 12%;
}
.txtLg .NewsInfoArea .infoText dd {
  width: 88%;
}
@media screen and (max-device-width: 768px) {
  .txtLg .NewsInfoArea .infoText dt {
    width: 100%;
  }
  .txtLg .NewsInfoArea .infoText dd {
    width: 100%;
  }
}
.txtLg Ul.topBoxContainer {
  margin-top: 10px;
}
@media screen and (max-device-width: 768px) {
  .txtLg Ul.topBoxContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.txtLg Ul.topBoxContainer li {
  border-width: 0 1px 1px 1px;
  border-color: #ddd;
  border-style: solid;
  font-size: 14px;
}
.txtLg Ul.topBoxContainer li.todaylesson {
  width: 38%;
}
.txtLg Ul.topBoxContainer li.todaycollab {
  width: 60%;
}
@media screen and (max-device-width: 768px) {
  .txtLg Ul.topBoxContainer li.todaylesson, .txtLg Ul.topBoxContainer li.todaycollab {
    width: 100%;
  }
}
.txtLg Ul.topBoxContainer li .titlebar h3 {
  font-size: 16px;
  padding: 6px 10px;
}
.txtLg Ul.topBoxContainer li .nextInfo {
  text-align: left;
}
.txtLg .boxContainer_wrap {
  margin-top: 10px;
}
.txtLg .boxContainer_ttl {
  font-size: 16px;
  font-weight: normal;
}
.txtLg .sideBox {
  padding: 0;
}
.txtLg .sideBox.prof {
  border: none;
}
.txtLg .itemContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  table-layout: inherit;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.txtLg .itemContainer .item.photoArea {
  width: 100%;
}
.txtLg .itemContainer .item.textArea {
  width: 100%;
  padding: 8px;
}
.txtLg .itemContainer .item.textArea dd {
  font-size: 14px;
}
.txtLg ul.sideProf li.classList {
  font-size: 14px;
}