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


#wrapper{
  height:auto;
}
#main {
  clear:both;
  height:auto;
  padding-top:48px;
}
footer{
  position:static;
}

section.news_box{
  width:95%;
  margin:0 auto;
}

section.news_set{
  padding:0 3%;
  margin:0 0 72px;
}

.news_title{
  margin:0 auto 24px;
  width:65%;
  text-align:center;
  border-bottom:solid 1px #85C1DF;
  
  
  font-family: 'IM Fell French Canon', serif;
  font-size:116%;
  font-style:italic;
  color:#f55550;/* DH_Red */
  padding-bottom:4px;
  margin:0 auto 18px;
}

h3.news_title2{
  font-size:116%;
  text-align:center;
  color:#5EB7E8;
  margin:0 0 18px;
}

.news_discription{
  font-size:100%;/* 13px */
  text-align:center;
  margin:0 0 24px;
}

.news_discription a{
  display:block;
  width:100%;
  height:auto;
}
.news_discription img{
  max-width:180px;
  height:auto;
  margin:0 6px 24px;
}


.news_set p{
  font-size:93%;
  margin:0 0 12px;
}

.news_discription img{
  margin:0 6px 24px;
}
.news_contents{
  width:100%;
}

.news_set p a:link,
.news_set p a:visited{
  color:#5EB7E8;
}


.back_to_top{
  width:100%;
  color:#5EB7E8;
  text-align:center;
  margin:0 0 48px;
}





.back_to_top a:link,
.back_to_top a:visited{
  color:#333;
}

.center{
  width:100%;
}

.arrow{
  display:block;
  width:50%;
  text-align:center;
}

/*@media screen and (min-width: 415px) {
  
}*/


@media screen and (min-width: 700px) {

section.news_box{
  width:65%;
  margin:0 auto;
}

section.news_set{
  padding:0;
  margin:0 0 72px 0;
}

.news_contents{
  width:100%;
  margin:0 auto;
}
.news_discription{
  font-size:100%;/* 13px */
  text-align:center;
  margin:0 0 24px;
}
.news_discription a{
  display:inline;
  width:auto;
}
.news_discription a img{
  width:auto;
  margin:0 6px 24px;
}
.news_set p a:link,
.news_set p a:visited{
  color:#5EB7E8;
}
.news_set p a:hover{
  color:#e74a80;
}



.back_to_top a:hover{
  color:#e74a80;
}


}
/* end min-width 700px */</pre></body></html>