@charset "Shift_JIS";
/*================================================================================

	File Name : step1.css
	Last Update : 2009-01-22

================================================================================*/

.card{
	width:378px;
	float:left;
}

/* step1 =======================================================================*/
#step1_form {
	width:396px;
	background-repeat: no-repeat;
	float:right;
	background-color:#fff9c7;
	border:#10b3ff solid 2px;
	text-align: center;
	padding: 25px 0;
	margin-top: 18px;
}
.step1_form_txt {
	font-size: 16px;
	font-weight: bold;
	color: #3d2907;
}

#step1_form_input {
	padding: 18px 24px 0 24px;
	text-align:left;
	font-size: 15px;
}
#step1_form_input p {
	vertical-align: middle;
}
#step1_form_input p span {
	font-size: 12px;
	font-weight: normal;
	color: #3d2907;
}

#step1_form_input input {
	margin: 0 0;
	padding: 0 10px;
	font-size: 22px;
	width: 52px;
	height: 31px;
	line-height: 31px;
	border:#a9a9a9 solid 1px;
	vertical-align: middle;
}
#step1_form_input input:focus {
	border-color:#5b9dd9;
}


#step1_form_btn {
	padding: 25px 0 0 0;
}
.form_btn {
	background-color: #ff4133;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	height: 51px;
	line-height: 51px;
	border-radius: 3px;
	display: inline-block;
	padding: 0;
	box-shadow: 3px 5px 2px rgba(0,0,0,0.4);
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: bold;
	width: 340px;
}
.form_btn span {
	display: inline-block;
	font-weight: bold;
	padding-top: 2px;
	vertical-align: middle;
}
.cb-formbtn-arrow {
	width: 6px;
	height: 11px;
	display: inline-block;
	margin-left: 18px;
}

/* notice =======================================================================*/
.contents_block_err {
	margin-bottom: 16px;
}
.contents_block_err p {
	padding-left: 4px;
}