@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;
}
}


/* mf3.0変更分 */

.mf-search-box {
    margin: 0 1rem 0 1.6rem !important;
}

.mf-search-box .mf-search-bar .mf-search-bar_input {
	border: 1px solid #ddd !important;
	font-size: 1rem !important;
	padding: .5rem !important;
	height: 30px !important;
    min-height: 30px !important;
    border-radius: 5px 0 0 5px !important;
}

.mf-search-box .mf-search-bar .mf-search-bar_input::placeholder {
	color: transparent;
}

.mf-search-box .mf-search-bar .mf-search-bar_button span {
	display: none;
}

.mf-search-box .mf-search-bar .mf-search-bar_button {
	width: 30px;
    height: 30px !important;
    padding: 0;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    border: none;
    outline: none;
    background: none;
    background-image: url(/car/common_r/img/header/bar_button.png);
    background-repeat: no-repeat;
	background-color: none !important;
    margin-left: 0;
    vertical-align: top;
    text-indent: -9999px;
    position: absolute;
    right: 1rem;
	cursor: pointer;
	border-radius: 0 5px 5px 0 !important;
}

.mf-search-bar_button_icon {
	display: none;
}

@media (max-width: 960px) {
    .mf-search-box .mf-search-bar .mf-search-bar_button span {
        display: block;
        font-size: 16px;
        color: #717171 !important;
        text-align: center !important;
		font-family: 'Noto Sans Japanese', sans-serif !important;
		font-weight: 400;
    }
	.mf-search-box .mf-search-bar .mf-search-bar_button {
		background-image: none !important;
		background-color: #ffffff !important;
		text-indent: 0 !important;
		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;
		position: static;
		margin-top: 9px !important;
		height: 42px !important;
	}
	.mf-search-box .mf-search-bar .mf-search-bar_input {
		appearance: none;
    	min-height: 34px;
    	height: 100% !important;
    	margin: 0;
    	width: 100%;
    	font-size: 1rem;
    	border: 1px solid #7d7d7d !important;
        border-radius: 5px !important;
    	padding: .5rem;
	}
}