<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* reset */
html,body,h1,h2,h3,h4,h5,h6,p,div,fieldset,img,a,ul,ol,li,nav,header,footer,section,strong,em,address{
	padding:0;
	margin:0;
	border:0;
	outline:none;
	text-decoration:none;
	font-weight:normal;
	font-style: normal;
	font-size: 100%;
}

dl,dd{
	margin:0;
	padding:0;
	-webkit-margin-start:0;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
}

img{
	max-width:100%;
	vertical-align: middle;
}

li{
	list-style:none;
}

html{
	position:relative;
	min-height:100%;
}

body{
	font-size:15px;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ Ｐゴシック', 'Microsoft JhengHei', 'Microsoft YaHei', 'SimSun', sans-serif;
	-webkit-text-size-adjust:100%;
	color:#353535;
	background-color:#fff;
	line-height:1.7;
}
input[type="submit"], input[type="reset"], input[type="button"], button{
  cursor: pointer;
}

/*------------------------------------
  all
------------------------------------*/
p {
	margin: 0 0 8px;
}

a {
	color: #00b187;
}
a:hover:not([class^="js"]) {
	opacity: 0.6;
}


/*------------------------------------
  #wrapper
------------------------------------*/
#wrapper {
	min-width: 1100px;
}

/*------------------------------------
  header
------------------------------------*/
header {
	min-width: 1100px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
header .logo {
	margin: 0;
	padding: 14px 20px;
	width: 220px;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
}
header h1 {
	padding: 12px 20px;
	color: #021950;
	font-size: 1.7em;
	font-weight: bold;
}

/*------------------------------------
  nav
------------------------------------*/
nav{
	padding: 10px 0 0;
	min-width: 1100px;
	background: #fff;
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
}
nav .yearTab {
	margin: 0 auto;
	padding: 0 15px;
	border-bottom: solid 1px #043b5c;
}
nav .yearTab li {
	margin: 0 5px;
	display: inline-block;
}
nav .yearTab li a {
	margin: 0 auto -1px;
	padding: 8px 20px;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1;
	background: #048869;
	background: -webkit-linear-gradient(top,#048869 30%,#17ab88 100%);
	/*For Modern Browser*/
	background: linear-gradient(to bottom,#048869 30%,#17ab88 100%);
	border: solid 1px #043b5c;
	display: block;
}
nav .yearTab li a:hover {
	background: #17ab88;
	background: -webkit-linear-gradient(top,#08d6a5 30%,#169c7d 100%);
	/*For Modern Browser*/
	background: linear-gradient(to bottom,#08d6a5 30%,#169c7d 100%);
}
nav .yearTab li a.this {
	color: #043b5c;
	background: #fff;
	border-bottom: solid 1px #fff;
}
nav .pageNav {
	padding: 20px 0;
	text-align: center;
	background: #e4e9f3;
	background: -webkit-linear-gradient(top,#fff 50%,#e4e9f3 100%);
	/*For Modern Browser*/
	background: linear-gradient(to bottom,#fff 50%,#e4e9f3 100%);
}
nav .pageNav li {
	display: inline-block;
}
nav .pageNav li a {
	padding: 5px 15px;
	color: #174090;
	line-height: 1;
	border-left: solid 1px #174090;
	display: block;
}
nav .pageNav li:first-child a {
	border-left: none;
}
nav .pageNav li a:hover {
}

/*------------------------------------
  article
------------------------------------*/
article {
	margin: 180px auto 0;
	padding: 20px 20px 0px;
}

article table {
	margin: 0 auto 20px;
	width: 100%;
	border: solid 1px #516ea5;
}
article table th {
	padding: 5px 18px;
	width: 20%;
	color: #fff;
	text-align: left;
	background: #174090;
	border: dotted 1px #c9d9f7;
}
article table td {
	padding: 8px 20px;
	color: #fff;
	background: #36496b;
	border: dotted 1px #c9d9f7;
}
article table td a.txtLink {
	color: #80ff85;
	text-decoration: underline;
}
a.txtLink::before {
	content:"&gt; ";
}

article .detail {
	margin: 0 auto 50px;
}
article .detail table {
	width: 100%;
	border: solid 10px #769ae0;
}
article .detail table th {
	width: 20%;
}
article .detail table td {
	width: 80%;
}

article section {
	margin: 0 auto 50px;
}
article section h1 {
	margin: 0 auto 20px;
	padding: 6px 20px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	background: #0142bd;
	background: -webkit-linear-gradient(left,#174090 0%,#fff 90%);
	/*For Modern Browser*/
	background: linear-gradient(to right,#174090 0%,#fff 90%);
}
article section h2 {
	padding: 10px 20px 8px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4;
	background: #e2e9f7;
}
article section h3 {
	font-weight: bold;
}
article section h2+h3 {
	margin: 10px 0 0;
}
article section .slideBtn {
	margin: 0 auto 30px;
	padding: 10px;
	width: 300px;
	color: #fff;
	text-align: center;
	background: #048869;
	background: -webkit-linear-gradient(top,#048869 30%,#17ab88 100%);
	/*For Modern Browser*/
	background: linear-gradient(to bottom,#048869 30%,#17ab88 100%);
	border: solid 1px #04634c;
	display: block;
}
article section .slideBtn:hover {
	background: #17ab88;
	background: -webkit-linear-gradient(top,#08d6a5 30%,#169c7d 100%);
	/*For Modern Browser*/
	background: linear-gradient(to bottom,#08d6a5 30%,#169c7d 100%);
}
article section .slide {
	display: none;
}
article section .slide .slideThum {
	
}
.slideThum li {
	font-size: 0;
}

article #activity h2 {
	margin: 0 auto 10px;
}
article #activity .actDoc {
	margin: 0 -0.5% 30px;
}
article #activity .actDoc li {
	margin: 0 0.5%;
	width: 24%;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
}
article #activity .actDoc li a {
	padding: 15px 0;
	color: #fff;
	background: #048869;
	background: -webkit-linear-gradient(top,#048869 30%,#17ab88 100%);
	/*For Modern Browser*/
	background: linear-gradient(to bottom,#048869 30%,#17ab88 100%);
	border: solid 1px #04634c;
	display: block;
}
article #activity .actDoc li a:hover {
	background: #17ab88;
	background: -webkit-linear-gradient(top,#08d6a5 30%,#169c7d 100%);
	/*For Modern Browser*/
	background: linear-gradient(to bottom,#08d6a5 30%,#169c7d 100%);
}
article #activity .actDoc li .comingsoon {
	padding: 8px 0;
	color: #fff;
	background: #a4b1ae;
	display: block;
}
article #activity table tr th:first-child {
	width: 15%;
}
article #activity table tr th+th {
	width: 25%;
}
article #activity table tr th+th+th {
	width: 45%;
}
article #activity table tr th+th+th+th {
	width: 15%;
}

article #speech table tr td .img {
	margin: 0;
	width: 300px;
}

article #document .list {
	margin: 0 auto 30px;
	padding: 14px 20px;
	background: #dadee6;
}
article #document .list h3 {
	margin: 0 auto 5px;
}
article #document .list p {
	margin: 0 auto;
	font-size: 12px;
}
article #document .list ul {
	margin: 0 auto 10px;
}
article #document .list ul li {
	font-size: 12px;
}

article #database .databaseList {
	margin: 0 auto;
	text-align: center;
}
article #database .databaseList li {
	margin: 0 auto 5px;
	width: 530px;
}
article #database .databaseList li a {
	padding: 10px;
	color: #fff;
	text-align: center;
	background: #048869;
	background: -webkit-linear-gradient(top,#048869 30%,#17ab88 100%);
	/*For Modern Browser*/
	background: linear-gradient(to bottom,#048869 30%,#17ab88 100%);
	border: solid 1px #04634c;
	display: block;
}

/*------------------------------------
  footer
------------------------------------*/
footer {
	margin: 0 0 60px;
	text-align: center;
	font-size: 12px;
	color: #929292;
}

@media only screen and (max-width:768px){
body{
	font-size:13px;
}
}
@media only screen and (max-width:414px){
body{
	font-size:12px;
}
}</pre></body></html>