@charset "utf-8";

/* #login STYLES */

/* *****
----------------------------------------------------------------- */
#regist .titleWrapper{
	border-top:1px solid #CCC;
}

#regist .editableArea{
	margin:1em auto;
	width:990px;
}

#regist .editableArea h2{
	margin:1.7em 0 1em;
}

#regist .inputContent{
	margin-bottom:0;
}


#regist .left + .inputContent{
	border-top:none;
}


#regist .buttonContainer{
	padding:1em 0;
	text-align:right;
}

#regist .buttonContainer .button,
#regist .buttonContainer .buttonB a{
	width:270px;
}

.comfirm .button a,
#regist .buttonContainer .button a{
	padding-left:30px;
}


/*#regist .confirm .inputContent p{
	margin-top:0.35em;
}*/

#regist #error{
	padding-top:0.5em;
}

#regist #error p{
	margin:0.2em 0;
	color:#9A001D;
	font-weight:bold;
}


