@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-size: medium;
}

/* foundation の不要なCSSを一旦打ち消す */
table tbody {
  border: none;
}

table tbody th, table tbody td {
  padding: 0;
}

table tbody tr:nth-child(2n) {
  border-bottom: 0;
  background: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form-error {
  display: unset;
  margin-top: unset;
  margin-bottom: unset;
  font-size: unset;
  font-weight: normal;
  color: #e00;
}

input[type="checkbox"], input[type="file"], input[type="radio"] {
  margin-bottom: 0;
}

label, legend {
  font-size: small;
  margin: 0;
}

.tooltip {
  max-width: 20rem;
}

.close-button {
  z-index: 8001;
}

@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}

body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

header {
  border-bottom: 4px solid #38c1ca;
  padding: 0.2rem 0;
}

header h1 {
  margin: 0 0;
  font-size: small;
}

header #headerLoginUserGreeting {
  font-size: small;
}

div#footerLink {
  margin-top: 3rem;
  padding: 2.5rem 0 2.5rem;
  background-color: #45b6bd;
  color: #fff;
}

div#footerLink h5 {
  font-size: medium;
}

div#footerLink ul {
  margin-left: 1rem;
}

div#footerLink ul li {
  font-size: small;
  margin: 0.1em 0;
  padding: 0.2em 0;
}

div#footerLink ul li a {
  font-size: small;
  color: #fff;
}

footer {
  margin-top: 5em;
  padding: 0.5rem 0;
  background-color: #5ea0a4;
  color: #fff;
}

footer a {
  color: #fff;
}

div#footerCopy {
  text-align: right;
  font-size: x-small;
}

div.footerNotice {
  font-size: x-small;
}

h2.appHeader {
  position: relative;
  font-size: x-large;
  font-weight: bold;
  border-bottom: 4px solid #b1e7ea;
  padding: 0.2em 0 0.2em 0.5em;
  margin: 2rem 0 3rem;
}

h2.appHeader::after {
  position: absolute;
  content: " ";
  border-bottom: 4px solid #38c1ca;
  display: block;
  bottom: -4px;
  left: 0;
  width: 40%;
}

h3.loginFormHeader {
  font-size: x-large;
  font-weight: bold;
  text-align: center;
  margin: 2em 0;
}

h3.appHeader {
  position: relative;
  font-size: large;
  font-weight: bold;
  padding: 0.2em 0 0.2em 0.5em;
  margin: 1rem 0 1rem;
}

h4.dateHeader {
  position: relative;
  font-size: x-large;
  font-weight: bold;
  margin: 3em 0 1em;
}

h4.dateHeader ul.ulHolidays {
  display: inline-block;
}

h4.dateHeader ul.ulHolidays li {
  display: inline-block;
  font-size: medium;
  border: 1px solid #999;
}

h4.dateHeader ul.ulHolidays li.isHoliday {
  color: #f00;
}

h4.dateHeader ul.ulSchoolSchedules {
  display: inline-block;
}

h4.dateHeader ul.ulSchoolSchedules li {
  color: #090;
  display: inline-block;
  font-size: medium;
  border: 1px solid #999;
}

h4.dateHeader ul.ulSchoolSchedules li.isHoliday {
  color: #f00;
}

h4.dateHeader .dateHeader_actionBox {
  position: absolute;
  right: 0;
  top: 0;
}

h5.add_lesson_pattern_header {
  font-size: small;
  color: #aaa;
  margin: 0;
}

#timeLine {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #f409;
}

div.DailyLessonChartWrapper {
  margin: 1em 0;
  min-height: 10em;
  position: relative;
}

div.DailyLessonChartWrapper.weekday0 {
  background: #ffe0e0;
}

div.DailyLessonChartWrapper.weekday1 {
  background: #fff;
}

div.DailyLessonChartWrapper.weekday2 {
  background: #fff;
}

div.DailyLessonChartWrapper.weekday3 {
  background: #fff;
}

div.DailyLessonChartWrapper.weekday4 {
  background: #fff;
}

div.DailyLessonChartWrapper.weekday5 {
  background: #fff;
}

div.DailyLessonChartWrapper.weekday6 {
  background: #e9f2ff;
}

div.DailyLessonChartWrapper#isToday {
  background: #b7ffc1;
}

div.DailyLessonChartWrapper div.dateBox {
  border: 1px solid #aaa;
  display: inline-block;
}

div.DailyLessonChartWrapper .teacherUnassignedLessonBox {
  position: relative;
  border-top: 2px solid #aaa;
  min-height: 70px;
}

div.DailyLessonChartWrapper .teacherUnassignedLessonBox div.lessonBox {
  position: relative;
}

div.DailyLessonChartWrapper .teacherUnassignedLessonBox div.lessonBox.hasRemarks {
  background: #cfc !important;
}

div.DailyLessonChartWrapper div.timeFrame {
  padding: 0.25em 0;
  height: 1.5em;
  font-size: small;
}

div.DailyLessonChartWrapper .daySchduleBoxWrapper {
  width: 100%;
  overflow: scroll;
  min-height: 150px;
  z-index: 402;
}

div.DailyLessonChartWrapper div.lessonTimeRange {
  padding-left: 1.5em;
  font-size: x-small;
}

div.DailyLessonChartWrapper .daySchduleBoxWrapper {
  width: 100%;
  overflow: scroll;
  min-height: 150px;
  z-index: 402;
}

div.DailyLessonChartWrapper div.teacherAssignedLessonBox {
  position: relative;
  border-top: 2px dotted #aaa;
  min-height: 70px;
}

div.DailyLessonChartWrapper div.teacherAssignedLessonBox div.lessonBox {
  position: absolute;
}

div.DailyLessonChartWrapper div.studentAssignedLessonBox {
  position: relative;
  border-top: 2px dotted #aaa;
  min-height: 70px;
}

div.DailyLessonChartWrapper div.studentAssignedLessonBox:hover {
  background: #eee5;
}

div.DailyLessonChartWrapper div.studentAssignedLessonBox div.lessonBox {
  position: absolute;
}

div.DailyLessonChartWrapper div.teacherUnassignedLessonBox {
  position: relative;
  min-height: 70px;
}

div.DailyLessonChartWrapper div.teacherUnassignedLessonBox div.lessonBox {
  position: absolute;
}

div.DailyLessonChartWrapper div.lessonBox {
  line-height: 1.2;
  border: 1px solid #999;
  border-radius: 0.2em;
  margin: 0.2em 0;
  background-color: #fff !important;
  z-index: 205;
}

