@charset "UTF-8";
@import url('/webeip/HT00100/becky/css/reset.css');

/* 手機版 css */
@media all and (max-width: 980px)
{
	.restorder_title{
		padding: 0.25rem 0 0.25rem 0.25rem;
		letter-spacing: 0.25rem;
	}
	.restorder_main_grppd{
		width: 100%;
		margin: 1em auto;
		border-right: none;
		border-bottom: none;
	}
	.restorder_grppd_itembox1, .restorder_grppd_itembox2,
	.restorder_grppd_itembox3, .restorder_grppd_itembox4,
	.restorder_grppd_itembox5, .restorder_grppd_itembox6{
		flex-direction: column;
		width: 95%;
		margin: 0.5em auto 1em;
		border-bottom: none;
	}
	.restorder_grppd_item_title,
	.restorder_grppd_item_content{ width: 100%; }

	.restorder_grppd_item_title{ text-align: left; }

	.restorder_grppd_item_content{ padding: 0.5em 1em; }

	.restorder_grppd_itembox3 .restorder_grppd_item_content > span{
	display: block;
	width: 100%;
	margin: 0.5em auto;
	border-right: none;
	padding-right: 0;
	}
	/*訂購人基本資料*/
	.restorder_main_memorderdata{
	width: 100%;
	margin: 1em auto;
	}
	.restorder_memorderdata_item1, .restorder_memorderdata_item2,
	.restorder_memorderdata_item3, .restorder_memorderdata_item4,
	.restorder_memorderdata_item5, .restorder_memorderdata_item6,
	.restorder_memorderdata_item7, .restorder_memorderdata_item8,
	.restorder_memorderdata_item9, .restorder_memorderdata_item10,
	.restorder_memorderdata_item11, .restorder_memorderdata_item12,
	.restorder_memorderdata_item13, .restorder_memorderdata_item14,
	.restorder_memorderdata_item15, .restorder_memorderdata_item16,
	.restorder_memorderdata_item17, .restorder_memorderdata_item18,
	.restorder_memorderdata_item19{
	width: 90%;
	margin: 0.5em auto;
	flex-direction: column;
	border-bottom: none;

	}
	.restorder_memorderdata_item_title{
	justify-content: flex-start;
	background-color: white;
	border-bottom: 3px solid #F4CB78;
	}
	.restorder_memorderdata_item13 > .restorder_memorderdata_item_content{
	display: block;
	}
	.restorder_memorderdata_notice{
	width: 90%;
	margin: 1em auto;
	border: 5px dotted #F8CC72;
	border-top: 5px dotted #F8CC72;
	}
	/*輸入旅客資料*/
	.restorder_main_touristdata{
	width: 100%;
	margin: 1em auto;
	border: none;
	}
	.restorder_touristdata_tabbox{
	border: none;
	}
	.restorder_touristdata_tabbox tr{
	width: 90%;
	margin: 0.5em auto;
	border-radius: 7px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: bisque;
	}
	.restorder_touristdata_tabbox tr td{
	width: 100%;
	padding: 0.5em;
	box-sizing: border-box;
	flex-wrap: wrap;
	}
	.restorder_touristdata_tabbox tr td:first-child,
	.restorder_touristdata_tabbox tr td:nth-child(2),
	.restorder_touristdata_tabbox tr td:nth-child(3),
	.restorder_touristdata_tabbox tr td:nth-child(4),
	.restorder_touristdata_tabbox tr td:nth-child(5),
	.restorder_touristdata_tabbox tr td:nth-child(6),
	.restorder_touristdata_tabbox tr td:nth-child(7),
	.restorder_touristdata_tabbox tr td:nth-child(8),
	.restorder_touristdata_tabbox tr td:nth-child(9),
	.restorder_touristdata_tabbox tr td:nth-child(10),
	.restorder_touristdata_tabbox tr td:nth-child(11),
	.restorder_touristdata_tabbox tr td:nth-child(12),
	.restorder_touristdata_tabbox tr td:nth-child(13),
	.restorder_touristdata_tabbox tr td:last-child{width: 100%; }

	.restorder_touristdata_tabbox tr td:nth-child(12),
	.restorder_touristdata_tabbox tr td:nth-child(13){
	width: 50%;
	display: flex;
	align-items: center;
	}
	.restorder_touristdata_tabbox tr td:before{
	display: block;
	width: 100%;
	}
	.restorder_touristdata_tabbox tr td:first-child{
	background-color: #FFC886;
	margin: 0.5em;
	text-align: center;
	font-weight: bold;
	}
	.restorder_touristdata_tabbox tr td:nth-child(2):before{ content: "中文姓名"; }
	.restorder_touristdata_tabbox tr td:nth-child(3):before{ content: "英文姓名(同護照)"; }
	.restorder_touristdata_tabbox tr td:nth-child(4):before{ content: "身份證/護照號碼"; }
	.restorder_touristdata_tabbox tr td:nth-child(5):before{ content: "其他卡號/員工代號"; }
	.restorder_touristdata_tabbox tr td:nth-child(6):before{ content: "稱謂"; }
	.restorder_touristdata_tabbox tr td:nth-child(7):before{ content: "聯絡電話"; }
	.restorder_touristdata_tabbox tr td:nth-child(8):before{ content: "生日(1980/10/10)"; }
	.restorder_touristdata_tabbox tr td:nth-child(9):before{ content: "用餐"; }
	.restorder_touristdata_tabbox tr td:nth-child(10):before{ content: "關係"; }
	.restorder_touristdata_tabbox tr td:nth-child(11):before{ content: "上車地點"; }
	.restorder_touristdata_tabbox tr td:nth-child(12):after{ content: "簽證"; }
	.restorder_touristdata_tabbox tr td:nth-child(13):after{ content: "護照"; }
	.restorder_touristdata_tabbox tr td:last-child:before{ content: "小計"; }

	.restorder_touristdata_inputtext{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	margin: 0.5em 0;
	}
	.restorder_touristdata_select{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	margin: 0.5em 0;
	}
	.restorder_touristdata_checkbox{
	width: 1.5em;
	height: 1.5em;
	}
	.restorder_touristdata_item1, .restorder_touristdata_item2,
	.restorder_touristdata_item3, .restorder_touristdata_item4{
	display: block;
	width: 90%;
	margin: 0.5em auto;
	}
	.restorder_touristdata_item1{
	border: 2px solid #F8CC72;
	}
	.restorder_touristdata_item2,
	.restorder_touristdata_item3{
	border: 1px solid #F8CC72;
	}
	.restorder_touristdata_item4{
	border-bottom: none;
	}
	.restorder_touristdata_item_title{
	justify-content: center;
	font-size: 1.1em;
	}
	.restorder_touristdata_item1 > .restorder_touristdata_item_title{
	width: 100%;
	}
	.restorder_touristdata_item1 > .restorder_touristdata_item_content{
	padding: 0.5em;
	}
	.restorder_input_backstep,
	.restorder_input_nextstep,
	.restorder_input_cancel{
	width: 100%;
	margin: 0.5em auto;
	}
}