@charset "UTF-8";
/**
 * Knowledge Tooltips - Archive & Index styles
 */
/**
 * Knowledge Tooltips - 共通変数
 */
.kt-category-archive,
.kt-category-list,
.kt-category-tree {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kt-category-archive li,
.kt-category-list li,
.kt-category-tree li {
  margin: 8px 0;
}
.kt-category-archive a,
.kt-category-list a,
.kt-category-tree a {
  text-decoration: none;
}

.kt-category-tree ul {
  list-style: none;
  margin-left: 1.5em;
  padding: 0;
}

.kt-index {
  margin: 2em 0;
}

.kt-index-section {
  margin-bottom: 2em;
}
.kt-index-section h2 {
  font-size: 1.25em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
}

.kt-index-group {
  margin-bottom: 1.5em;
}
.kt-index-group h3 {
  font-size: 1em;
  margin: 0 0 0.5em;
  color: #666;
}
.kt-index-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kt-index-group li {
  margin: 4px 0;
}
