@import "/webeip/HT00100/peggy/css/reset.css";
@charset "big5";
@media screen and (max-width:980px)
{
	.tkt_order_bodywrap{
		width: 100%;
	}
	.tkt_order_bodywrap > p{
		padding: 0.5em 1em;
		box-sizing: border-box;
	}
	.tkt_order_title{
		width: 100%;
		margin: 0;
		padding: 1em 0;
	}
	.tkt_order_title:after,
	.tkt_order_title:before{
		display: none;
	}
	/*訂購資料*/
	.tkt_order_maintitle,.tkt_order_mainbox{
		width: 90%;
		margin: 0 auto;	
	}
	.tkt_order_mainlist{
		width: 100%;
		border-bottom: none;
		flex-wrap: wrap;
		border-bottom: 1px dashed lightgray;
	}
	.tkt_order_mainlist_title{
		height: 2em;
		line-height: 2.5em;
	}
	.tkt_order_mainlist_title,
	.tkt_order_mainlist_content{
		width: 100%;
		border-right: none;
	}
	.tktoml1 > .tkt_order_mainlist_content,
	.tktoml3 > .tkt_order_mainlist_content,
	.tktoml5 > .tkt_order_mainlist_content,
	.tktoml7 > .tkt_order_mainlist_content,
	.tktoml9 > .tkt_order_mainlist_content,
	.tktoml11 > .tkt_order_mainlist_content{
		border-right: none;
	}
	.tktoml14 .tkt_order_mainlist_title{
		height: 2em;
		line-height: 2.5em;
	}
	.tktoml14 .tkt_order_mainlist_content{
		height: auto;
	}
	.tktoml13 > .tkt_order_mainlist_title,
	.tktoml14 > .tkt_order_mainlist_title,
	.tktoml15 > .tkt_order_mainlist_title,
	.tktoml13 .tkt_order_mainlist_content,
	.tktoml14 .tkt_order_mainlist_content,
	.tktoml15 .tkt_order_mainlist_content{
		width: 100%;
	}
	.tktoml14 .tkt_order_mainlist_content > textarea{
		font-size: 1.2em;
	}
	.tktoml15{
		width: 90%;
		margin:0 auto;
	}
	.tktoml15 .tkt_order_mainlist_content{
		height: auto;
	}
	/*旅客資料*/
	.tkt_order_maintitle2{
		display: none;
	}
	.tabbox{
		display: none;
	}
	.tktoml13{
		display: none;
	}
	/*驗證碼*/
	.captchabox{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-around;
	}
	.captchainputbox1{
		width: 100%
	}
	.captchainputbox1 > input{
		width: 100%;
		height: 2em;
		font-size: 1.2em;
	}
	.captchainputbox2,
	.captchainputbox3{
		width: 50%;
		text-align: center;
		height: auto;
		padding: 0.5em 0;
	}
	.captchainputbox2 iframe{ width: 150px;height: 30px; }
	.captchainputbox3 > input{ 
		padding: 0.5em 1em;
		height: auto;
		border-radius: 15px;
		border: 0;
		background-color: cadetblue;
		color: white;
	}
	/*送出*/
	input.tkt_order_submitbtn{
		width: 100%;
	}
}