/* ▼▼ 設備スタイルシート ▼▼ */

.left {
	float: left;
	margin: 0px 10px 0px 0px;
}

.right {
	float: left;
}

.center {
	text-align: center;
}

