@charset "utf-8";

/* CSS Document */

/* teacher header */

.lessonLst_inner_headertext span {
  font-weight: lighter;
  font-size: 14px;
  margin-left: 20px;
}

.g-body_workLst {
  background: rgb(98, 195, 158);
  background: linear-gradient(90deg, rgba(98, 195, 158, 1) 0%, rgba(103, 187, 107, 1) 46%, rgba(227, 241, 111, 1) 100%);
  background: linear-gradient(90deg, #5B88D1 0%, #60B8EF 100%);
  height: 44px;
  color: #ffffff;
}

.lessonLst_inner_headertext_small {
  color: #ffffff;
}

.g-head-back {
  display: flex;
  height: 44px;
  padding-right: 40px;
}

.g-head-back_black a {
  color: var(--gray-deep);
}

.g-head-back a {
  color: #ffffff;
  margin-left: 20px;
}

.g-head-back a:hover {
  text-decoration: underline;
}

.lessonLst_inner_headertext {
  font-weight: bold;
  margin: 0 auto;
  font-size: 20px;
  color: #ffffff;
}

.g-wraper-teLst {
  max-width: 1080px;
  display: block;
  margin: 0 auto;
}

.g-wraper-teLst_text {
  margin-left: 5%
}
.errorDateMessage {
	text-align: center;
}
/* main area */
.g-title-area h1 {
  margin: 0 auto;
}