@charset "utf-8";
/* CSS Document */

/*各頁快速搜尋空房*/
div.fastSearch {
	/*background: url(../images/all/fastSearch.png);
	background-color:#f8f8f8;
	border-bottom: 2px dotted #999;*/
	width: 100%;
	padding: 20px 0 10px 0;
	margin: 0px auto;
	text-align: center;
}
div.fastSearch p, div.fastSearch select, div.fastSearch a {
	display: inline-block;
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	vertical-align: top;
	/*padding: 5px 70px;*/
	margin-bottom: 15px;
	box-sizing: border-box;
	outline: none;
}
div.fastSearch input {
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
}
div.fastSearch select {
	float: left;
	width: 80%;
    height: 36px;
	line-height: 36px;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 1.2rem;
	color: #1b1b1b;
	text-align: left;
	transition: all 0.4s;
	border: 1px solid #e9e9e9;
    padding-right: 36px;
    padding-left: 13px;
	box-sizing: border-box;
    background-color: #fff;

	/*height: 30px;
	line-height: 30px;
	border: 0px;
	border-bottom: 1px solid #000;
	background-color: transparent;*/
}
div.fastSearch select:hover:hover {
	transition: all 0.4s;
}
div.fastSearch div.datepickerImage {
	width: 100%;
    height: 36px;
	line-height: 36px;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 1.2rem;
	color: #1b1b1b;
	 text-align: left;
	background: url(../images/laydate.png) no-repeat right center #FFF;
	box-sizing: border-box;
    /*border: 1px solid #e9e9e9;*/
    padding-right: 36px;
    padding-left: 13px;
	background-color: #fff;
	/*vertical-align: top;
	padding: 5px 90px 5px 60px;
	margin: 2px 5px;
	box-sizing: border-box;
	font-size: 13px;
	height: 30px;
	line-height: 1.7;
	border-bottom: 1px solid #000;*/
}
div.fastSearch div.dateInput {
	float: left;
	position: relative;
	width: 80%;
	margin-bottom: 15px;
	border: 1px solid #e9e9e9;
	}
div.fastSearch p {
	float: left;
	display: block;
	text-align: left;
	width: 20%;
	height: 36px;
	line-height: 36px;
	color: #1b1b1b;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
}
div.fastSearch a {
	width: 100%;
	height: 51px;
	line-height: 51px;
	font-size: 13px;
	background: #232323;
	text-decoration: none;
	color: #FFF !important;
	transition: all 0.4s;
	margin-top: 32px;
	box-sizing: border-box;
}
div.fastSearch a:hover {
	background: #bb000a;
}

/*針對safari hack*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
@media {
 div.fastSearch select {
-webkit-appearance: menulist-button;
}
}
}
@media screen and (max-width: 1024px) {

div.fastSearch div.datepickerImage{
	padding: 5px 80px 5px 50px; 
}
div.fastSearch select{
	padding: 5px 50px;
}

}
@media screen and (max-width: 800px) {
div.fastSearch p {
	display: block;
}
div.fastSearch a {
	/*display: block;*/
	width: 90%;
	margin: 15px auto;
	/*padding: 10px 0;*/
}
}

@media screen and (max-width: 500px) {

div.fastSearch div.datepickerImage {
    padding: 5px 20px 5px 20px;
}
div.fastSearch select {
    padding: 5px 20px;
}
}

@media screen and (max-width: 320px) {
div.fastSearch div.dateInput{
	width: 90%;
}
div.fastSearch div.datepickerImage{
	margin: 2px 0px;
}
div.fastSearch select{
	width: 90%;
	padding: 5px 104px;
}
}
