/* カスタマイズ用CSS */
body,
.ec-headerTitle .ec-headerTitle__title a {
        font-size: 11px;
        font-family: serif;
        
    }
.ec-blockTopBtn {
    display: none !important;
}


.ec-headerTitle__title h1 img{
    width: 150px;
    height: auto;
    margin-bottom: 10px;
}

.ec-headerTitle__title h1{
    font-size: 12px;
}

.ec-layoutRole .ec-layoutRole__contents {
    padding-top: 30px;
}


.ec-productRole .ec-productRole__btn {
        width: 60%;
        margin-bottom: 16px;
        min-width: 350px;
        border: solid #000 1px;
        border-radius: 25px;
 }
 .ec-productRole .ec-productRole__btn :hover{
     color: #fff;
      border-radius: 25px;
     
 }
    button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
    border-radius: 25px;
}
.ec-blockBtn--action {
    color: #000 ;
    background-color: #fff ;
    border-color: #000000 ;
     border-radius: 25px;
}



.ec-blockBtn--cancel {
    color: #000;
    background-color: #fff;
    border-color: #000000;
     border-radius: 25px;
}
.ec-productRole .ec-productRole__price {
    color: #000000;
}
.ec-blockBtn--action:hover,
.ec-blockBtn--action button:hover
{
    color: #fff;
    background-color: #000;
    border-color: #000000;
    border-radius: 25px;
}

.ec-productRole__btn:hover,
.ec-productRole__btn button:hover{
    color: #fff !important;
    background-color: #000;
    border-color: #000000;
     border-radius: 25px;
}

.ec-select {
    margin-bottom: 6px;
}
.ec-productRole__actions{
    margin-top: 15px;
    border-radius: 25px;
    
}
.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-blockBtn--action {
    color: #000000;
    margin-bottom: 8px;
     border-radius: 25px;
}
.ec-blockBtn--action:hover {
    color: #000;
    background-color: #fff;
    border-color: #000000;
    border-radius: 25px;
}
.ec-blockBtn--cancel {
    color: #000 !important;
    background-color: #fff;
    border-color: #000000;
    border-radius: 25px;
}