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

html {
font-family: "BIZ UDPGothic", sans-serif !important;
    font-size: 62.5% !important;
}

body {
    margin: 1rem 6rem !important;
    max-width: 1250px !important;
    margin: auto !important;
}

.normallinks {
    text-decoration: none;
    color: #272343;
    transition: 0.3s;
}
.normallinks:hover {
    opacity: 70%;
}

/* 白背景リンクのスタイル */
.whitelinks {
    text-decoration: none;
    color: #272343;
    transition: 0.5s;
    font-size: 1.2rem;
}
.whitelinks:hover {
    opacity: 50%;
}

/* 黒背景リンクのスタイル */
.bluelinks {
    text-decoration: none;
    color: #272343;
    transition: 0.5s;
    font-size: 1.2rem;
}
.bluelinks:hover {
    opacity: 60%;
}

.blacklinks {
    text-decoration: none;
    color: #fffffe;
    transition: 0.5s;
}
.blacklinks:hover {
    opacity: 60%;
    color: #b4b4b4;
}

/* 言語切替 */
#language {
    display: flex;
    justify-content: end;
}
#language button {
    background-color: #fffffe;
    color: #272343;
    border-radius: 4px;
}

/* トップバー */
#topbar {
    width: 100%;
    height: 6rem;
    background-color: #fffffe;
    padding-top: 1.5rem;
}
#topbar img {
    height: 4.5rem;
    padding-left: 2rem;
    margin-top: 1rem;
}
.topbarcontents {
    display: inline-block;
}


/* メニューバー */
#menubar {
    margin: 1rem;
    width: 100%;
    height: auto;
    line-height: 3rem;
    padding: 0;
    background-color: #fffffe;
    text-align: left;
    border-top: 1px solid #272343;
    border-bottom: 1px solid #272343;
    justify-content: center;
    align-items: center;
}
#menubar a {
    font-size: 1.5rem;
}
#menubar ul {
    margin-top: 0;
}
#menubar li {
    list-style: none;
    display: inline-block;
    padding-right: 5.5rem;
}
#leftside {
    padding-left: 4rem;
}
#menumobile {
    display: none;
}
#menulistmobile{
    font-size: 1rem;
    line-height: 1.4rem;
}
#menulistmobile ul li {
    list-style: square;
}


@media (max-width : 750px) {
    #menupc {
        display: none;
    }
    #menumobile {
        display: flex;
        overflow: visible !important;
        margin-left: 1rem;
    }
    #menumobile a {
        font-size: 1.5rem;
        padding: auto;
        text-decoration: none;
    }
}

/* メニューバーモバイル */
/* #menumobile {
    background: #87cc77;
    margin: 0;
    font-family: arial;
    width: 100vw;
    height: 100vh;
    animation: bugfix infinite 1s;
    -webkit-animation: bugfix infinite 1s;
  }
  
  @keyframes bugfix {
    from {
      padding: 0;
    }
    to {
      padding: 0;
    }
  }
  @-webkit-keyframes bugfix {
    from {
      padding: 0;
    }
    to {
      padding: 0;
    }
  }
  #overlay-button {
    position: absolute;
    right: 2em;
    top: 3em;
    padding: 26px 11px;
    z-index: 5;
    cursor: pointer;
    user-select: none;
  }
  #overlay-button span {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: white;
    position: relative;
    display: block;
    transition: all .2s ease-in-out;
  }
  #overlay-button span:before {
    top: -10px;
    visibility: visible;
  }
  #overlay-button span:after {
    top: 10px;
  }
  #overlay-button span:before, #overlay-button span:after {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: white;
    position: absolute;
    content: "";
    transition: all .2s ease-in-out;
  }
  #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
    background: #fff;
  }
  
  input[type=checkbox] {
    display: none; 
    
  }
  
  input[type=checkbox]:checked ~ #overlay {
    visibility: visible; 
  }
  
  input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
    background: transparent;
    
    
  }
  input[type=checkbox]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
  
  }
  input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
  
  
  }
  
  #overlay {
    height: 100vh;
    width: 100vw;
    background: #ec6451;
    z-index: 2;
    visibility: hidden;
    position: fixed;
  }
  #overlay.active {
  
  }
  #overlay ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100vh;
    padding-left: 0;
    list-style-type: none;
  }
  #overlay ul li {
    padding: 1em;
  }
  #overlay ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5em;
  }
  #overlay ul li a:hover {
    color: #000!important;
  } */

/* トップカルーセル */