div.DailyLessonChartWrapper div.lessonBox.hasRemarks {
  background: #cfc !important;
}

div.DailyLessonChartWrapper div.lessonBox.is_absent {
  background-image: linear-gradient(-45deg, #aaa 25%, #fff 25%, #fff 50%, #bbb 50%, #bbb 75%, #fff 75%, #fff) !important;
  background-size: 4px 4px !important;
}

div.DailyLessonChartWrapper div.lessonBox.sameLesson {
  background: #ff0 !important;
}

div.DailyLessonChartWrapper div.lessonBox .sp_status {
  font-size: x-small;
  background-color: #f93 !important;
  color: #fff;
}

div.DailyLessonChartWrapper div.lessonBox.subteacher {
  overflow: hidden;
  z-index: 215;
}

div.DailyLessonChartWrapper div.lessonBox .lesson_style {
  font-size: x-small;
  color: #333;
}

div.DailyLessonChartWrapper div.lessonBox div.bottomBox {
  position: relative;
}

div.DailyLessonChartWrapper div.lessonBox div.bottomBox .schoolBox,
div.DailyLessonChartWrapper div.lessonBox div.bottomBox .asMonthBox,
div.DailyLessonChartWrapper div.lessonBox div.bottomBox .teacherBox {
  display: inline-block;
}

div.DailyLessonChartWrapper div.lessonBox div.bottomBox .schoolBox span.lbl_school,
div.DailyLessonChartWrapper div.lessonBox div.bottomBox .asMonthBox span.lbl_school,
div.DailyLessonChartWrapper div.lessonBox div.bottomBox .teacherBox span.lbl_school {
  font-size: x-small;
}

div.DailyLessonChartWrapper div.lessonBox div.bottomBox .teacherBox {
  position: absolute;
  right: 1px;
  bottom: 1px;
}

div.DailyLessonChartWrapper div.lessonStatusBox {
  position: absolute;
  top: -0.3em;
  left: -0.3em;
  line-height: 1;
}

div.DailyLessonChartWrapper div.lesson_action {
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  font-size: small;
}

div.DailyLessonChartWrapper div.lessonSubject {
  background: #fafafa;
  padding: 0.2em;
  font-size: x-small;
  letter-spacing: -0.1em;
}

div.DailyLessonChartWrapper span.lbl_timeslot {
  display: inline-block;
  font-size: small;
  background: #aaa;
  color: #fff;
  padding: 0 0.5em;
  border-radius: 2em;
}

div.DailyLessonChartWrapper .teacherBox {
  text-align: right;
}

div.DailyLessonChartWrapper ul.ulHolidays li {
  color: #f00;
  font-size: small;
}

.lessonStudent {
  display: inline-block;
  margin: 0 0.2em 0 0.2em;
  letter-spacing: -0.05em;
}

.lessonSubject {
  font-size: small;
  margin: 0 0.2em 0 0.2em;
}

.lessonRemarksBox {
  font-size: small;
}

#content {
  min-height: 80vh;
}

#flashMessage {
  margin: 2rem 0;
  padding: 1.2em;
  border: 2px solid #999;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: small;
}

#flashMessage.error {
  color: #e00;
  border-color: #e00;
}

.teacherNameOnChart {
  position: absolute;
  top: 35px;
  left: 5px;
  z-index: 506;
}

div.onTeacherNameBox {
  min-height: 70px;
  z-index: 506;
}

div.onTeacherNameBox span.lbl_onTeacher {
  display: inline-block;
  padding: 0.2em 0.4em;
  border: 1px solid #ccc;
  background: #eee;
  font-size: medium;
}

.studentNameOnChart {
  position: absolute;
  top: 35px;
  left: 5px;
  z-index: 506;
}

div.onStudentNameBox {
  min-height: 70px;
  z-index: 506;
}

div.onStudentNameBox span.lbl_onStudent {
  display: inline-block;
  padding: 0.2em 0.4em;
  border: 1px solid #ccc;
  background: #eee;
  font-size: medium;
}

.actionBtnBox {
  margin: 1em 0;
  text-align: right;
}

.clickable {
  cursor: pointer;
}

.clickable .onHover {
  opacity: 0.4;
}

.clickable:hover .onHover {
  opacity: 1;
}

img.documentImg {
  display: inline-block;
  border: 1px solid #aaa;
}

a img.documentImg {
  opacity: 1;
}

a img.documentImg:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.searchFilterBox div.checkbox {
  display: inline-block;
}

div.resumeLessonBox {
  position: relative;
  border: 1px solid #ddd;
  margin: 1em 0;
  padding: 0.5em;
}

div.resumeLessonBox span.lessonId {
  position: absolute;
  right: 0;
  top: 0;
  font-size: x-small;
}

.lessonCommentBox {
  background-color: #eee;
  border-left: 3px dashed #ccc;
  margin: 0.6rem 0.5rem 0.6rem 1rem;
  padding: 0.5em;
}

.lessonCommentBox h5.lessonCommentSubject {
  margin: 0;
  padding: 0.5em 0;
  font-size: small;
  font-weight: bold;
}

.lessonCommentBox .lessonCommentBody {
  font-size: small;
}

span.lbl_teacherType {
  font-size: xx-small;
  display: inline-block;
  padding: 0.1em 0.2em;
  border: 1px solid #aaa;
  background-color: #eee;
  vertical-align: middle;
}

/* プロフィール写真 */
span.avatar {
  display: inline-block;
  vertical-align: middle;
}

span.avatar img {
  display: block;
  padding: 2px;
  border: 1px solid #eee;
}

.userInfoWrapper,
.studentInfoWrapper,
.teacherInfoWrapper {
  display: inline-block;
}

.userInfoWrapper.large,
.studentInfoWrapper.large,
.teacherInfoWrapper.large {
  font-size: large;
}

.userInfoWrapper.x-large,
.studentInfoWrapper.x-large,
.teacherInfoWrapper.x-large {
  font-size: x-large;
}

.label2rows {
  display: inline-block;
}

div.studentInfoName,
div.teacherInfoName {
  display: inline-block;
  font-size: large;
  vertical-align: middle;
}

div.neighbor_lessons {
  font-size: small;
}

div.neighbor_lessons span.lbl_neighbor_lessons {
  font-size: x-small;
}

