@charset "utf-8";
/*------------------------------------------------------------
	food
------------------------------------------------------------*/
#main .comPhotoList {
	margin-bottom: 0;
}

#main .comPhotoList li {
	padding-bottom: 90px;
}

#main .comPhotoList li .title {
	margin: 37px 0 13px;
}

.comTextBox .infoBox p {
	line-height: 1.5;
}

.comTextBox .infoBox .text {
	margin-bottom: 24px;
}

@media all and (min-width: 0px) and (max-width: 640px) {
	#main .comPhotoList {
		margin-bottom: 40px;
	}
	
	#main .comPhotoList li {
		padding-bottom: 46px;
	}
	
	#main .comPhotoList li:last-child .title img {
		width: 30%;
	}
}