.carousel {
    width: 1080px;
    height: 460px;
    display: flex;    /* 子要素を横に並べる */
    overflow: hidden; /* はみ出た部分は表示しない */
    margin: 0 auto;   /* 水平方向中央寄せ */
}
.carousel img {
    margin: 0;
    padding: 0;
    display: block; /* imgタグの改行のすき間を消すため */
}

@keyframes scroll {
    /* 初期位置は1個目の画像が左端 */
    0% { margin-left: -1080px; }
    30%{ margin-left: -1080px;}      
    /* 1個分左の位置に進めて2個目の画像を左端にする */
    40% { margin-left: -2160px; }
    /* 少しの間上と同じ位置 */  
    55% { margin-left: -2160px; }
    /* 2個分左の位置に進めて3個目の画像を左端にする */
    65% { margin-left: -3240px; }
    /* 少しの間上と同じ位置 */  
    80% { margin-left: -3240px; }
    /* 以降は上と同様に繰り返し */
    90% { margin-left: -4320px; }
    100% { margin-left: -4320px; }
}

.carousel &gt; :first-child {
    animation-name: scroll;    /* キーフレーム名 */
    animation-duration: 24s;  /* 再生時間全体は20秒 */
    animation-delay: 0s;      /* 読込直後から遅延無しで開始 */
    animation-iteration-count: infinite;  /* 無限に繰り返す */
}

/* gifアニメ */
.gifcontainer {
    max-width: 1080px;
    max-height: 300px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.gifcontainer::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 10px 10px rgb(255, 255, 255);
}
#gif {
    width: 100%;
}

.topbanner {
    margin: auto;
    margin-top: 2rem;
    padding: auto;
    display: grid;
    column-gap: 2rem;
    grid-template-columns: 50% 1fr;
}

.item1 {
    grid-column: 1 / 2;
}
.item2 {
    grid-column: 2 / 3;
}
.item1 img {
    width: 96%;
}
.item2 img {
    width: 96%;
}

/* 各箱の題名 */
h2 {
    margin-left: 1rem;
    color: #272343;
    font-size: 2rem !important;
}

/* 白背景の箱 */
.whitebox {
    background-color: #fdfdfd;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-left: 0;
}
.whitebox h2 {
    height: 2rem;
    line-height: 2rem;
    margin-bottom: 3rem;
}
.whitebox h3,h4 {
    padding-left: 1rem;
    margin-left: 1rem;
}
.smallwhitebox {
    background-color: #fdfdfd;
    width: 98%;
    padding: 0;
    padding-left: 2rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-radius: 4px;
}

/* 青背景の箱 */
.bluebox {
    background-color: #e3f6f5;
    width: 100%;
    border-radius: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-left: 0;
}
.bluebox h2 {
    height: 2rem;
    line-height: 2rem;
    margin-bottom: 3rem;
}
.bluebox h3,h4 {
    padding-left: 1rem;
    margin-left: 1rem;
}
.smallbluebox {
    background-color: #e3f6f5;
    width: 98%;
    padding: 0;
    padding-left: 2rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-radius: 4px;
}


/* 先頭のボックス */
.topbox {
    background-color: #fffffe;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 1rem;
}
.topbox h2 {
    padding-left: 0;
}


/* モーフボタン */
.morphbuttonbluebox {
    background: #fffffe;
    width: 12rem;
    height: 6rem;
    margin: 0 auto;
    text-align: center;
}
.buttonblue {
    padding: 1rem;
    border-radius: 1rem;
    background: #bae8e8;
    /* box-shadow: 1rem 1rem 2rem #a0c8c8, -1rem -1rem 2rem #ffffff; */
}
.morphbuttonwhitebox {
    background: #e3f6f5;
    margin-left: 3rem;
    text-align: center;
    width: 12rem;
    height: 6rem;
    margin: 0 auto;
}
.buttonwhite {
    padding: 1rem;
    border-radius: 1rem;
    background: #fffffe;
    /* box-shadow: 1rem 1rem 2rem #cdcdcc, -1rem -1rem 2rem #fffffe; */
}

/* LocaliSTとは */
.explain {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 1.4rem;
    color: #272343;
    margin-bottom: 2rem;
    line-height: 2rem;
}
.br {
    padding: 1rem;
}

