@charset "utf-8";

/****************************************
	top
*****************************************/

#b_top01 {
	background: url(../img/top/b_top01.jpg) repeat-x;
}
#b_top02 {
	background: url(../img/top/b_top02.png) no-repeat top center;
}

/*------------------------
 メイン画像
-------------------------*/
#m_im {
	width:980px;
	margin:0 auto;
}
/*  top main image slideshow  */
#images {
	width:980px;
	height:400px;
	position:relative;
}
#images img {
	display:none;
	position:absolute;
	top:0;
	left:0;
}

/*------------------------
 タイトル
-------------------------*/
h3 {
	margin-bottom:10px;
}
h4 {
	margin:0 0 10px 25px;
}

/*------------------------
 豊潤のおすすめメニュー
-------------------------*/
#recommendation {
	margin-bottom:55px;
	width:705px;
}
#recommendation table {
	margin-bottom:30px;
	width:705px;
}
#recommendation table th img {
	margin-right:20px;
}
#recommendation h4 {
	margin:0 0 5px 0;
}
#recommendation table td {
	font-size:14px;
	line-height:1.8;
	letter-spacing:1px;
	padding: 0 0 0 10px;
}
#recommendation p {
	text-align:right;
	margin-right:5px;
}

/*------------------------
 当店のこだわり
-------------------------*/
#prejudice_tbl {
	margin-bottom:10px;
	width:705px;
}
#prejudice_tbl th img {
	margin-right:20px;
}
#prejudice_h4 {
	margin:0 0 5px 0;
}
#prejudice_tbl td {
	font-size:14px;
	line-height:1.8;
	letter-spacing:1px;
}
.prejudice_tx {
	font-size:14px;
	line-height:1.8;
	letter-spacing:1px;
	margin:0 15px 10px 35px;
}
.prejudice_tx2 {
	font-size:14px;
	letter-spacing:1px;
	margin:0 0 20px 35px;
	font-weight:bold;
}

/*------------------------
 新着情報
-------------------------*/
.topics_tx {
	text-align:center;
	letter-spacing:1px;
}
.topics_tx span {
	font-weight:bold;
	margin-right:50px;
}
.topics_tx a {
	color:#000;
}




.men dl dt{
    font-size: 15px;
    background-color: #edb984;
    float: left;
	text-align:center;
    width: 50%;
	padding: 10px 0 10px 0;
	border-bottom: solid 1px #ce9d6c;
}

.men dl dd{
    font-size: 15px;
    background-color: #ffffff;
    float: right;
	text-align:center;
    width: 50%;
	padding: 10px 0 10px 0;
	border-bottom: solid 1px #b5b5b5;
}

































