@charset "utf-8";
/* CSS Document */


@media screen and (max-width: 767px) {

	.top_img img {
		max-width:416px;
		width:90%;
		height:auto;
	}
	.login_box,
	.newregist_box {
		clear:both;
		float:none;
		margin: 0 auto 30px;
		width:100%;
	}
	
	.login_box .form_left_box {
		float:left;
		width:285px;
	}
	.login_box .form_right_box {
		clear:none;
		float:right;
	}
	.login_box input[type="submit"] {
		height:60px;
	}
	
	.newregist_box h2 {
		margin-bottom:20px;
	}
	.newregist_box p {
		margin-bottom:25px;
	}
	
}