/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  font-family: "Helvetica Neue",Helvetica,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  padding-top: 50px;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    margin-top: -20px;
    padding-top: 20px;
    width: 250px;
    position: fixed;
    top: 51px;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: block;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 70px;
    /*padding-left: 40px;*/
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

#TOC ul {
  list-style: none;
}

#document-body dl{
  margin: 10px 0 60px 10px;
  padding-left: 20px;

}
#document-body dl{
  border-left: 5px solid #e1e1e1;
}
#document-body dt{
  font-weight: bold;
  font-style: italic;
}
#document-body dd{
  color: #000000;
  padding-left: 20px;
  margin-bottom: 15px;
}
.sidemenu {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
.top-menu-item {
  height: 180px;
}
}

.bs-docs-sidebar .nav > li > a {
  padding: 4px 0 !important;
}
.bs-docs-sidebar .nav > li:first-child > a {
  margin-top: 20px !important;
}

.appendix-table thead {
    background-color: #d9d9d9;
}
.appendix-table thead th {
    text-align: center;
}
.appendix-table tbody th {
    background-color: #f9f9f9;
}
.appendix-table tbody td {
    text-align: center;
}

#to-pagetop {
    position: fixed;
    right: 20px;
    bottom: 0px;
    cursor: pointer;
    z-index: 999999;
}

.mib-table thead {
    background-color: #d9d9d9;
}
.mib-table thead th {
    text-align: center;
}
.mib-table tbody th {
    background-color: #f9f9f9;
}
.mib-table tbody td {
    text-align: left;
}
.mib-table tbody td:nth-child(4) {
    text-align: center;
}
.mib-table span.right {
    margin-left: 20px;
}