/* ニュース */
#new {
    width: 5rem !important;
    height: 1.8rem;
    color: #272343;
    background-color: #ffd803;
    box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem #bea200;
    /* text-shadow: 0.2rem 0.2rem 0.2rem #998200; */
    text-align: center;
    font-size: large;
    margin: 0 0 1rem 1rem ;
    padding: 0.2rem;
    border-radius: 4px;
}
#news-example {
    width: 100%;
}
#hottopicdate {
    font-size: 1.6rem;
    margin-left: 1rem;
}
.hottopiccontent {
    margin: 0 0.5rem;
}
.hottopictitle {
    font-size: 2rem;
    border-top: #272343 dashed 2px;
    border-bottom: #272343 dashed 2px;
    margin: 0 1rem 1rem;
    padding: 0.5rem;
    text-align: center;
}
.hottopicscript {
    padding: 1rem 4rem 2rem 4rem;
    font-size: 1.2rem;
    line-height: 2.2rem;
    font-size: 1.4rem;
}

.topic {
    margin: 0 1rem 0 0;
}
.topicdate {
    font-size: 1.5rem;
    margin-left: 1rem;
}
.topictitle {
    font-size: 1.6rem;
    border-top: #272343 dashed 2px;
    border-bottom: #272343 dashed 2px;
    margin: 1rem;
    padding: 0.5rem 1rem;
    text-align: center;
}
.topicscript {
    font-size: 1.4rem;
    line-height: 2rem;
    padding-right: 2rem;
    padding-bottom: 1.2rem;
    padding: 1rem 3rem 1rem 2rem;
    margin: 0 1rem 1rem;
}
.newsborder {
    border-bottom: 4px #272343 dotted;
    margin: 2rem;
}



/* 会社概要 */
.example {
    width: 95% !important;
    padding: 0 2.5% 0 2.5%;
    /* padding-left: 2rem; */
    text-align: center;
    margin-bottom: 2rem;
}
.img-text {
    position: relative;
    padding: 0;
    margin: 0;
}


/* 地図スタイル */
#location {
    overflow: hidden;
}
#location h2 {
    color: #272343;
    border-radius: 1rem;
    text-align: left;
    margin-left: 2rem;
    padding: 0;
}

#address {
    line-height: 1.5rem;
    margin: 1rem 2rem;
    font-size: 1.4rem;
}
#map {
    margin-right: 2rem;
    padding-left: auto;
}
#map iframe {
    width: 75%;
    margin: 2rem;
}

/* トップお問い合わせ */
.contact {
    margin: 2rem;
    padding: 2rem;
    margin-top: 2rem !important;
}
.contactscript {
    font-size: 1.4rem;
}

/* 並列させる */
.aside {
    display: flex;
    flex-wrap: wrap;
}
.asiden {
    display: flex;
}

/* 取り組む課題 */
.problemtitle {
    display: flex;
    width: 30.5%;
    font-size: 1.8rem;
    margin-left: 2.4rem;
    margin-bottom: 0.4rem;
}
.problem {
    display: flex;
    width: 31%;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-left: 2rem;
    margin-bottom: 1rem;
}
.problemtitlesma {
    display: none;
}

/* 取引先 */
#relations {
    justify-content: center !important;
}
.businessrelations {
    display: flex !important;
    min-width: 40%;
}
.organization {
    width: 100%;
    padding: 1rem 2.5rem 1rem 1rem;
    margin: 0.5rem ;
    color: #272343;
    font-weight: bold;
    border-radius: 4px;
    font-size: 1.4rem;
    display: flex !important;
}

.memberborder {
    font-size: 2rem;
    text-align: center;
    margin: 2rem;
}
.member {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}

/* 有吉先生 */
.memberphoto {
    height: 20rem;
    padding-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 1rem;
}
.ariyoshiscript {
    padding-left: 2rem;
    padding-right: 1rem;
    font-size: 1.4rem;
}
.name {
    font-size: 2rem;
    line-height: 4rem;
    font-weight: bold;
}
.position {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}
.profile {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    display: flex;
}


#studyscript {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin: 2rem 2rem;
    justify-content: center !important;
}

/* 西岡さん */
#nishioka {
    height: 20em;
    padding-right: 2em;
    margin-bottom: 1rem;
}
#nishiokascript {
    padding-left: 2rem;
    padding-right: 2rem;
}

/* メンバーモバイル */
#member_mb {
    display: none;
}
@media (max-width : 800px) {
    #member_pc {
        display: none;
    }
    #member_mb {
        display: block;
    }
    .member_mb_image img{
        width: 100%;
    }
}


