﻿@charset "utf-8";
/* CSS Document */

/* sub_step ----------------------------------------- */
.left_50 {
	float:left;
	width:50%;
}

.right_50 {
	float:right;
	width:50%;
}

@media only screen and (min-width: 0px) and (max-width: 420px) {
	.left_50 {
		float:none;
		width:auto;
	}

	.right_50 {
		float:none;
		width:auto;
		margin:10px 0 0 0;
	}
}