@charset 'utf-8';


/*
	COLOR SCHEME
 */
.password_box {
	background: #f5f5f8;
}

#contents .password_box:hover input[type="email"] {
	border-color: #67619b;
}



/*
	BLOCK
 */
.password_box {
	width: 400px;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 30px 40px;
}



/*
	CONTENT ELEMENT
 */
.password_box ul {
	list-style: none;
}

.password_box li {
	list-style: none;
	margin-bottom: 5px;
	font-size: 1.4em;
	line-height: 1.6em;
}



/*
	FORM ELEMENT
 */
#contents input[type="email"] {
	margin: 0;
}


