@charset "utf-8";

/* レストラン_アンカー */
#restaurant .res_index {
	height: auto !important;
	width: 950px;
	margin-bottom: 30px;
	min-height: 80px;
}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	display: block;
	height: 0;
	overflow: hidden;
}
#restaurant .res_index ul li {
	display: inline;
	float: left;
	font-size: 0;
	line-height: 0;
	margin-right: 10px;
	padding-bottom: 10px;
}
#restaurant .res_index ul li.end {
	margin-right: 0;
}

/* レストラン内 */
#restaurant .res_box {
	width: 950px;
	margin: 0 auto 10px;
	overflow: hidden;
}

#restaurant .res_info {
	width: 460px;
	float: right;
}

#restaurant .res_info h4 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #5a4029;
}

#restaurant .res_info p {
	margin-bottom: 10px;
}

#restaurant .res_info table {
	border-collapse : collapse;
	width: 100%;
	border: 1px solid #5a4029;
	background: #5a4029;
	margin-bottom: 20px;
}

#restaurant .res_info table th {
	width: 30%;
	padding: 5px 8px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: top;
}

#restaurant .res_info table td {
	width: 70%;
	background: #ffffff;
	border: 1px solid #5a4029;
	padding: 5px 8px;
	vertical-align: top;
}

#restaurant .res_info h5 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #5a4029;
}

#restaurant .res_info h6 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #5a4029;
}

#restaurant .res_images {
	width: 480px;
	float: left;
}

#restaurant .res_images .col_01 {
	margin-bottom: 10px;
}

#restaurant .res_images .col_02 {
	margin-bottom: 10px;
}

#restaurant .res_images .col_02 .left {
	float: ;
	margin-right: 10px;
}
#restaurant .res_images .col_02 .right {
	float: right;
}

#restaurant .center {
	text-align: center;
}


#restaurant .pagetop{
	width: 950px;
	text-align: right;
	padding-bottom: 20px;
}




/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}