@charset "utf-8";

/* +++++++++++++++++++++++++ */
/* mf-search-results
/* +++++++++++++++++++++++++ */

/*コンテンツ幅*/
main {
	display: block;
	width: 100%;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
}

/* +++++++++++++++++++++++++ */
/* mf-search-results スタイル上書き
/* +++++++++++++++++++++++++ */
main .mf-search-results_mars-logo{
	display: none;
}
main .mf-search-box .mf-search-bar .mf-search-bar_input {
	border-color: #a29d95;
}
main .mf-search-box .mf-search-bar .mf-search-bar_button {
	background-color: #a29d95;
}
main .mf-search-box .mf-filters .mf-filters_selects .mf-filters_selects_category .mf-filters_selects_category_select{
	border-color: #a29d95;
}
main .mf-search-box .mf-filters .mf-filters_selects .mf-filters_selects_other .mf-filters_selects_other_item .mf-filters_selects_other_item_select{
	border-color: #a29d95;
}
main .mf-search-results .mf-search-results_header {
	border-bottom: 1px solid #c7c4bf;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
main .mf-pagination .mf-pagination_button.active-page {
	background-color: #a29d95;
	border-color: #a29d95;
}
main .mf-pagination .mf-pagination_button {
	border-color: #c7c4bf;
	color: #a29d95;
}
main .mf-pagination .mf-pagination_button:not(.active-page):hover:not(:disabled) {
	background-color: #ecebea;
	border-color: #a29d95;
	color: #a29d95;
}

@media screen and (max-width: 768px){
	main {
		width: 92%;
		margin-top: 20px;
	}
}