@charset "utf-8";
/* **************************************************

CSS Information
File Name : enpit.css
Style Info: 学術情報センターenpitサイト 固有のスタイル指定
Date: 2017-11-09

************************************************** */
/* --------------------------------------------------
	共通ヘッダー
-------------------------------------------------- */
#globalHeader {
  padding: 10px 0;
}

#globalHeader .subHeader {
  margin: 5px 0 8px;
}

#globalHeader #siteID {
  padding: 0;
}

#globalHeader #siteID img {
  width: 346px;
  height: auto;
}

#headerSearch,
#btnTargetNavi {
  display: none !important;
}

#globalHeader .headerNavi {
  width: 650px !important;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 640px) {
  #globalHeader {
    position: relative;
    padding: 10px 0 0;
  }

  #globalHeader .subHeader {
    margin-bottom: 10px;
  }

  #globalHeader #siteID {
    max-width: 300px;
    margin: 0 auto;
    padding: 0 0 15px;
  }

  #globalHeader #headerSearch {
    width: 100%;
    margin-right: -80px;
  }

  #globalHeader #headerSearch form {
    width: auto;
    margin-right: 80px;
  }

  #globalHeader .headerNavi {
    width: 100% !important;
  }
}

/* --------------------------------------------------
	#gNavi - グローバルナビゲーション
-------------------------------------------------- */
#gNavi li {
  width: 255px !important;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #gNavi li {
    width: 50% !important;
  }
}

/* --------------------------------------------------
	共通フッター
-------------------------------------------------- */
#globalFooter .footerAddress dt img {
  width: 304px;
}

/* --------------------------------------------------
	サイドテキストバナー
-------------------------------------------------- */
.sideTextBanner li .block {
  font-size: 1.3rem !important;
  line-height: 1.3;
}

.sideTextBanner li .block .bannerTitle {
  padding-left: 8px;
}

.sideTextBanner li .block .bannerTitle span {
  padding-right: 0;
}

/* --------------------------------------------------
	スマートフォン用サイドメジャー ナビ
-------------------------------------------------- */
#sideMajorNavi {
  margin-top: 20px;
}

/* --------------------------------------------------
	汎用Class
-------------------------------------------------- */
.pcOnly {
  display: block !important;
}

.spOnly {
  display: none !important;
}

.section {
  padding: 20px 0;
}

.section:first-child {
  padding-top: 0;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 640px) {
  .pcOnly {
    display: none !important;
  }

  .spOnly {
    display: block !important;
  }

  .body .btn a {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* --------------------------------------------------
	.categoryListExt - カテゴリーリスト（全幅）
-------------------------------------------------- */
.categoryListExt li {
  width: 700px !important;
}

/* --------------------------------------------------
	トップページ
-------------------------------------------------- */
/*	メインビジュアル
-------------------------------------------------- */
#mainVisual {
  text-align: center;
}

#mainVisual .inner {
  width: 1020px;
}

/*	articleBody
-------------------------------------------------- */
#page-aic-seccap-index .articleBody {
  border-top: 1px solid #ddd;
}

#page-aic-seccap-index #introduction .cf {
  width: 80%;
  margin: 0 auto 15px;
}

#page-aic-seccap-index #introduction .cf .fl img {
  border: 1px solid #eee;
  width: 180px;
}

#page-aic-seccap-index #introduction .cf .fr img {
  height: 240px;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #page-aic-seccap-index #introduction .cf {
    text-align: center;
  }
}

/*	カリキュラム
-------------------------------------------------- */
#curricurum .fr {
  width: 260px;
}

#curricurum .fl {
  width: 420px;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  #curricurum .fr,
  #curricurum .fl {
    width: 100%;
  }

  #curricurum .fr {
    margin: 0 auto 1em;
    text-align: center;
  }

  #curricurum .fr img {
    width: 306px;
  }
}

.articleHeader h1 {
  padding: 20px 0 18px 20px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-radius: 5px 5px 0 0;
  font-size: 2em;
  line-height: 1.3;
}
