h1,h2,h3,h4,h5,h6{font-weight:normal;}
a,a:hover,a:focus{text-decoration:none;}

.food_main_title {
	display: flex;
	justify-content: space-between;
	padding-top: 95px;
	padding-bottom: 19px;
}
.food_main_title h1 {
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
}
.food_main_title.main_recipe {

}

.detail_btn {
	overflow: hidden;
	line-height: 38px;
}
.detail_btn.last {
	position: absolute;
	left: 0;
	top: 282px;
	width: 117px;
	height: 38px;
	border: 1px solid #bdbdbd;
	border-radius: 22px;
	text-align: center;
}
.detail_btn.last span {
	display: inline;
	float: unset;
	margin-right: 10px;
}
.detail_btn.last img {
	position: absolute;
	right: 24px;
	top: 13px;
	display: inline;
	float: unset;
	margin-top: 0;
}
.detail_btn span {
	display: inline-block;
	float: left;
	margin-right: 6px;
	font-size: 18px;
}
.detail_btn img {
	display: inline-block;
	float: left;
	margin-top: 12px;
}

.food_wrap {
	padding-top: 179px;
}

.food_container {
	width: 1280px;
	margin: 0 auto;
}

.food_price span.sale {
	font-weight: bold;
	color: #ee2f49;
}
.food_price span.now_price{
	font-weight: bold;
	color: #222222;
}
.food_price span.previous_price {
	text-decoration: line-through;
	color: #555555;
}