.lessonTimeInterval {
  font-size: smaller;
}

.lessonResttime {
  color: #f00;
  font-size: smaller;
}

.lessonPerform {
  font-size: smaller;
}

span.fileCountDisp {
  display: inline-block;
  font-size: small;
  margin: 0 0.5em;
}

span.lbl_calAttendance.lbl_attendance_status0 {
  background-color: #ddd;
}

span.lbl_calAttendance.lbl_attendance_status1 {
  background-color: #f92;
}

td.cal_in_range {
  opacity: 1;
}

td.cal_out_range {
  opacity: 0.5;
}

h4.operate_dialog_header {
  position: relative;
  font-size: medium;
  font-weight: bold;
  border-bottom: 3px solid #21767b;
  padding: 0.4em 0 0.2em;
  margin: 0.5em 0 1.5em;
}

h4.operate_dialog_header::after {
  position: absolute;
  content: " ";
  border-bottom: 3px solid #38c1ca;
  display: block;
  bottom: -3px;
  right: 0;
  width: 20%;
}

h4.operate_confirm_dialog_header {
  position: relative;
  font-size: medium;
  font-weight: bold;
  border-bottom: 3px solid #21767b;
  padding: 0.4em 0 0.2em;
  margin: 0.5em 0 1.5em;
}

h4.operate_confirm_dialog_header::after {
  position: absolute;
  content: " ";
  border-bottom: 3px solid #38c1ca;
  display: block;
  bottom: -3px;
  right: 0;
  width: 20%;
}

.operate_confirm_dialog_message {
  margin: 2em 0 2em;
}

span.unit {
  font-size: smaller;
}

.operateNotice {
  font-size: small;
}

.centeredImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

span.avatar10 img {
  width: 10px;
  height: 10px;
}

span.avatar15 img {
  width: 15px;
  height: 15px;
}

span.avatar20 img {
  width: 20px;
  height: 20px;
}

span.avatar25 img {
  width: 25px;
  height: 25px;
}

span.avatar30 img {
  width: 30px;
  height: 30px;
}

span.avatar35 img {
  width: 35px;
  height: 35px;
}

span.avatar40 img {
  width: 40px;
  height: 40px;
}

span.avatar45 img {
  width: 45px;
  height: 45px;
}

span.avatar50 img {
  width: 50px;
  height: 50px;
}

span.avatar55 img {
  width: 55px;
  height: 55px;
}

span.avatar60 img {
  width: 60px;
  height: 60px;
}

span.avatar65 img {
  width: 65px;
  height: 65px;
}

span.avatar70 img {
  width: 70px;
  height: 70px;
}

span.avatar75 img {
  width: 75px;
  height: 75px;
}

span.avatar80 img {
  width: 80px;
  height: 80px;
}

span.avatar85 img {
  width: 85px;
  height: 85px;
}

span.avatar90 img {
  width: 90px;
  height: 90px;
}

span.avatar95 img {
  width: 95px;
  height: 95px;
}

span.avatar100 img {
  width: 100px;
  height: 100px;
}

span.avatar105 img {
  width: 105px;
  height: 105px;
}

span.avatar110 img {
  width: 110px;
  height: 110px;
}

span.avatar115 img {
  width: 115px;
  height: 115px;
}

span.avatar120 img {
  width: 120px;
  height: 120px;
}

span.avatar125 img {
  width: 125px;
  height: 125px;
}

span.avatar130 img {
  width: 130px;
  height: 130px;
}

span.avatar135 img {
  width: 135px;
  height: 135px;
}

span.avatar140 img {
  width: 140px;
  height: 140px;
}

span.avatar145 img {
  width: 145px;
  height: 145px;
}

span.avatar150 img {
  width: 150px;
  height: 150px;
}

span.avatar155 img {
  width: 155px;
  height: 155px;
}

span.avatar160 img {
  width: 160px;
  height: 160px;
}

span.avatar165 img {
  width: 165px;
  height: 165px;
}

span.avatar170 img {
  width: 170px;
  height: 170px;
}

span.avatar175 img {
  width: 175px;
  height: 175px;
}

span.avatar180 img {
  width: 180px;
  height: 180px;
}

span.avatar185 img {
  width: 185px;
  height: 185px;
}

span.avatar190 img {
  width: 190px;
  height: 190px;
}

span.avatar195 img {
  width: 195px;
  height: 195px;
}

span.avatar200 img {
  width: 200px;
  height: 200px;
}

span.avatar205 img {
  width: 205px;
  height: 205px;
}

span.avatar210 img {
  width: 210px;
  height: 210px;
}

span.avatar215 img {
  width: 215px;
  height: 215px;
}

span.avatar220 img {
  width: 220px;
  height: 220px;
}

span.avatar225 img {
  width: 225px;
  height: 225px;
}

span.avatar230 img {
  width: 230px;
  height: 230px;
}

span.avatar235 img {
  width: 235px;
  height: 235px;
}

span.avatar240 img {
  width: 240px;
  height: 240px;
}

span.avatar245 img {
  width: 245px;
  height: 245px;
}

span.avatar250 img {
  width: 250px;
  height: 250px;
}

span.avatar255 img {
  width: 255px;
  height: 255px;
}

span.avatar260 img {
  width: 260px;
  height: 260px;
}

span.avatar265 img {
  width: 265px;
  height: 265px;
}

span.avatar270 img {
  width: 270px;
  height: 270px;
}

span.avatar275 img {
  width: 275px;
  height: 275px;
}

span.avatar280 img {
  width: 280px;
  height: 280px;
}

span.avatar285 img {
  width: 285px;
  height: 285px;
}

span.avatar290 img {
  width: 290px;
  height: 290px;
}

span.avatar295 img {
  width: 295px;
  height: 295px;
}

span.avatar300 img {
  width: 300px;
  height: 300px;
}

.lesson_panel_for_grid {
  padding: 0.2rem;
  position: relative;
  border: 1px solid #000;
  line-height: 1;
}

.lesson_panel_for_grid div.lesson_action {
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  font-size: small;
}

.lesson_panel_for_grid .lessonDateTimeRangeBox {
  font-size: small;
  margin-left: 1em;
  letter-spacing: -0.05em;
}

.lesson_panel_for_grid div.lessonStatusBox {
  position: absolute;
  top: -0.3em;
  left: -0.3em;
}

.lesson_panel_for_grid div.lessonStatusBox span.lesson_status_tip {
  line-height: 1;
  padding: 0 0.3em;
  border-radius: 1em;
  font-size: x-small;
}

