/* トップページ新着商品リスト */
.ec-newItemRole .ec-newItemRole__list{
    flex-wrap:wrap;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem{
    width:50%;
    margin:0 auto 20px auto;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a{
    max-width:96%;
    display:block;
}
.ec-newItemRole .ec-newItemRole__listItemPrice{
    color:#cc0000;
    font-weight:bold;
    text-align: right;
    font-size:18px;
}
@media screen and (max-width:768px){
    
    .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem{
        width:33.3%;
    }
    
}

.ec-inlineBtn--top{
	font-size:30px;
}
.ec-link:hover {
    color: #ffffff!important;
}

.ec-link:hover {
    color: #ffffff!important;
    text-decoration: none;
}

.ec-layoutRole__main{
    color: #ffffff!important;
}
.ec-pageHeader h1 {
    color: #ffffff!important;

}
.ec-off1Grid__cell{
    color: #ffffff!important;
}
.ec-reportHeading{
    color: #ffffff!important;
}
.ec-reportDescription{
    color: #ffffff!important;
}

.ec-productRole__description > a{
    color:#F00 !important;
}