﻿/*template.css内の列番号*/


/*17406*/
.wrapper#store .TagSearchParts .SearchTag {
    font-size: 0.8rem;
    margin: 0 0.4em 0.4em 0;
    padding: 0.2em 0.4em;
    border: 1px solid #2dc84d;
    color: #2dc84d;
    line-height: 1.25;
}
/*17409*/
.wrapper#store #ProductDetail .TagSearchParts .SearchTag:hover {
    background-color: #2dc84d;
    color: #fff;
}

/*14569*/
#ProductDetail .lblListExplain .reserve h4 {
    font-size: 18px;
    color: #000000;
    padding: 0 0 5px 0;
}
/*14564*/
#ProductDetail .lblListExplain .reserve {
    padding: 20px;
    margin: 0 0 15px 0;
    background-color: #f4f4f4;
}
/*14574*/
#ProductDetail .lblListExplain .reserve strong {
    text-decoration-color: #9ad4a2;
}

/*14582*/
#ProductDetail .lblListExplain .reserve ul li {
    text-indent: -0.4em;
    margin: 0 0 0.5em 1em;
    padding: 0 0 2px 0em;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
}

/*1865*/
.wrapper .btnBorder:hover {
    opacity: 1;
    background-color: #9ad4a2;
}
.wrapper#store #ProductDetail #VariationSlideNew ul.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #9ad4a2;
}


/*****追加**********/
.stickyArea{
    display: none;
}

.ProductName .newitemIcon{
    display: inline-block;
    font-size: 12px;
    text-align: center;
    background: #2dc84d;
    color: #fff;
    margin-right:5px;
    padding: 5px 10px;
    line-height: 1;
}