<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body header {
  height: 30px;
}
body #info .mainarea h2,
body #info main h2 {
  padding: 8px 0 8px 15px;
  font-size: 14px;
  color: #9a9a9a;
}
body #info .mainarea ul,
body #info main ul {
  border-top: 1px solid #ddd;
  box-shadow: 0 0 1px rgba(78, 78, 78, 0.1);
}
body #info .mainarea ul li,
body #info main ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 15px 35px 15px 15px;
  cursor: pointer;
}
body #info .mainarea ul li.hierarchy,
body #info main ul li.hierarchy {
  position: relative;
}
body #info .mainarea ul li.hierarchy:after,
body #info main ul li.hierarchy:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
body #info .mainarea ul li.hierarchy span.select_item,
body #info main ul li.hierarchy span.select_item {
  color: #aaa;
}
body #info .mainarea ul li.setting_tab,
body #info main ul li.setting_tab {
  position: relative;
  cursor: default;
}
body #info .mainarea ul li.setting_tab ul,
body #info main ul li.setting_tab ul {
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body #info .mainarea ul li.setting_tab ul li,
body #info main ul li.setting_tab ul li {
  padding: 5px 10px;
  border: none;
  font-size: 14px;
  color: #aaa;
}
body #info .mainarea ul li.setting_tab ul li:after,
body #info main ul li.setting_tab ul li:after {
  display: none;
}
body #info .mainarea ul li.setting_tab ul li.on,
body #info main ul li.setting_tab ul li.on {
  background-color: #ffb7b7;
  color: #fff;
}
body #info .mainarea ul li.setting_tab ul li:first-child,
body #info main ul li.setting_tab ul li:first-child {
  border-radius: 4px 0 0 4px;
}
body #info .mainarea ul li.setting_tab ul li:last-child,
body #info main ul li.setting_tab ul li:last-child {
  border-radius: 0 4px 4px 0;
}
body #info .mainarea .chklist li,
body #info main .chklist li {
  padding: 0;
}
body #info .mainarea .chklist li input[type="radio"],
body #info main .chklist li input[type="radio"] {
  display: none;
}
body #info .mainarea .chklist li label.chkstyle,
body #info main .chklist li label.chkstyle {
  width: 100%;
  padding: 15px 35px 15px 15px;
  cursor: pointer;
}
body #info .mainarea .chklist li input[type="radio"]:checked + label.chkstyle,
body #info main .chklist li input[type="radio"]:checked + label.chkstyle {
  position: relative;
}
body #info .mainarea .chklist li input[type="radio"]:checked + label.chkstyle:after,
body #info main .chklist li input[type="radio"]:checked + label.chkstyle:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 10px;
  border-bottom: 3px solid #0EC3FF;
  border-right: 3px solid #0EC3FF;
  -webkit-transform: translateY(-50%) rotate(40deg);
  transform: translateY(-50%) rotate(40deg);
}

#menu-list::-webkit-scrollbar {
  display: none;
}

