@charset "UTF-8";
/*
Theme Name: 大阪大学大学院情報科学研究科 松下研究室
*/
@import url(css/utility.css);
@import url(css/sp-utility.css);
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #222;
  line-height: 2.0;
  background-color: #fff;
}

body.home {
  background: none;
}

ul {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 25px;
  padding-left: 0;
}

ol {
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
}

li {
  margin: 0 0 5px;
}

a {
  color: #2e3192;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.no-line {
  color: #222;
  text-decoration: none;
}

a.no-line:hover {
  color: #2e3192;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

section:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  max-width: initial;
  vertical-align: top;
}

address {
  font-style: normal;
}

.image {
  display: inline;
}

.inner-frame {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.inner-frame:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#main-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  min-width: 100%;
  height: 800px;
  background: url(images/parts_body-bg.jpg) center top no-repeat;
}

#main-image > span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

#main-image > span.img1 {
  background-image: url(/wp-content/themes/infobiz/images/main-image-01.png);
}

#main-image > span.img2 {
  background-image: url(/wp-content/themes/infobiz/images/main-image-02.png);
}

#main-image > span.img3 {
  background-image: url(/wp-content/themes/infobiz/images/main-image-03.png);
}

body.admin-bar #main-image > span {
  background-position: left 32px;
}

header#top .inner-frame {
  margin-bottom: 0 !important;
  padding: 25px 0 0;
}

header#top .site-name {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 3px;
  line-height: 1;
}

header#top .site-name a {
  display: inline-block;
  margin: 0 0 0 50px;
  color: #222;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

header#top .site-name a:hover {
  color: #2e3192;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

header#top .main-menu {
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: right;
}

header#top .main-menu ul, header#top .main-menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header#top .main-menu a {
  text-decoration: none;
}

header#top .main-menu a:hover {
  text-decoration: underline;
}

header#top .main-menu > ul {
  display: inline-block;
}

header#top .main-menu > ul > li {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  padding-bottom: 21px;
  border-bottom: 4px solid transparent;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

header#top .main-menu > ul > li:hover {
  border-bottom: 4px solid #2e3192;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

header#top .main-menu > ul > li[class*="current"] {
  padding-bottom: 21px;
  border-bottom: 4px solid #2e3192;
}

header#top .main-menu > ul > li > a {
  display: block;
  padding: 0 15px;
  font-weight: bold;
  color: #222;
  text-shadow: 0 0 2px #fff;
}

header#top .main-menu > ul > li > a:hover {
  text-decoration: none;
}

header#top .main-menu > ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  text-align: left;
  background-color: #2e3192;
}

header#top .main-menu > ul > li > ul > li {
  display: block;
}

header#top .main-menu > ul > li > ul > li > a {
  display: block;
  padding: 3px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

header#top .main-menu > ul > li > ul > li > a:hover {
  text-decoration: underline;
}

header#top .main-menu > ul > li > ul > li ul {
  display: none;
}

header#top .main-menu > ul.language-chooser {
  border-left: 1px solid #ccc;
}

header#top .main-menu > ul.language-chooser > li {
  margin: 0;
  padding-bottom: 0;
  padding-left: 5px;
  border-bottom: none;
}

header#top .main-menu > ul.language-chooser > li > a {
  padding: 0 5px;
  color: #222;
}

header#top .main-menu > ul.language-chooser > li > a:hover {
  text-decoration: underline;
}

header#top .main-menu > ul.language-chooser > li.active {
  display: none;
}

header#top .lang-link {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: Arial, Helvetica, "sans-serif";
}

header#top .lang-link ul {
  position: relative;
  top: 1px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1;
}

header#top .lang-link ul > li {
  margin: 0;
  padding: 13px 0 9px;
}

header#top .lang-link ul > li a {
  display: block;
  padding-left: 18px;
  padding-right: 4px;
  font-weight: normal;
  color: #222;
  text-decoration: none;
}

header#top .lang-link ul > li a:hover {
  text-decoration: underline;
}

.content .primary-title {
  position: relative;
  margin: 0;
  padding: 0 0 25px;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.2;
}

.content .primary-title:after {
  content: '.';
  width: 65px;
  height: 2px;
  overflow: hidden;
  font-size: 1px;
  background-color: #2e3192;
  position: absolute;
  left: 0;
  bottom: 0;
}

