@charset "utf-8";
/* ===================================================================
CSS information

 file name  :dish.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* 各ページ共通　タイトル
----------------------------------------------------------- */

#restaurant h3{
	margin-bottom: 20px;
	}

#restaurant .con_bre .txt_bre{
	margin: 17px 0 25px;
	}

#restaurant .con_bre .tit_bre{
	font-size: 14px;
	font-weight: bold;
	}

#restaurant .con_inf{
	overflow: hidden;
	clear: both;
	margin: 45px 0;
	}

#restaurant .con_inf h4{
	margin-bottom: 23px;
	}

#restaurant .con_inf .textarea{
	width: 280px;
	}
	
#restaurant .con_inf .txt_bre,
#restaurant .con_inf .txt_lun,
#restaurant .con_inf .txt_din
{
	margin-bottom: 25px;
	}



/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}