@charset "utf-8";


.myarea_modify_page_ttl {
	font-size:18px;
	margin:0 0 15px;
}

.myare_modify_user {
	position:absolute;
	top:20px;
	right:28px;
	font-size:18px;
	background: url(../gif/ttl_myarea_now.gif) no-repeat;
	background-position: left center;
	padding: 0 0 0 175px;
}
	.myare_modify_user_label {
		display:none;
	}

.myarea_modify_section {
	width:720px;
	margin:0 auto;
	position:relative;
}
	.mms_howto {
		font-size:14px;
		line-height:24px;
		margin:0 0 20px
	}
	
	.mms_step {
	}
		.mms_step_ttl {
			padding: 0 0 0 0;
			font-size: 14px;
			line-height: 32px;
			height: 32px;
		}
			.mms_step_ttl span {
				width:100px;
				height:32px;
				line-height:32px;
				background-color:#595959;
				color:#fff;
				text-align:center;
				font-size:16px;
				font-weight:bold;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				
				position:absolute;
				top:0;
				left:1px;
	
			}
			
		.mms_step .mms_content {
			padding:0 0 0 145px;
		}
		
	.mms_search {
		padding-bottom:16px;
		margin-bottom:18px;
		border-bottom:1px dotted #e9e1d5;
	}
		.mms_search .mms_content {
			padding-right:29px;
		}
		
	.mms_map {
		padding-bottom:36px;
	}
		.mms_map_area {
			position:relative;
			margin:0 0 19px;
			width:560px;
			height:220px;
		}
			#map {
				width:560px;
				height:220px;
				position:relative;
				overflow:hidden;
				margin:0;
				padding:0;
                z-index: 1;
			}
			.mms_map_area_info {
				width:516px;
				height:32px;
				line-height:32px;
				position:absolute;
				bottom:10px;
				left:21px;
				color:#fff;
				text-align:center;
                background:url(../png/item_v3.png) no-repeat 0 -740px;
                z-index: 2;
			}
		.mms_map_submit {
		}
			.mms_map_submit_set {
				width:430px;
				height:56px;
				background-position:-2px -592px;
				background-color: inherit;
				border:none;
				outline:none;
				cursor:pointer;
			}