@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";
@import "../tool/style.css";

/* =========================================================
   page
========================================================= */

/* 404
----------------------------------------------- */
ul.list01 {
  margin-top: 30px;
}
ul.list01 li {
  margin: 0 0 15px 30px;
  padding-left: 10px;
}

/* use
----------------------------------------------- */
table.riyo {
  margin: 0 15px;
}
table.riyo span {
  display: inline-block;
  padding: 2px 2px 1px;
  border: 1px solid #C4C5C5;
  background-color: #ffffff;
  font-size: 110%;
  line-height: 1;
}

table.riyo th .black {
  background-color: #000000;
  color: #ffffff;
}
table.riyo th .blue {
  background-color: #1745CC;
  color: #ffffff;
}
ul.plugin li {
  list-style: none;
  float: left;
  line-height: 1.1;
  margin-right: 15px;
  width: 158px;
}

/* mobile
----------------------------------------------- */
.img-box1 {
  float: left;
  margin: 0px 30px 0px 0px;
}

/* convert
----------------------------------------------- */
/* ichiran
---------------------- */
.docs-title {
  position: relative;
  height: 38px;
}
.docs-title h2 {
  margin-bottom: 10px;
  padding: 8px 5px 5px 15px;
  background-image: url(/_themes/piece/images/bg-h2-sectionheader.jpg);
  color: #fff;
}
.docs-title .feed {
  position: relative;
  top: -34px;
  left: 620px;
}
.docs-shinchaku {
  margin-bottom: 30px;
  padding: 10px 15px 5px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.docs-shinchaku li {
  padding: 0px 0px 5px 13px;
  background-image: url(/_themes/base/images/ic-list03.gif);
  background-position: 0 0.5em;
  background-repeat: no-repeat;
}
.docs-shinchaku div {
  margin-top: 8px;
  text-align: right;
}

.docs-category > section{
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.docs-category h2 {
  padding: 5px 5px 5px 15px;
  background: linear-gradient(#DFF0F8, #EEF7FB);
  border-bottom: 1px solid #cccccc;
}
.docs-category ul {
  padding: 10px 15px 5px;
}
.docs-category li {
  padding: 0px 0px 5px 13px;
  background-image: url(/_themes/base/images/ic-list03.gif);
  background-position: 0 0.5em;
  background-repeat: no-repeat;
}
.docs-category div {
  margin-top: 8px;
  text-align: right;
}


.contentGpCategory .docs {
  margin-bottom: 30px;
  padding: 10px 15px 5px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.contentGpCategory .docs li {
  padding: 0px 0px 5px 13px;
  background-image: url(/_themes/base/images/ic-list03.gif);
  background-position: 0 0.5em;
  background-repeat: no-repeat;
}

.contentGpCategory .pagination .separator {
  display: none;
}
.contentGpCategory .pagination em,
.contentGpCategory .pagination a {
  padding: 0 8px;
}
