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;
}

/* 競合商品リスト詳細 */
.conflict-summary {
    margin: 12px 0 18px;
    padding: 10px 14px;
}
.conflict-summary-meta {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6;
}
.conflict-summary-meta-item {
    column-gap: 4px;
    display: inline-grid;
    grid-template-columns: max-content minmax(0, 1fr);
    margin-right: 24px;
    max-width: 100%;
    min-width: 0;
}
.conflict-summary-meta-item > strong,
.conflict-summary-label {
    text-align: right;
}
.conflict-summary-product {
    border-top: 1px solid #eee;
    line-height: 1.6;
    margin-top: 5px;
    padding-top: 5px;
}
.conflict-summary-product-detail {
    margin-top: 2px;
}
.conflict-summary-row {
    column-gap: 8px;
    display: grid;
    grid-template-columns: 7em minmax(0, 1fr);
}
.conflict-summary-value {
    min-width: 0;
}
.conflict-summary-history {
    margin-left: 14px;
    white-space: nowrap;
}
.conflict-summary-price {
    font-weight: bold;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .conflict-summary-meta-item {
        grid-template-columns: 7em minmax(0, 1fr);
        margin-right: 0;
        width: 100%;
    }
    .conflict-summary-history {
        display: inline-block;
        margin-left: 14px;
        margin-right: 14px;
    }
}
