* {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #444444;
}

body {
  background-color: #F4F4F4;
  margin-bottom: 16px;
  padding-top: 1px;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

header {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  margin-bottom: 16px;
  position: fixed;
  z-index: 1;
  background-color: rgba(244, 244, 244, 0.5);
  width: 100%;
  top: 0;
}
header h1 {
  font-size: 20px;
  margin-right: 32px;
}
header nav ul {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
header nav ul li {
  margin-right: 16px;
}

section {
  border-top: 1px solid #444444;
  margin-top: 16px;
}

h2 {
  font-size: 20px;
}

.top-16 {
  margin-top: 16px;
}

.research {
  margin-top: 45px;
}

.research div, .works div {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.research div a img, .works div a img {
  width: 300px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  transition: filter 0.5s;
}
.research div img:hover, .works div img:hover {
  filter: grayscale(0);
}
.research div img.object-left100, .works div img.object-left100 {
  -o-object-position: 100%;
     object-position: 100%;
}
.research div img.object-left20, .works div img.object-left20 {
  -o-object-position: 20%;
     object-position: 20%;
}
.research div img.object-left05, .works div img.object-left05 {
  -o-object-position: 5%;
     object-position: 5%;
}

.action table tbody tr {
  padding-bottom: 16px;
}
.action table tbody tr td {
  padding-right: 16px;
  padding-bottom: 16px;
}

.aboutme div.flex, .contactus div.flex {
  display: flex;
  flex-direction: row;
}
.aboutme div.flex div, .contactus div.flex div {
  margin-right: 16px;
}
.aboutme div.flex img, .contactus div.flex img {
  width: 30px;
  margin-right: 16px;
}
.aboutme p, .contactus p {
  text-align: justify;
}

.single {
  margin-top: 45px;
}
.single p a {
  border-bottom: 1px solid;
}
.single img {
  width: 700px;
  max-width: 100%;
  display: block;
}

img.single_img {
  width: 700px;
  max-width: 100%;
  display: block;
}/*# sourceMappingURL=style.css.map */