@charset "utf-8";

/* ****************************************************************************************************
   * 新島学園短期大学教育モットー
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 画像
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#idea div.image {
  width: 600px;
  margin: 0 auto;
}

#idea div.image img.sp {
  display: none;
}

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

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

#idea div.image img.pc {
  display: none;
}

#idea div.image img.sp {
  vertical-align: top;
  display: inline-block;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 教育モットーの出典
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#idea .shutten {
  text-align: center;
}

#idea .shutten .title {
  color: #9e77ba;
  font-size: 18px;
  font-weight: bold;
}

/* ****************************************************************************************************
   * キリスト教教育
**************************************************************************************************** */

/* 強調表示 */

#education .strong {
  color: #9e77ba;
}

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

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

/* ----------------------------------------------------------------------------------------------------
   * スケジュール
/* ------------------------------------------------------------------------------------------------- */

#education div.contents div.schedule {
  width: 360px;
  float: left;
}

#education div.contents div.schedule table.schedule {
  font-size: 14px;
}

#education div.contents div.schedule table.schedule th {
  text-align: left;
  white-space: nowrap;
}

#education div.contents div.schedule table.schedule td {
  text-align: center;
}

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

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

#education div.contents div.schedule {
  width: 100%;
  float: none;
}

#education div.contents div.schedule table.schedule td {
  text-align: left;
}

}

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

#education div.contents div.photo {
  width: 350px;
  float: right;
}

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

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

#education div.contents div.photo {
  width: 100%;
  float: none;
  text-align: center;
}

}
