p.date {
  font-size: 14px;
  margin: 10px 0;
}

p.link_center {
  text-align: center;
}
p.link_center a {
  vertical-align: middle;
  background: #cc0000 url(/academy/img/icon_pdf.png) no-repeat 10px center;
  background-size: 20px 20px;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 15px 10px 35px;
  border-radius: 2px;
  display: inline-block;
}
p.link_center span {
  display: block;
  margin-top: 10px;
  color: #cc0000;
  font-size: 14px;
}

#timeTable form {
  background: #f1f1f1;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#timeTable form span {
  position: relative;
  display: inline-block;
}
#timeTable form span::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#timeTable form select {
  border: 1px solid #dddddd;
  padding: 5px 10px;
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  min-width: 240px;
}
#timeTable form p.link_pdf a {
  vertical-align: middle;
  background: #cc0000 url(/academy/img/icon_pdf.png) no-repeat 5px center;
  background-size: 20px 20px;
  font-size: 13px;
  color: #ffffff;
  padding: 5px 5px 5px 30px;
  border-radius: 2px;
}

.ac_unit {
  margin: 20px 0;
}
.ac_unit dl {
  margin-top: 1px;
}
.ac_unit dl dt {
  display: table;
  background: #CCE9F4;
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  position: relative;
}
.ac_unit dl dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #0066cc;
  border-right: 2px solid #0066cc;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ac_unit dl dt.open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 22px;
}
.ac_unit dl dt span,
.ac_unit dl dt p {
  display: table-cell;
  padding: 15px;
  font-size: 18px;
}
.ac_unit dl dt span {
  width: 80px;
  text-align: center;
  background: #088FC7;
  padding: 15px;
  color: #FFFFFF;
}
.ac_unit dl dt span.new {
  display: inline-block;
  background: transparent !important;
  color: #e60000;
  padding: 0 5px 0 0;
  width: auto;
}
.ac_unit dl dt p {
  padding: 15px 20px;
}
.ac_unit dl dd {
  background: #e0f2f7;
  padding: 22px 20px;
  display: none;
}
.ac_unit dl dd .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ac_unit dl dd table.info {
  width: 45%;
  border-top: 1px solid #98c8d7;
  border-left: 1px solid #98c8d7;
  border-right: 1px solid #98c8d7;
}
.ac_unit dl dd table.info th,
.ac_unit dl dd table.info td {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #98c8d7;
  vertical-align: middle;
  line-height: 1.4;
}
.ac_unit dl dd table.info th {
  background: #CCE9F4;
  text-align: center;
  white-space: nowrap;
  width: 68px;
}
.ac_unit dl dd table.info td {
  background: #FFF;
  text-align: left;
}
.ac_unit dl dd table.info td ul.indent li {
  font-size: 13px;
  text-align: left;
}
.ac_unit dl dd table.info td ul.indent li.red {
  color: #cc0000;
}
.ac_unit dl dd table.info td a {
  color: #0066cc;
}
.ac_unit dl dd table.info td a:hover {
  text-decoration: underline;
}
.ac_unit dl dd table.timetable {
  width: 52%;
}
.ac_unit dl dd table.timetable th,
.ac_unit dl dd table.timetable td {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #98c8d7;
  text-align: center;
  vertical-align: middle;
}
.ac_unit dl dd table.timetable th span.red,
.ac_unit dl dd table.timetable td span.red {
  color: #cc0000;
  font-size: 13px;
}
.ac_unit dl dd table.timetable thead th {
  background: #f1f1f1;
}
.ac_unit dl dd table.timetable tbody th {
  background: #CCE9F4;
}
.ac_unit dl dd table.timetable tbody th.level {
  background: #60cbec;
}
.ac_unit dl dd table.timetable tbody td {
  background: #FFFFFF;
}
.ac_unit dl dd table.timetable tbody td.close {
  background: #e1e1e1;
  color: #666;
}
.ac_unit.place {
  margin-top: 60px;
}
.ac_unit.place dl dt {
  background: #ece1d2;
}
.ac_unit.place dl dt span {
  background: #4c3718;
  color: #FFFFFF;
}
.ac_unit.place dl dt::after {
  border-top: 2px solid #4c3718;
  border-right: 2px solid #4c3718;
}
.ac_unit.place dl dd {
  background: #f9f1e7;
}
.ac_unit.place dl dd h5 {
  font-size: 22px;
  margin: 0 0 20px 10px;
  color: #4c3718;
  font-weight: normal;
}
.ac_unit.place dl dd h5 span {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
  color: #cc0000;
}
.ac_unit.place dl dd table.summary th,
.ac_unit.place dl dd table.summary td {
  padding: 0 0 8px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
}
.ac_unit.place dl dd .map_detail {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ac_unit.place dl dd .map_detail img {
  width: 440px;
  height: auto;
}
.ac_unit.place dl dd .map_detail iframe {
  border: 0;
  width: 440px;
}
.ac_unit.place dl dd .map_detail iframe.full {
  width: 100%;
}

section.notice {
  margin-top: 30px;
}
section.notice ul.indent {
  margin: 10px 0;
}
section.notice ul.indent li {
  margin-bottom: 5px;
}
section.notice p.txt {
  margin: 10px 0;
}

body.dance .ac_unit dl dt {
  background: #ffd3dc;
}
body.dance .ac_unit dl dt::after {
  border-top: 2px solid #f75d7d;
  border-right: 2px solid #f75d7d;
}
body.dance .ac_unit dl dt span {
  background: #ff859f;
}
body.dance .ac_unit dl dd {
  background: #fff1f4;
}
body.dance .ac_unit dl dd table.info {
  border-top: 1px solid #e8b0b2;
  border-left: 1px solid #e8b0b2;
  border-right: 1px solid #e8b0b2;
}
body.dance .ac_unit dl dd table.info th,
body.dance .ac_unit dl dd table.info td {
  border-bottom: 1px solid #e8b0b2;
}
body.dance .ac_unit dl dd table.info th {
  background: #ffd3dc;
}
body.dance .ac_unit dl dd table.timetable th,
body.dance .ac_unit dl dd table.timetable td {
  border: 1px solid #e8b0b2;
}
body.dance .ac_unit dl dd table.timetable tbody th {
  background: #ffd3dc;
}
body.dance .ac_unit dl dd table.timetable tbody th.level {
  background: #ff859f;
}
body.dance .ac_unit.place dl dt {
  background: #ece1d2;
}
body.dance .ac_unit.place dl dt span {
  background: #4c3718;
  color: #FFFFFF;
}
body.dance .ac_unit.place dl dt::after {
  border-top: 2px solid #4c3718;
  border-right: 2px solid #4c3718;
}
body.dance .ac_unit.place dl dd {
  background: #f9f1e7;
}
body.dance .ac_unit.place dl dd h5 {
  color: #4c3718;
}
body.dance .ac_unit.place dl dd h5 span {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
  color: #cc0000;
}
/*# sourceMappingURL=school.css.map */