.content .primary-title .edit-link {
  margin-left: 15px;
}

.content .primary-title .edit-link a {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  line-height: 1;
  color: #2e3192;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.content .primary-title .edit-link a:hover {
  text-decoration: underline;
}

main#substance {
  display: block;
}

main#substance > .content {
  min-height: 300px;
}

#go-top {
  text-align: center;
  line-height: 1;
  background-color: #fff;
}

#go-top a {
  display: block;
  padding: 15px 0;
  color: #222;
  letter-spacing: 2px;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

#go-top a:hover {
  color: #fff;
  background-color: #2e3192;
}

footer#bottom {
  padding: 60px 0;
  background-color: #e6e6e6;
}

footer#bottom .copyright {
  margin: 0 0 0 65px;
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 1;
}

.sub-page-header {
  padding: 35px 55px;
}

.sub-page-body {
  padding: 50px 80px;
  background-color: #f5f5fa;
}

.sub-page-body .inner-frame {
  max-width: 1125px;
  min-height: 350px;
  padding: 30px 70px;
  background-color: #fff;
}

#breadcrumb {
  padding: 20px 0 20px 60px;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

#breadcrumb a {
  display: inline-block;
  padding: 0 3px;
}

ul#responsive-menu li.qtranxs-lang-menu img {
  vertical-align: middle;
}

/* リンクアイコン設定 */
.content a[target="_blank"]:after {
  content: url(images/links/icon_external.png);
  margin-left: 3px;
  vertical-align: top;
}

.content a[href*=".pdf"]:after,
.content a[href*=".PDF"]:after {
  content: url(images/links/icon_pdf.png);
  margin-left: 3px;
  vertical-align: middle;
}

.content a[href*=".xls"]:after,
.content a[href*=".xlsx"]:after,
.content a[href*=".XLS"]:after,
.content a[href*=".XLSX"]:after {
  content: url(images/links/icon_excel.png);
  margin-left: 3px;
  vertical-align: middle;
}

.content a[href*=".doc"]:after,
.content a[href*=".docx"]:after,
.content a[href*=".DOC"]:after,
.content a[href*=".DOCX"]:after {
  content: url(images/links/icon_word.png);
  margin-left: 3px;
  vertical-align: middle;
}

.content a[href*=".ppt"]:after,
.content a[href*=".pptx"]:after,
.content a[href*=".PPT"]:after,
.content a[href*=".PPTX"]:after {
  content: url(images/links/icon_ppt.png);
  margin-left: 3px;
  vertical-align: middle;
}

.content a.no-icon:after,
.content a.enlarge:after {
  content: '';
  margin: 0;
}

.content a.enlarge {
  font-size: 13px;
  font-size: 1.3rem;
}

.home-page {
  padding: 110px 90px 70px;
}

.home-page h1 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.6;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: normal;
}

.home-page h1 + p {
  max-width: 550px;
  margin: 50px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.2;
  text-shadow: 0 0 5px #eff1f1;
  font-weight: bold;
}

.home-page h2 {
  margin: 0 0 15px;
  font-size: 38px;
  font-size: 3.8rem;
}