main#info_list {
  margin: 0;
  padding: 0;
}
main#info_list #menu-wrap {
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 55px;
  border-bottom: 1px solid #ddd;
  z-index: 999;
  overflow-y: hidden;
  overflow-x: auto;
  transform: translate3d(0, 0, 0);
}
main#info_list #menu-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 65px;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0;
}
main#info_list #menu-list li {
  display: inline-block;
  padding: 0;
  width: auto;
  border-right: 1px solid #ccc;
  text-align: center;
  padding: 35px 25px 5px;
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: center 3px;
  font-size: 10px;
  flex: 1;
  color: #666666;
}
main#info_list #menu-list li:last-child {
  border-right: none;
}
main#info_list #menu-list #all {
  background-image: url("../img/all.png");
}
main#info_list #menu-list #various {
  background-image: url("../img/various.png");
}
main#info_list #menu-list #classes {
  background-image: url("../img/classes.png");
}
main#info_list #menu-list #student_call {
  background-image: url("../img/student_call.png");
  position: relative;
}
main#info_list #menu-list #student_call em {
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;
  padding: 2px 0 0 1px;
  position: absolute;
  top: 5px;
  right: 10px;
  box-shadow: 1px 2px 2px #ccc;
}
main#info_list #detail-wrap {
  padding: 60px 10px 20px;
}
main#info_list #detail-wrap .day {
  text-align: center;
  color: #666;
  font-size: 13px;
  margin-top: 15px;
  overflow: hidden;
}
main#info_list #detail-wrap .day span:after,
main#info_list #detail-wrap .day span:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 99em;
}
main#info_list #detail-wrap .day span:before {
  right: 100%;
}
main#info_list #detail-wrap .day span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
}
main#info_list #detail-wrap .day span:after {
  left: 100%;
}
main#info_list #detail-wrap #detail {
  display: flex;
  margin: 10px 0;
}
main#info_list #detail-wrap #detail .c_from,
main#info_list #detail-wrap #detail .i_from,
main#info_list #detail-wrap #detail .s_from {
  position: relative;
}
main#info_list #detail-wrap #detail .c_from span,
main#info_list #detail-wrap #detail .c_from time,
main#info_list #detail-wrap #detail .i_from span,
main#info_list #detail-wrap #detail .i_from time,
main#info_list #detail-wrap #detail .s_from span,
main#info_list #detail-wrap #detail .s_from time {
  display: block;
}
main#info_list #detail-wrap #detail .c_from span,
main#info_list #detail-wrap #detail .i_from span,
main#info_list #detail-wrap #detail .s_from span {
  padding-top: 40px;
}
main#info_list #detail-wrap #detail .c_from time,
main#info_list #detail-wrap #detail .i_from time,
main#info_list #detail-wrap #detail .s_from time {
  padding-top: 3px;
}
main#info_list #detail-wrap #detail .c_from:before,
main#info_list #detail-wrap #detail .i_from:before,
main#info_list #detail-wrap #detail .s_from:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
main#info_list #detail-wrap #detail .i_from:before {
  background-image: url("../img/various.png");
  background-color: #FFE599;
}
main#info_list #detail-wrap #detail .c_from:before {
  background-image: url("../img/classes.png");
  transform: scale(-1, 1);
  background-color: #FFBCB7;
}
main#info_list #detail-wrap #detail .s_from:before {
  background-image: url("../img/student_call.png");
  /* ↑この色適当に決めてます */
  background-color: #C7EDFC;
}
main#info_list #detail-wrap #detail .c_from,
main#info_list #detail-wrap #detail .i_from,
main#info_list #detail-wrap #detail .s_from {
  color: #BABABA;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
}
main#info_list #detail-wrap #detail .text:after,
main#info_list #detail-wrap #detail .text:before {
  content: "";
  display: block;
  top: 10px;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
}
main#info_list #detail-wrap #detail .text:before {
  border-right-color: #fff;
  border-left-width: 0;
  left: -9px;
  z-index: 1;
}
main#info_list #detail-wrap #detail .text {
  position: relative;
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: #cccc 1px 1px 1px;
  margin-left: 10px;
}
main#info_list #detail-wrap #detail .text .bkmk_icon {
  cursor: pointer;
}
main#info_list #detail-wrap #detail .text .fav,
main#info_list #detail-wrap #detail .text .un_fav {
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto 30px;
  top: -6px;
  right: 3px;
  width: 30px;
  height: 30px;
}
main#info_list #detail-wrap #detail .text .un_fav {
  background-image: url("../img/un_fav.png");
}
main#info_list #detail-wrap #detail .text .fav {
  background-image: url("../img/fav.png");
}
main#info_list #detail-wrap #detail .text a {
  line-height: 1.5;
}
main#info_list #detail-wrap #detail .text a .sentence {
  display: inline-block;
  padding-right: 20px;
  text-align: justify;
}
main#info_list #detail-wrap #detail .text a .img {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 45%;
}
main#info_list #detail-wrap #detail .text a .img img {
  margin-top: 5px;
  border-radius: 5px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main#info_list #detail-wrap #detail .text:after {
  border-right-color: #ccc;
  border-left-width: 0;
  left: -11px;
}

#jugyoinfo_contents,
main#jugyoinfo {
  padding: 10px 10px 60px;
  position: relative;
  text-align: center;
  overflow-y: auto;
}
#jugyoinfo_contents h1,
main#jugyoinfo h1 {
  text-align: center;
  font-size: 12px;
  background-color: #EEEEEE;
  padding: 7px 10px;
  border-radius: 50px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
}
#jugyoinfo_contents article,
main#jugyoinfo article {
  text-align: left;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
