/* CSS Document */

@charset"utf-8";

/*近隣マップ アクセス方法*/
#restaurant section {
	width:950px;
	margin:20px auto 0;
    overflow: hidden;
    position: relative;
    zoom:1;
}
#restaurant section .img_box {
	width:100%;
	margin:10px auto 0;
    overflow: hidden;
    position: relative;
    zoom:1;
}

#restaurant section .menu_box {
	width:950px;
	margin:40px auto 0;
	overflow: hidden;
    position: relative;
    zoom:1;
}
#restaurant section .name {
	width:910px;
	padding:10px 20px;
	background:#2d5a28;
	color:#fff;
	font-size:20px;
}
#restaurant section .name .sub {
	font-size:15px;
}
#restaurant section .text {
	width:100%;
	padding:20px;
	float:none;
	font-size:15px;
	line-height:1.8em;
}
#restaurant section .text table {
	margin-top:10px;
}
#restaurant section .text td {
	padding-right:20px;
}
#restaurant section .text td.l {
	padding-right:0;
}
#restaurant section .img {
	width:100%;
	padding:20px;
	float:none;
}
