@charset "utf-8";

/* ****************************************************************************************************
   * 共用
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower #visual {
  background-image: url(../../../_images/admission/_common/visual-bg.png);
}

/* ****************************************************************************************************
   * 入試情報：アドミッションポリシー・入試概要
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ページナビ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.page-schedule #page-nav + * {
  margin-top: 40px !important;
}

body.page-schedule #page-nav table {
  border-spacing: 5px;
  font-size: 14px;
  table-layout: fixed;
}

body.page-schedule #page-nav table td {
  border: 1px solid #bdb9cd;
  text-align: center;
}

body.page-schedule #page-nav table td:empty {
  visibility: hidden;
}

body.page-schedule #page-nav table td:hover,
body.page-schedule #page-nav table td.current {
  border: 1px solid #9e77ba;
  background: #9e77ba;
}

body.page-schedule #page-nav table td a {
  padding: 10px 5px;
  color: inherit;
  display: block;
  text-decoration: none;
}

body.page-schedule #page-nav table td:hover a,
body.page-schedule #page-nav table td.current a {
  color: #fff;
}

/* ----------------------------------------------------------------------------------------------------
   * キャリアデザイン学科
/* ------------------------------------------------------------------------------------------------- */

body.page-career-design #page-nav table td:hover,
body.page-career-design #page-nav table td.current {
  border: 1px solid #1aa083;
  background: #1aa083;
}

/* ----------------------------------------------------------------------------------------------------
   * キャリアデザイン学科
/* ------------------------------------------------------------------------------------------------- */

body.page-community-children #page-nav table td:hover,
body.page-community-children #page-nav table td.current {
  border: 1px solid #f39d00;
  background: #f39d00;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * キャリアデザイン学科
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.page-career-design .title-1 {
  background-image: url(../../../_images/admission/exam/schedule/career-design/_common/title-1.png);
}

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

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

body.page-career-design .title-1 {
  border-top: 1px solid #059b82;
}

}

body.page-career-design .title-2 {
  background-image:
    url(../../../_images/admission/exam/schedule/career-design/_common/title-2-1.png),
    url(../../../_images/admission/exam/schedule/career-design/_common/title-2-2.png);
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コミュニティ子ども学科
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.page-community-children .title-1 {
  background-image: url(../../../_images/admission/exam/schedule/community-children/_common/title-1.png);
}

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

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

body.page-community-children .title-1 {
  border-top: 1px solid #f49d00;
}

}

body.page-community-children .title-2 {
  background-image:
    url(../../../_images/admission/exam/schedule/community-children/_common/title-2-1.png),
    url(../../../_images/admission/exam/schedule/community-children/_common/title-2-2.png);
}
