<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mfn{
  max-width: 1080px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
  color: #444;
  margin-left: auto;
  margin-right: auto;
}
.mfn_header{
  padding: 12px 0 9px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 18px;
}
.mfn_header-inner{
  display: flex;
  align-items: center;
}
.mfn_header-copy{
  font-size: 1em;
  text-align: center;
  margin: 0 auto;
}
.mfn_logo{
  width: 300px;
  height: 55px;
  padding: 0 30px;
}
.mfn_logo path{
  fill: #888;
  transition: 0.2s;
}
.mfn_logo:hover path{
  fill: #aaa;
}
.mfn_body{
  display: flex;
  flex-direction: row-reverse;
}
.mfn_body-container{
  width: 100%;
  margin: 0 18px;
}
.mfn_sideBar{
  flex-shrink: 0;
  width: 270px;
  background-color: #eee;
  padding: 12px;
  border-radius: 6px;
}
.mfn_sideBar-search{
  margin-bottom: 15px;
}
.mfn_sideList{
  margin: 9px 0;
}
.mfn_sideList-heading{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #888;
  margin-bottom: 3px;
}
.mfn_sideList-contents{
  margin: 0 -12px;
}
.mfn_sideList-contents-item:not(:last-child){
  border-bottom: solid 1px #ccc;
}
.mfn_sideList-contents-item&gt;a{
  display: block;
  background-color: #eee;
  padding: 3px 12px;
}
.mfn_sideList-contents-item&gt;a:hover{
  text-decoration: none!important;
  background-color: #fafafa;
}
.mfn_topList{
  width: 750px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto -15px;
}
.mfn_topList::after{
  content: '';
  display: block;
  width: 240px;
}
.mfn_topList-item{
  position: relative;
  width: 240px;
  background-color: #f3f3f3;
  padding: 9px 9px 30px;
  border-radius: 6px;
  margin-bottom: 15px;
  overflow: hidden;
}
.mfn_topList-item-image{
  position: relative;
  width: 240px;
  height: 180px;
  margin: -9px -9px 9px;
  overflow: hidden;
  background-color: #fafafa;
}
.mfn_topList-item-image a img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50%);
  display: block;
  width: auto;
  max-width: none!important;
  max-height: 180px;
  transition: 0.05s;
}
.mfn_topList-item-title{
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
}
.mfn_topList-item-title a{
  font-weight: 500;
  color: #00468C;
  text-decoration: none!important;
}
.mfn_topList-item-title a:hover{
  color: #eb7100!important;
}
.mfn_topList-item-dataList{
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #888;
  line-height: 1;
  padding: 0 9px;
  margin-top: 9px;
}
.mfn_topList-item-dataList-item{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mfn_topList-item-dataList-time{
  flex-shrink: 0;
}
.mfn_footer{
  margin-top: 18px;
}
.mfn_footer-bnrArea{
  display: flex;
  margin-left: -15px;
}
.mfn_footer-bnrArea&gt;li{
  padding-left: 15px;
}
.mfn_article-header{
  padding: 12px 9px;
  border-bottom: dashed 1px #aaa;
  margin-bottom: 15px;
}
.mfn_article-title{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 3px;
}
.mfn_article-dataList{
  font-size: 14px;
  display: flex;
  color: #888;
  line-height: 1;
}
.mfn_article-dataList-item{
  margin-right: 1em;
}
.mfn_article-dataList-time{
  margin-left: auto;
}
.mfn_article-eyeCatch{
  text-align: center;
  margin-bottom: 15px;
}
.mfn_article-eyeCatch img{
  width: auto;
  max-height: 250px;
}
.mfn_article-text{
  margin: 15px 0;
}
.mfn_article-text&gt;*{
  margin-bottom: 1em;
}
.mfn_article-text blockquote{
  font-size: inherit;
  color: #777;
  background-color: #f7f7f7;
  padding: 1em;
  border: none;
}
.mfn_article-text em{
  font-weight: 700;
}
.mfn_article-text ul{
  list-style-type: disc;
  padding-left: 1.15em;
}
.mfn_article-btn{
  display: flex;
  justify-content: center;
}
.mfn_article-btn .c-btn{
  width: 350px;
}
.mfn_article-footer{
  padding-top: 3px;
  border-top: dashed 1px #ccc;
  margin-top: 15px;
  margin-bottom: -12px;
}
.mfn_article-footer-box{
  margin: 12px 0;
}
.mfn_article-footer-heading{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #888;
  margin-bottom: 6px;
}
.mfn_article-footer-articleList-item{
  padding: 12px;
  background-color: #eee;
  border-radius: 6px;
  margin-bottom: 9px;
}
.mfn_article-footer-articleList-item a{
  font-weight: 500;
}
.mfn_article-footer-articleList-item .mfn_article-title{
  font-size: 16px;
}
.mfn_searchTitle{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  border-bottom: solid 1px #ccc;
}
.mfn_pn{
  width: calc( 100% + 45px );
  padding-left: 27px;
  padding-right: 18px;
  margin-top: 15px;
  margin-left: -27px;
  background-color: #eee;
  border-radius: 6px;
  overflow: hidden;
}
/* ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆè¡¨ç¤º */
@media screen and (max-width: 1279px){
  .mfn_body{
    display: block;
  }
  .mfn_body-container{
    margin: 0 0 15px;
  }
  .mfn_topList{
    width: 100%;
  }
  .mfn_sideBar{
    width: 100%;
    min-height: 0;
  }
  .mfn_article-footer-box{
    margin: 18px 0;
  }
  .mfn_article-footer-articleList{
    margin-top: -6px;
  }
  .mfn_article-footer-articleList-item{
    background-color: #fff;
    padding: 9px 0;
    border-radius: 0;
    margin-bottom: 0;
  }
  .mfn_article-footer-articleList-item .mfn_article-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mfn_article-footer-articleList-item:not(:last-child){
    border-bottom: solid 1px #ccc;
  }
  .mfn_article-footer{
    margin-bottom: 15px;
  }
  .mfn_pn{
    width: 100%;
    padding: 0;
    margin-top: 9px;
    margin-left: 0;
    overflow: hidden;
  }
}
/* ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³è¡¨ç¤º */
@media screen and (max-width: 767px){
  .mfn{
    font-size: 14px;
    margin-bottom: -50px;
  }
  .mfn .l-breadcrumb{
    display: none;
  }
  .mfn_header{
    padding: 12px 12px 9px;
  }
  .mfn_header-inner{
    display: block;
  }
  .mfn_logo{
    margin: 12px auto 12px;
  }
  .mfn_body-container{
    padding: 0 12px;
    margin-bottom: 15px;
  }
  .mfn_sideBar{
    border-radius: 0;
  }
  .mfn_footer{
    margin-top: 0;
    padding-bottom: 18px;
    background-color: #eee;
  }
  .mfn_footer-bnrArea{
    padding: 0 12px;
  }
  .mfn_topList{
    display: block;
    padding: 0 15px;
    margin-bottom: 0;
  }
  .mfn_topList-item{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mfn_topList-item-image{
    width: calc( 100% + 18px );
    height: calc( 75vw - 24px )!important;
  }
  .mfn_topList-item-image a img{
    width: auto;
    max-width: none!important;
    height: calc( 75vw - 24px )!important;
    max-height: none;
    transition: 0.05s;
  }
  .mfn_footer-bnrArea{
    display: block;
  }
  .mfn_footer-bnrArea&gt;li:not(:last-child){
    margin-bottom: 12px;
  }
  .mfn_article-header{
    padding: 12px 0;
  }
  .mfn_article-dataList{
    flex-wrap: wrap;
  }
  .mfn_article-dataList-item{
    width: 100%;
    padding-right: 75px;
    margin: 3px 0;
  }
  .mfn_article-dataList-time{
    margin-top: -16px;
  }
  .mfn_pn{
    margin-top: -9px;
  }
}
.pageNations{
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  color: #333;
  background-color: #eee;
  padding: 9px;
}
.pageNations a{
  font-weight: 500;
}
.pageNations_inner{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageNations_inner .page-numbers{
  display: inline-block;
  width: 15px;
  text-align: center;
  margin: 0 3px;
}
.pageNations_inner .prev,
.pageNations_inner .next{
  width: 50px;
  margin: 0 2em;
}</pre></body></html>