<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  padding-top: 3rem;
  color: #525252;
}
@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
.newslist{
  border: 0;
  width: 100%;
  height: 230px;
}
@media (max-width: 991px){
  .newslist{
    height: 340px;
  }
  .thumbnail img{
    height: inherit;
    width: 100%;
  }
}
.team{
  overflow: hidden;
}
.bg-dark{
  background: #1B1B1B!important;
}
.text-sd{
  color: #00284a;
}
.bg-sd{
  background: #0057a4;
}
.title{
  font-weight: normal!important;
}
a{
  color: #0057a4;
}
a:hover{
  color: #000;
  text-decoration: none;
}
.btn{
  box-shadow: none!important;
  border-radius: 0!important;
}
.btn:hover{
  background-color: #0057a4;
  border-color: #0057a4;
}
.conimg{
  width: 100%;
  height: auto;
}
.topcontents{
  display: flex;
}
@media (max-width: 575px) {
  .topcontents{
    display: block;
  }
}
@media (max-width: 575px) {

}
.titlesetting{
}
.nomore{
  padding: 20px 60px;
  font-size: 1.375rem;
  font-weight: normal;
  height: 100%;
}
.carousel-item {
  height: 75vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.up img{
  width: 98px;
}
@media (max-width: 768px) {
  .pctop{
    display: none!important;
  }
  .mobtop{
    height: 300px!important;
  }
}
@media (min-width: 769px) {
  .mobtop{
    display: none!important;
  }
}
@media (max-width: 991px) {
  .up{
    display: none;
  }
}
@media (min-width: 992px) {
  .down{
    display: none;
  }
}
.subtitle {
  height: 300px;
}

.portfolio-item {
  margin-bottom: 30px;
}
.breadcrumb{
  background-color: inherit;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.navbar {
  padding: 0.1rem 1rem;
}
.navber-dark{
  color: #999999!important;
}
.navbar-dark a:hover{
  color: #FFFFFF!important;
}
.breadcrumb {
  padding: 0.75rem 0.25rem;
}
.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media (max-width: 992px) {

.googlmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.googlmap iframe,
.googlmap object,
.googlmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}
.cthyo{
  width:100%;
  border: 1.5px solid #EAECEF;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.cthyo th{
  padding: 20px 15px 5px;
  border-top: solid 1px #EAECEF;
  width: 20%;
  overflow: hidden;
  color: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #F3F3F3;
}
.cthyo td{
padding: 14px 18px;
text-align: left;
vertical-align: top;
color: inherit;
background-color: #ffffff;
border-top: solid 1px #EAECEF;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
.th-invoice{
  line-height: 10px;
}
.enkhyo{
  width:100%;
  border-top: 1px solid #EAECEF;
  word-break: break-all;
  word-wrap: break-word;
}
.enkhyo th{
  padding: 20px 15px 5px;
  border-top: solid 1px #EAECEF;
  overflow: hidden;
  color: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
}
.enkhyo td{
padding: 14px 18px;
text-align: left;
vertical-align: top;
color: inherit;
background-color: #ffffff;
border-top: solid 1px #EAECEF;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
@media (max-width: 992px){
.enkhyo th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.enkhyo td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}
.cover-img {
	height: 300px;
	display: table;
	width: 100%;
	background-size: cover;
}
.cover-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.imgcenter{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar-dark{
  border: none!important;
}
.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

a:hover img {
opacity: 0.7;
-webkit-opacity: 0.7;
-moz-opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
a img {
-webkit-transition: opacity 0.1s ease-out;
-moz-transition: opacity 0.1s ease-out;
-ms-transition: opacity 0.1s ease-out;
transition: opacity 0.1s ease-out;
}

@media only screen and (max-width: 750px) {
img { max-width: 100%; }
}
.bs{
  padding-top: 80px!important;
}
.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #1B1B1B;
  color: #FFFFFF!important;
}
.footer a{
  color: lightgray!important;
}
.footer a:hover{
  color: #FFFFFF!important;
  border:none!important;
}
.footer hr{
  margin: 8px 0;
  border-top: 1px solid #808080;
}
.footer .row{
  justify-content: space-between;
}
.footer li{
  display: inline-block;
  margin-left: 15px;
}
.footimg{
  margin-left: -37px;
}
.inner1{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.inner2{
  height: 54px;
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
}
.sitemap tr{
  display: flex;
  justify-content: space-between;
}
.sitemap td{
  padding: 0 8px;
}
.inner3{
  display: inline-block;
  margin-left: auto;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .mb-center p{
    display: block;
    text-align: center;
  }
  .box1{
    height: 100px;
  }
  .box2{
    text-align: center!important;
  }
  .inner3{
    margin: auto!important;
    margin-top: 24px!important;
  }
}
.vision{
  width: inherit;
  max-width: 690px;
  margin: auto;
}
.form-control{
  background-color: #e9ecef
}
.form-group{
  margin: 0!important;
}

.fly {
  position: relative;
}

#advertisement {
  position: absolute;
  top: -180px;
}

#exhibition {
  position: absolute;
  top: -180px;
}

#novelty {
  position: absolute;
  top: -180px;
}
.admin-title{
  background-color: #000;
  color: #fff;
  padding: 0.1rem;
}
.admin-title&gt;div{
  display: flex;
  justify-content: space-between;
}
.admin-title h2{
  margin: 0;
  line-height: inherit;
}
.ad-btn-gr{
  padding: 2.5rem 0;
  text-align: center;
}
.check-menu a{
  color: #fff!important;
}
.btn-sd{
  background: #0057a4;
  border: 1px solid #0057a4;
  color: #fff!important;
  margin: 0!important;
}
.btn-sd:hover{
  background:#343a40;
  border: 1px solid #343a40;
}
.sugu-keep-width{
  text-align: left;
}
.sugu-table-header th{
  background-color: #0057a4;
}
.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected{
  background-color: #0057a4;
}
.noltex{
  padding-top: 3rem;
  margin-bottom: 1em;
}
.cthyo.log{
  width: auto;
  margin: auto;
}
.cthyo.log label{
  display: none;
}
@media (max-width: 768px){
  .admin-title&gt;div{
    display: block;
    text-align: center;
  }
}

.invoice{
  line-height: 26px !important;
}</pre></body></html>