/* カスタマイズ用CSS */

.ec-eyecatchRole .ec-eyecatchRole__introDescriptiron {
	font-size:14px;
}

.ec-shelfRole {
	font-size:11px;
	font-weight:bold;
}

.ec-productRole {
	font-size:14px;
}

.ec-itemNav {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom:20px;
}

/* ogu */
/*一覧画面 */
@media only screen and (min-width: 768px){
    .ec-itemNav {
        background-color: #000;
        color:#fff;
    }
    .ec-itemNav li a {
        background-color: #000;
        color:#fff;
        border-right: 1px solid #fff;
    }
    .ec-itemNav li:first-child {
        border-left: 1px solid #fff;
    }
    .ec-itemNav li:hover > a {
        background-color: #000;
    }
    .ec-shelfGrid .ec-shelfGrid__item{
        width:33%;
    }
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
        padding: 0 8px;
    }
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
        padding: 0 8px;
    }
    .ec-shelfGrid .ec-shelfGrid__item{
        font-size:1.5em;
        text-align: center;
    }
    .ec-shelfGrid .ec-shelfGrid__item-image{
        height: 80%;
    }
/*詳細*/

}
/* ogu */