.home-page h3 {
  margin: 0 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.home-page .arrow1 {
  margin-top: 70px;
  margin-left: 60px;
  margin-bottom: 170px;
}

.home-page .arrow1:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.home-page .arrow1 a {
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
}

.home-page .arrow1 a img {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.home-page .arrow1 a:hover img {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.home-page .arrow2 a img {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.home-page .arrow2 a:hover img {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.content a:not(.button) {
  border-bottom: none;
}

.content a:not(.button):visited {
  color: #5d6f7c;
}

.content img {
  max-width: 100%;
}

.content a.arrowX {
  text-decoration: none;
}

.content a.arrowX img {
  position: relative;
  top: -2px;
  margin: 0 0 0 5px;
  vertical-align: middle;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.content a.arrowX:hover img {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.content a.arrowY {
  text-decoration: none;
}

.content a.arrowY img {
  vertical-align: middle;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.content a.arrowY:hover img {
  margin: 5px 0 0;
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.content ul.publications {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.3rem;
  border-top: 1px dotted #ccc;
}

.content ul.publications > li {
  display: table;
  width: 100%;
  margin: 0;
  padding: 5px;
  border-bottom: 1px dotted #ccc;
}

.content ul.publications > li .text {
  display: table-cell;
}

.content ul.publications > li p {
  margin: 5px 0;
}

.content ul.publications > li .bibtex {
  margin: 3px 0;
}

.content ul.publications > li .bibtex button {
  margin: 0 3px;
  padding: 2px 4px;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
}

.content ul.publications > li .bibtex button.hide {
  display: none;
}

.content ul.publications > li .bibtex .b-con {
  display: none;
  margin: 5px 0 0 5px;
  padding: 5px;
  line-height: 1.3;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #eee;
}

.content ul.publications .image {
  display: table-cell;
  width: 210px;
  text-align: right;
}

.content ul.publications .image img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}

.content ol.page-navi {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}

.content ol.page-navi > li {
  display: inline-block;
  margin: 0 3px 5px;
}

.content ol.page-navi > li > a {
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #ccc;
}

.content ol.page-navi > li.current > span {
  display: inline-block;
  padding: 3px 5px;
  background-color: #eee;
  border: 1px solid #ccc;
}

.content h2 {
  margin: 30px 0 15px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}

.content ul.research {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.3;
  font-size: 15px;
  font-size: 1.5rem;
  border-top: 1px dotted #ccc;
}

.content ul.research > li {
  display: table;
  width: 100%;
  margin: 0;
  padding: 15px 5px;
  border-bottom: 1px dotted #ccc;
}

.content ul.research > li .text {
  display: table-cell;
}

.content ul.research > li p {
  margin: 5px 0;
}

.content ul.research .image {
  display: table-cell;
  width: 420px;
  margin: 0;
  padding: 0 10px;
  text-align: left;
}

.content ul.research .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  height: auto;
}

.content table {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-collapse: collapse;
}

.content table tr:hover {
  background: none;
}

.content table.staff-list th {
  width: 25%;
}

.content .wp-pagenavi {
  overflow: hidden;
  margin: 25px 0 0;
  padding: 5px;
  text-align: center;
}

.content .wp-pagenavi a {
  border-bottom: 1px solid #BFBFBF;
}

@media screen and (max-width: 1100px) {
  /* ▼レスポンシブ */
  header#top .inner-frame {
    display: block;
  }
  header#top .main-menu {
    display: block;
    margin-top: 15px;
  }
  header#top .site-name {
    display: block;
  }
  /* ▲レスポンシブ */
}

@media screen and (max-width: 768px) {
  /* ▼レスポンシブ */
  header#top {
    padding-bottom: 15px;
  }
  header#top .site-name a {
    margin-left: 15px;
  }
  header#top .main-menu {
    display: none;
  }
  #breadcrumb {
    padding: 15px;
  }
  .content .sub-page-header {
    padding: 15px;
  }
  .content .primary-title {
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .content img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .content ul.research {
    display: block;
  }
  .content ul.research > li .image {
    display: block;
    width: auto;
    max-width: 100%;
  }
  .content ul.research > li .text {
    display: block;
  }
  .content table.staff-list {
    border-bottom: none;
    border-collapse: collapse;
  }
  .content table.staff-list tr, .content table.staff-list th, .content table.staff-list td {
    display: block;
    width: auto;
    padding: 2px;
    line-height: 1.3;
    border: none;
  }
  .content table.staff-list tr > th:first-child,
  .content table.staff-list tr > td:first-child {
    padding-top: 10px;
  }
  .content table.staff-list tr > td:last-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
  }
  .content .home-page {
    padding: 30px;
  }
  .content .sub-page-body {
    padding: 20px;
  }
  .content .sub-page-body .inner-frame {
    padding: 20px;
  }
  label[for="year"],
  label[for="type"] {
    display: block;
  }
  table.teachpress_publication_list td.tp_pub_info {
    display: block;
    border-bottom: none;
  }
  table.teachpress_publication_list td.tp_pub_image_right {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
  }
  #main-image > span {
    background-position: -250px 0 !important;
  }
  footer#bottom {
    padding: 20px 10px;
  }
  /* ▲レスポンシブ */
}
