/* モバイル表示 */
/* トップページカテゴリーモバイル表示を１つから２つへ */
@media only screen and (max-width: 768px){
.page-id-156 .one_fourth{
    width: 46.6%;
    float: left;
    clear: unset;
	}
	
}

/* モバイル商品一覧表示を2カラムへ */
@media only screen and (max-width: 540px){
 .cmsmasters_products.columns-4 .product{
    width: 46.6%;
    float: left !important;
	   clear: none !important;
}
	
	/* モバイル商品一覧のサムネイル文字大きさを小さく */
	.cmsmasters_product .cmsmasters_product_title a{
		font-size: 11px;
   line-height: 22px;
	}
}



	/* PC／SP共通 */
	/* 星を削除 */
.cmsmasters_product .cmsmasters_star_rating {
    display: none;
}

.cmsmasters_product .cmsmasters_product_cat a{
	font-size: 10px;
}


	/* サムネイル上でのadd cartを削除 */
.cmsmasters_product_add_inner{
	display:none;
}


/* ブランド一覧のヘッダー削除 */
.pwb-az-listing-header {
    margin-bottom: 30px;
    display: none;
}
