@charset "utf-8";
/* Copyright 2018 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

home

------------------------------------------------------------ */

/* CATEGORY
---------------------------------------------- */
.nav_category ul{
	display:-webkit-flex;/*--safari用--*/
	display:flex;
	-webkit-flex-wrap:wrap;/*--safari用--*/
	flex-wrap:wrap;
	margin-bottom: -30px;
}

.nav_category ul li{
	width: 300px;
	margin: 0 30px 30px 0;
}

.nav_category ul li:nth-child(3n){margin-right: 0;}

