@charset "utf-8";
/* CSS Document
租車預訂頁面局部CSS
 */
.order_pic {
	width: 200px;
	/*height: 220px;*/
	border: 8px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	background-color: #FFFFFF;
}
.order_pic_info {
	width: 100%;
	height: 240px;
	border: 8px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	background-color: #FFFFFF;
}
.order_picBig {
	width: 750px;
	border: 20px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.order_picBig .bigpic {
  position: relative;
  width: 450px;
  height: 300px;
}
.ih-item{
  position: relative;
  width: 200px;
  height: 150px;
}
.ih-item .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.price_show {
	/*font-family: "新細明體";*/
	font-size: 0.750rem;/*15px*/
	font-size: 12px;/*15px for IE*/
	line-height: 1.3rem;
	font-weight: bold;
	color: #4c4c4c;
	margin-left:8px;
	padding-top:5px;
}
.price_show_2 {
	font-family: "新細明體";
	font-size: 0.750rem;/*15px*/
	font-size: 12px;/*15px for IE*/
	line-height: 1.3rem;
	font-weight: bold;
	color: #4c4c4c;
	margin-left: 20px;
}
.goback a {
	font-family: "新細明體";
	font-size: 0.750rem;/*15px*/
	font-size: 12px;/*15px for IE*/
	font-weight: bold;
	color: #4c4c4c;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
}
.goback a:hover {
	color: #FFFFFF;
	background-color: #006699;
}
.price_show span {
	display: block;
	height: 20px;
	margin-bottom: 10px;
}
.price_show .line-height_2rem {
	line-height: 1rem;
}
.price_show_2 ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.price_show_2 .box {
	font-family: Arial, "新細明體";
	font-size: 0.750rem;/*15px*/
	font-size: 13px;/*15px for IE*/
	line-height: 1.5rem;
}
.price_show_2 .box span {
	display: inline;
	margin-right: 5px;
}
span.price_color {
	font-family: "微軟正黑體";
	font-size: 0.938em;/*15px*/
	font-size: 15px;/*15px for IE*/
	line-height: 1.3rem;
	font-weight: bold;
	color: #ac0d0d;
	display: inline;
}
.want_order {
	margin: 10px auto;
	font-family: "微軟正黑體";
	font-size: 13px;/*15px for IE*/
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1rem;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 90px;
	padding: 5px;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: rgba(255,255,255,1);
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: -webkit-linear-gradient(-90deg, rgba(90,90,90,1) 0, rgba(178,174,174,1) 54%, rgba(90,90,90,1) 55%, rgba(40,40,40,1) 100%);
	background: -moz-linear-gradient(180deg, rgba(90,90,90,1) 0, rgba(178,174,174,1) 54%, rgba(90,90,90,1) 55%, rgba(40,40,40,1) 100%);
	background: linear-gradient(180deg, rgba(90,90,90,1) 0, rgba(178,174,174,1) 54%, rgba(90,90,90,1) 55%, rgba(40,40,40,1) 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	-webkit-box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.3);
	/* text-shadow: 3px 1px 1px rgba(0,0,0,0.42); 文字陰影 */
	-webkit-transition: background 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-moz-transition: background 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-o-transition: background 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	transition: background 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	margin-top: 5px;
}
p.description {
	font-family: Arial, "新細明體";
	font-size: 0.750rem;/*15px*/
	font-size: 13px;/*15px for IE*/
	line-height: 1.5rem;
}
.want_order a{
	color: #FFFFFF;
}
.want_order a:hover{
	color: #CCCCCC;
	background-color: black;
	padding: 7px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.order_p {
	z-index: 10;
	width: 700px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.float_left_20px{
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
/* 租車圖片 */
.ih-item.order.effect3 {
  overflow: hidden;
}
.ih-item.order.effect3.colored .info {
  background: #1a4a72;
}
.ih-item.order.effect3 .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.order.effect3 .info {
  background: #333333;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.order.effect3 .info h3 {
	color: #fff;
	text-align: center;
	font-size: 15px;
	padding: 5px 10px 0 4px;
	margin: 4px 0 0 0;
	font-family: "微軟正黑體";
}
.color_red {
	color: #990000;
	font-size: 22px;
	font-family: "微軟正黑體";
	font-weight: bold;
	line-height: 1.5rem;
}
.ih-item.order.effect3 .info p {
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 0px;
  text-align: center;
}
.ih-item.order.effect3 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.order.effect3.bottom_to_top .info {
  top: auto;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.order.effect3.bottom_to_top a:hover .img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.ih-item.order.effect3.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.order.effect3.top_to_bottom .info {
  bottom: auto;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.order.effect3.top_to_bottom a:hover .img {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.ih-item.order.effect3.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/* 內容中的表單 */
#contact_form {
	padding: 8px;
	border: 1px solid #6D6D6D;
}
#contact_form td {
	font-size: 0.813rem;/*13px*/
	font-size: 15px;/*13px for IE*/
	font-family: Arial, "新細明體" ;
	color: #333333;
	height: 1rem;
	padding: 5px;
	line-height: 1.8em;
}
#contact_form td > input, select, textarea, option {
	font-size: 0.813rem;/*13px*/
	font-size: 15px;/*13px for IE*/
	font-family: Arial, "新細明體" ;
	line-height: 1.5rem;
	color: #666666;
	padding: 0px 8px;
}
.ui-btn {
	font-size: 0.813rem;/*13px*/
	font-size: 15px;/*13px for IE*/
	font-family: Arial, "新細明體" ;
	line-height: 1.5rem;
	color: #666666;
	padding: 0px 10px;
}
.float_right_10px{
	float: right;
	margin-right: 10px;
}