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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.sm{
  display: none;
}

.jump-to{
  cursor: pointer;
}

body {
  color: #333;
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-size: 14px;
  background: #fff url(../img/header/top-bar.png) repeat-x top;
  min-width: 1050px;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

h3 img{
  display: block;
  margin: auto;
}
a {
  color: #4967ae;
}
a:visited{
  color: inherit;
}

.clearfix {
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.padded {
  padding: 30px;
}


.marged {
  padding: 30px 30px 0;
}

#dropNav ul li:hover{
  opacity: 0.7;
}

#dropNav img{
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

/* HEADER
-------------------------------------------------- */
header {
  position:relative;
  width:960px;
  height:170px;
  margin:0 auto;
}
header h1 {
  position:absolute;
  left:265px;
  top:72px;
  color:#666;
  font-size:11px;
  font-weight:normal;
}
header #logo {
  padding-top:40px;
}
header #logo a {
  display:block;
  background:url(../img/header/logo.png) no-repeat;
  width:240px;
  height:40px;
  text-indent:-9999px;
}

header #fontSize,
header .tel,
header .access {
  position:absolute;
}
header #fontSize,
header .tel {
  background:url(../img/header/bg_h_line.png) no-repeat right;
  padding-right:17px;
}
header #fontSize {
  left:445px;
  top:32px;
}
header #fontSize dt,
header #fontSize dd {
  float:left;
  margin-right:2px;
}
header .tel {
  right:107px;
  top:30px;
}
header .access {
  right:0px;
  top:30px;
}

#header #dropNav {
  position:absolute;
  top:29px;
  left:300px;
  z-index: 999;
}

#gNavi {
  margin-top:10px;
}
#gNavi li {
  float:left;
}


/* PAGE
-------------------------------------------------- */
.wrapper{
  width: 1000px;
  margin: auto;
  /*box-shadow: 0px 5px 3px 3px #EDEBEA;*/
}

.wrapper #breadcamp{
  font-size: 1em;
  line-height: 1;
  color: #575757;
}
#breadcamp a {
  color: inherit;
}

/* FOOTER
-------------------------------------------------- */
footer {
  color:#fff;
  font-size:12px !important;
  height:319px;
  background:url(../img/footer/bg_footer.png) repeat-x;
}
footer .container {
  width: 950px;
  margin: auto;
  position:relative;
  height:319px;
}

footer .pagetop {
  position:absolute;
  top:0px;
  right:0px;
  background:#fff;
}

footer .seo {
  line-height:40px;
  color:#666;
  font-size:11px;
}

footer .col {
  float:left;
  margin:25px 0 0;
  padding:0 0 0 30px;
}
footer .col.colR {
  float: right;
  margin: 0;
  padding: 0px;
  margin-top: 30px;
}
@media screen and (min-width: 751px) {
  footer .fLink {
    margin-left:40px;
    background:url(../img/footer/bg_f_line.png) repeat-y left;
  }
  footer .fLink .inner {
    overflow:hidden;
    padding-right:50px;
    background:url(../img/footer/bg_f_line.png) repeat-y right;
  }
  footer .fLink ul {
    float:left;
    margin-right:20px;
  }
  footer .fLink li {
    margin:0 0 5px;
    padding-left:11px;
    background:url(../img/footer/list_02.png) no-repeat 0 5px;
  }
  footer .fLink a {
    color:#fff;
    text-decoration:none;
  }
  footer .fLink a:hover {
    text-decoration:underline;
  }
  footer address a span {
    color: #fff;
  }
}

footer .tel {
  margin:18px 0 0 22px;
}

footer .logo a {
  display:block;
  background:url(../img/footer/logo_f.png);
  width:236px;
  height:41px;
  text-indent:-9999px;
}
footer address {
  padding:10px 0 0 45px;
  line-height:1.6;
}

footer small {
  display:block;
  position:absolute;
  width:100%;
  bottom:43px;
  clear:both;
  color:#344C18;
  font-size:11px;
  text-align:center;
}

footer .sns {
  margin-top: 10px;
}
footer .sns li {
  display: inline-block;
  margin-right: 8px;
}

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