@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   category
========================================================= */
.contentGpCategoryCategoryType h2,
.contentGpCategory h2 {
  line-height: 44px;
}
.contentGpCategoryCategoryTypes h2 a,
.contentGpCategoryCategoryType h2 a {
  display: block;
  padding: 0 10px;
}
.contentGpCategoryCategoryType .children a {
  display: block;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  padding: 0 30px 0 15px;
  border-bottom: 1px solid #cccccc;
  background-image: url(/_themes/joruri/smart/piece/images/ic-link.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contentGpCategoryCategory .docs-shinchaku h2 {
  padding-left: 25px;
  background-color: #00349a;
  background-image: url(/_themes/joruri/smart/piece/images/ic-border.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #ffffff;
}
.contentGpCategoryCategoryTypes h2 a,
.contentGpCategoryCategoryType h2 a {
  margin-top: 10px;
  padding-right: 30px;
  border-top: 1px solid #0078bf;
  border-bottom: 1px solid #0078bf;
  background-color: #8bd9f5;
  background-image: url(/_themes/joruri/smart/piece/images/ic-link2.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}
.contentGpCategoryCategoryType section:last-child h2 a {
  border-top: 1px solid #d5002c;
  border-bottom: 1px solid #d5002c;
  background-color: #ffe6ea;
  background-image: url(/_themes/joruri/smart/piece/images/ic-link3.png);
}
.contentGpCategoryCategory .docs-category h2,
.contentGpCategoryCategory .docs-group h2 {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  background-color: #e3f0fa;
  color: #333333;
}
.contentGpCategoryCategory li {
  border-bottom: 1px solid #cccccc;
}
.contentGpCategoryCategory li a {
  display: block;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  padding: 0 30px 0 15px;
  background-image: url(/_themes/joruri/smart/piece/images/ic-kiji.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contentGpCategoryCategory .docs-category section,
.contentGpCategoryCategory .docs-group section {
  margin-top: 10px;
}
.feed {
  display: none;
}
.contentGpCategoryCategory span.attributes {
  display: none;
}

/* category-list
------------------------------------- */
#categoryList h2 {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #8bd9f5;
  vertical-align: middle;
  color: #000000;
}
#categoryList h3 {
  border-bottom: 1px solid #cccccc;
  font-size: inherit;
  font-weight: inherit;
}
#categoryList h3 a {
  display: block;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  padding: 0 30px 0 15px;
  background-image: url(/_themes/joruri/smart/piece/images/ic-link.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  text-overflow: ellipsis;
  white-space: nowrap;
}