@charset "UTF-8";

.topics_box {
	display: block;
	overflow: scroll;
	width: 100%;
	height: 700px;
	margin: 10px 0;
	background-color: #F0F8F4;
}

.years {
	display: block;
	overflow: hidden;
	margin: 10px 10px;
}

.years li {
	display: inline-table;
	margin: 0 20px 10px 0;
	font-size: 11pt;
}

.years li a {
	text-decoration: none;
}

.topics dl{
	font-size: 12pt;
	color: #005789;
	margin: 0 8px 2px 0;
	vertical-align: middle;
	text-align: left;
}

.topics dl::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0eb" " ";
}

.topics dt{
	font-size: 14pt;
}

.topics p,.kanpou p {
	font-size: 10pt;
	margin: 0 0 3px 0;
	padding: 0 10px 0 0;
}

.clear {
	clear: both;
}

.topics {
	border-bottom: 1px dotted #333;
	margin: 2px;
	background-color: #F0F8F4;
	padding: 5px;
	border-bottom: 1px dotted #333;
	margin: 2px;
}
.kanpou {
	border-bottom: 1px dotted #333;
	margin: 2px;
	background-color: #f8e9da;
	padding: 5px;
}
p.center {
	text-align: center;
}

.topics dl {
	font-size: 12pt;
	color: #005789;
	margin: 0 8px 2px 0;
	vertical-align: middle;
	text-align: left;
}

.topics dl::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0eb" " ";
}

.topics dt {
	font-size: 12pt;
	color: #005789;
}

.topics p {
	font-size: 10pt;
	margin: 0 0 3px 0;
	overflow: hidden;
}

.topics p.in_li {
	font-size: 10pt;
	margin: 0 0 3px -15px;
	overflow: hidden;
}

.topics li.nodisk {
	list-style: none;
	margin: 0 0 0 -30px;
	text-indent: -1em;
}

.topics img.ph_r {
	float: right;
	width: 35%;
}

.topics table {
	border-collapse: collapse;
}

.topics table td {
	border: solid 1px #888;
	font-size: 10px;
	padding: 5px;
	margin: 0;
}

.topi_box {
	display: block;
	overflow: hidden;
	padding: 5px;
}

.topi_box p {
	font-size: 9pt;
	padding: 10px;
}

.topi_box img.ph_l {
	float: left;
}

.youtube {
	display: block;
	overflow: hidden;
	width: 50%;
}

.youtube iframe {
	width: 100%;
}

.topi {
	display: block;
	margin: 0;
}

.topi li {
	margin: 5px 0 5px -25px;
	font-size: 10pt;
	padding-left: 1em;
	text-indent: -1em;
}

.p_text {
	font-size: 10pt;
}

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

.topics img {
	width: 40%;
}

.topics img.topi_box_ph {
	width: 100px;
	margin: 0 0 0 20px;
}

i {
	margin: 0 5px;
}
table.kanpou_ta{
  border-collapse:collapse;
	border:1px solid #ddd;
  margin: 0 0 20px 0;
  width: 100%;
}
table.kanpou_ta th{
  font-size: 9pt;
  border: 1px solid #666;
  padding: 5px;
font-weight: 500;
width: 16%;
}
table.kanpou_ta td{
  font-size: 9pt;
  border: 1px solid #666;
  padding: 5px;
}

.topi_ta{
	border: 1px solid #646363;
}
.topi_ta th{
	font-size: 9pt;
	font-weight: 300;
	border: 1px solid #646363;
}