@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   attribute
========================================================= */

/* shinchaku-ichiran
----------------------------------------------- */
.contentGpCategoryCategory .docs-shinchaku h2 {
  height: 44px;
  line-height: 44px;
  padding-left: 25px;
  background-color: #00349a;
  background-repeat: no-repeat;
  background-image: url(/_themes/joruri/smart/piece/images/ic-border.png);
  background-position: 10px center;
  color: #ffffff;
}
.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;
  border-bottom: 1px solid #cccccc;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contentGpCategoryCategory .docs-category h2,
.contentGpCategoryCategory .docs-group h2 {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  background-color: #e3f0fa;
  color: #333333;
}
.contentGpCategoryCategory .docs-category section,
.contentGpCategoryCategory .docs-group section {
  margin-top: 10px;
}
.feed {
  display: none;
}
.contentGpCategoryCategory span.attributes {
  display: none;
}

/* shinchaku-ichiran
----------------------------------------------- */
.contentGpCategoryCategoryType section {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 10px center;
  border-bottom: 1px solid #cccccc;
}
.contentGpCategoryCategoryType h2  {
  height: 44px;
  line-height: 44px;
  font-size: 100%;
}
.contentGpCategoryCategoryType h2 a {
  display: block;
  padding: 0 40px 0 10px;
  overflow: hidden;
  background-image: url(/_themes/joruri/smart/piece/images/ic-link2.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.attribute .explain {
  display: none;
}
