@charset "utf-8";

/**{
	border: 1px solid #000;
}*/

body{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif", "微軟正黑體";
	margin: 0px;
	font-size: 100%;
	background-color: #E4E4E4;
}
h1,h2,h3,p,ul{
	margin: 0px;
	padding: 0px;
}

header,
.well1,
.well2,
.well3,
.well5,
.well6,
footer{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 20px;
}
.well1 .wellcome-text{
	font-size: 1.25em;
	margin-bottom: 1.5em;
	text-align: center;
}
header{
	margin-top: 40px;
	position:relative;
}
header h1{
	text-align: center;
	color: #00c5cf;
	font-size: 2em;
}
header .back-btn{
	display: block;
	width: 60px;
	position:absolute;
	background-color: #ffec9d;
	color: #9A811E;
	border:1px solid #9A811E;
	text-align: center;
	text-decoration: none;
	padding: 4px;
	border-radius: 4px;
	right: 10px;
	top:25px;
}
.order-info-text{
	color: #003b98;
}
.well1{

}
.well1 h2{
	font-size: 1.5rem;
	color: #424242;
    font-weight: normal;
}
.well2 h3{
	text-align: center;
	font-size: 1.25em;
	color: #8b1c87;
}
.well1 ul,
.well2 ul{
	list-style-type: none;
}
.well2 ul li{
	display: block;
	padding: 4px 0px 4px 0px;
	height: 40px;
	position: relative;

}
.well2{

}
.well3 h2{
	font-size: 1.875em;
	text-align: center;
	color: #ff78cf;
}
.well1 p, .well2 p{
	font-size: 1.125em;
}
footer{
	background-color: #fff;
	padding-top: 40px;
}
form label{
	float: left;
	width: 100px;
	text-align: right;
	font-size: 1.125em;
    padding-top: 5px;
}
.well2 .note-text{
	font-size: 13px;
	text-align: center;
	color: #003B98;
}
.well2 .note-msg{
	float: right;
	font-size: 0.75em;
	color: #3B3B3B;
	position: absolute;
	left: 380px;
	top: 10px;
	text-align: left;
}
.input-text {
	display: block;
	border:1px solid #6F6F6F;
	font-size: 18px;
	padding: 6px;
	border-radius: 4px;
}
.input-text-m {
	width: 250px;
}
.input-text-s {
	width: 200px;
}
.birthday{
	width: 100px;
	float: left;
}
.birthday p{
	text-align: right;
}
.select-year{
	width: 92px;
	float: left;
}
.select-month,
.select-day{
	width: 77px;
	float: left;
}
.select-year label,
.select-month label,
.select-day label{
	float: none;
}
label span,
.birthday span{
	color: #FF0004;
}
.clear{
	clear: both;
}
.btn-nav{
	padding: 20px 0px;
	display: flex;
	justify-content: center;
}
.btn-nav input{
	margin: 10px;
	font-size: 1.125em;
}
select{
	font-size: 18px;
}
footer .m-sub-msg{
	display:none;
}
footer .copyright-text{
	margin-top: 20px;
	font-size: 0.785em;
	text-align: center;
	color: #4B4B4B;
}
.jumbo-container{
	width: 39%;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 2px solid #0070cc;
}
.jumbo{
	font-size: 10em;
	text-align: center;
	color: #0070CC;
	font-weight: bolder;
}

/*.well3,
.well5{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 20px;
}
*/
.goback-btn{
	background-color: #ECECEC;
	border:1px solid #C9C9C9;
	color: #969696;
	min-width: 100px;
	display: block;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 4px;
	border-radius: 6px;
}
.goback-btn:hover{
	background-color: #fff;
	color: #393939;
}
.reconfirm-text{
	background-color: #ffcece;
}
#wrap #dayAreaAm .fullup-btn{
	cursor: default;
}
@media screen and (max-width: 1200px) {
	
}

@media screen and (max-width: 1024px) {
	header,
	.well1,
	.well2,
	.well3,
	.well5,
	.well6,
	footer{
		width:75%;
	}
	header{
		margin-top: 50px;
	}
	.note-msg{
		display:none;
	}
	.input-text-m {
		width: 300px;
	}
	.input-text-s {
		width: 300px;
	}
}
@media screen and (max-width: 768px) {
	header,
	.well1,
	.well2,
	.well3,
	.well5,
	.well6,
	footer{
		width: 65%;
	}
	header{
		margin-top: 30px;
	}
	.note-msg{
		display:none;
	}
	.input-text-m {
		width: 280px;
	}
	.input-text-s {
		width: 280px;
	}

}
@media screen and (max-width: 680px) {
	header,
	.well1,
	.well2,
	.well3,
	.well5,
	.well6,
	footer{
		width: 90%;
	}
	header{
		margin-top: 0px;
	}
	.input-text-m {
		width: 260px;
	}
	.input-text-s {
		width: 260px;
	}
	.well2 ul li.note-area{
		display: none;
	}
		footer .m-sub-msg{
		display:block;
		color: #606799;
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.input-text-m {
		width: 260px;
	}
	.input-text-s {
		width: 260px;
	}
}
@media screen and (max-width: 414px) {
	.input-text-m {
		width: 220px;
	}
	.input-text-s {
		width: 220px;
	}
}
@media screen and (max-width: 320px) {
	
	header,
	.well1,
	.well2,
	.well3,
	.well5,
	.well6,
	footer{
		width: 100%;
		padding: 5px;
	}
	header{
		margin-top: 0px;
	}
	header h1 {
		font-size: 1.75em;
	}
	.well1 h2{
		font-size: 1.25em;
	}
	.input-text-m {
		width: 190px;
	}
	.input-text-s {
		width: 190px;
	}
	.well1 p, .well2 p {
		font-size: 0.875em;
	}
	form label{
		width: 90px;
		font-size: 0.875em;
		padding-top: 7px;
	}
	header .back-btn {
		width: 50px;
		right: 5px;
		top: 7px;
	}

}
