@charset "utf-8";

/* ****************************************************************************************************
   * 教員からのアドバイス
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#staff .contents:after {
  content: ".";
  display: block;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

/* ----------------------------------------------------------------------------------------------------
   * 写真
/* ------------------------------------------------------------------------------------------------- */

#staff .contents div.image {
  width: 300px;
  float: left;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

#staff .contents div.image {
  width: 100%;
  margin-bottom: 20px;
  float: none;
  text-align: center;
}

#staff .contents div.image img {
  width: 200px;
  height: auto;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#staff .contents div.content {
  width: 400px;
  float: right;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

#staff .contents div.content {
  width: 100%;
  float: none;
}

}

/* * 所属／氏名
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#staff .contents div.content div.profile {
  padding-left: 10px;
  border-left: 4px solid #9e77ba;
}

/* 所属 */

#staff .contents div.content div.profile .department {}

/* 氏名 */

#staff .contents div.content div.profile .name {
  margin-top: 0;
  font-size: 17px;
  font-weight: bold;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

#staff .contents div.content div.profile {
  margin-bottom: 20px;
}

}

/* ****************************************************************************************************
   * 在学生たちからのアドバイス
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#student .contents:after {
  content: ".";
  display: block;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

/* ----------------------------------------------------------------------------------------------------
   * 写真
/* ------------------------------------------------------------------------------------------------- */

#student .contents div.image {
  width: 200px;
  float: left;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

#student .contents div.image {
  width: 100%;
  margin-bottom: 20px;
  float: none;
  text-align: center;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#student .contents div.content {
  width: 510px;
  float: right;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

#student .contents div.content {
  width: 100%;
  float: none;
}

}

/* * 所属／氏名
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#student .contents div.content div.profile {
  padding-left: 10px;
  border-left: 4px solid #9e77ba;
}

/* 所属 */

#student .contents div.content div.profile .department {}

/* 氏名 */

#student .contents div.content div.profile .name {
  margin-top: 0;
  font-size: 17px;
  font-weight: bold;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

#student .contents div.content div.profile {
  margin-bottom: 20px;
}

}
