body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 200%; /* Safari */
}

#dept {
	font-size: 110%;
	padding-top: 10px;
}

#lab {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 140%;
}

#depten {
	font-size: 110%;
	padding-bottom: 10px;
}
#laben {
	font-weight: bold;
	padding-top: 10px;
	font-size: 130%;
}

#lang {
	font-size: 80%;
	position: absolute;
	top: 12;
	right: 10;
}

.spacer {
	margin-right: 15px;
}

.bldblk {
	font-weight: bold;
}

.bldred {
	font-weight: bold;
	color: red;
}

.red {
	color: red;
}

.small {
	font-size: 90%;
}

.midashi {
	font-size: 110%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	text-decoration: underline double 1px;
}

.jisage {
	margin-left: 15px;
}

.lsthead {
	font-weight: bold;
	margin-top: 20px;
}

.waku {
	border: solid 2px;
}

.fig0 {
	width: 90%;
	max-width: 700;
	height: auto;
}

.fig1 {
	width: 80%;
	max-width: 500;
	height: auto;
}


.container{
  height: 350px;
  width: 600px;
  position: relative;
}

.image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  
  animation: image-switch-animation 42s infinite;
}

.top01 {
  background-image: url(fig/top01.png);
}
.top02 {
  background-image: url(fig/top02.png);
}
.top03 {
  background-image: url(fig/top03.png);
}
.top04 {
  background-image: url(fig/top04.png);
}
.top05 {
  background-image: url(fig/top05.png);
}
.top06 {
  background-image: url(fig/top06.png);
}

@keyframes image-switch-animation {
  0%{ opacity: 0;}
  2.78%{ opacity: 1;}
  16.67%{ opacity: 1;}
  19.44%{ opacity: 0;}
  100%{ opacity: 0;}
}

.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 7s;
}
.image:nth-of-type(3) {
  animation-delay: 14s;
}
.image:nth-of-type(4) {
  animation-delay: 21s;
}
.image:nth-of-type(5) {
  animation-delay: 28s;
}
.image:nth-of-type(6) {
  animation-delay: 35s;
}

      url(index.html?20250416);
    url(achieve.html?20250416);
     url(member.html?20250416);
   url(research.html?20250416);
       url(room.html?20250416);
     url(thesis.html?20250416);
   url(en/index.html?20250416);
  url(en/member.html?20250416);
url(en/research.html?20250416);