<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* INDEX */
#index #stage #headarea {
  background: url(../images/head_bg.gif) repeat-x bottom center;
}
#index #stage #headarea #head {
  overflow: hidden;
  height: 55px;
  text-align: left;
  width: 850px;
  margin: 0 auto;
}
#index #stage #headarea #head h1 {
  margin-top: 11px;
  float: left;
}
#index #stage #headarea #head h2 {
  margin-top: 16px;
  float: right;
}
#index #stage .mainarea {
  background: url(../../images/wakayama_bg.jpg) no-repeat center top;
  height: 600px;
  margin-bottom: 15px;
}
#index #stage .mainarea .maintext {
  padding-top: 120px;
  margin-bottom: 10px;
}

/* second */
#second #stage #headarea {
  background: url(../images/head_bg.gif) repeat-x bottom center;
}
#second #stage #headarea #head {
  overflow: hidden;
  height: 55px;
  text-align: left;
  width: 960px;
  margin: 0 auto;
}
#second #stage #headarea #head h1 {
  margin-top: 11px;
  float: left;
}
#second #stage #headarea #head h2 {
  margin-top: 16px;
  float: right;
}
#second #stage .mainarea {
  background: #fffcf2 url(../../corplist/images/wakayama_bg_corp.png) no-repeat center top;
  height: 328px;
}
#second #stage .mainarea .maintext {
  padding-top: 20px;
  margin-bottom: 30px;
}
#second #stage .mainarea .btnarea a:hover {
  opacity: 0.7;
}
#second #stage .list {
  width: 100%;
  background-color: #fffcf2;
  margin-bottom: 20px;
}
#second #stage .list ul {
  width: 938px;
  margin: 0 auto;
  overflow: hidden;
  padding: 17px 10px 17px 10px;
}
#second #stage .list ul li {
  width: 407px;
  margin-bottom: 60px;
  padding: 20px 0 30px 28px;
  background: url(../../corplist/images/list_bg.gif) repeat-y;
  border-top: 1px solid #c7e6ef;
  border-bottom: 1px solid #c7e6ef;
}
#second #stage .list ul li:nth-child(odd) {
  float: left;
}
#second #stage .list ul li:nth-child(even) {
  float: right;
}
#second #stage .list ul li .tarea {
  position: relative;
  margin-left: -38px;
  background: #009bb8;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 25px;
}
#second #stage .list ul li .tarea img {
  position: absolute;
  bottom: -5px;
  left: 0px;
}
#second #stage .list ul li .tarea h3 {
  font-size: 150%;
  line-height: 166.6%;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
#second #stage .list ul li .piarea {
  overflow: hidden;
  margin-bottom: 30px;
}
#second #stage .list ul li .piarea p {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 200px;
  float: left;
  font-size: 116.7%;
  line-height: 171.4%;
  color: #444;
}
#second #stage .list ul li .piarea a {
  display: block;
  float: right;
  width: 165px;
  height: auto;
  margin-right: 27px;
}
#second #stage .list ul li .piarea a img {
  width: 165px;
}
#second #stage .list ul li .piarea a:hover {
  opacity: 0.7;
}
#second #stage .list ul li table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 380px;
  text-align: left;
}
#second #stage .list ul li table th {
  width: 60px;
  padding: 12px 20px 12px 10px;
  color: #444;
  font-size: 100%;
  line-height: 150%;
  font-weight: normal;
  background-color: #f2f2f2;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  vertical-align: top;
  text-align: left;
}
#second #stage .list ul li table td {
  padding: 12px 10px;
  color: #444;
  font-size: 100%;
  line-height: 150%;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  vertical-align: top;
}
#second #stage .list ul li .btnarea {
  margin-top: 20px;
}
#second #stage .list ul li .btnarea a:hover {
  opacity: 0.7;
}
</pre></body></html>