<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import './reset.css';

body {
  width: 100vw;/*width: 100vw*/
  background-color: #F4F4F4;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
 }



/*����堒偕撖�*/
p {
 font-size:1em;
}	

h1 {
 font-size:2.5em;
 font-weight:bold; /*蝎烾��*/
}	

h2 {
 font-size:2em;
 font-weight:bold; /*蝎烾��*/
}	

h3 {
 font-size:1.4em;
 font-weight:bold; /*蝎烾��*/
}	

h4 {
 font-size:1.2em;
 font-weight:bold; /*蝎烾��*/
}

h5 {
 font-size:1em;
 font-weight:bold; /*蝎烾��*/
 text-indent: -2em; /*�瑌���2摮�*/
 margin-left: 2em
}

 :focus {
  outline: dashed red;
}

 :focus:not(:focus) {
   outline: dashed red;
}
.inde_1{
 text-indent: 1em; /*蝮格��*/
 }
 
.inde_2{
 text-indent: 2em; /*蝮格��2摮�*/

 }
 .text_b{
 font-weight:bold; /*蝎烾��*/
 }

/*銵券�*/ 
table th{
  border:2px solid #c5e7eb;
  background-color:#A7E1D7;
  padding:5px;
}

/*�扳�蝺�*/ 
table td{
  border:2px solid #c5e7eb;
  padding:5px;
  background-color:#FFFFFF;
}

 /*����𠉛��*/
  hr {
  border-color: #e6e6e6;
  margin-before: 0.2em;
  margin-after: 0.2em;
  margin-start: auto;
  margin-end: auto;
  border-style: inset;
  border-width: 0.5px;
}

/*撠𡒊𤩅蝤�*/
 .ct_accessibility a{
  /* margin-left:20px;
  vertical-align: -20px; */
  line-height:1.6;
  color: #000000;
  text-decoration: none;
 }

.top_img {
 flex:1;
 height: 205px;
 width:600px;
 text-align: center;
 background-color:#FFFFFF;
 }

.top img {
  float: left;
}

/*璈怠���𣇉�� */
.top_flex{
 display:flex;
 width:960px; 
 margin:0 auto;
}

/*�𢰧銝𢠃�詨鱓����� */
  .top_text {
  flex:1;
  height: 50px;
  width:360px;
  float: none;
  display: flex; 
  align-items: center;
  justify-content: right;
 }
 
 .top_text a{
 color: #242424;
 text-decoration: none;
}

/*銝𦠜䲮�詨鱓����� */
.top_link {
 height: 35px;
 width:960px;
 background-color: #009f9f;
 float: none;
 margin:0 auto;
 display: flex; 
 align-items: center;
 justify-content: center;
 }
 
.top_link p{
 color: #FFFFFF;
 text-align: center;
}
 
.top_link a{
 color: #FFFFFF;
 text-decoration: none;
 font-weight:bold;
 font-size:1.2em;
}

 /*�批捆*/
.data {
  height: inherit;
  width:960px;
  margin:0 auto;
  flex-wrap:nowrap;
  display:flex;
  background-color:#FFFFFF;
 }

.data img{
    max-width:100%; /*��𣇉���憭批偕撖�*/
    height:auto;
}



/*撌阡�詨鱓*/
.menu {
 height: inherit;
 border-style:solid;
 border-width:3px; 
 border-color: #c5e7eb;
 border-radius:10px;
 /*background-color: #E6F9F6; */ /*摨閗𠧧*/
 flex:0.25; /*撖砍漲瘥𥪯��20%*/
 margin: 10px;
 padding-left: 20px;
 padding-bottom: 10px;
 background-color:#FFFFFF;
 }
 
 .menu a{
 color: #0b2f2c;
 text-decoration: none;
 font-weight:bold;
 font-size:1em;
}

 .menu ul {
 line-height: 2em;
}	

 .menu li {
 text-indent: -1.2em;
 margin-left: 1.2em
}	


/*�批捆�����*/
.content {
 height: inherit;
 background-color:#FFFFFF;
 margin:0 auto;
 padding: 10px;
 padding-left: 30px;
 padding-right: 30px;
 line-height:2;
 flex:0.75;  /*撖砍漲瘥𥪯��75%*/
 }

.content img {
 display:block; 
 margin:auto;
 }

.content a{
 color: #009f9f;
 text-decoration: none;
 font-weight:bold;
 font-size:1em;
}

 
/*����*/
 .footer_text {
 width:960px;
 background-color:  #009f9f;
 margin: 0 auto;
 padding:10px;
 align-items: center;
 justify-content: center;
 }

 .footer_text p{
 color: #FFFFFF;
 text-align: center;
}

.footer_text a{
 color: #FFFFFF;
 text-decoration: none;
}
 
 
</pre></body></html>