.ikcache-scroller {
    overflow-y: scroll;
    height: 300px;
    border: 1px #aaa solid;
    border-radius: 10px;
}

.ikcache-scroller > .ikcache-table {
    border-radius: 10px;
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    table-layout: fixed;
}

/* 2列レイアウトの時だけ、買取価格の列を固定幅にして商品名に幅を渡す */
.ikcache-table th.column-2:last-child,
.ikcache-table td.column-2:last-child {
    width: 130px;
}

.ikcache-scroller > .ikcache-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    font-size: 93%;
    color: #fff;
    background-color: #231815;
    text-align: left;
    padding: 6px 10px;
    line-height: 1.3;
}

.ikcache-scroller > .ikcache-table thead th.column-2:last-child {
    text-align: right;
}

.ikcache-scroller > .ikcache-table td {
    padding: 5px 10px;
    vertical-align: top;
    font-size: 93%;
    line-height: 1.35;
    border-top: 1px solid #e5e5e5;
}

.ikcache-scroller > .ikcache-table tr.even td {
    background-color: #f7f7f7;
}

.ikcache-scroller > .ikcache-table td.column-1 {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.ikcache-scroller > .ikcache-table td.column-2:last-child {
    white-space: nowrap;
    text-align: right;
}

.ikcache-name {
    display: block;
}

.ikcache-price {
    display: block;
    font-weight: bold;
}

.ikcache-sub {
    display: block;
    font-size: 80%;
    font-weight: normal;
    opacity: .72;
    margin-top: 0;
    line-height: 1.3;
}

/* 検索窓は非表示 */
.ikcache-search {
    display: none;
}

.entry-title7 {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    position: relative;
    padding: .5em .75em;
    background-color: #FDC734;
    border-radius: 6px;
    margin-bottom: 30px;
}

.entry-title7:after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #FDC734;
}