/* プレスリリースボタン */
.press {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0;
    background: #272343;
    border-radius: 4px;
    color: #fffffe;
}
.allnews {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0;
    background: #bae8e8;
    border-radius: 4px;
}
.column {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0;
    background: #dae8ba;
    border-radius: 4px;
}
.columntitle {
    font-size: 1.8rem;
    border-top: #272343 dashed 2px;
    border-bottom: #272343 dashed 2px;
    margin: 1rem;
    padding: 0.5rem 1rem;
    text-align: center;
}
.columnscript {
    width: 50% !important;
    padding: 1rem 4rem 2rem 4rem;
    margin: auto;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: left;
}

/* スライダーのためのcss */
.slide a img {
    width: 400px !important;
    height: 400px !important;
} 
.wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 440px;
    margin-bottom: 50px;
} 
.slide {
    display: flex;
    -webkit-animation: slide 20s infinite linear 1s both;
    animation: slide 20s infinite linear 1s both;
}
@-webkit-keyframes slide {
    from { transform: translateX(0); } to { transform: translateX(-100%); }
}
@keyframes slide {
    from { transform: translateX(0); } to { transform: translateX(-100%); }
} 
.slider:hover .slide {
    -webkit-animation-play-state: paused; 
    animation-play-state: paused;
} 
.item {
    transition: all 0.2s;
    margin-right: 20px;
    width: 400px !important;
    height: 400px !important;
} 
.item:hover {
    transform: translateY(-10px);
    border-radius: 8px;
    box-shadow: 0 3px 10px 0 #333;
    opacity: 0.8;
    cursor: pointer;
}


/* 業務概要アコーディオン */
.accordion {
    margin: 2em auto;
    width: 80%;
    max-width: 1000px;
    }
    .toggle {
    display: none;
    }
    .option {
    position: relative;
    margin-bottom: 1.5em;
    }
    .title {
        font-size: 1.6rem;
        padding-right: 8rem;
    }
    .title,
    .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    }
    .title {
    border-bottom: solid 1px #00000050;
    padding: 1rem 2.5rem 1rem 1rem;
    display: block;
    color: #272343;
    font-weight: bold;
    }
    .title::after,
    .title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #272343;
    transition: all 0.5s;
    }
    .title::after {
    transform: rotate(90deg);
    }
    .content {
    max-height: 0;
    overflow: hidden;
    }
    .content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 1.4rem;
    line-height: 1.5;
    /* border: dashed 2px #2001ee42; */
    border-top: none;
    border-radius: 4px;
    color: #272343;
    }
    .toggle:checked + .title + .content {
    max-height: 500px;
    transition: all 2s;
    }
    .toggle:checked + .title::before {
    transform: rotate(90deg) !important;
    }


/* 会社概要の表 */
.companytable {
    margin-left: 2rem;
    border-collapse: collapse;
    width: 80%;
    margin: auto;
}
.companytable th {
    background-color: white;
    border-bottom: solid 0.5px #272343;
    text-align: center;
    font-size: 1.4rem;
    width: 10rem;
    color: #272343;
}
.companytable td {
    background-color: #fffffe;
    text-align: left;
    padding: 0.3rem 1rem;
    color: #272343;
    font-size: 1.4rem;
    line-height: 1.8rem;
    border-bottom: solid 0.5px #272343;
}

/* プロジェクト一覧 */
.projectmap {
    width: 50%;
    object-fit: contain;
}
.projectstitle {
    font-size: 1.6rem;
}
.projects {
    line-height: 1.6rem;
    font-size: 1.4rem;
}

.tab-ui-wrapper {
    width: 45%;
    margin: 1rem auto;
  }
  
  .tab-label {
    width: 30%;
    font-size: 1.2rem;
    font-weight: bold;
    height: 4rem;
    line-height: 4rem;
    background-color: #f0f0f0;
    color: #272343;
    display: inline-block;
    border-radius: 7px 7px 0 0;
    text-align: center;
    cursor: pointer;
  }
  
  .tab-ui-wrapper input {
    display: none;
  }
  
  .tab-content-wrapper {
    color: #272343;
    background-color: #e3f6f5;
  }
  
  .tab-content {
    display: none;
    padding: 10px 20px;
  }
  .tab-content img {
    width: 80%;
    padding: auto;
  }
  .tab-content p {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  
  #tab-1:checked ~ .tab-content-wrapper #tab-1-content,
  #tab-2:checked ~ .tab-content-wrapper #tab-2-content,
  #tab-3:checked ~ .tab-content-wrapper #tab-3-content{
    display: block;
  }
  
  .tab-ui-wrapper input:checked + .tab-label {
    background-color: #e3f6f5;
    color: #272343;
  }


