@import url("theme.css");


.wy-side-nav-search {
  background-color: #2e4c95;
}


.wy-side-nav-top {
  background: #2e4c95;
}

.wy-nav-top {
  background: #2e4c95;
}

.wy-nav-content {
  max-width: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  border-bottom: 1px solid #ccc;
}

.wy-table-responsive table td,
.wy-table-responsive table th {
  white-space: normal;
}

colgroup {
  display: none;
}

table.docutils div.line-block {
  margin-left: 0;
}

p.first {
  margin-bottom: 12px;
  margin-top: 12px;
}

/* メインとなるコンテンツの幅 */
.rst-content {
  max-width: 950px;
}

.rst-content .line-block {
  margin-left: 0px;
}

panel {
  width: 500px;
}

#panel>dt {
  border-bottom: solid 1px white;
  background-color: #00BCD4;
  color: white;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
}

#panel>dd {
  border: solid 1px Silver;
  margin: 0px;
  padding: 10px;
}


em {
  font-style: normal;
}
