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

body {
  font-size: 15px;
  line-height:1.8em;
  color: #333333;
  font-family:"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  
}

.fixedWidth {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

/* JqvaScript縺ｧ蜍慕噪縺ｫ莉倅ｸ� */
.current {
	cursor: default;
}
.clear {
	clear: both;
}
.clearli li {
	clear: both;
}
.clearli li.noclear {
	clear: none;
}
.clearfix {
/zoom : 1;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}


@media screen and (max-width:959px){

body {
  min-width: 320px;
}

.fixedWidth {
  width: auto;
}

}

@media screen and (max-width:479px){

body {
  font-size: 14px;
}

}

/* 
 * header
 */

#header {
  background:#FFFFFF;
}

#header &gt; .fixedWidth &gt; .inner {
  padding: 15px 10px 15px;
  position: relative;
  overflow: hidden;
}

#header .titleWrapper h1 {
	text-align:center;
}

#header .site-description {
  font-size: 12px;
  text-align:center;
  padding: 4px 0 2px 0;
  background:#fcf0e3;
}


#header .site-description .telnum {
	color:#9e374a;
	margin-left:20px;
}

@media screen and (max-width:959px){

#header &gt; .fixedWidth &gt; .inner {
  padding-left: 1.388%;
  padding-right: 1.388%;
}

#header .contact {
  display: none;
}

}

@media screen and (max-width:719px){

#header &gt; .fixedWidth &gt; .inner {
  padding-left: 2.083%;
  padding-right: 2.083%;
}

#header .site-description {
  font-size: 12px;
  padding-top: 7px;
  margin-bottom: 12px;
}

}

@media screen and (max-width:479px){

#header &gt; .fixedWidth &gt; .inner {
  padding: 3.125% 3.125%;
}

#header .titleWrapper {
  float: none;
  margin-right: 50px;
}

#header h1 {
  padding-top: 2px;
}

#header .site-description {
  display: none;
}

}

/* 
 * global navigation
 */

#gNav {
  position: relative; 
width:100%;
height:100%;
}

/*#gNav:before,*/
#gNav:after {
content:"";
display:block;
width:100%;
}

#gNav .menu {
  display: block;
}

#gNav .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-left:2px dotted #e78e9b;
}

#gNav .menu ul li {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-right:2px dotted #e78e9b;
}

#gNav .menu ul li a {
  color: #9e374a;
  font-size: 16px;
  /*padding-top: 6px;*/
/*  padding-bottom: 0px;
  border-bottom: 4px solid transparent;*/
  
}

#gNav .menu ul li a:hover,
#gNav .menu ul li a.current {
	color:#e78e9b;

  padding-bottom:5px;
}

#gNav #gNavButton {
  display: none;
  position: absolute;
  right: 0px;
  margin-top: -15px;
  border: none;
  background-color: transparent;
  background-image: url(../img/gNavButton.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

#gNav #gNavButton.opened {
  background-position: center bottom;
}

@media screen and (max-width:959px){

#gNav .menu {
  display: none;
}

#gNav .menu ul {
  display: block;
  border-left: none;
}

#gNav .menu ul li {
  border-right: none;
  border-bottom:2px dotted #e78e9b;
}

#gNav #gNavButton {
  display: block;
  top: -50px;
  width: 50px;
  height: 50px;
  margin-right: 1.388%;
}

}

@media screen and (max-width:719px){

#gNav #gNavButton {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -40px;
  margin-right: 2.083%;
}

}

@media screen and (max-width:479px){

#gNav #gNavButton {
  width: 30px;
  height: 30px;
  top: -30px;
  margin-top: -2.5%;
  margin-right: 3.125%
}

}

/* 
 * footer
 */


#footer {
  position: relative;
  background-color: #f7c7c7;
  padding-top: 25px;
  padding-bottom: 40px;
}

#footer ul.nav {
  text-align: center;
  word-spacing: -5px;
}

#footer ul.nav li {
  display: inline-block;
  border-left: 1px solid #000;
  padding: 0px 2em 0px;
  font-size: 16px;
  color: #000;
}

#footer ul.nav li:first-child {
  border-left: none;
}

#footer ul.nav li a {
  position: relative;
  top: 1px;
}

#footer ul.nav li a:hover {
  color: #777;
}

@media screen and (max-width:959px){

#footer ul.nav li {
  padding: 0 1.5em 0;
}

}

@media screen and (max-width:719px){

#footer ul.nav li {
  padding: 0 1em 0;
  margin-bottom: 10px;
}

}

@media screen and (max-width:479px){

#footer ul.nav li {
  font-size: 14px;
}

}

/*
 * misc
 */



a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
}

img {
  max-width: 100%;
  height: auto;
}

#main .morebox {
  margin-top: 10px;
  float: right;
}


#main .more a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #0e3e8d;
  border-radius: 8px;
  padding: 8px 10px;
}

/*繝ｪ繧ｹ繝�*/
.list2 li  {
	position: relative;
	line-height:2;
	margin-left:20px;
}
.list2 li::after  {
	display: block;
	content: '';
	position: absolute;
	top: .8em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #f0b604;
	border-radius: 100%;
	}
	
/*谿ｵ關ｽ*/
.paragraph_15 {
	margin-bottom:15px;
}
.paragraph_25 {
	margin-bottom:25px;
}
.paragraph_35 {
	margin-bottom:35px;
}

/*----------------------------------------------------
    .繝輔か繝ｳ繝医し繧､繧ｺ
----------------------------------------------------*/
.px8{font-size:62%;}/**/
.px9{font-size:68%;}
.px10{font-size:74%;}/**/
.px11{font-size:83.3%;}
.px12{font-size:93%;}
.px13{font-size:100%;}/**/
.px14{font-size:105%;}
.px15{font-size:115%;}/**/
.px16{font-size:123%;}
.px17{font-size:136%;}/**/
.px18{font-size:145%;}
.px19{font-size:154%;}
.px20{font-size:160%;}
.px21{font-size:162%;}
.px22{font-size:170%;}
.px23{font-size:177%;}
.px24{font-size:185%;}

.fontIndianred { color:#9e374a}
.fontBold { font-weight:bold;}

.fontCaution {color: #FF0004;}
.fontBlue {color:#0036FF;}


/*----------------------------------------------------
    蜀咏悄遘ｻ蜍�
----------------------------------------------------*/
.floatImgLeft {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	}
	
.floatImgRight {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	}


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