#jugyoinfo_contents article dl dt:before,
main#jugyoinfo article dl dt:before {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center 4px;
  padding-top: 22px;
  box-sizing: border-box;
  color: #fff;
  float: left;
}
#jugyoinfo_contents article dl dt,
main#jugyoinfo article dl dt {
  padding: 10px 40px 10px 10px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 140%;
  align-items: center;
  display: flex;
  overflow: hidden;
}
#jugyoinfo_contents article dl dt a,
main#jugyoinfo article dl dt a {
  display: inline-block;
  width: 80%;
  float: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 130%;
}
#jugyoinfo_contents article dl dt span,
main#jugyoinfo article dl dt span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0%, -50%);
}
#jugyoinfo_contents article dl dt span a,
main#jugyoinfo article dl dt span a {
  text-indent: -9999px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px auto;
  width: 25px;
  height: 25px;
}
#jugyoinfo_contents article dl dt span a:first-child,
main#jugyoinfo article dl dt span a:first-child {
  margin-right: 8px;
}
#jugyoinfo_contents article dl dt span a:last-child,
main#jugyoinfo article dl dt span a:last-child {
  margin-right: 0;
}
#jugyoinfo_contents article dl dt span .schedule,
main#jugyoinfo article dl dt span .schedule {
  background-image: url("../img/schedule_add.png");
}
#jugyoinfo_contents article dl dt span .schedule_g,
main#jugyoinfo article dl dt span .schedule_g {
  background-image: url("../img/schedule_add_g.png");
}
#jugyoinfo_contents article dl dt span .memo,
main#jugyoinfo article dl dt span .memo {
  background-image: url("../img/memo_add.png");
}
#jugyoinfo_contents article dl dt span .memo_g,
main#jugyoinfo article dl dt span .memo_g {
  background-image: url("../img/memo_add_g.png");
  cursor: default;
  pointer-events: none;
}
#jugyoinfo_contents article dl dd,
main#jugyoinfo article dl dd {
  padding: 10px;
  font-size: 13px;
  line-height: 150%;
}
#jugyoinfo_contents article dl dd a,
main#jugyoinfo article dl dd a {
  position: relative;
  display: table;
  border-bottom: 1px dotted;
  padding: 0 0 0 15px;
}
#jugyoinfo_contents article dl dd a:after,
main#jugyoinfo article dl dd a:after {
  display: block;
  content: '';
  position: absolute;
  top: 5px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#jugyoinfo_contents article dl dd img,
