.colorme-search-setting {
    display: none;
}

p.itp{margin-left: 4px;}

.teika{font-size:10px;}

div.sale p.itp {
    color: #ef2d50;
}

.box__price--soldout {
    margin-bottom: 4px;
}



/* 2020/06 もりかず追記 */
.simple-items-style li p.itk,
.simple-items-style li span.teika {
    display: none;
}
.simple-items-style li a.e {
    padding-bottom: 0;
}
.simple-items-style li .clip {
    position: relative;
}
.simple-items-style li .clip .off-rate {
    display: inline-block;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    background: #e43c50;
    padding: 0 6px;
}
.simple-items-style li p.ite {
    display: block;
    font-size: 10px;
    color: #333333;
    padding-top: 0.4vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.simple-items-style li p.itp {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 4px;
}
.simple-items-style li p.itp .off-rate{
    display: none;
}
.simple-items-style .product-box div.chirami {
    width: 70%;
    display: inline-block;
    border: 1px solid #888;
    box-sizing: border-box;
    padding: 2px 0;
    height: 27px;
    line-height: 20px;
    text-align: center;
    margin-top: 4px;
}
.simple-items-style .product-box div.chirami a {
    display: block;
    font-size: 11px;
}
.simple-items-style .product-box div.chirami a:hover {
    color: #666;
    opacity: 0.8;
}
.simple-items-style .product-box a.list-wish-in,
.simple-items-style .product-box a.list-wish-out {
    font-size: 28px;
    line-height: 20px;
    display: inline-block;
    height: 20px;
    padding: 4px;
    position: absolute;
}
.simple-items-style .product-box a.list-wish-in {
    opacity: 0.8;
}
.simple-items-style .product-box a.list-wish-in:hover {
    color: #666;
}
.simple-items-style .product-box a.list-wish-out {
    color: #EC6256;
}

.view-color-notice {
    text-align: right;
}

/* アイテムごとのdomファイルが見つからない時の302表示が見えないように */
.productlist hr, center, title {
    display: none;
}