<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:hover {
  color: F999999;
  text-decoration: none;
}

ul {
  list-style: none;
  top: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul li,
ul li dl {
}

ul {
  letter-spacing: -1em;
}

ul li {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 5px;
  letter-spacing: 0;
}

ul dl {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 20px 25px;
  color: #000000;
  background: rgba(255, 255, 255, 0.5);
}

ul dl dt {
  margin-bottom: 0.3em;
}

ul dl dd {
  margin: 0;
  font-size: 10px;
  line-height: 1.6;
  text-align: justify;
  word-break: break-all;
}

ul dl dd:last-of-type {
  margin-top: 10px;
  text-align: right;
}

ul a {
  padding: 0.3em 0.5em;
  background-color: none;
}

/* type1 */

.type1 dl {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}

.type1:hover dl {
  opacity: 1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}


/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  padding:0;
  margin:20px 0 20px 0;
}
.cg_freespace_02 {
  padding:0;
  margin:20px 0 20px 0;
}
/* カテゴリ・グループのフリースペース内の&lt;p&gt;タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
  margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の&lt;ul&gt;タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
  margin:0 0 10px 20px;
  padding:0;
}</pre></body></html>