@charset "UTF-8";
#content h4 {
	margin-top: 50px;
	margin-bottom: 0;
	color: #000;
	font-size: 16px;
	text-decoration: underline;
}

/* member edit step lnb
====================================*/
.step {
	position: absolute;
	top: 45px;
	right: 40px;
	width: 659px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	text-align: right;
	color: #9f9f9f;
	font-size: 12px;
}
.step li {
	display: inline-block;
}
.step li:after {
	content: '>';
	display: inline-block;
	margin: 0 10px;
	color: #9f9f9f;
	font-weight: normal;
}
.step li:last-child:after {
	content: none;
}
.step li.on {
	color: #335fc7;
	font-weight: bold; 
}

/* member edit complete
====================================*/
.complete {
	position: relative;
	width: 520px;
	margin: -30px auto 0 auto;
}
.complete .objects_ilb {
	margin-top: 50px;
}

/* mail change
===================================*/
.mail_change {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
	z-index: 10000;
}
.mail_change .content {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 750px;
	height: 280px;
	margin: -140px 0 0 -375px;
	border: 5px solid #335fc7;
	background-color: #fff;
	text-align: center;
}
.mail_change .content .caution {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 20px;
}