@charset "utf-8";
/* 一括購入可能商品 */
p.bulk_purchase_product {
    margin-right: auto;
}  
.search_item_list.column_disp li {
    flex-direction: column;
}
.point_text.bc_t {
    background-color: transparent;
}
a.add_cart_btn_bulk {
    display: block;
    background-color: #FFA500;
    margin-top: 0.5em;
    padding-left: 0.5em;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    background-image: url(../../img/icon01.gif);
    background-repeat: no-repeat;
    background-position: 98% center;
    height: 25px;
    min-width: 160px;
}
a.add_cart_btn_bulk::after {
    content: "\A";
    white-space: pre;
}
@media screen and (min-width:711px) {
    .point_text {
    text-align: center;
    /* width: 180px; */
    width: inherit;
    border-radius: 5px;
    padding: 0.2em;
    background-color: #325FAB;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 1em;
    /* margin-left: 45px; */
    }
}
@media screen and (max-width:710px) {
    .point_text {
    text-align: center;
    /* width: -webkit-fill-available; */
    width: fit-content;
    border-radius: 5px;
    padding: 0.2em;
    background-color: #325FAB;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 1em;
    /* margin-left: 45px; */
    }
}
.yellow {
    color: #FFA500;
}
.large {
    font-size: 1.2em;
}
/* 余分な隙間の処理 */
.item_list li a {
    padding-top: 0;
}
.bold {
    font-weight: bold;
}
.large11 {
    font-size: 1.1em;
}
.red2 {
    color: #FF0000;
}
