@charset "utf-8";

@import url("common.css");

/*common
---------------------------------------------------------*/
nav#mainmenulist{
	position:fixed;
	width:100%;
	z-index:10000;
}

footer{
	border-top:5px solid #2c2c2c;
}

#wrapper{
	width:1020px;
	margin:0 auto;
	padding-bottom:40px;
}

.text_right{
	text-align:right;
}

h2{
	margin-bottom:40px;
}

/*レストランリスト*/

section#restaurantlist{
	margin-bottom:20px;
}

section#restaurantlist img{
	height:120px;
	width:auto;
}