@charset "UTF-8";

@import url(../common/css/input_common.css);



/* 新規会員登録 */
div.ppArea {
	margin-top: 50px;
	padding-top: 50px;
	border-top: dashed 1px #ccc;
}
textarea.privacypolicy {
	width: 100%;
	height: 210px;
	font-size: 80%;
	line-height: 1.5;
}
div.checkWrapper {
	margin-top: 30px;
	text-align: center;
}
.btnsArea input.btn:disabled {
	background-color: #ccc;
	border-color: #ccc;
	cursor: default;
}





/* ログイン */
.loginArea {
	margin: 60px auto 0;
	width: 480px;
}
dl.loginform {
	display: inline-block;
	margin-top: 24px;
}
dl.loginform dt { margin-top: 36px; }
dl.loginform dd { margin-top: 8px; }
.loginArea .btnsArea { border-top: none; }
dl.loginform.err dt { color: red; font-weight: 700; }
dl.loginform.err dd input.txt {
	border-color: red;
	background-color: #ffeeee;
}





@media only screen and (max-width:767px) {
	
	/* input_common.css記載 */
	.btnsArea input.btn {
		min-width: 0;
		margin: 0;
		width: 100%;
	}
	input.txt { display: block; }
	input.txt.txtboxS,
	input.txt.txtboxM,
	input.txt.txtboxL { width: 100%; }
	input.txt.inarow { margin: 10px 0 0 0; }
	dl.inputform { padding: 0; }
	dl.inputform.inquiryForm { margin-top: 40px; }
	
	/* ログイン */
	dl.loginform { display: block; }
	.loginArea {
		margin: 0 auto;
		width: 100%;
	}
	
}



