/* common */

@import url("theme.css");



.rst-content h1, .rst-content h2, .rst-content h3, .rst-content h4, .rst-content h5, .rst-content h6 {
    padding-bottom: 0.3em;
    line-height: 1.3em;
    font-family:"Helvetica Neue","BIZ UDPGothic",Meiryo,"Hiragino Kaku Gothic Pro",sans-serif;
}

.rst-content .toctree-wrapper, .wy-menu-vertical, .wy-breadcrumbs, .line, p {
    font-family:"Helvetica Neue","BIZ UDPGothic",Meiryo,"Hiragino Kaku Gothic Pro",sans-serif;
}

span, .rst-content div[class^=highlight] pre {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,"BIZ UDPGothic",Meiryo,"Hiragino Kaku Gothic Pro", monospace;
}

.wy-nav-top {
    background: #000000;
}

.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;
}

.wy-side-nav-search {
    background-color:#000000;
    font-family:"Helvetica Neue","BIZ UDPGothic",Meiryo,"Hiragino Kaku Gothic Pro",sans-serif;
}

colgroup {
    display: none;
}

table.docutils th.head{
    background-color: #d0d0d0;
}

table.docutils th.stub{
    background-color: #e1e1e1;
    text-align: left;
    vertical-align: middle
}

table.docutils tr, table.docutils th {
    border: 1px solid #d0d0d0;
}

.rst-content .important .admonition-title{background:#ff8888}
.rst-content .important{background:#ffdddd}

.rst-content .seealso .admonition-title{background:#66aa66}
.rst-content .seealso{background:#ddffdd}

.highlight .hll { background-color: #e5e5ff !important;}


.rst-content .line-block {
    font-size: initial;
}

.rst-content pre {
    font-size: initial !important;
}

.rst-content .pre {
    font-size: initial;
}

.rst-content ul{ margin-bottom: 0.8em; }
.rst-content ol{ margin-bottom: 0.8em; }

 .rst-content span.pre {
    color: initial;
}

.rst-content pre.literal-block{background:#f8f8f8}
.rst-content div.line-block{ margin-bottom: 0.5em; }
