<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 */
html{
  font-size: 62.5%;
}

body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-size: 1.0rem;
  color:#656464;
}

a img:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
}


.bh{
  border-left: 5px solid #0098d9;
  font-size: 13px;
  color:#0098d9;
  padding-left: 10px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

#subpage .bh{
  margin-bottom: 30px;
}




.wrap{
  width: 1000px;
  margin: 0 auto;
}

.header{
  border-bottom: 6px solid #ec6d81;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 5px;
}

.header .logo{
  font-size: 18px;
  float: left;
  padding-top: 20px;
  color:#231815;
}

.header .logo a{
  text-decoration: none;
  color:#231815;
}

.h_tel{
  font-size: 11px;
  float: right;
  font-weight: bold;
}

.h_tel img{
  vertical-align: middle;
  padding-left: 5px;
}


.contents{
  padding-bottom: 20px;
  font-size:1.2rem;
}

#subpage .contents{
  padding-bottom: 40px;
}

.main_content{
  width: 800px;
  float: right;
}

#subpage .main_content{
  width: 780px;
  float: right;
}


.inner{
  padding-left: 40px;
  padding-right: 40px;
}



.sub_content{
  width: 180px;
  float: left;
}

.sub_navi{
  border-top: 1px solid #9fa0a0;
  margin-bottom: 40px;
  font-size: 15px;
  letter-spacing: 1px;
}

.sub_navi li a{
  display: block;
  border-bottom: 1px solid #9fa0a0;
  text-decoration: none;
  color:#656464;
  padding: 5px 0 5px 10px;
}

.sub_navi .select{
  color:#e95371;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #9fa0a0;
  display: block;
}

.sub_navi li ul li a{
  padding-left: 1em;
  color:#aaaaab;
  border-bottom: 1px dotted #9fa0a0;
}

.sub_navi li ul li.last a{
  border-bottom: 1px solid #9fa0a0;
}

.sub_navi li a:hover{
  color:#111;
  background: #eee;
}

.sub_tel{
  margin-bottom: 15px;
}

.pdf_banner{
  border: 1px double #a40000;
  background: #fff;
  padding: 3px;
  margin-bottom: 10px;
}

.pdf_banner a{
  display: block;
  background: #a40000;
  text-decoration: none;
  color:#fff;
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
  letter-spacing: 0.1em;
}

.enq_banner{
  border: 1px solid #aaa;
}

.enq_banner a{
  display: block;
  font-size: 20px;
  text-decoration: none;
  color:#656464;
  padding: 15px;
  background: url(../images/common/pdf.png) 110px 70px no-repeat;
}

.pdf_banner a:hover,
.enq_banner a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
}


.footer{
  border-top: 2px dotted #ccc;
  padding-bottom: 40px;
  padding-top: 20px;
}

.banner_area{
  padding-top: 10px;
  padding-bottom: 40px;
}

.banner_area li{
  width: 21%;
  float: left;
  margin-right: 5%;
  text-align: center;
}

.banner_area li.last{
  float: right;
  margin-right: 0;
}

#footer_links{
  margin-bottom: 20px;
}

#footer_links li{
  font-size: 12px;
  float: left;
}

#footer_links li a{
  text-decoration: none;
  color:#656464;
  padding-left: 10px;
  margin-right: 8px;
  background: url(../images/common/arrow.png) 2px 3px no-repeat;
}

#footer_links li a:hover{
  text-decoration: underline;
}

.footer_text{
  border: 1px solid #aaa;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 20px;
}

.footer_text dt{
  font-weight: bold;
  padding-bottom: 5px;
}

.footer_text dd{
  color:#656464;
}


.f_logo{
  padding-left: 200px;
}

.f_logo a{
  display: block;
  float: left;
  margin-right: 20px;
}

.f_logo .copy{
  text-align: right;
  font-size: 10px;
  padding-top: 15px;
}












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