/*
 * lecturer
 */
.lecturer {
  margin-top: 10px;
  text-align: center;
}

.lecturer-photo {
  margin: 0 auto 0 auto;
  width: 100px;
  text-align: center;
}

.lecturer-photo img {
  width: 100%;
  height: auto;
}

.lecturer-name {
  margin-top: 10px;
  padding: 0 10px;
//  font-size: 0.9em;
  line-height: 1.4em;
}

.lecturer-name-org {
  margin-bottom: 2px;
  font-size: 0.8em;
  line-height: 1.4em;
}

/*
 * lecture
 */
.lecture-section {
  margin-top: var(--main-margin-height);
  width: 100%;
  line-height: 1.4em;
  text-align: left;
}

.lecture-section-lecture-name {
  text-align: center;
}

.lecture-section-lecture-name .content {
  display: inline-block;
  padding: 0.4em 1em 0.3em 1em;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 0.8em;
  color: #171a1f;
  border: solid 1px #171a1f;
  border-radius: 0.7em;
  background-color: #f8f5a7;
}

.lecture-section-title {
  text-align: center;
  font-size: 1em;
  margin-top: 0.5em;
}

.lecture-section-subtitle {
  text-align: center;
  font-size: 0.9em;
  margin-top: 0;
}

.lecture-section-text {
  margin-top: 0.5em;
}

/*
 * bunkakai
 */
.bunkakai-section {
  margin-top: var(--main-margin-height);
  width: 100%;
  line-height: 1.4em;
  text-align: left;
}

.bunkakai-section-org {
  text-align: center;
}

.bunkakai-section-org .content {
  display: inline-block;
  padding: 0.4em 1em 0.3em 1em;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1em;
  color: #171a1f;
  border: solid 1px #171a1f;
  border-radius: 0.2em;
  background-color: var(--site-white-color);
}

.bunkakai-section-title {
  text-align: center;
  font-size: 1em;
  margin-top: 0.7em;
}

.bunkakai-section-subtitle {
  text-align: center;
  font-size: 0.9em;
  margin-top: 0;
}

.bunkakai-section-text {
  margin-top: 0.5em;
}

/*
 * etc
 */
.gaiyou {
  margin-top: 10px;
  font-size: 0.95em;
}

.gaiyou small {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 0.8em;
  line-height: 1.4em;
}

.gaiyou ul li h1 {
  font-weight: 500;
}

.gaiyou .junbichu {
  margin: 2em 0 2em 1em;
}

.profile {
  margin-top: 10px;
  font-size: 0.9em;
}

.profile-title {
  font-weight: normal;
  margin-bottom: 0.2em;
}

.profile table tr th,
.profile table tr td {
  border: none;
  vertical-align: top;
  padding: 0.2em 0.5em;
}

.profile table tr th {
  background-color: transparent;
  font-weight: normal;
  width: 5em;
}

.site-link {
  margin-top: 10px;
  margin-left: 0.5em;
  font-size: 0.9em;
}

/*
 * jirei
 */
#jirei-lead.lecture-section {
  text-align: center;
}

#jirei-lead.lecture-section span {
  display: inline-block;
}

@media screen and (min-width: 480px), print{

.lecturer {
  margin-top: 0;
  margin-left: 10px;
  float: right;
  width: 120px;
}

.lecturer-photo {
  width: 100%;
  text-align: center;
}

.lecturer-name {
  padding: 0;
  width: 100%;
}

.gaiyou,
.profile {
  width: calc(100% - 130px);
}
}

@media screen and (min-width: 960px), print{

.lecturer {
  margin-left: 30px;
  width: 160px;
}

.gaiyou,
.profile {
  width: calc(100% - 190px);
}
}