.lesson_panel_for_grid .lessonTimeRange {
  font-size: x-small;
}

.lesson_panel_for_grid .lessonDate {
  font-size: small;
}

/* ユーザ情報 */
.profile_name_box {
  border: 2px solid #666;
}

.profile_furigana {
  font-size: medium;
  border-bottom: 1px dotted #666;
  padding: 0.25rem 0.5rem;
}

.profile_name {
  font-size: x-large;
  padding: 0.5rem 0.5rem;
}

.profile_name span.disp_name {
  font-size: smaller;
  color: #aaa;
}

.dz-message {
  border: 4px dashed #CCC;
  width: 100%em;
  padding: 3rem 0;
  text-align: center;
  color: #999;
  font-size: large;
  background: #FEE;
  margin: 2rem 0 3rem;
}

.dz-drag-hover .dz-message {
  background: #CCC;
  color: #FFF;
}

h4.starndardCalenderHeader {
  font-size: x-large;
}

table.standardCalendar {
  margin: 1rem 0;
}

table.standardCalendar td.cal_weekday {
  border: 1px solid #888;
  text-align: center;
}

table.standardCalendar td.cal_dateBox {
  border: 1px solid #888;
  height: 5em;
  vertical-align: top;
  width: 14%;
}

table.standardCalendar div.dateBox {
  position: relative;
  border-bottom: 1px dotted #444;
  min-height: 1.2em;
  font-size: x-large;
}

div.teacherAttendaceSummaryBox {
  margin: 1em 0;
}

ul.teacherAttendaceSummary li {
  display: inline-block;
  margin-right: 1em;
}

span.lbl_teacherAttendanceStatus {
  display: inline-block;
  padding: 0.2em 1.2em;
  font-size: small;
  border: 1px solid #666;
}

.btn_change_attendance_daterange {
  font-size: small;
  padding: 0.5em 1.2em;
  margin: 0.5em 0.5em;
}

table.attendanceCalendar {
  margin: 1rem 0;
}

table.attendanceCalendar td.cal_weekday {
  border: 1px solid #888;
  text-align: center;
}

table.attendanceCalendar td.cal_dateBox {
  border: 1px solid #888;
  height: 5em;
  vertical-align: top;
  width: 14%;
}

table.attendanceCalendar div.dateBox {
  position: relative;
  border-bottom: 1px dotted #444;
  min-height: 1.2em;
  font-size: x-large;
}

span.calDay {
  display: inline-block;
  padding: 0.1rem 0.2rem;
  position: absolute;
  right: 0;
  top: 0;
  height: 1em;
  font-size: x-large;
  color: #555;
}

ul.calDayHolidayList {
  font-size: x-small;
  color: #f00;
  text-align: left;
}

ul.calDailySchoolSchedulesList {
  width: 100%;
  font-size: x-small;
  color: #090;
  text-align: right;
}

ul.calDailySchoolSchedulesList li {
  width: 100%;
  word-break: keep-all;
  overflow: hidden;
}

.attendanceLabelBox {
  text-align: center;
  padding: 0.2em;
}

span.lbl_calAttendance {
  display: inline-block;
  text-align: center;
  font-size: large;
  background: #ddd;
  width: 2em;
  line-height: 2em;
  border-radius: 2em;
  cursor: pointer;
}

span.calYearMonth {
  top: 0;
  left: 0;
  position: absolute;
  display: inline-block;
  font-size: x-small;
  color: #999;
  line-height: 1;
}

div.date_select_calendar_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

span.calendar_yearmonth {
  font-weight: bold;
}

span.btn_change_term {
  cursor: pointer;
  padding: 0.2em 0.7em;
  font-size: small;
  border: 1px solid #888;
  border-radius: 0.5em;
}

table.date_select_calendar {
  margin: 0.5rem 0 0;
}

table.date_select_calendar td.cal_weekday {
  border: 1px solid #888;
  text-align: center;
  font-size: x-small;
}

