@charset "utf-8";
@media only screen and (min-width: 767px) {

.img_category3 {
		display: table;
		table-layout: fixed;
		text-align: center;
		width: 100%;
		margin-top: 80px;
}

ul.img_category3 li {
		display: table-cell;
		vertical-align: middle;
		border-left: 1px solid #006601;
}
ul.img_category3 li:last-child{
	border-right: 1px solid #006601;
}

}




/******************************
	Media Query
*******************************/

@media only screen and (max-width: 767px) {


 .img_category3 {
	 	display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
    text-align: center;
    margin-top: 30px;
}

ul.img_category3 li {
		width: calc( (100% - 0px) / 3 );
		padding-bottom: 20px;
}



}
