@charset "utf-8";

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

.emphasis {
	font-weight: bold;
}
	
li div {
	text-indent: 0em;
}

.list_link li {
	padding-bottom: 1em;
}

.explane {
	padding-bottom: 2em;
}

.explane p {
	text-indent: 1em;
}

.img-box{
	max-width: 500px;
}

.fig_title {
	font-weight: bold;
}

.movie {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 560px;
}

.movie iframe {
  width: 100%;
  height: 100%;
}

.movie_caption {
	margin-left: 0.5em;
	padding-bottom: 2em;
}

figure.fig_right {
	float: right;
	padding-left: 0.5em;
	padding-bottom: 1em;
}

figure.fig_right figcaption {
	text-align: center;
	padding-top: 0.3em;
}

figure.fig_center {
	text-aling: center;
}

figure.fig_center figcaption {
	text-align: center;
	padding-top: 0.3em;
}

.top {
	font-size: 0.65em;
	vertical-align: top;
}