@charset "utf-8";
/* **************************************************

CSS Information
File Name : crea.css
Style Info: 協働教育センター（クリエ） 固有のスタイル指定
Date: 2017-11-27

************************************************** */
/* --------------------------------------------------
	共通ヘッダー
-------------------------------------------------- */
#globalHeader {
  padding: 10px 0;
}

#globalHeader .subHeader {
  margin: 5px 0 8px;
}

#globalHeader #siteID {
  padding: 0;
}

#globalHeader #siteID img {
  width: 320px;
  height: auto;
}

#globalHeader .headerNavi {
  width: 720px !important;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen 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 li {
  font-size: 1.4rem;
}

/* --------------------------------------------------
	共通フッター
-------------------------------------------------- */
#globalFooter .footerAddress dt img {
  width: 280px;
}

/* --------------------------------------------------
	サイドテキストバナー
-------------------------------------------------- */
.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;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen 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;
}

/*	お知らせ
-------------------------------------------------- */
.column2 .tabList .tabs span a {
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 学外向け情報 */
dt.attrNews-outer:before {
  display: inline-block;
  content: "学外向け情報";
  width: 100px;
  margin-right: 10px;
  padding: 3px 0;
  background-color: #3f8ac3;
  color: #fff;
  text-align: center;
}

/* 学内向け情報 */
dt.attrNews-inner:before {
  display: inline-block;
  content: "学内向け情報";
  width: 100px;
  margin-right: 10px;
  padding: 3px 0;
  background-color: #45828f;
  color: #fff;
  text-align: center;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  .tabList .tabs span {
    width: 33.333% !important;
  }

  .tabList .tabs span a {
    width: 100% !important;
  }

  .tabList .tabs span:first-child a {
    width: 100% !important;
  }

  .tabList .tabs span:nth-child(3) a {
    border-bottom: 1px solid #ddd !important;
  }
}

/* --------------------------------------------------
	概要
-------------------------------------------------- */
.message .imgR {
  width: 170px;
}

/* --------------------------------------------------
	研究者一覧
-------------------------------------------------- */
/* .researchersList01 - 研究者一覧（ボタンタイプ）
-------------------------------------------------- */
.researchersList01 {
  list-style: none !important;
  margin: 0 -1% !important;
}

.researchersList01 li {
  float: left;
  width: 48%;
  margin: 5px 1% !important;
}

.researchersList01 li a {
  display: block;
  padding: 8px 4px 8px 8px;
  background-color: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  color: #333 !important;
  text-decoration: none !important;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.researchersList01 li a:hover {
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.researchersList01 li span:first-child:before {
  display: inline-block;
  padding-right: 5px;
  font-family: "ico_wu_theme";
  font-size: 1.2rem;
  content: "\e60f";
}

.researchersList01 li .note {
  display: inline-block;
  margin-left: 5px;
  padding: 0;
  background: none;
  font-size: 10px;
  font-size: 1rem;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  .researchersList01 {
    margin: 0 !important;
  }

  .researchersList01 li {
    float: none;
    width: 100%;
    margin: 5px 0 !important;
  }
}

/* .researchersList02 - 研究者一覧（表タイプ）
-------------------------------------------------- */
.researchersList02 {
  border: none;
}

.researchersList02 th,
.researchersList02 td {
  border: 1px dotted #ccc !important;
  border-right: none !important;
  border-left: none !important;
}

.researchersList02 th {
  width: 35%;
  background-color: #fafafa !important;
}

.researchersList02 th:before {
  display: inline-block;
  padding-right: 5px;
  font-family: "ico_wu_theme";
  font-size: 1.2rem;
  content: "\e60f";
}

.researchersList02 th a {
  text-decoration: none;
}

.researchersList02 .note {
  display: inline-block;
  margin-left: 5px;
  padding: 0;
  background: none;
  font-size: 10px;
  font-size: 1rem;
}

/* .researcherBlock01 - 研究者ブロック
-------------------------------------------------- */
.researcherBlock01 {
  margin: 0 !important;
  border: 1px solid #eee;
}

.researcherBlock01 h2 {
  border-radius: 0 !important;
}

.researcherBlock01 h2 span:not(.externalLink) {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 1.3rem;
}

.researcherBlock01 h2 a {
  text-decoration: none !important;
}

.researcherBlock01 h2 a:before {
  display: inline-block;
  padding-right: 5px;
  font-family: "ico_wu_theme";
  font-size: 1.2rem;
  font-weight: normal;
  content: "\e60f";
}

.researcherBlock01 .content {
  padding: 0 19px 19px;
}

.researcherBlock01 .thumb {
  padding: 0 20px 0 10px;
}

.researcherBlock01 .text {
  overflow: hidden;
}

.researcherBlock01 .text h3 {
  margin: 1em 0 0.75em !important;
  font-size: 1.6rem;
}

.researcherBlock01 .text h4 {
  margin: 0 !important;
  padding: 0;
  border: none;
  font-size: 1.4rem;
}

.researcherBlock01 .text h4:before {
}

.researcherBlock01 .text p {
  margin: 0.75em 0;
  font-size: 1.3rem;
}

.researcherBlock01 .text p:first-child {
  padding-top: 0.5em;
  font-size: 1.5rem;
}

/* このページの先頭へ */
.pagetop.researcher {
  margin-top: 5px;
}

.pagetop.researcher a {
  text-decoration: none !important;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  .researcherBlock01 {
    margin: 0 -5px 20px !important;
  }

  .researcherBlock01 .thumb {
    padding: 0;
    text-align: center;
  }

  .researcherBlock01 .content {
    padding: 0 14px 14px;
  }

  .pagetop.researcher {
    display: none;
  }

  .body img + img {
    margin-top: 10px;
    margin-left: 0 !important;
  }
}

/* クリエ テーブル用
 -------------------------------------------------- */
.body table th {
  white-space: normal !important;
}

/* Joruri CMS 2020
 -------------------------------------------------- */
.tabList .category span.zokusei-news-outer,
.contentGpArticleDocs .category span.zokusei-news-outer,
.contentGpCategory .category span.zokusei-news-outer {
  background-color: #3f8ac3;
}

.tabList .category span.zokusei-news-inner,
.contentGpArticleDocs .category span.zokusei-news-inner,
.contentGpCategory .category span.zokusei-news-inner {
  background-color: #45828f;
}
