@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: 2px 5px;
	box-sizing: border-box;
	outline: none;
}
div.fastSearch input {
	border: 0;
	position: absolute;
	left: 0;
	text-indent: -9999px;
}
div.fastSearch select {
	transition: all 0.4s;
	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 {
	background: url(../images/laydate.png) no-repeat right center #FFF;
	background-color: transparent;
	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 {
	display: inline-block;
	position: relative;
}
div.fastSearch p {
	color: #000;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 0px;
}
div.fastSearch a {
	background: #232323;
	text-decoration: none;
	color: #FFF;
	transition: all 0.4s;
	font-size: 13px;
	line-height: 20px;
	padding: 7px 36px;
	box-sizing: border-box;
}
div.fastSearch a:hover {
	background: #db3f2f;
	transition: all 0.4s;
}

/*針對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 70px 5px 50px;
}

}

@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;
}
}
