/*
ラッパー
*/
body {
	width: 100%;
	height: auto;
	background-color: rgb(193,214,0);
}
#wrapper {
	width: 100%;
	height: 100%;
}

/*
全体的な設定
*/
section+section, footer {
	margin: 0 auto;
}
section>img {
	width: 100%;
	display: block;
	max-width: 1280px;
	margin: 0 auto;
}
section:after {
	content: "";
	clear: both;
	display: block;
}

/*
*/

#main {
	width: 100%;
	margin: 0 auto;
}

#fbwall {
	margin: 50px auto;
}
