@charset "UTF-8";


#hdTop .mf_finder_header{
	position: absolute;
	right: 0;
	top: 4px;
}
#hdTop .mf_finder_searchBox_items{
	padding: 0;
}
#hdTop .mf_finder_searchBox{
	margin: 0;
}
#hdTop .mf_finder_searchBox_submit{
	width: 64px;
	height: 23px;
	display: inline-block;
	background: url(../..//img/common/hd2/btn_hd_search.png) left top no-repeat;
	cursor: pointer;
	padding: 0;
	-webkit-border-radius: 0;
	        border-radius: 0;
	text-indent: -9999px;
	text-align: left;
	font-size: 1px;
	line-height: 1px;
}
#hdTop .mf_finder_searchBox_submit:hover{
	background: url(../..//img/common/hd2/btn_hd_search.png) left bottom no-repeat;
	cursor: pointer;
}
#hdTop #mf_serp_modal_bg{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 10000;
}
#hdTop .mf_finder_searchBox_items_wrapper{
	width:251px;
}

#hdTop .mf_finder_searchBox_query_input{
	width: 182px;
	min-height: 23px;
	height: 23px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 2px 2px 2px 26px;
	background: url(../..//img/common/hd2/bg_hd_input.png) 4px 3px no-repeat;
	font-size: 12px;
}
#hdTop .mf_finder_searchBox_focusInput .mf_finder_searchBox_query_input,
#hdTop .mf_finder_searchBox_hasQuery .mf_finder_searchBox_query_input{
	background: url(../..//img/common/hd2/icon_roupe.png) 4px 3px no-repeat;
}

/* modal */
#mf_serp_modal_head{
	height: 60px;
	margin: 0 auto;
	position: relative;
}
#mf_serp_modal_close{
	width: 14px;
	height: 14px;
	position: absolute;
	right: 0;
	bottom: 6px;
	display: block;
	color: #ffffff;
	cursor: pointer;
}
#mf_serp_modal_close img{
	width: 100%;
}
#mf_serp_iframe{
	width:100%;
	height:100%;
	margin: 0 auto;
	background-color: #ffffff;
}
#mf_serp_modal_wrap{
	text-align: center;
	height:90%;
	left:10%;
	width: 80%;
	position:fixed;
}
#mf_serp_modal{
	text-align: center;
	height: 100%;
}
.mf_serp_show_result{
	position: fixed;
	left: 50%;
	margin-left: -475px;
}
#hdTop #mf_serp_modal_bg #mf_serp_close_clicker{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}