@charset "UTF-8";
/* CSS Document */



.cfx:before, .cfx:after,.cf:before, .cf:after {
content:"";
display: table;
}
.cfx:after,.cf:after { clear:both; }
.cfx,.cf { *zoom:1; }

.syokusaiList {
}



.syokusaiList li {
list-style: none;
text-align: center;
}



/* for PC */
@media screen and (min-width: 992px) {


	ul.syokusaiList {
	margin: 0;
	padding: 0;
	}

	.syokusaiList li {
	float: left;
	width: calc((100% / 3) - 10px);
	padding: 0;
	margin-right: 10px;
	}

	.syokusaiList li:nth-child(3n) {
	margin-right: 0;
	}

	.syokusaiList li:nth-child(3n+1) {
	clear: both;
	}

}




/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 991px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 992px) {
}
