<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.big_food{
	position: relative;
	margin-top: 7em;
	padding: 5px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

#big_food{
	background: #f3f3f3;
	padding:10px 30px;
	margin-top:3rem;
}

.food-box{
	background:#fff;
	padding: 20px 10px 10px 10px;
	margin-right: 20px;
	margin-left: 20px;
}

.food-box-head{
	border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.food-box-day{
	text-align: center;
    font-size: 1.6rem;
    font-weight: 300;
}

.food-box-date{
	text-align: center;
	font-weight: 600;
}

.food-box-item{
	margin-bottom:30px;
}

#big_food .arrow_next{
	right:5px;
}

#big_food .arrow_prev{
	left:5px;
}

#big_food .arrow_prev, #big_food .arrow_next{
	top: 50%;
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    border: 0;
}

@media screen and (min-width: 992px) {

	#big_food .arrow_prev, #big_food .arrow_next{
		width: 50px;
    	height: 50px;
		font-size: 1.5rem;
	}

	#big_food{
		padding: 10px 55px;
	}

}
</pre></body></html>