main#jugyoinfo article dl dd img {
  border-radius: 5px;
  margin-top: 10px;
  width: 100%;
  margin-bottom: -2px;
}
#jugyoinfo_contents article dl dd .richhtml,
main#jugyoinfo article dl dd .richhtml {
  padding: 0;
  overflow: hidden;
}
#jugyoinfo_contents article dl dd .richhtml div,
main#jugyoinfo article dl dd .richhtml div {
  margin: 5px 0;
  padding: 0;
}
#jugyoinfo_contents article dl dd .richhtml div:first-child,
main#jugyoinfo article dl dd .richhtml div:first-child {
  margin-top: 0;
}
#jugyoinfo_contents article dl dd .richhtml h1,
main#jugyoinfo article dl dd .richhtml h1 {
  text-align: left;
  font-size: 18px;
  line-height: 1.2em;
  padding: 0;
  display: block;
  font-weight: bold;
  margin: 15px 0 10px;
  background-color: transparent;
}
#jugyoinfo_contents article dl dd .richhtml h1:first-child,
main#jugyoinfo article dl dd .richhtml h1:first-child {
  margin-top: 0;
}
#jugyoinfo_contents article dl dd .richhtml h2,
main#jugyoinfo article dl dd .richhtml h2 {
  border-radius: 5px;
  background-color: #fff;
  border-bottom: none;
  padding: 10px;
  margin: 15px 0 10px;
  font-weight: bold;
}
#jugyoinfo_contents article dl dd .richhtml h2:first-child,
main#jugyoinfo article dl dd .richhtml h2:first-child {
  margin-top: 0;
}
#jugyoinfo_contents article dl dd .richhtml h3,
main#jugyoinfo article dl dd .richhtml h3 {
  border-bottom: solid 1px #ccc;
  padding: 5px 10px;
  margin: 15px 0 10px;
  font-size: 14px;
  font-weight: bold;
}
#jugyoinfo_contents article dl dd .richhtml h3:first-child,
main#jugyoinfo article dl dd .richhtml h3:first-child {
  margin-top: 0;
}
#jugyoinfo_contents article dl dd .richhtml p,
main#jugyoinfo article dl dd .richhtml p {
  margin: 5px 0;
}
#jugyoinfo_contents article dl dd .richhtml p:first-child,
main#jugyoinfo article dl dd .richhtml p:first-child {
  margin-top: 0;
}
#jugyoinfo_contents article dl dd .richhtml p:last-child,
main#jugyoinfo article dl dd .richhtml p:last-child {
  margin: 0 !important;
}
#jugyoinfo_contents article dl dd .richhtml b,
main#jugyoinfo article dl dd .richhtml b {
  font-weight: bold;
}
#jugyoinfo_contents article dl dd .richhtml i,
main#jugyoinfo article dl dd .richhtml i {
  font-style: italic;
}
#jugyoinfo_contents article dl dd .richhtml blockquote,
main#jugyoinfo article dl dd .richhtml blockquote {
  margin-left: 30px !important;
}
#jugyoinfo_contents article dl dd .richhtml address,
main#jugyoinfo article dl dd .richhtml address {
  margin: 10px 0;
  border-radius: 5px;
  background-color: #eee;
  padding: 8px 25px;
  position: relative;
}
#jugyoinfo_contents article dl dd .richhtml address:before,
main#jugyoinfo article dl dd .richhtml address:before {
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 2.5em;
  content: '\201C';
  color: #bbb;
}
#jugyoinfo_contents article dl dd .richhtml address:after,
main#jugyoinfo article dl dd .richhtml address:after {
  position: absolute;
  bottom: -10px;
  right: 5px;
  font-size: 2.5em;
  content: '\201D';
  color: #bbb;
}
#jugyoinfo_contents article dl dd .richhtml hr,
main#jugyoinfo article dl dd .richhtml hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px #333 dotted;
  margin: 10px 0;
}
#jugyoinfo_contents article dl dd .richhtml a,
main#jugyoinfo article dl dd .richhtml a {
  color: #fff;
  padding: 10px 10px 8px !important;
  border-radius: 50px;
  border-bottom: solid 2px #fff;
  min-width: 100px;
  text-align: center;
  margin: 10px 0;
}
#jugyoinfo_contents article dl dd .richhtml a:after,
main#jugyoinfo article dl dd .richhtml a:after {
  display: none;
}
#jugyoinfo_contents article dl dd .fulltext,
main#jugyoinfo article dl dd .fulltext {
  display: none;
}
#jugyoinfo_contents article p.from,
main#jugyoinfo article p.from {
  font-size: 11px;
  color: #999;
  padding: 5px 10px;
}
#jugyoinfo_contents article .file_attached,
main#jugyoinfo article .file_attached {
  font-size: 12px;
  color: initial;
  font-weight: bold;
  background-color: #FAFAFA;
  display: block;
  padding: 10px 10px 10px 40px;
  border-bottom: 1px solid #d5d5d5;
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  line-height: 1.4;
}
#jugyoinfo_contents article .file_attached span,
main#jugyoinfo article .file_attached span {
  color: #999;
  display: block;
  font-weight: normal;
}
#jugyoinfo_contents article .file_attached:last-child,
main#jugyoinfo article .file_attached:last-child {
  border-bottom: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#jugyoinfo_contents article .ico_txt,
main#jugyoinfo article .ico_txt {
  background-image: url("../img/ico_file_txt.png");
}
#jugyoinfo_contents article .ico_pdf,
main#jugyoinfo article .ico_pdf {
  background-image: url("../img/ico_file_pdf.png");
}
#jugyoinfo_contents article .ico_img,
main#jugyoinfo article .ico_img {
  background-image: url("../img/ico_file_img.png");
}
#jugyoinfo_contents article .ico_excel,
main#jugyoinfo article .ico_excel {
  background-image: url("../img/ico_file_excel.png");
}
#jugyoinfo_contents article .ico_word,
main#jugyoinfo article .ico_word {
  background-image: url("../img/ico_file_word.png");
}
#jugyoinfo_contents article .ico_powerpoint,
main#jugyoinfo article .ico_powerpoint {
  background-image: url("../img/ico_file_powerpoint.png");
}
#jugyoinfo_contents article .ico_other,
main#jugyoinfo article .ico_other {
  background-image: url("../img/ico_file_other.png");
}
#jugyoinfo_contents article time,
main#jugyoinfo article time {
  font-size: 12px;
  background-color: #fff;
  display: block;
  padding: 8px 5px 7px 40px;
  border-bottom: 1px solid #d5d5d5;
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  line-height: 1.4;
  color: #999;
}
#jugyoinfo_contents article time:last-child,
main#jugyoinfo article time:last-child {
  border-bottom: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#jugyoinfo_contents article .event_title,
