body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

span.separator {
    border-left: #ccc 1px solid;
    border-left: #eee 1px solid;
    margin: 0 2rem;
    padding: 0;
    vertical-align: middle;
}
.btn-inverse, .inverse {
    color: #fff;
    background-color: #555;
    border-color: #333;
}
th.danger, td.danger {
    background-color: #ff9999 !important;
}
@media print {
    a[href]:after {
        content: "" !important;
    }
    abbr[title]:after {
        content: "" !important;
    }
}
.table-item-log {
    font-size: 0.8em;
}
.strong {
    font-weight: bold;
}
#back-to-top {
    display: none;
    position: fixed;
    bottom: 10%;
    right: 3%;
    background-color: rgba(192,192,192,0.4);
    border-radius: 5px;
    width: 70px;
    height: 70px;
    color: rgba(255,255,255,0.4);
    font-size: 50px;
    text-align: center;
    cursor: pointer;
}
#back-to-top:hover {
    background-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}

.sc-footer {
    border-top: 3px #eee double;
    padding-bottom: 14rem;
    padding-top: 3rem;
    margin-top: 3rem;
    background: #fff;
}

/* bs-callout */

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}