/* ------- General ------- */
.header {
	min-width: 980px;
	color: white;
	background: #b90d0d;
}

/* ------- Rest Info ------- */
.rest_info {
	padding: 25px 0;
}
@media screen and (max-width: 1034px) {
	.rest_info {
		padding: 25px 27px;
	}
}
.rest_info img {
	height: 68px;
	margin-right: 15px;
	float: left;
	border: 1px solid #dadada;
}
.rest_info h1 {
	font-size: 22px;
}
.rest_info p {
	margin-top: 3px;
	color: #e9e9e9;
	font-size: 14px;
}

/* ------- Eat24 Info ------- */
.eat24_info {
	display: none;
	padding: 24px 20px 23px;
	background: #b70e0e url("../images/header/img_header_bg.png") center center no-repeat;
}
.eat24_info h1, .eat24_info p, .eat24_info li {
	float: left;
}
.eat24_info p {
	margin: 8px 10px 0 20px;
	padding-left: 21px;
	font-size: 14px;
	line-height: 1.4;
	background: url("../images/header/img_line_white.png") left center no-repeat;
}
.eat24_info p a {
	color: white;
}
.eat24_info ul {
	margin-top: 11px;
	float: right;
}
.eat24_info li {
	margin-left: 15px;
}

/* -------  ------- */
