@charset "utf-8";
/* CSS Document */

/* document top */

.pan {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

.pan li {
  font-size: 14px;
  display: inline;
  padding: 0 10px 0 0;
}

.pan li a {
  color: #333;
  text-decoration: none;
}

.pan li a:hover {
  color: #0874bd;
}

.doc_wrap {
  width: 960px;
  margin: 0 auto;
}

.doc_top {
  width: 960px;
  margin: 20px 0;
  background: #fff;
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  float: left;
}

.sec_top {
  float: left;
}

.sec_top .sec_l {
  width: 280px;
  margin: 10px 20px;
  float: left;
}

.sec_l > h2 {
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0;
}

.sec_l .sec_m {
  margin: 80px 0 0 0;
}

.sec_l .sec_m:nth-of-type(1) {
  margin: 0 0 0 0;
}

.sec_m h3 {
  font-size: 18px;
  font-weight: bold;
  width: 280px;
  padding: 0 0 7px 0;
  border-bottom: 1px solid #999;
}

.sec_m h3 a {
  color:#0874bd;
  text-decoration: none;
}

.sec_m h3 a:hover {
  color:#69c;
}

.sec_m p {
  font-size: 14px;
  line-height: 1.5;
  padding: 20px 0;
}

.sec_m li {
  background: url(li_mark.png) no-repeat left center;
  padding: 0 0 0 22px;
  margin: 0 0 10px 10px;
}

.sec_m li.nomark {
  background: none;
  padding: 0 0 0 0;
  margin: 0 0 10px 10px;
}

.sec_m li a {
  color: #333;
  text-decoration: none;
}

.sec_m li a:hover {
  color: #0874bd;
}

.sec_bottom {
  width: 920px;
  clear: both;
  float: left;
  border-top: 1px solid #999;
  margin: 40px 20px;
}

.sec_bottom .sec_l {
  width: 280px;
  margin: 40px 20px 0;
  float: left;
}

/* document detail */

.doc_det {
  width: 960px;
  margin: 20px 0;
  background: url(bg_detail.png) left repeat-y #fff;
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  float: left;
}

/* menu */

.left_menu {
  width: 249px;
  float: left;
}

.left_menu ul {
  border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
}

.left_menu ul li {
  width: 249px;
  font-size: 13px;
  line-height: 13px;
  background: #ffffff;
}

.left_menu ul:first-child li.toctree-l1:nth-of-type(1) {
  border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
}

.left_menu ul li a {
  display: block;
  padding: 13px 10px 13px 22px;
  text-decoration: none;
  color: #333;
}

.left_menu ul li a:hover {
  color: #2a53b6;

}

.left_menu ul li.current {
}

.left_menu ul li.current ul {
}

.left_menu ul li.current > a.current {
  color: #2a53b6;
  text-shadow: 2px 2px 2px #fff;
  font-weight: bold;
}

.left_menu ul li ul li a:hover {
  color: #2a53b6;
  text-shadow: 2px 2px 2px #fff;
}

.left_menu ul li.toctree-l1 {
  width: 249px;
  background: -webkit-linear-gradient( white, #f6f6f6);
  border: 1px solid #eee;
}
.left_menu ul li.toctree-l1.current {
}
.left_menu ul li.toctree-l1.current > a{
  font-weight: bold;
  color: #2a53b6;
}

.left_menu ul li.toctree-l1 a {
  /*padding: 13px 10px 13px 22px;*/
}

.left_menu ul li.toctree-l2.current {
}
.left_menu ul li.toctree-l2.current > a{
  font-weight: bold;
  color: #2a53b6;
}
.left_menu ul li.toctree-l2 a {
  padding: 13px 10px 13px 37px;
}

.left_menu ul li.toctree-l2.current li {
}
.left_menu ul li.toctree-l3.current {
}
.left_menu ul li.toctree-l3 a {
  padding: 13px 10px 13px 50px;
}
.left_menu ul li.toctree-l3 a:hover {
  background: white;
}
.left_menu ul li.toctree-l4.current {
}
.left_menu ul li.toctree-l4 a {
  padding: 13px 10px 13px 60px;
}
.left_menu ul li.toctree-l4 a:hover {
  background: white;
}
.left_menu ul li.toctree-l5.current {
}
.left_menu ul li.toctree-l5 a {
  padding: 13px 10px 13px 70px;
}
.left_menu ul li.toctree-l5 a:hover {
  background: white;
}

/* main */

.right_main {
  float: left;
  border-left: 1px solid #ccc;
  width: 650px;
  padding: 0 30px;
}

.pager {
  width: 650px;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  float: left;
}

.pager:nth-child(2) {
  border-top: 1px solid #ccc;
  border-bottom: none;
}

.pager li {
  height: 14px;
  line-height: 14px;
  width: 300px;
}

.pager li.prev {
  float: left;
  background: url(pager.png) no-repeat left 0;
  height: 14px;
  padding: 0 0 0 20px;
}

.pager li.next {
  float: right;
  background: url(pager.png) no-repeat right -28px;
  height: 14px;
  padding: 0 20px 0 0;
  text-align:  right;
}

.pager li a {
  color: #333;
  text-decoration: none;
}

.pager li a:hover {
  color: #4468bf;
}

.pager li.prev:hover {
  background-position: left -14px;
}

.pager li.next:hover {
  background-position: right -42px;
}

.main_area {
  clear: both;
  padding: 0 0 30px 0;
}

.main_area h1 {
  font-size: 25px;
  font-weight: bold;
  padding: 15px 0 15px 0;
  line-height:  1.2;
}

article.main_area article {
  margin: 80px 0 0 0;
}

.main_area h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #ccc;
  margin: 12px 0 24px 0;
}

.main_area h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 6px 0;
  margin: 12px 0 24px 0;
}