main#jugyoinfo article .event_title {
  color: initial;
  font-weight: bold;
}
#jugyoinfo_contents article .event_day,
main#jugyoinfo article .event_day {
  background-image: url("../img/schedule_add.png");
  cursor: pointer;
}
#jugyoinfo_contents article .event_day_g,
main#jugyoinfo article .event_day_g {
  background-image: url("../img/schedule_add_g.png");
  cursor: default;
  pointer-events: none;
}
#jugyoinfo_contents article .deadline_day,
main#jugyoinfo article .deadline_day {
  background-image: url("../img/time.png");
}
#jugyoinfo_contents article .survey_btn,
main#jugyoinfo article .survey_btn {
  text-align: center;
  padding: 5px 0;
}
#jugyoinfo_contents article .survey_btn a,
main#jugyoinfo article .survey_btn a {
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
  padding: 10px 20px;
  display: inline-block;
}
#jugyoinfo_contents article .survey p,
main#jugyoinfo article .survey p {
  color: #000000;
  font-size: 12px;
  border-bottom: none;
  padding: 0;
}
#jugyoinfo_contents article .survey ul,
main#jugyoinfo article .survey ul {
  border: none;
  box-shadow: none;
  margin: 10px 0;
}
#jugyoinfo_contents article .survey ul li,
main#jugyoinfo article .survey ul li {
  border-bottom: none;
  display: block;
  padding: 8px 7px 9px;
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 5px;
}
#jugyoinfo_contents article .survey ul li input,
main#jugyoinfo article .survey ul li input {
  display: none;
}
#jugyoinfo_contents article .survey ul li input[type="radio"]:checked + label,
main#jugyoinfo article .survey ul li input[type="radio"]:checked + label {
  color: #fff;
}
#jugyoinfo_contents article .survey ul li label,
main#jugyoinfo article .survey ul li label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 3px 20px 0;
  cursor: pointer;
}
#jugyoinfo_contents article .survey ul li label:after,
#jugyoinfo_contents article .survey ul li label:before,
main#jugyoinfo article .survey ul li label:after,
main#jugyoinfo article .survey ul li label:before {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#jugyoinfo_contents article .survey ul li input[type="radio"]:checked + label::before,
main#jugyoinfo article .survey ul li input[type="radio"]:checked + label::before {
  background: #fff;
  border: 1px solid #DDDDDD;
}
#jugyoinfo_contents article .survey ul li input[type="radio"]:checked + label::after,
main#jugyoinfo article .survey ul li input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#jugyoinfo_contents article .survey ul li label:before,
main#jugyoinfo article .survey ul li label:before {
  left: 1px;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  background: #fff;
  border: 1px solid #ccc;
}
#jugyoinfo_contents article .survey ul li label:after,
main#jugyoinfo article .survey ul li label:after {
  opacity: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  -webkit-transform: scale(2);
  transform: scale(2);
}
#jugyoinfo_contents article .survey ul li:last-child,
main#jugyoinfo article .survey ul li:last-child {
  margin-bottom: 0;
}
#jugyoinfo_contents article .survey .close label:before,
main#jugyoinfo article .survey .close label:before {
  background: #ddd;
}
#jugyoinfo_contents article .survey .center,
main#jugyoinfo article .survey .center {
  text-align: center;
}
#jugyoinfo_contents article .survey .center button,
main#jugyoinfo article .survey .center button {
  color: #fff;
  border-radius: 50px;
  padding: 5px 30px;
}
#jugyoinfo_contents article .survey .center dfn,
main#jugyoinfo article .survey .center dfn {
  color: #fff;
  background-color: #999;
  border-radius: 50px;
  padding: 5px 30px;
}
#jugyoinfo_contents article.cancel,
main#jugyoinfo article.cancel {
  background-color: #FFF1F5;
  border: solid 1px #faa4bc;
}
#jugyoinfo_contents article.cancel dt:before,
main#jugyoinfo article.cancel dt:before {
  content: "休講";
  background-image: url("../img/ico_cancel.png");
  background-color: #e97ea0;
}
#jugyoinfo_contents article.cancel dd,
#jugyoinfo_contents article.cancel dt,
main#jugyoinfo article.cancel dd,
main#jugyoinfo article.cancel dt {
  border-bottom: solid 1px #faa4bc;
}
#jugyoinfo_contents #choice_info_memo .color_cancel,
main#jugyoinfo #choice_info_memo .color_cancel {
  background-color: #e97ea0;
  color: #fff;
  border: solid 1px #c83060;
}
#jugyoinfo_contents article.supple,
main#jugyoinfo article.supple {
  background-color: #EDFBFF;
  border: solid 1px #77c2f2;
}
#jugyoinfo_contents article.supple dt:before,
main#jugyoinfo article.supple dt:before {
  content: "補講";
  background-image: url("../img/ico_supple.png");
  background-color: #77b0e8;
}
#jugyoinfo_contents article.supple dd,
#jugyoinfo_contents article.supple dt,
main#jugyoinfo article.supple dd,
main#jugyoinfo article.supple dt {
  border-bottom: solid 1px #77c2f2;
}
#jugyoinfo_contents #choice_info_memo .color_supple,
main#jugyoinfo #choice_info_memo .color_supple {
  background-color: #77b0e8;
  color: #fff;
  border: solid 1px #2e8be7;
}
#jugyoinfo_contents article.change,
main#jugyoinfo article.change {
  background-color: #fff5e4;
  border: solid 1px #f8be5a;
}
#jugyoinfo_contents article.change dt:before,
main#jugyoinfo article.change dt:before {
  content: "変更";
  background-image: url("../img/ico_change.png");
  background-color: #f8be5a;
}
#jugyoinfo_contents article.change dd,
#jugyoinfo_contents article.change dt,
main#jugyoinfo article.change dd,
main#jugyoinfo article.change dt {
  border-bottom: solid 1px #f8be5a;
}
#jugyoinfo_contents #choice_info_memo .color_change,
main#jugyoinfo #choice_info_memo .color_change {
  background-color: #f8be5a;
  color: #fff;
  border: solid 1px #f0a525;
}
#jugyoinfo_contents article.focus,
main#jugyoinfo article.focus {
  background-color: #EDFFE4;
  border: solid 1px #a2e982;
}
#jugyoinfo_contents article.focus dt:before,
main#jugyoinfo article.focus dt:before {
  content: "集中";
  background-image: url("../img/ico_syutyu.png");
  background-color: #83D65B;
}
#jugyoinfo_contents article.focus dd,
#jugyoinfo_contents article.focus dt,
main#jugyoinfo article.focus dd,
main#jugyoinfo article.focus dt {
  border-bottom: solid 1px #a2e982;
}
#jugyoinfo_contents #choice_info_memo .color_focus,
main#jugyoinfo #choice_info_memo .color_focus {
  background-color: #83d65b;
  color: #fff;
  border: solid 1px #4fc217;
}
#jugyoinfo_contents article.read,
main#jugyoinfo article.read {
  color: #555;
}
#jugyoinfo_contents article.read a,
main#jugyoinfo article.read a {
  color: #555;
}
#jugyoinfo_contents article.read .event_title,
main#jugyoinfo article.read .event_title {
  color: #555;
}
#jugyoinfo_contents #detail,
main#jugyoinfo #detail {
  display: none;
}
#jugyoinfo_contents #choice_info_memo .color_cancel.color_off,
#jugyoinfo_contents #choice_info_memo .color_change.color_off,
#jugyoinfo_contents #choice_info_memo .color_focus.color_off,
#jugyoinfo_contents #choice_info_memo .color_supple.color_off,
main#jugyoinfo #choice_info_memo .color_cancel.color_off,
main#jugyoinfo #choice_info_memo .color_change.color_off,
main#jugyoinfo #choice_info_memo .color_focus.color_off,
main#jugyoinfo #choice_info_memo .color_supple.color_off {
  color: #666;
}
</pre></body></html>