/* PCの横幅固定レイアウトを解除 */
html, body {
	min-width: auto;
}
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
