@charset "UTF-8";
/* CSS Document */

.left {
	float: left;
}
.right {
	float: right;
}
.both {
	clear: both;
}

.opa a:hover {
	opacity: 0.5;
}
.mg_auto {
	margin-left: auto;
	margin-right: auto;
}

.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}

