<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------*/
/* 全体の幅 */
#wrapper {
  width: 100%;
  margin: 0 auto;
  background: url("../images/bg01.png") repeat-y 0 0;
  background-size: 100%;
}
header {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  background: url("../images/header_bg02.png") no-repeat center center;
  background-size: 100%;
  height: 120px;
  border-radius: 0 0 30px 30px;
}
.main-bg {
  background: url("../images/main-bg01.png") no-repeat 0 78px;
  background-size: 100%;
}
#main {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
#main .side-left,
.main-right {
  float: left;
  display: inline;
}
#main .side-left {
  /*width: 320px;*/
  width: 25%;
  font-size: 20px;
	margin-bottom: 30px;
}
#main .main-right {
  width:72%;
  border-radius: 20px;
  margin-left: 3%;
}


/*---------------flexslider--------------*/
.flexslider {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: url("../images/loading.gif") 50% 50% no-repeat;
  z-index: 1;
}
.slides {
  position: relative;
}
/*.slides li {
  height: 560px;
}*/
.flex-control-nav {
  position: absolute;
  bottom: 30px;
  left: 0px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
.flex-control-nav a {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 48px;
  overflow: hidden;
  background: url("../images/dot.png") -12px 0 no-repeat;
  cursor: pointer;
}
.flex-control-nav .flex-active {
  background-position: 3px 0;
}
.flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
  left: -30%;
}
.flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
/*------------------main-list---------------------*/
#main-list {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.side-left .main-list-l {
  width: 100%;
  background: #FFFDFD;
  box-sizing: border-box;
  border-radius: 10px 10px 10px 10px;
  padding-bottom: 15px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.main-list-l {
	float: left;
  width: 25%;
  background: #FFFDFD;
  box-sizing: border-box;
  border-radius: 10px;
  padding-bottom: 15px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
margin-bottom: 20px;
	
}

.main-list-l p{
	color: #A65FBD;
	line-height: 160%;
}

#main-list .main-list-r {
  width: 72%;
  background: #FFFADC;
  border-radius: 10px;
  float: right;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#main-list .main-list-l h2 {
  width: 100%;
  border-radius: 10px 10px 0 0;
  background: url("../images/side_bg02.png") no-repeat center center;
  background-size: 100%;
}
.side-left .main-list-l h2 {
  width: 100%;
  border-radius: 10px 10px 0 0;
  background: url("../images/side_bg02.png") no-repeat center center;
  background-size: 100%;
}
#main-list .main-list-r h2 {
  width: 100%;
  border-radius: 10px 10px 0 0;
  background: url("../images/main_bg02.png") no-repeat center center;
  background-size: 100%;
}

#navBanner
{ width: 25%;}
/*------------------serve-main-info----------------------*/
.serve-main-info {
  float: right;
  display: inline;
  width: 72%;
  margin-left: 3%;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 100px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.serve-main-info a, .main-list-l a{
	text-decoration: underline;
}
/*----------------footer------------------*/
footer {
  width: 100%;
  margin-top: 90px;
  background: url("../images/footer_bg.gif") no-repeat center center;
  background-size: cover;
}
.footer-info {
  width: 90%;
  margin: auto;
  padding-top: 45px;
}
.footer-info a {
  color: #111111;
}
</pre></body></html>