table.date_select_calendar td.cal_dateBox {
  border: 1px solid #888;
  vertical-align: top;
  width: 14%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

table.date_select_calendar div.dateBox {
  position: relative;
  border-bottom: 1px dotted #444;
  min-height: 3em;
  font-size: small;
  cursor: pointer;
}

table.date_select_calendar div.dateBox:hover {
  border: 1px solid #f00;
}

table.date_select_calendar div.dateBox.selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe0cc), to(#ffa366));
  background: linear-gradient(#ffe0cc, #ffa366);
}

table.date_select_calendar span.calYearMonth {
  top: 0;
  left: 0;
  position: absolute;
  display: inline-block;
  font-size: xx-small;
  color: #aaa;
  line-height: 1;
}

table.date_select_calendar span.calDay {
  display: inline-block;
  padding: 0.1rem 0.2rem;
  position: absolute;
  right: 0;
  top: 0;
  height: 1em;
  font-size: small;
  color: #555;
}

table.date_select_calendar .dayInfoBox {
  position: absolute;
  bottom: 0;
  width: 100%;
}

table.date_select_calendar ul.calDayHolidayList {
  font-size: xx-small;
  color: #f00;
  text-align: right;
  line-height: 1;
  bottom: 0;
}

table.date_select_calendar ul.calDayScheduleList {
  font-size: xx-small;
  color: #090;
  text-align: right;
  line-height: 1;
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
}

table.date_select_calendar ul.calDayScheduleList li {
  letter-spacing: -0.15em;
}

div.lessonBoxOnCalendar {
  border: 2px solid #555;
  line-height: 1.1;
  position: relative;
  margin: 0.2rem 0;
  padding: 0.1rem;
}

div.lessonBoxOnCalendar .lesson_action {
  position: absolute;
  width: 95%;
  top: 0;
  text-align: right;
}

div.lessonBoxOnCalendar .lessonStatusBox {
  position: absolute;
  top: -0.3em;
  left: -0.3em;
  line-height: 1;
}

div.lessonBoxOnCalendar .lessonTimeRange {
  font-size: x-small;
  margin-left: 1.5em;
}

div.lessonBoxOnCalendar .asMonthBox {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin: 0 2px 2px 0;
}

div.bottomBox {
  position: relative;
}

div.bottomBox .schoolBox,
div.bottomBox .asMonthBox,
div.bottomBox .teacherBox {
  display: inline-block;
}

div.bottomBox .schoolBox span.lbl_school,
div.bottomBox .asMonthBox span.lbl_school,
div.bottomBox .teacherBox span.lbl_school {
  font-size: x-small;
}

div.bottomBox .teacherBox {
  position: absolute;
  right: 1px;
  bottom: 1px;
}

table.lessonCountSummary {
  margin: 0.5rem 0 3em;
  width: auto;
}

table.lessonCountSummary td, table.lessonCountSummary th {
  padding: 0.2em 0.2em;
}

table.lessonCountSummary th {
  border: 1px solid #555;
  font-size: small;
  text-align: center;
}

table.lessonCountSummary td {
  border: 1px solid #555;
  font-size: small;
  line-height: 1.1;
}

table.lessonCountSummary td.as_month {
  width: 7em;
  text-align: center;
}

table.lessonCountSummary td.data_summary {
  width: 5em;
  text-align: center;
}

table.lessonCountSummary tr.cur_as_month td {
  background-color: #FCC;
}

table.lessonCountSummary tr.all_summary td {
  border-top-width: 2px;
}

ul.teacher_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#89dadf), to(#21767b));
  background: linear-gradient(#89dadf, #21767b);
}

ul.teacher_navi li {
  color: #FFF;
  border-left: 1px dotted #FFF;
}

ul.teacher_navi li:last-child {
  border-right: 1px dotted #FFF;
}

ul.teacher_navi a {
  color: #FFF;
  text-shadow: 1px 1px 1px black;
  padding: 0.5rem 1.2rem;
  display: block;
}

ul.teacher_navi a:hover {
  text-shadow: none;
}

@media print {
  .no_print_area {
    display: none;
  }
  #debug-kit-toolbar {
    display: none;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
}

.formButtonsBox {
  margin: 1.5rem 0;
  text-align: right;
}

.btns_confirm_box {
  text-align: right;
  margin: 1em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btns_confirm_box .leftBox {
  margin-right: auto;
}

.btns_confirm_box .rightBox {
  margin-left: auto;
}

div.loginButtonBox {
  margin: 2rem 0;
  text-align: center;
}

div.loginButtonBox .btn_login {
  border-radius: 0.3em;
  font-size: large;
  padding: 0.4em 3.2em;
  line-height: 1;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#38c1ca), to(#89dadf));
  background: linear-gradient(#38c1ca, #89dadf);
  -webkit-box-shadow: 2px 2px 2px #555a;
          box-shadow: 2px 2px 2px #555a;
  color: #fff;
  cursor: pointer;
}

div.loginButtonBox .btn_login:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#21767b), to(#38c1ca));
  background: linear-gradient(#21767b, #38c1ca);
  -webkit-box-shadow: 1px 1px 2px #555a;
          box-shadow: 1px 1px 2px #555a;
}

.btn {
  line-height: 1;
  border: none;
  border-radius: 0.2em;
  cursor: pointer;
  display: inline-block;
  padding: 0.3em 0.8em;
  margin: 0 0.6em;
  background-color: #093;
  -webkit-box-shadow: 1px 1px 1px #444a;
          box-shadow: 1px 1px 1px #444a;
  font-weight: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
}

.btn:hover, .btn:active, .btn:focus {
  background-color: #006622;
  color: #fff;
  -webkit-box-shadow: 0 0 1px #444a;
          box-shadow: 0 0 1px #444a;
}

.btn.btn_x-small {
  font-size: x-small;
}

.btn.btn_small {
  font-size: small;
}

.btn.btn_medium {
  font-size: medium;
}

.btn.btn_large {
  font-size: large;
}

.btn.btn_x-large {
  font-size: x-large;
}

.btn.btn_xx-large {
  font-size: xx-large;
}

.btn.btn_success {
  background-color: #093;
}

.btn.btn_execute {
  background-color: #f30;
}

.btn.btn_alert {
  background-color: #f93;
}

.btn.btn_secondary {
  background-color: #888;
}

.btn.btn_cancel {
  background-color: #555;
}

.btn.btn_delete {
  background-color: #c22;
}

.btn.expanded {
  width: 100%;
}

.btn.radius {
  border-radius: 0.7em;
}

.btn.btn_presetDateRange {
  color: #555;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #555;
  border-radius: 0.2em;
  padding: 0.3em 0.6em;
  margin: 0.5em 0.2em;
  font-size: medium;
}

.btn.btn_presetDateRange:hover {
  background-color: #eee;
}

.btn_square {
  cursor: pointer;
  margin: 0 0.2em;
  display: inline-block;
  padding: 0.3em 0.3em;
  border-radius: 0.2em;
  background-color: #093;
  -webkit-box-shadow: 0 0 3px #444;
          box-shadow: 0 0 3px #444;
  color: #fff;
}

.btn_square.btn_x-small {
  font-size: x-small;
}

.btn_square.btn_small {
  font-size: small;
}

.btn_square.btn_medium {
  font-size: medium;
}

.btn_square.btn_large {
  font-size: large;
}

.btn_square.btn_x-large {
  font-size: x-large;
}

.btn_square.btn_xx-large {
  font-size: xx-large;
}

.btn_square.btn_success {
  background-color: #093;
}

.btn_square.btn_execute {
  background-color: #f30;
}

.btn_square.btn_alert {
  background-color: #f93;
}

.btn_square.btn_secondary {
  background-color: #888;
}

.btn_square.btn_cancel {
  background-color: #555;
}

.btn_square.btn_delete {
  background-color: #c22;
}

span.lesson_status_tip {
  line-height: 1;
  padding: 0 0.3em;
  border-radius: 1em;
  font-size: x-small;
  background: #EEE;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

span.lesson_status_tip.lesson_status {
  color: #ddd !important;
}

span.lesson_status_tip.lesson_status1 {
  background-color: #ddd !important;
  color: #aaa !important;
}

span.lesson_status_tip.lesson_status2 {
  background-color: #ff7b00 !important;
  color: #fff !important;
}

span.lesson_status_tip.lesson_status3, span.lesson_status_tip.lesson_status8 {
  background-color: #181341 !important;
  color: #fff !important;
}

span.lesson_status_tip.lesson_status4 {
  background-color: #606681 !important;
  color: #fff !important;
}

span.lesson_status_tip.lesson_status5 {
  background-color: #8120ff !important;
  color: #fff !important;
}

span.lesson_status_tip.lesson_status6 {
  background-color: #a15046 !important;
  color: #fff !important;
}

span.lesson_status_tip.lesson_status7 {
  background-color: #58a146 !important;
  color: #fff !important;
}

span.lesson_status_tip.lesson_status9 {
  background-color: #4400ff !important;
  color: #fff !important;
}

span.lesson_status_tip.lesson_status99 {
  background-color: #838383 !important;
  color: #111 !important;
}

.paginatorBox {
  margin: 1rem 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.numbers a {
  display: inline-block;
  padding: 0.1em 0.4em;
}

.numbers .current {
  font-weight: bold;
}

.prevNextBox span {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 0.3em;
  font-size: small;
}

.prevNextBox span.disable {
  color: #ccc;
  padding: 0.1em 0.8em;
}

.prevNextBox a {
  padding: 0.1em 0.8em;
  display: block;
}

.prevNextBox .enable {
  color: #21767b;
}

span.btn_edit_lesson {
  display: inline-block;
  color: #777;
}

span.btn_edit_lesson:hover {
  color: #333;
}

/* ページネーションボタン -------------------------------------------------- */
.numbers span.current {
  display: inline-block;
  padding: 0.4em 0.8em;
  font-weight: bold;
}

.numbers a {
  display: inline-block;
  padding: 0.4em 0.8em;
  margin: 0 0.5em;
  line-height: 1;
  color: #333;
  background: #eee;
  border-radius: 0.3em;
}

.numbers a:hover {
  background: #ccc;
}

span.lbl_lesson_type {
  display: inline-block;
  line-height: 1;
  border: 1px solid #aaa;
  font-size: x-small;
  padding: 1px 1px;
  letter-spacing: 0;
  vertical-align: middle;
}

span.lbl_teacherName {
  display: inline-block;
  line-height: 1;
  font-size: small;
  padding: 0.2em 0.2em;
  background: #eee;
  letter-spacing: -0.1em;
}

span.lbl_studentName {
  display: inline-block;
  font-size: medium;
}

span.lbl_school,
span.lbl_gender,
span.lbl_student_status,
span.lbl_course,
span.lbl_grade {
  line-height: 1;
  display: inline-block;
  font-size: small;
  margin: 0 0.1rem;
  padding: 0.2em 0.4em;
  border: 1px solid #999;
  background: #fff;
}

span.lbl_as_month {
  line-height: 1;
  display: inline-block;
  font-size: xx-small;
  margin: 0 0.1rem;
  padding: 0.2em 0.4em;
  border: 1px solid #999;
  background: #fff;
}

span.lbl_teacher_power {
  line-height: 1;
  display: inline-block;
  font-size: x-small;
  margin: 0 0.2rem;
  padding: 0.1em 0.4em;
  border: 1px solid #999;
}

span.lbl_resumeitem {
  line-height: 1;
  display: inline-block;
  font-size: small;
  margin: 0 0.2rem;
  padding: 0.2em 0.4em;
  border: 1px solid #999;
}

span.lbl_sub {
  line-height: 1;
  display: inline-block;
  font-size: x-small;
  margin: 0 0.1rem;
  padding: 0.2em 0.2em;
  border: 1px solid #999;
}

span.lbl_student_status {
  border: none;
}

span.lbl_student_status.status1 {
  background-color: #f7e0b5 !important;
}

span.lbl_student_status.status2 {
  background-color: #9fafdb !important;
  color: #fff;
}

span.lbl_student_status.status3 {
  background-color: #f00 !important;
  color: #fff;
}

.lbl_fileInfo {
  line-height: 1;
  display: inline-block;
  font-size: x-small;
  margin: 0 0.2rem;
  padding: 0.2em 0.4em;
  border: 1px solid #999;
  background: #fff;
}

span.lessonCurrentStatus {
  display: inline-block;
  width: 5em;
  text-align: center;
  font-size: small;
}

span.lessonCurrentStatus.lesson_status {
  color: #ddd !important;
}

span.lessonCurrentStatus.lesson_status1 {
  background-color: #ddd !important;
  color: #aaa !important;
}

span.lessonCurrentStatus.lesson_status2 {
  background-color: #ff7b00 !important;
  color: #fff !important;
}

span.lessonCurrentStatus.lesson_status3, span.lessonCurrentStatus.lesson_status8 {
  background-color: #181341 !important;
  color: #fff !important;
}

span.lessonCurrentStatus.lesson_status4 {
  background-color: #606681 !important;
  color: #fff !important;
}

span.lessonCurrentStatus.lesson_status5 {
  background-color: #8120ff !important;
  color: #fff !important;
}

span.lessonCurrentStatus.lesson_status6 {
  background-color: #a15046 !important;
  color: #fff !important;
}

span.lessonCurrentStatus.lesson_status7 {
  background-color: #58a146 !important;
  color: #fff !important;
}

span.lessonCurrentStatus.lesson_status9 {
  background-color: #4400ff !important;
  color: #fff !important;
}

span.lessonCurrentStatus.lesson_status99 {
  background-color: #838383 !important;
  color: #111 !important;
}

.students_teachers {
  font-size: small;
}

.student_attr_x_small {
  font-size: x-small;
  width: 3.5em;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.student_attr_x_small span.lbl_school,
.student_attr_x_small span.lbl_gender,
.student_attr_x_small span.lbl_student_status,
.student_attr_x_small span.lbl_course,
.student_attr_x_small span.lbl_grade {
  font-size: x-small;
}

form.inline_block_form {
  display: inline-block;
}

div.error-message {
  color: #e00;
  font-size: small;
}

div.formError {
  background: #e00;
  font-size: small;
  color: #FFF;
  text-align: center;
  display: none;
}

.inputName {
  display: inline-block;
  width: 10em;
  margin-right: 0.5em;
}

.inputName:last-child {
  margin-right: 0;
}

.inputZip {
  display: inline-block;
  width: 7em;
}

.inputPref {
  display: inline-block;
  width: 12em;
}

.inputAddress {
  display: inline-block;
  width: 32em;
}

input.inputDateRange {
  width: 8.5em;
  text-align: center;
  display: inline-block;
  margin-bottom: 0.2rem;
}

span.inputDateDisp {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  text-align: center;
  width: 12em;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-size: 1rem;
  color: #0a0a0a;
}

.selectYearWareki {
  display: inline-block;
  width: 13em;
  margin-right: 0.2em;
  text-align: center;
}

.selectMonth,
.selectDay {
  display: inline-block;
  width: 5em;
  margin-right: 0.2em;
  text-align: center;
}

select.select_inline {
  display: inline-block;
  width: inherit;
  margin: 0 0.2em;
}

select.select_inline.select_next_status_id {
  padding: 0.2em 1.5em 0.2em 0.2em;
  font-size: small;
  width: 6em;
}

input.input_inline {
  display: inline-block;
  width: inherit;
  margin: 0 0.2em;
}

input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
  font-weight: bold;
}

textarea#LessonRemarks {
  font-size: small;
  height: 6em;
}

span.btn_timerangeTemplate {
  width: 99%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 0.2em 0.2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.3em 0;
}

span.btn_timerangeTemplate:hover {
  background: #FDD;
}

span.tplLabel {
  font-size: small;
  border: 1px solid #999;
}

span.tplValueBox {
  display: inline-block;
  font-size: x-small;
  line-height: 1;
}

span.tplValue {
  font-size: small;
  line-height: 1;
  letter-spacing: -0.05em;
}

span.tplRemarks {
  display: block;
  text-align: right;
  font-size: x-small;
  line-height: 1;
}

.selectTimeBox {
  display: inline-block;
}

.selectTimeRange {
  width: 6em;
  text-align: center;
}

.inputTargetDate {
  text-align: center;
  width: 10em;
}

span.user_age {
  font-size: small;
}

span.enroll_date {
  color: #888;
  font-size: small;
}

div.lastLogin {
  text-align: right;
  color: #888;
  font-size: x-small;
}

table.userList h4 {
  font-size: small;
  margin: 0;
}

table.userList th {
  background-color: #ddd;
  border: 1px solid #fff;
  color: #333;
  font-size: small;
  padding: 0.3em 0;
  text-align: center;
}

table.userList td {
  border: 1px solid #ddd;
  padding: 0.4em 0.8em;
}

table.userList td.user_id {
  text-align: right;
  font-size: small;
  position: relative;
  width: 5em;
}

table.userList td.user_id span.user_id {
  position: absolute;
  color: #aaa;
  font-size: x-small;
  top: 0;
  right: 0;
}

table.userList td.user_name div.user_dispname {
  font-size: small;
  color: #aaa;
}

table.userList td.user_data {
  width: 20em;
}

table.userList td.user_power {
  width: 40%;
}

table.userList td.studentLessonPattern {
  width: 18em;
}

table.userList td.user_action {
  width: 12rem;
}

table.userList td.will_add_lessons {
  width: 22em;
}

table.userList td div.teacher_powers_box {
  font-size: small;
  line-height: 1.2;
}

table.userList ul.student_lesson_patterns {
  font-size: small;
}

table.userList ul.student_lesson_patterns li {
  line-height: 1.2;
}

table.lessonList tr:hover td:not(.no_result_expand) {
  background-color: #eee;
}

table.lessonList th {
  background-color: #ddd;
  border: 1px solid #fff;
  color: #333;
  font-size: small;
  padding: 0.3em 0;
  text-align: center;
}

table.lessonList td {
  border: 1px solid #ddd;
  padding: 0.2em 0.6em;
}

table.lessonList td.lessonDate {
  font-size: small;
  width: 9em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  text-align: center;
}

table.lessonList td.lessonTime {
  font-size: small;
  width: 8em;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

table.lessonList td.studentInfo {
  width: 12rem;
}

table.lessonList td.studentInfo div.studentInfoName {
  font-size: small;
}

table.lessonList td.lessonInfo {
  width: 16rem;
}

table.lessonList td .lessonSubject {
  font-size: small;
}

table.lessonList td.lessonActionChangeStatus {
  width: 14em;
}

table.lessonList td .lessonTeachers {
  font-size: small;
  text-align: right;
}

table.lessonList td .remarks {
  font-size: small;
}

table.lessonList td.user_id {
  text-align: right;
  font-size: small;
  position: relative;
  width: 5em;
}

table.lessonList td.user_id span.user_id {
  position: absolute;
  color: #aaa;
  font-size: x-small;
  top: 0;
  right: 0;
}

table.lessonList td.user_name div.user_dispname {
  font-size: small;
  color: #aaa;
}

table.lessonList td.user_power {
  width: 40%;
}

td.no_result_expand {
  color: #aaa;
  padding: 8em 0 !important;
  overflow: unset;
  text-align: center;
}

.lesson_patterns_box {
  font-size: small;
  margin-left: 0.5em;
  padding: 0.5em;
  border: 2px solid #ddd;
}

h5.will_be_add_lessons_header {
  font-size: small;
  font-weight: bold;
  margin: 0;
}

ul.will_be_add_lessons {
  font-size: small;
}

ul.will_be_add_lessons li {
  margin: 0;
}

ul.registered_lessons {
  font-size: small;
}

ul.registered_lessons li {
  margin: 0;
}

span.lessonTimeRange {
  font-size: small;
}

table.searchFilterTable {
  width: 100%;
  border-collapse: collapse;
}

table.searchFilterTable th {
  font-size: small;
  font-weight: normal;
  background-color: #ddd;
  width: 5em;
  padding: 0.2em 0.4em;
  border: 1px solid #fff;
  margin-bottom: 1px;
}

table.searchFilterTable td {
  vertical-align: middle;
  font-size: small;
  font-weight: normal;
  background-color: #fff;
  padding: 0.2em 0.4em;
  border: 1px solid #ccc;
  border-bottom: 1px dotted #ccc;
}

table.searchFilterTable td:last-child {
  border-bottom-style: solid;
}

div.dateRangeBox {
  margin: 1em 0;
  background-color: #eee;
  padding: 1em 1em;
  font-size: small;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

pre {
  font-size: x-small;
  line-height: 1.2;
}

.cake-sql-log {
  font-size: x-small;
}

/* マージン用 */
.top5 {
  margin-top: 5px !important;
}

.bottom5 {
  margin-bottom: 5px !important;
}

.top10 {
  margin-top: 10px !important;
}

.bottom10 {
  margin-bottom: 10px !important;
}

.top15 {
  margin-top: 15px !important;
}

.bottom15 {
  margin-bottom: 15px !important;
}

.top20 {
  margin-top: 20px !important;
}

.bottom20 {
  margin-bottom: 20px !important;
}

.top25 {
  margin-top: 25px !important;
}

.bottom25 {
  margin-bottom: 25px !important;
}

.top30 {
  margin-top: 30px !important;
}

.bottom30 {
  margin-bottom: 30px !important;
}

.top35 {
  margin-top: 35px !important;
}

.bottom35 {
  margin-bottom: 35px !important;
}

.top40 {
  margin-top: 40px !important;
}

.bottom40 {
  margin-bottom: 40px !important;
}

.top45 {
  margin-top: 45px !important;
}

.bottom45 {
  margin-bottom: 45px !important;
}

.top50 {
  margin-top: 50px !important;
}

.bottom50 {
  margin-bottom: 50px !important;
}

.top55 {
  margin-top: 55px !important;
}

.bottom55 {
  margin-bottom: 55px !important;
}

.top60 {
  margin-top: 60px !important;
}

.bottom60 {
  margin-bottom: 60px !important;
}

.top65 {
  margin-top: 65px !important;
}

.bottom65 {
  margin-bottom: 65px !important;
}

.top70 {
  margin-top: 70px !important;
}

.bottom70 {
  margin-bottom: 70px !important;
}

.top75 {
  margin-top: 75px !important;
}

.bottom75 {
  margin-bottom: 75px !important;
}

.top80 {
  margin-top: 80px !important;
}

.bottom80 {
  margin-bottom: 80px !important;
}

.top85 {
  margin-top: 85px !important;
}

.bottom85 {
  margin-bottom: 85px !important;
}

.top90 {
  margin-top: 90px !important;
}

.bottom90 {
  margin-bottom: 90px !important;
}

.top95 {
  margin-top: 95px !important;
}

.bottom95 {
  margin-bottom: 95px !important;
}

.top100 {
  margin-top: 100px !important;
}

.bottom100 {
  margin-bottom: 100px !important;
}

.top105 {
  margin-top: 105px !important;
}

.bottom105 {
  margin-bottom: 105px !important;
}

.top110 {
  margin-top: 110px !important;
}

.bottom110 {
  margin-bottom: 110px !important;
}

.top115 {
  margin-top: 115px !important;
}

.bottom115 {
  margin-bottom: 115px !important;
}

.top120 {
  margin-top: 120px !important;
}

.bottom120 {
  margin-bottom: 120px !important;
}

.top125 {
  margin-top: 125px !important;
}

.bottom125 {
  margin-bottom: 125px !important;
}

.top130 {
  margin-top: 130px !important;
}

.bottom130 {
  margin-bottom: 130px !important;
}

.top135 {
  margin-top: 135px !important;
}

.bottom135 {
  margin-bottom: 135px !important;
}

.top140 {
  margin-top: 140px !important;
}

.bottom140 {
  margin-bottom: 140px !important;
}

.top145 {
  margin-top: 145px !important;
}

.bottom145 {
  margin-bottom: 145px !important;
}

.top150 {
  margin-top: 150px !important;
}

.bottom150 {
  margin-bottom: 150px !important;
}

.top155 {
  margin-top: 155px !important;
}

.bottom155 {
  margin-bottom: 155px !important;
}

.top160 {
  margin-top: 160px !important;
}

.bottom160 {
  margin-bottom: 160px !important;
}

.top165 {
  margin-top: 165px !important;
}

.bottom165 {
  margin-bottom: 165px !important;
}

.top170 {
  margin-top: 170px !important;
}

.bottom170 {
  margin-bottom: 170px !important;
}

.top175 {
  margin-top: 175px !important;
}

.bottom175 {
  margin-bottom: 175px !important;
}

.top180 {
  margin-top: 180px !important;
}

.bottom180 {
  margin-bottom: 180px !important;
}

.top185 {
  margin-top: 185px !important;
}

.bottom185 {
  margin-bottom: 185px !important;
}

.top190 {
  margin-top: 190px !important;
}

.bottom190 {
  margin-bottom: 190px !important;
}

.top195 {
  margin-top: 195px !important;
}

.bottom195 {
  margin-bottom: 195px !important;
}

.top200 {
  margin-top: 200px !important;
}

.bottom200 {
  margin-bottom: 200px !important;
}

.top205 {
  margin-top: 205px !important;
}

.bottom205 {
  margin-bottom: 205px !important;
}

.top210 {
  margin-top: 210px !important;
}

.bottom210 {
  margin-bottom: 210px !important;
}

.top215 {
  margin-top: 215px !important;
}

.bottom215 {
  margin-bottom: 215px !important;
}

.top220 {
  margin-top: 220px !important;
}

.bottom220 {
  margin-bottom: 220px !important;
}

.top225 {
  margin-top: 225px !important;
}

.bottom225 {
  margin-bottom: 225px !important;
}

.top230 {
  margin-top: 230px !important;
}

.bottom230 {
  margin-bottom: 230px !important;
}

.top235 {
  margin-top: 235px !important;
}

.bottom235 {
  margin-bottom: 235px !important;
}

.top240 {
  margin-top: 240px !important;
}

.bottom240 {
  margin-bottom: 240px !important;
}

.top245 {
  margin-top: 245px !important;
}

.bottom245 {
  margin-bottom: 245px !important;
}

.top250 {
  margin-top: 250px !important;
}

.bottom250 {
  margin-bottom: 250px !important;
}

.top255 {
  margin-top: 255px !important;
}

.bottom255 {
  margin-bottom: 255px !important;
}

.top260 {
  margin-top: 260px !important;
}

.bottom260 {
  margin-bottom: 260px !important;
}

.top265 {
  margin-top: 265px !important;
}

.bottom265 {
  margin-bottom: 265px !important;
}

.top270 {
  margin-top: 270px !important;
}

.bottom270 {
  margin-bottom: 270px !important;
}

.top275 {
  margin-top: 275px !important;
}

.bottom275 {
  margin-bottom: 275px !important;
}

.top280 {
  margin-top: 280px !important;
}

.bottom280 {
  margin-bottom: 280px !important;
}

.top285 {
  margin-top: 285px !important;
}

.bottom285 {
  margin-bottom: 285px !important;
}

.top290 {
  margin-top: 290px !important;
}

.bottom290 {
  margin-bottom: 290px !important;
}

.top295 {
  margin-top: 295px !important;
}

.bottom295 {
  margin-bottom: 295px !important;
}

.top300 {
  margin-top: 300px !important;
}

.bottom300 {
  margin-bottom: 300px !important;
}

span.dateUnit {
  font-size: smaller;
}

span.dateWeekdate {
  font-size: smaller;
}
/*# sourceMappingURL=default.css.map */