@charset "utf-8";
/*------------------------------------------------------------
	food
------------------------------------------------------------*/
#main .comPhotoList {
	margin-bottom: 35px;
}

#main .comPhotoList li {
	padding-bottom: 90px;
}

#main .comPhotoList li .title {
	margin: 35px 0 12px;
}

.comTextBox {
	margin-bottom: 95px; 
}

.comTextBox .infoBox .text {
	margin-bottom: 25px;
}

@media all and (min-width: 0px) and (max-width: 640px) {
	#main .comPhotoList {
		margin-bottom: 48px;
	}
	
	#main .comPhotoList li .title img {
		width: 30%;
	}
	
	#main .comPhotoList li:nth-child(3) .title img {
		width: 20%;
	}
	
	#main .comPhotoList li:nth-child(4) .title img {
		width: 35%;
	}
	
	#main .comPhotoList li:nth-child(5) .title img {
		width: 60%;
	}
	
	#main .comPhotoList li {
		padding-bottom: 44px;
	}
		
	.comTextBox {
		margin-bottom: 65px; 
	}
}