@charset "utf-8";
/* CSS Document */
div.registrbox {
	width:96%;
	padding: 30px;
	box-shadow: 0px 0px 13px -8px #000;
	box-sizing: border-box;
	margin: 30px auto 0 auto;
}
	div.registrbox h2 {
		font-size: 14px;
		text-align: center;
		margin-top: 30px;
	}
	div.registrbox p#errMsg {
		font-size: 12px;
		line-height: 20px;
		color: #ff0000;
	}
	div.registrbox h2:nth-of-type(1) { margin-top: 0;}
	div.registrbox p.ptext {
		font-size: 12px;
		line-height: 20px;
		margin-top: 20px;
	}
		div.registrbox p.ptext a {
			text-decoration: none;
			font-size: 12px;
		}
	div.registrbox p.ptext2 {
		font-size: 12px;
		line-height: 20px;
		margin: 10px auto 0 auto;
		text-align: center;
	}
		div.registrbox p.ptext2 a {
			font-size: 12px;
			text-decoration: none;
		}
	div.registrbox p.ptext3 {
		font-size: 12px;
		line-height: 20px;
		margin: 10px auto 0 auto;
		text-align: center;
	}
	div.registrbox p.point {
		text-align: center;
		font-size: 12px;
		margin: 10px auto;
	}
		div.registrbox p.point a {font-size: 10px; text-decoration: none; }
	div.registrbox a.btn, div.registrbox input.btn {
		display: block;
		-webkit-appearance: none;
  		-moz-appearance: none;
		width:240px;
		height:40px;
		line-height: 40px;
		text-align: center;
		font-size: 12px;
		text-decoration: none;
		margin: 40px auto 0 auto;
		border-radius: 20px;
		letter-spacing: 1px;
		border: none;
	}
	div.registrbox a.btn.notop, div.registrbox input.btn.notop {
		margin: 10px auto 0 auto;
	}
	div.registrbox input.btn_kaku:hover { opacity: 0.7;}
	div.registrbox a.btn_kaku, div.registrbox input.btn_kaku {
		display: block;
		width:100%;
		height:40px;
		line-height: 40px;
		text-align: center;
		font-size: 12px;
		text-decoration: none;
		margin: 10px auto 0 auto;
		border-radius: 10px;
		letter-spacing: 1px;
		border: none;
		-webkit-appearance: none;
  		-moz-appearance: none;
	}
	div.registrbox input.btn_kaku:hover { opacity: 0.7;}
	div.registrbox div.btnbox.center {
		text-align: center;
		margin: 20px auto 0 auto;
	}
		div.registrbox div.btnbox.center input.logout {
			background: none;
			border: none;			
			font-size: 12px;
			-webkit-appearance: none;
  			-moz-appearance: none;
		}
		div.registrbox div.btnbox.center input.logout:hover { opacity: 0.7;}
	div.registrbox form { margin-top: 40px;}
	div.registrbox form.notop { margin-top: 20px;}
	div.registrbox input.itext {
		display: block;
		width:100%;
		height:40px;
		border-radius: 5px;
		margin: 10px auto 0 auto;
		padding: 10px 15px;
		font-size: 12px;
	}
div.registrbox div.btnbox.center {
	text-align: center;
	margin: 30px auto 0 auto;
}
	div.registrbox div.btnbox.center a {
		font-size: 12px;
		text-decoration: none;
	}