body {
	margin: 0;
	padding: 0;
  display: flex;
  flex-direction: row; /* 横並び */
}

#root {
  flex: 1; /* 常にflexの全域 */
}
