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

.col2_50_50_frame {
	width: 100%;
}

.col2_50_50_1 {
	float: left;
	width: 50%;
}

.col2_50_50_2 {
	float: right;
	width: 50%;
}

