@charset "utf-8";
html:lang(ja) .mf_finder_searchBox .mf_finder_searchBox_query_input,
html :lang(ja) .mf_finder_searchBox .mf_finder_searchBox_query_input,
html:lang(ja-JP) .mf_finder_searchBox .mf_finder_searchBox_query_input,
html :lang(ja-JP) .mf_finder_searchBox .mf_finder_searchBox_query_input {
	background: none;
}
html .mf_finder_searchBox {
	background-color: transparent;
}
.mf_finder_searchBox_selects select {
	border: 1px solid #e0e0e0;
}
.mf_finder_searchBox_items {
	height: 25px;
	padding: 0;
}
.mf_finder_searchBox_query_input {
	margin: 0;
	width: 100%;
	font-size: 12px;
	line-height: 15px;
	border-top: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	padding: 4px 3px;
}
.mf_finder_searchBox_doctype:after {
	top: 12px;
}
.mf_finder_searchBox_submit {
	margin: 0;
}
.mf_finder_searchBox_suggest_items {
	background-color: #fff;	
	font-size: 12px;
	z-index: 99;
}
.mf_finder_searchBox_suggest_item_cur {
	background-color: #f0f0f0;
	color: #fff !important;
}
.mf_finder_searchBox_suggest_items a{
	color:#191919 !important;
}
 @media print, screen and (min-width: 961px) {
#searchArea {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15.333vw;
	max-width: 230px;
	height: 30px;
}
.mf_finder_searchBox_items {
	height: 30px;
	padding: 0;
}
.mf_finder_searchBox_query_input {
	border-radius: 5px 0 0 5px;
}
.mf_finder_searchBox_submit {
	background-color: #a3a3a3;
	width: 30px;
	height: 30px;
	font-weight: 100 !important;
	border-radius: 0 5px 5px 0;
	background-image: url(/commons/v1/img/h_searchIcon_w.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
}
.mf_finder_searchBox_submit:before {
	content: " ";
}
.mf_finder_searchBox_submit span {
	margin: 0;
}
#searchArea .modalClose {
	display: none;
}
}
 @media only screen and (max-width: 960px) {
.mf_finder_searchBox_query_input {
	min-height: 34px !important;
	border-radius: 5px;
	background-color: #ffffff !important;
	padding: 0 10px !important;
}
.mf_finder_searchBox_submit {
	width: 25% !important;
	padding: 0 10px !important;
	text-align: center !important;
	background-color: #ffffff !important;
	color: #717171 !important;
	border-radius: 5px !important;
	border: 1px solid #7d7d7d !important;
	margin-left: 15px !important;
	min-height: 34px !important;
}
.mf_finder_searchBox_submit::before {
	content: "検索" !important;
}
#searchArea {
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	background: rgba(0,0,0,0.8);
}
#searchArea .backArea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.searchModalIn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 700px;
}
.searchModalIn_if {
	position: relative;
}
#searchArea .modalClose {
	position: absolute;
	top: -55px;
	right: 0;
	z-index: 8040;
}
#searchArea .modalClose a {
	display: block !important;
	border: 1px solid #7d7d7d;
	color: #717171 !important;
	background-color: #ffffff;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 34px;
	font-size: 28px;
	font-weight: 300;
}
.movModalIn_if .search {
	width: 100%;
	margin-top: 0;
	position: relative;
}
}
