	.product_list_menu{
		margin: 4em auto;
		width: 62%;
	}
	.product_list_menu .product_list:nth-child(3),
	.product_list_menu .product_list:last-child {
		border-right: 1px solid gray;
	}

	.srh-header .product_list:last-child {
		border-right: 1px solid gray;
	}
	
	.product_list {
		width: calc(25% - 1px);
		margin: 0 0 0.2em 0;
		border-left: 1px solid gray;
		float: left;
	}
	
	.product_item .name a{
		display: block;
		color: #000;
	}
	.product_item .name a:hover{
		display: block;
		background-color: rgba(229, 218, 19, 0.8);
	}

.aizome .prd-lst-unit:nth-child(4) {
	clear: both;
	
}

				@media (max-width: 768px) {

					.category_banner{
						width:100%;
					}
					.category_banner img {
						width:100%;
						margin: 0%;
					}
					.product_list_menu {
						margin: 1em auto;
						width: 98%;
					}
					.product_list {
					/**	width: 32.8%; **/
					width: calc(25% - 1px);
					width : -webkit-calc(25% - 1px) ;
 					}

				}			
