@charset "utf-8";
/* **************************************************

CSS Information
File Name : iss.css
Style Info: 国際学生部門 固有のスタイル指定
Date: 2017-11-28

************************************************** */
/* --------------------------------------------------
	共通ヘッダー
-------------------------------------------------- */
#globalHeader {
  padding: 10px 0;
}

#globalHeader .subHeader {
  margin: 5px 0 8px;
}

#globalHeader #siteID {
  padding: 0;
}

#globalHeader #siteID img {
  width: 380px;
  height: auto;
}

#globalHeader .headerNavi {
}

#globalHeader .headerNavi ul {
  width: 420px;
}

#globalHeader .headerNavi ul li {
  padding: 5px 0;
}

/*	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;
  }
}

/* --------------------------------------------------
	共通フッター
-------------------------------------------------- */
#globalFooter .footerAddress dt img {
  width: 300px;
}

/* --------------------------------------------------
	サイドテキストバナー
-------------------------------------------------- */
.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: 187px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*	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;
  }
}

/*	日本語サイト用_Gナビwidth
-------------------------------------------------- */

ul.gnav li {
  width: 204px !important;
}

/*	英語サイト用_Gナビwidth
-------------------------------------------------- */
ul.en_cjs_gnav li {
  width: 204px !important;
}

/*	英語サイト用_headerNavi調整
-------------------------------------------------- */
.headerNavi ul.en_cjs_headerNavi {
  width: 250px !important;
}

/* 英語サイト用_お知らせ?イベント用
-------------------------------------------------- */
.contentArticleAttribute .units {
  display: none;
}

/* お知らせ */
.en dt.attrNotice:before {
  content: "News";
}

/* イベント */
.en dt.attrEvent:before {
  content: "Events";
}

/* イベント */
.en .explain {
  display: none;
}

/* 国際学生部門 > 在学中の外国人留学生の皆さまへ > 奨学金
テーブル用
-------------------------------------------------- */
.body table th {
  white-space: normal !important;
}

/* 万博体育平台_万博体育投注【app官网】 カテゴリ表示　 20210809
-------------------------------------------------- */
/* レポート */
dt.attrReport:before {
  display: inline-block;
  content: "レポート";
  width: 80px;
  margin-right: 10px;
  padding: 3px 0;
  background-color: #706ba5;
  color: #fff;
  text-align: center;
}

/* 奨学金 */
dt.attrScholarship:before {
  display: inline-block;
  content: "奨学金";
  width: 80px;
  margin-right: 10px;
  padding: 3px 0;
  background-color: #6ba573;
  color: #fff;
  text-align: center;
}

/* Joruri CMS 2020
-------------------------------------------------- */
.tabList .category span.zokusei-report,
.contentGpArticleDocs .category span.zokusei-report,
.contentGpCategory .category span.zokusei-report {
  background-color: #706ba5;
}

.tabList .category span.zokusei-scholarship,
.contentGpArticleDocs .category span.zokusei-scholarship,
.contentGpCategory .category span.zokusei-scholarship {
  background-color: #6ba573;
}
