@charset "utf-8";

/* Step 1 */
div.step1,
div.step2 {
	width:640px; 
	padding:50px; 
	margin-top:30px;
	text-align:center;
	border:5px solid #eee; 
	border-radius:30px;
}
div.step1 h3,
div.step2 h3 {margin-bottom:10px; font-size:24px;}
div.step1 h3 span,
div.step2 h3 span {color:#0945C2;}

#announce_yes {}
#announce_yes table {width:50% !important; margin:0 auto;}
#announce_yes table th,
#announce_yes table td {height:30px; line-height:30px; font-size:14px;}
#announce_yes table tr:not(:last-of-type) th,
#announce_yes table tr:not(:last-of-type) td {padding-bottom:5px;}
#announce_yes table th {}
#announce_yes table td input {width:98%; height:100%; padding:0 1%; border:1px solid #ccc;}
#announce_yes table td a.chk_btn {
	display:inline-block;
	width:100%;
	height:30px;
	line-height:30px;
	margin-top:10px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:white;
	background:#0945C2;
	border-radius:15px;
	border:1px solid #0945C2;
}
#announce_no {}
#announce_no p {padding:20px 0 30px 0; line-height:40px; color:#555; font-size:18px;}
#announce_no p img {margin-right:10px;}



/* Step 2 */
#apply_pass {}
#apply_pass table {width:65% !important; margin:20px auto 25px auto !important;}
#apply_pass table th {
	background:url("/pages/images/dot.gif") no-repeat left center;
	background-size:15px 15px;
	padding-left:25px;
}
#apply_pass table th,
#apply_pass table td {color:#555; text-align:left; font-size:14px;}
#apply_pass p.msg {
	width:85%;
	margin:0 auto;
	padding-top:25px;
	font-size:14px;
	border-top:1px dotted #999;
}
#apply_pass p.msg b {display:inline-block; margin-bottom:5px; color:#0945C2; font-size:18px;}

div.btn_box {text-align:center; margin-top:20px;}
div.btn_box a {
	display:inline-block;
	width:160px;
	height:30px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:white;
	border-radius:15px;
	background:#0945C2;
}
div.btn_box a:not(:last-of-type) {margin-right:10px;}