@charset "utf-8";
/*-----------------------for both-----------------------*/
.largeFont {
	font-size: 21px;
}
/*-----------------------progress-----------------------*/
#progress li:last-of-type {
	margin: 0;
	background: none;
}
#progress li.active {
	color: #333
}
#progress li.active span {
	color: #fff;
	background: #4285F4;
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-----------------------progress-----------------------*/
#progress {
	background: #f5f5f5;
	padding: 10px;
}
#progress li {
	float: left;
	width: 32%;
	margin-right: 2%;
	height: 50px;
	line-height: 50px;
	font-size: 21px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right center;
	background-image: url(../images/nextstep.svg);
	color: #aaa;
}
#progress li span {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50px;
	color: #ccc;
	background: #ededed;
}
/*-----------------------item list-----------------------*/
.ticketLeft {
	width: 90px;
	float: left;
}
.ticketRight {
	width: auto;
	margin-left: 100px;
	height: 100px;
	/*致中對其*/
	display: flex;
	justify-content: center;
	flex-direction: column;
	word-wrap:break-word;
	line-height:120%;
}
/*------------------from--------------------------------*/
.hide {
	padding: 15px;
	background: #f5f5f5;
	margin: 10px 0 10px 30px;
	width: 60%;
}
.address {
	width: 100%;
}
.address li {
	margin-bottom: 5px;
	float: left;
	width: 32.6%;
	margin-right: 1%;
}
.address li:last-child {
	margin-right: 0;
}
label.error {
	color: #fff;
	margin-top: 5px;
	display: inline-block;
	font-style: italic;
	background: url(../images/alertTop.png) no-repeat left center;
	padding: 22px 10px 13px 10px;
}
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*-----------------------item list-----------------------*/
.ticketLeft {
	width: 90px;
	float: left;
}
.ticketRight {
	width: auto;
	margin-left: 100px;
	height: 100px;
	/*致中對其*/
	display: flex;
	justify-content: center;
	flex-direction: column;
	line-height:120%;
}
/*-----------------------progress-----------------------*/
#progress {
	background: #f5f5f5;
	padding: 15px 10px;
	margin: -22px -15px 0 -15px;
}
#progress li {
	float: left;
	height: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: right 5px center;
	background-image: url(../images/nextstep.svg);
	color: #aaa;
	padding-right: 30px;
	font-size: 17px;
}
#progress li:last-of-type {
	padding-right: 0;
}
#progress li span {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 30px;
	color: #ccc;
	background: #ededed;
}
#progress li em{ display:none;}
/*------------------from--------------------------------*/
.address {
	overflow: auto;
}
.address li {
	margin-bottom: 5px;
}
.address li:last-child {
}
.hide {
	padding: 10px;
	background: #f5f5f5;
	margin: 10px 0;
}
}
