@charset "UTF-8";

/* login
----------------------------------------------------- */
h1.tit_login{
	text-align: center;
	margin-bottom: 35px;
}

.login{
	border: 2px solid #c3f4ff;
	box-shadow: 0 0 0 1px #bfbfbf, 0 0 0 1px #bfbfbf;
	border-radius: 4px;
	font-size: 13px;
	padding: 50px 0;
	width: 640px;
	margin: 0 auto;
	text-align: center;
	/* IE7 */
	*border: 1px solid #bfbfbf;
	/* IE8 */
	border: 1px solid #bfbfbf\9;
}

/* IE9 */
:root .login{
	border: 2px solid #c3f4ff\0/IE9;
}

/*.first_attention{
	border: 2px solid #eb8d35;
    border-radius: 3px;
    text-align: center;
    margin: 0 auto 60px;
    padding: 30px 20px;
    width: 600px;
}*/

.card_select{
	overflow: hidden;
	margin: 0 auto 50px auto;
	width: 640px;
}

.card_select ul li{
	float: left;
}

.card_select ul li:first-child{
	margin-right: 12px;
}

.login .login_wrap{
	display: inline-block;

	*display: inline;
	line-height: 1.5;
}

.login .login_wrap span.att{
	color: #ff7800;
	font-size: 12px;
}

.login table{
	text-align: left;
}

.login table p.attention{
	font-size: 12px;
	padding: 10px 0 0;
}

.login table th{ 
	font-weight: bold;
	padding: 20px 30px 0 0;
	vertical-align: top;
	width: 150px;
}

.login table td{
	padding: 12px 0;
	width: 370px;
}

.login table tr.name input{
	width: 130px;
	margin: 0 15px 0 5px;
}

.login table tr.day input{
	width: 150px;
}

.login table tr.day span{
	font-size: 12px;
	display: inline-block;
}

.login table tr.number{
	position: relative;
}

.login table tr.number th{
	position: relative;
}

.login table tr.number span.required{
	position: absolute;
	top: 38px;
	left: 70px;
}


.login table tr.number input{
	margin-right: 5px;
}

.login table tr.number input:last-child{
	margin-right: 0;
}

.login table tr input#number01{ width: 50px; }
.login table tr input#number02{ width: 60px; }
.login table tr input#number03{ width: 80px; }
.login table tr input#number04{ width: 100px; }


.login table tr.pw input,
.login table tr.mail input,
.login table tr.other textarea{
	*width: 400px;
}


.login .forget{
	background: url(../img/common/ico_arrow.png) no-repeat center right;
	font-size: 12px;
	text-align: right;
	padding-right: 13px;
	margin-bottom: 15px;

	*margin-right: 30px;
}

.login .btn{
	margin-bottom: 10px;
}

.login .btn input:hover{
	opacity: 0.8;
}

.login .next{
	font-size: 15px;
}


/* remind
----------------------------------------------------- */
.login table tr input#date{ width: 185px; }
.login table tr.date span{ padding: 0 15px 0 5px;}


/* no_login
----------------------------------------------------- */
.no_login{
	text-align: center;
}

.no_login_wrap{
	width: 520px;
	margin: 0 auto;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	padding: 30px 20px 10px;
}

.no_login h1{
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 30px;
}

.no_login h2{
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.no_login h2 span{
	color: #80cee0;
	font-size: 15px;
	padding-right: 5px;
}

.no_login .attention{
	border: 2px solid #eb8d35;
	border-radius: 3px;
	padding: 30px 20px;
	margin: 0 auto;
	width: 600px;
}

.login .approval_end_tit{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.login .approval_end_link{
	background: url(../img/common/ico_arrow.png) no-repeat left 5px;
	display: inline-block;
	padding-left: 15px;
	margin-top: 10px;

	*background-position: 250px;
}

.login .approval_end_link a{
	display: inline-block;
}

span.attention{
	font-size: 12px;
	display: block;
	margin-top: 8px;
}

.red{
	color: #ff4c5b;
}
