@charset "UTF-8";
#header input[type="text"] {
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: .5rem;
}




/* marsfinder */
.mf_finder_searchBox_query_input {
    width: calc(100% - 5em) !important;
    margin-left: 5em !important;
	height: 30px;
	min-height: 26px;
	font-size: 14px;
}

.mf_finder_searchBox_query_input:focus {
	outline: none;
}

.mf_finder_searchBox_items {
    height: auto;
    padding-bottom: 0;
    margin-top: 0;
    width: 40%;
    right: 0;
    position: absolute;
}

/* 候補の文字色 */
.mf_finder_searchBox_suggest_item a {
	color: #fff !important;
}

.mf_finder_searchBox_submit span {
    margin-left: 0;
    margin-right: 0;
}


/* 旧タイプのページ　news/2016 など */
table.SEARCHBOX .mf_finder_searchBox_items_wrapper {
	width: 100%;
}

table.SEARCHBOX .mf_finder_searchBox_items {
	padding: 5px 0 !important;
    display: flex;
    width: 100%;
	height: 40px;
}


.mf_finder_searchBox_submit:before {
	padding: 0 0.5em;
}

table.SEARCHBOX .mf_finder_searchBox {
	margin-right: 0 !important;
	height: 30px;
    margin-bottom: 5px;
}

table.SEARCHBOX .mf_finder_searchBox_query_input {
    padding-left: 5px !important;
	width: 100% !important;
	font-size: 1em;
    margin-left: 0 !important;
}

.SEARCHBOX {
	width: 100%;
}

table.SEARCHBOX td form * {
    display: inline-block;
}

/*table.SEARCHBOX .mf_finder_searchBox_query_wrap {
	width: 80%;
}*/


/* 検索結果ページ */
.mf_finder_container {
	/*width: 900px;*/
	margin: 0 auto;
	/* 以下左上のロゴがクリックできるように追加
	position: relative;
    z-index: -1; */
}

.mf_finder_searchBox_submit {
    background-color: #cdcac8 !important;
	height: 30px;
}

.mf_finder_searchBox_form {
	height: 80px !important;
}

/*.search_display-none {
	display: none !important;
}
*/

.mf_finder_organic_doc_url::before,
.mf_finder_organic_doc_url::after,
.mf_finder_pager_items li a {
	background-color: #cdcac8 !important;
}

.mf_finder_organic_pager {
	margin-top: 0.5rem;
}

/* TOPページ用 */
.mf_finder_container.mf_finder_container_top{
	width: 1024px !important;
}


/* =============================================================
レスポンシブ
-------------------------------------------------------------- */


@media only screen and (max-width:767px) {

/* 検索結果ページ */
.mf_finder_container {
	width: 100%;
}
	
.mf_finder_searchBox_form {
    height: auto;
}
	
.mf_finder_searchBox_items {
	display: none;
}
	
		
}