/*===== 全体 =====*/
.l_fogot_area{
	
	width:100%;
	max-width:480px;
	max-height:400px;
	text-align:center;
	
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.l_fogot_area.complete{
	background:#FFF;
}

.l_fogot_area .l_inner{
	margin:20px;
	max-width:400px;
	width:100%;
}

.l_fogot_area p{
	margin:0;
}

/*===== 見出し =====*/
h1.l_forgot_title{
	font-size: 18px;
	color: #008C6B;
}


/*===== フォーム =====*/
/*----- 入力 -----*/
.l_fogot_input{
	height:50px;
}

/*----- ボタン -----*/
.l_fogot_action{
	width:100%;
	border-radius:5px;
	padding:20px 0;
	height:60px;
	border:none;
	color:#FFF;
	background: #008C6B;
}

.l_fogot_action:disabled{
	background: #BBBBBB;
}


/*===== リンク =====*/
.l_fogot_link{
	color: #969696;
}

a.l_fogot_link{
	text-decoration:none;
}
a.l_fogot_link:hover{
	color: #333333;
}