.main_area p {
  font-size: 14px;
  line-height: 1.5;
  margin: 20px 0;
  text-align: justify;
}

.main_area img {
  padding: 10px;
}

.main_area a {
  color: #2a53b6;
}

.main_area .toctree-wrapper ul, .main_area ul.simple {
  font-size: 14px;
  line-height: 1.2;
  margin: 15px 0 0 0;
}

.main_area h2 + ul {
  padding: 0 0 0 0;
}

.main_area .toctree-wrapper ul li, .main_area ul.simple li {
  padding: 0 0 15px 20px;
  list-style: inside circle;
}

.main_area .toctree-wrapper ul li li, .main_area ul.simple li li {
  list-style: inside disc;
}

.main_area .toctree-wrapper ul li li li, .main_area ul.simple li li li {
  list-style: inside square;
}

.main_area .toctree-wrapper ul li li li li, .main_area ul.simple li li li li {
  list-style: inside circle;
}

.main_area .toctree-wrapper ol, .main_area ol.simple {
  font-size: 14px;
  line-height: 1.2;
}

.main_area .toctree-wrapper ol li, .main_area ol.simple li {
  padding: 0 0 15px 20px;
  list-style: inside decimal;
}

.main_area .toctree-wrapper ul li a, .main_area .toctree-wrapper ol li a {
  color: #2a53b6;
  text-decoration: none;
}

.main_area ul, .main_area ol {
  list-style: none inside;
  margin: 15px 0 0 0;
}

.main_area dl {
  margin: 20px 0 20px 10px;
  /*padding: 15px 20px;*/
  /*background: #faf8f5;*/
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.main_area dl dt {
  /*font-size: 16px;*/
  font-weight: bold;
  line-height: 1.2;
}

.main_area dl.docutils dt {
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px 0;
}

.main_area dl dd {
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 30px;
}

.main_area dl dd + dt {
  margin: 30px 0 0 0;
}

.main_area dl dd p {
  margin: 0;
  padding: 10px 0 0 0;
}


.main_area table {
  font-size: 14px;
  padding: 20px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

.main_area table th {
  background: #333;
  color: #fff;
  padding: 0.5em 1em;
  border: 1px solid #666;
  font-weight: bold;
}

.main_area table td {
  background: #fff;
  padding: 0.5em 1em;
  border: 1px solid #666;
}

.main_area table td:nth-child(1) {
  background: #faf8f5;
  width: 200px;
}

.main_area pre {
  font-size: 15px;
  line-height: 1.3;
  background: #444;
  color: #ddd;
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  padding: 20px;
  margin: 20px 0;
  overflow: auto;
}

div.admonition {
  border: 1px solid #f33;
  background: #fee;
  padding: 20px;
  font-size: 12px;
}

div.admonition p.admonition-title {
  font-size: 14px;
  font-weight: bold;
  color: #f00;
  margin-top: 0;
}

div.admonition p, div.admonition li {
  font-size: 12px;
}

div.admonition *:last-child {
  margin-bottom: 0;
}

blockquote {
  /*border-left: 10px solid #999;*/
  margin-left: 10px;
  padding-left: 10px;
}

.searchbar {
  position: absolute;
  right: 0px;
  width: 250px;
  top: 55px;
}

.searchbar input {
  font-family: Arial;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
}

#header_container .left {
  margin-top: 5px;
}

#search-body {
  margin: 1em auto 0 auto;
  width: 960px;
  padding: 1em;
  border-radius: 5px;
  background: white;
}
