﻿@charset "utf-8";

/* restaurant
---------------------------------------------------- */
.reds {
	color:red;
}

h3.h3_1 {
	height: 44px;
	font-weight:normal;
	font-size: 16px;
	padding:17px 0px 0px 258px;
	margin:20px 0px 13px 0px;
	background: url(../../restaurant/images/time1.png) no-repeat;
}

h3.h3_2 {
	height: 44px;
	font-weight:normal;
	font-size: 16px;
	padding:17px 0px 0px 258px;
	margin:20px 0px 13px 0px;
	background: url(../../restaurant/images/time2.png) no-repeat;
}

p.tex {
	font-size: 15px;
	line-height: 1.5em
}

div.fl {
	float:left;
	width: 590px;
	padding-left:30px;
	font-size: 15px;
	line-height: 1.7em
}

div.fr {
	float:right;

}

.clear {
	clear:both; 
}  
.clear hr {
	display:none;
}  
