@charset "UTF-8";

section {
  margin-bottom:200px;
}
section header {
  text-decoration: none;
}
section table {
  width: 100%;
  text-align: center;
  background-color:#fff;
  border-spacing: 0;
}
section table a {
  color:#0e6eb8;
}
section table a:hover {
    text-decoration:underline; 
    opacity:1;
    transition:0;
  }
section table th {
  padding: 15px;
  background: #004876;
  border: solid 1px #E5E5E5;
  color:#fff;
  font-weight: normal;
}
section table .award{
    width:15%;
}
section table .researcher{
    width:10%;
}
section table .group{
    width:15%;
}
section table td {
  padding: 10px;
  border: solid 1px #E5E5E5;
}
section .link_underline {
  text-decoration:underline;
  color:black;
}

h2{
  padding-bottom: 8px;
}
a {
  text-decoration: underline;
}
.note {
  font-size: 1.1em;
  margin: 0;
  margin-bottom: 4em;
}




/* --------------------------------------------------------------------------------
以下はSSRC（センシングシステム研究センター、2019～2025年3月）の研究活動情報を載せている部分のスタイルシートです。
----------------------------------------------------------------------------------- */

.contents .ssrc{
  font-size:1.2em;
  text-align:center;
}

.post-table {
  width: 100%;
  border-collapse: collapse;
  /* box-shadow: 0 0 10px #cbcbcb; */
  margin-bottom: 20px;
}
  
a:hover {
  text-decoration:underline; 
  opacity:1;
  transition:0;
}

td {
  border-bottom: 1px solid #f2f2f2;
}

.post {
  width: 100%;
}

p.category {
  color: #e50012;
}

.post-date {
  /* width: 20%;
  font-weight: bold; */
  text-align: center;
  line-height: 0.5em;
  font-size: 1.2em;
}

.post-title {
  width: 60%;
  padding: 15px 25px 15px 0;
  font-size: 1.3em;
}

.post-title p {
  margin: 5px 0;
}

.post-title a{
  font-size:0.8em;
}

.post-image {
  width: 25%;
  padding: 0;
  background-color: #999;
}

.post-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}


/*　mobile　*/

@media (max-width: 991px) {
  .post-image {
    display: none;
  }
}