.internship1 {
    font-size: 4rem;
    line-height: 5rem;
    /* text-align: center; */
    padding-left: 2rem;
    padding-bottom: 0 !important;
    text-align: center;
}
.internship2 {
    font-size: 3rem;
    padding-left: 2rem;
    text-align: center;
}
.internship3 {
    font-size: 2.5rem;
    padding-left: 2rem;
    text-align: center;
}



/* ボトムバー */
#bottombar {
    margin-top: 2rem;
    margin-bottom: 1rem;
    width: 100%;
    height: 10rem;
    line-height: 2rem;
    background-color: #272343;
    padding: 1rem 0 0.2rem;
    font-size: 1rem;
    text-align: left;
    border-radius: 0.5rem;
}
#bottombar ul {
    margin-top: 0;
}
#bottombar li {
    list-style: none;
    display: inline-block;
    padding-right: 2rem;
    padding-left: 2rem;
    border-right: 1px #fffffe solid;
}
#leftside {
    padding-left: 3rem;
}
#bottombar h5 {
    color: #fffffe;
    padding-left: 4rem;
    padding-top: 0;
}
.privacypolicy {
    text-align: right;
    margin-right: 2rem;
    margin-bottom: 0.5rem;
}
.privacypolicylink {
    text-decoration: none;
    color: #fffffe;
}
.privacypolicylink:hover {
    opacity: 70%;
}


.timeline {
    list-style: none;
}
.timeline-date {
    font-size: 1.2rem;
}
.timeline-content {
    font-size: 1.2rem;
}
.timeline &gt; li {
    margin-bottom: 60px;
}
@media ( min-width : 650px ){
    .timeline &gt; li {
      overflow: hidden;
      margin: 0;
      position: relative;
    }
    .timeline-date {
      width: 110px;
      float: left;
      margin-top: 20px;
    }
    .timeline-content {
      width: 75%;
      float: left;
      border-left: 3px #cdcdcc solid;
      padding-left: 30px;
    }
    .timeline-content:before {
      content: '';
      width: 12px;
      height: 12px;
      background: #272343;
      position: absolute;
      left: 106px;
      top: 24px;
      border-radius: 100%;
    }
}

.topphoto {
    display: none;
}


.group {
    width: 31%;
}
@media (max-width:920px) {
    .group {
        width: 93%;
    }
}
/* スマホ対応 */
@media (max-width : 920px) {
    .projectmap {
        width: 95%;
    }
    .tab-ui-wrapper {
        width: 95%;
        margin: 1rem auto;
    }
    .problemtitle {
        display: none;
    }
    .problem {
        width: 95%;
        margin-bottom: 4rem;
    }
    .problemtitlesma {
        font-size: 1.8rem;
        display: flex;
        width: 95%;
        margin: 0 0 0 2rem;
    }
    .topphoto {
        display: flex;
        width: 100%;
    }
    .topphoto img {
        width: 100%;
    }
    .carousel {
        display: none !important;
    }

    #relations {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        margin: auto !important;
    }
    .businessrelations {
        display: flex;
        width: 100%;
    }

    .topbanner img {
        width: 80%;
        padding-left: 10%;
        padding-right: 10%;
    }

    @keyframes scroll {
        /* 初期位置は1個目の画像が左端 */
        0% { margin-left: -1080px; }
        100% { margin-left: -1080px; }
    }
    .carousel {
        width: auto;
        height: auto;
        display: flex;    /* 子要素を横に並べる */
        overflow: hidden; /* はみ出た部分は表示しない */
        margin: 0 auto;   /* 水平方向中央寄せ */
        margin-bottom: 10rem;
    }
    .carousel img {
        margin: 0;
        padding: 0;
        display: block; /* imgタグの改行のすき間を消すため */
    }

    #slogan {
        display: flex;
        justify-content: left;
        margin: 0rem;
        margin-right: 0.2rem;
        font-size: 1.2rem;
        padding-left: 1rem;
    }
    #leftside {
        padding-left: 1.2rem;
    }
    .aside {
        display:block;
    }

    @media (max-width : 650px) {
        body {
            margin: 1rem;
        }
        #leftside {
            padding-left: 0;
        }
        /* #slogan {
            display: none;
        } */
        .dontaside {
            display: flex !important;
            flex-direction: column;
        }
        #bottombar {
            height: 12rem;
        }
        .privacypolicy {
            text-align: left;
            margin-right: 2rem;
            margin-bottom: 0.5rem;
        }
    }

        #map {
        text-align: left;
        margin: 1rem;
        padding: 1rem;
        width: 100%;
        }

}
</pre></body></html>