/**カテゴリバナー**/
.top-img-bnr-2{
	margin-left: 6px;
    margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.top-img-bnr-2 img { width: 98%; }
/****/