@charset "utf-8";

/* ****************************************************************************************************
   * 新島襄の教育理念
**************************************************************************************************** */

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

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

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

#idea div.contents div.photo {
  width: 230px;
  float: left;
}

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

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

#idea div.contents div.photo {
  width: 64.24%;
  margin: 0 auto 20px;
  float: none;
}

}

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

#idea div.contents div.content {
  width: 470px;
  float: right;
}

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

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

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

}

/* ****************************************************************************************************
   * 新島学園短大の歩み
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧 テーブル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#history table.history {
  border-collapse: collapse;
}

#history table.history tbody {
  border-top: 1px solid #bdb9cd;
  border-bottom: 1px solid #bdb9cd;
  background: #fff;
}

#history table.history tbody:nth-of-type(odd) {
  background: #f1f1f1;
}

#history table.history th {
  width: 11%;
  vertical-align: top;
}

#history table.history tr td:nth-of-type(1) {
  width: 8%;
  vertical-align: top;
  text-align: right;
}

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

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

#history table.history tbody {
  border: none;
  background: none;
}

#history table.history tbody:nth-of-type(odd) {
  background: none;
}

#history table.history tr {
  padding-bottom: 10px;
}

#history table.history tr ~ tr {
  padding-top: 10px;
  border-top: 1px dotted #bdb9cd;
}

#history table.history th {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #bdb9cd;
  border-bottom: 1px solid #bdb9cd;
  background: #f1f1f1;
}

#history table.history td {
  padding-top: 0;
  padding-bottom: 0;
}

#history table.history tr td:nth-of-type(1) {
  width: 100%;
  margin-bottom: 0.25em;
  text-align: left;
}

}

/* 強調表示 */

#history table.history .strong {
  color: #aebb5a;
}
