@charset "UTF-8";
/* layout
========================================================================== */
/* header
========================================================================== */
/* anchor
========================================================================== */
a {
  color: #a65d2d;
}
a:hover {
  color: #e7782e;
  text-decoration: none;
}
a:link, a:visited, a:active, a:hover {
  outline: none;
}
/* external link
-------------------------------------------------------------------------- */
.external_link a:after {
  margin-left: 0.25em;
  content: "";
  color: #999;
  font-family: FontAwesome;
  display: inline-block;
}
.file a.link_site:after {
  margin-left: 0.25em;
  content: "";
  color: #999;
  font-family: FontAwesome;
  display: inline-block;
}
/* icon
-------------------------------------------------------------------------- */
a[href$="pdf"]:after {
  margin-left: 0.25em;
  content: "";
  color: #c30;
  font-family: FontAwesome;
  display: inline-block;
}
#main a[href$="doc"]:after, #main a[href$="docx"]:after {
  margin-left: 0.25em;
  content: "";
  color: #00178f;
  font-family: FontAwesome;
  display: inline-block;
}
a[href ^="mailto:"]:before {
  margin-right: 0.25em;
  content: "";
  color: #e7782e;
  font-family: FontAwesome;
  display: inline-block;
}
/* label
========================================================================== */
.label-research, .newsList .cate_research .label {
  background-color: #b31b27;
  display: block;
}
.label-award, .newsList .cate_award .label, .newsList .cate_award_student .label {
  background-color: #256f6f;
  display: block;
}
.label-jobs, .newsList .cate_jobs .label {
  background-color: #805900;
  display: block;
}
.label-update, .newsList .cate_update .label {
  background-color: #1d3273;
  display: block;
}
/* navigation
========================================================================== */
/* breadcrumb
========================================================================== */
#breadcrumb {
  background: #f8f8f8;
  color: #999;
  font-size: 77%;
  /* 10px */
}
#breadcrumb a {
  color: #999;
}
#breadcrumb a:hover {
  color: #e7782e;
}
#breadcrumb ul.breadcrumb {
  margin-bottom: 0;
}
/* contents
========================================================================== */
#contents > div.row {
  margin: 0;
  padding-bottom: 90px;
  background: #fff;
}
/* Phones */
@media (max-width: 767px) {
  #contents {
    padding: 0;
  }
  #contents > div.row {
    padding-bottom: 0;
  }
}
/* footer
========================================================================== */
/* table (responsive)
========================================================================== */
@media (min-width: 768px) and (max-width: 991px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive .table {
    margin-bottom: 0;
  }
  .table-responsive .table tr td {
    white-space: nowrap;
  }
}
/* print
========================================================================== */
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
/* 20241225 フッター Twitter アイコン Xへ変更
========================================================================== */
/*# sourceMappingURL=./mate_common.css.map */