@charset "utf-8";
/* CSS Document */

#books {
	width: 100%;
	letter-spacing: -0.4em;
	border: 1px solid #CCCCCC;
}
#books div {
	display: inline-block;
	width: 42%;
	text-align: center;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 90%;
	line-height: 120%;
	margin-left: 3%;
	margin-right: 3%;
}
#books div img {
	height: 180px;
	width: auto;
	border: 1px solid #cccccc;
}
#books div span {
	display: inline-block;
}
.lecture_date {
  width: 100%;
  display: inline-block;
  margin-bottom: 2em;
}
.lecture_date dt {
  display: inline-block;
  width: 6em;
  border: 2px solid #cccccc;
  border-radius: 5px;
  background-color: #ebf6fc;
  text-align: center;
  padding: 0.2em 0.5em;
  margin-bottom: 2em;
}
.lecture_date dd {
  display: inline-block;
  width: calc(100% - 8em);
	vertical-align: top;
	margin-top: 0.4em;
}
.lecture_date dd span {
  display: inline-block;
}
.map_previewroom {
  display: inline-block;
  width: 23%;
  vertical-align: top;
}
.map_previewroom img {
  width: 100%;
  height: auto;
  border: 1px solid #CCCCCC;
}
.schedule {
  width: 100%;
}
.schedule dt {
  width: 8em;
  display: inline-block;
  vertical-align: top;
  color: #00739A;
  font-weight: 700;
}
.schedule dd {
  width: calc(100% - 10em);
  display: inline-block;
  vertical-align: top;
  border-left: 3px solid #00739A;
  padding-left: 0.5em;
  line-height: 150%;
  margin-bottom: 1em;
}
.resttime {
  font-weight: 700;
  text-align: left;
  margin-left: 9em;
  margin-bottom: 1em;
}
.btn_apl_seminar {
  width: 100%;
  height: 3em;
  border-radius: 50px;
  background-color: #00739A;
  color: #ffffff;
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  display: block;
  line-height: 300%;
	letter-spacing: normal;
}
.btn_apl_seminar:hover {
  background-color: #5B5B5B;
}
.btn_apl_seminar_small {
  width: 100%;
  height: 2em;
  border-radius: 50px;
  background-color: #00739A;
  color: #ffffff;
  text-align: center;
  font-size: 120%;
  font-weight: 700;
  display: block;
  line-height: 220%;
	letter-spacing: normal;
	margin-bottom: 2em;
}
.btn_apl_seminar_small:hover {
  background-color: #5B5B5B;
}
@media screen and (max-width:1024px) {
  .lecture_date dt {
    margin-bottom: 2em;
  }
  .lecture_date dd {
    vertical-align: top;
  }
  .map_previewroom {
    width: 100%;
  }
}
@media screen and (max-width:599px) {
}