@charset "utf-8";

.show-for-large {
		display: none;
	}
#mf_marsfinder_wrapper {
    /*max-width: 936px;*/
    margin: 0 auto;
    padding: 10px 20px;
}
#mf_h1 {
	margin-left: 0;
	padding-left: 0.75rem;
	background: url("https://c.marsflag.com/svc/u/melco/img/tit_bkgr.png") no-repeat left bottom; 
	line-height: 100%;
	font-weight: 500;
	margin-bottom: 0.25em;
}
#mf_number {
	margin-left: 0;
}
.mf_all,.mf_now {
	font-weight: 700;
}
#mf_title {
	width: auto;
}
#mf_menu {
	height: 34px;
	border-radius: 3px;
	background-color: #444;
	background-position: 8px 6px;
	padding-top: 0;
	width: 46px;
	right: 1%;
	top: -50px;
}
#mf_menu:hover {
	background-color: #666;
	background-position: 8px 6px;
}
#mf_menubox {
	border-radius: 3px;
}
#mf_searchbox {
	border-radius: 3px;
	border: solid 1px #c00;/*brand color*/
	background-color: #fff;
	margin: 0;
	width: 100%;
}
#mf_menubtn_l {
	padding-top: 7px;
}
img#clearText {
	right: 50px;
}
#MF_form_button {
	box-sizing: border-box;
	top: 0;
	right: 0;
	width: auto;
	height: 32px;
	padding: 4px 12px;
	outline: none;
	background-color: #c00;/*brand color*/

}

.titb {
	color: #005e8c;
}
h3.mf_poptext .titb {
	color: #FFF;
}

.mf_noresult {
	border-radius: 3px;
}
#mf_searcharea {
	padding: 20px 0;
}
.mf_number {
	margin-left: 0;
	margin-right: 0;
}

img.mf_cap, img.mf_cap_large {
	border-radius: 0;
	border: solid 1px #FFF;
	box-shadow: 0 0 3px 1px rgba(0,0,0,.35);
}
.mf_hit {
	display: inline-block;
	background-color: #ff9 !important;
	padding-left: 0.25em;
	padding-right: 0.25em;
	margin-left: 0.125em;
	margin-right: 0.125em;
}
#mf_results li {
	border-top: 1px solid #bbb;
	/*border-top: none;*/
}
#mf_results li:last-child {
	border-bottom: 1px solid #bbb; /* Sooooorry, not warking x( */
}
.mf_noresult p.long_msg, .mf_noresult p.short_msg {
	color: #c00;
	font-size:  13px;
}
.mf_pagenumber li, li.mf_pagenow {
	border-radius: 0;
	border: solid 1px #bbb;
}

li.mf_pagenow {
	background-color: #bcbcbc;
	color: #000;
}

.mf_pagenumber li {
	color: #333;
}
.mf_pagenumber li a {
	text-decoration: none!important; /* Override inline css*/
	color: #333 !important; /* Override inline css*/
}
/*.mf_prevpage a:before {
	content: "<";
	margin-left: 0.5em;
}
.mf_nextpage a:after {
	content: ">";
}*/
.ui-widget {
	font-size: 1.0em;
	margin-right: 0.5em;
}

@media screen and (min-width: 500px) and (max-width: 999px) {
	.mf_mbpp {
		width: 95%;
	}
	#mf_menubox.menu_right {
		width: 300px;
		left: auto;
		right: 0;
	}
}

/* For only Tablet */
/* ! Ajust iPad size */
/* ==================================== */
@media screen and (min-width: 768px) and (max-width: 999px) {
	#mf_searchbox {
		width: 60%;
	}
}

/* For Large */
/* ==================================== */
@media screen and (min-width: 1000px) {
	.show-for-large {
		display: visible;
	}
	#MF_form_phrase {
		width:580px;
	}
	#mf_h1 {
		margin-bottom: 20px;
	}
	#mf_number {
		margin-bottom: 15px;
	}
	#mf_header {
		position: relative;
	}
	#mf_dropdown {
		position: absolute;
		bottom: 9px;
		right: 10px;
	}
	#mf_menu {
		/*width: 230px;*/
		width: 244px; /* Enhance 2016.07.05 */
	}
	#mf_menubox {
		left: 0 !important; /* Override search_x.css */
		/*width: 230px;*/
		width: 244px; /* Enhance 2016.07.05 */
	}
	#mf_searcharea {
		background-color: #EEE;
		padding: 10px 0;
		margin-bottom: 30px;
		border-radius: 3px;
	}
	#mf_searchbox {
		width: 50%;
		margin: 0 20px;
		transition: width 
	}
	#mf_searchbox.expand {
		width: 70%;
	}
	#mf_menubtn_l {
		font-size: 14px;
	}
	.mf_noresult p.long_msg, .mf_noresult p.short_msg {
		font-size:  100%;
	}
}
