<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
.tablebox a{
	font-weight: normal;
	text-decoration: underline;
}
.tablebox a:hover{
	text-decoration: none;
}
.imgleft .image, .imgright .image {
    width: 37.5%;
    text-align: center;
}
section.article{
	margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .imgright .image,
  .imgleft .image {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
}
</pre></body></html>