@charset "utf-8";
/* CSS Document */


	
	
	
.mainAreaIns h3 {
	text-align: center;
	width: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.mainAreaIns h3 strong{
	font-weight: normal;
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.mainAreaIns h3 strong b{
	display:inline-block;
	font-weight:normal;
	color:#52463b;
	font-family: 'cwTeXFangSong', serif;
	font-size:35px;
	padding:0px 30px;
	letter-spacing: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.mainAreaIns h3 strong b {
  padding: 8px 30px;
}
.mainAreaIns p {
	text-align: center;
	font-family: 'Lora', serif;
	letter-spacing: 3px;
	margin-bottom: 50px;
	text-transform: uppercase;
}


/*步驟*/
ul.step{
	margin-bottom:50px;
	text-align:center;}

ul.step li{
	padding:0 50px;
	display:inline-block;
	color:#A9A9A9;
	
	position:relative;}

ul.step li.current{
	color:#5A493D;}

ul.step li i{
	display:inline-block;
	vertical-align:middle;
	font-size:60px;
	margin-right:15px;}
	
ul.step li .Txt{
	display:inline-block;
	vertical-align:middle;
	text-align:left;}

ul.step li .Txt strong{
	font-weight:normal;
	font-size:15px;}

ul.step li .Txt strong b{
	font-size:25px;
	margin-left:7px;}

ul.step li .Txt p{
	font-size: 20px;
	margin: 0px;
}




.calendar {
	width: 100%;
	display: inline-block;
}








/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
    .weekdays li, .days li {width: 13.1%;}
}

@media screen and (max-width: 420px) {
    .weekdays li, .days li {width: 12.5%;}
    .days li .active {padding: 2px;}
}

@media screen and (max-width: 290px) {
    .weekdays li, .days li {width: 12.2%;}
}



@media screen and (max-width: 780px){
    .mainAreaIns h3 {
	margin-top: 100px;
    }
.mainAreaIns p {
	margin-bottom: 20px;
}


	ul.step li{
		padding:0 5px;}
	
	ul.step li i{
		font-size:28px;
		margin-right:5px;}
		
    ul.step li .Txt strong b{
	font-size:23px;
	margin-left:4px;
	}
	
	ul.step li .Txt p{
		font-size:13px;}
		

		
		
}





/*---日期---*/
.month {
	padding: 50px 25px;
	width: 100%;
	background-color: #666666;
}

.month ul {
    margin: 0;
    padding: 0;
}

.month ul li {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.month .prev {
    float: left;
    padding-top: 10px;
}

.month .next {
    float: right;
    padding-top: 10px;
}

.weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #ddd;
}

.weekdays li {
    display: inline-block;
    width: 13.9%;
    color: #666;
    text-align: center;
}






select.ui-choose{display: none;}
.ui-choose {
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid transparent;
	border-right: none;
	border-bottom: none;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	font-size: 18px;
}
.ui-choose:after { content: ""; display: table; clear: both; }
.ui-choose>li {
	box-sizing: border-box;
	border: 1px solid #ccc;
	float: left;
	cursor: pointer;
	position: relative;
	z-index: 1;
	min-width: 20px;
	text-align: center;
	width: 14.37%;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1px;
	height: 100px;
	padding: 10px;

}
.ui-choose>li p{
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
.ui-choose>li .week{
	display: none;
}
.ui-choose li .date{
	
	font-size: 1.8em;
}
.ui-choose>li:first-child { border-radius: 3px 0 0 3px; }
.ui-choose>li:last-child { border-radius: 0 3px 3px 0; }
.ui-choose>li:hover { z-index: 4; border-color: #CC0000; color: #CC0000; }
.ui-choose>li.selected { z-index: 3; border-color: #FF9900; background-color: #FF9900; color: #fff; }
.ui-choose>li.disabled { z-index: 2; background-color: #f2f2f2; color: #aaa; cursor: not-allowed; }
.ui-choose>li.disabled:hover { border-color: #aaa; }
.ui-choose>li.selected.disabled { z-index: 2; background-color: #8FC7FF; color: #fff; cursor: not-allowed; border-color: #8FC7FF; }
.choose-type-right>li.selected {
	color: #990000;
	background-color: transparent;
	background-image: url(../images/icon-selected.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.ui-choose.choose-flex { display: flex; }
.ui-choose.choose-flex>li { flex: 1; padding: 0 8px; }


.Check {
	float: left;
	width: 100%;
	padding: 9px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 30px;
}

.Check p {
	float: right;
	width: 50%;
	font-size: 18pt;
	text-align: center;
	color: #000;
	margin: 0px;
	padding: 10px;
	letter-spacing: 10px;
	}
.Check p  label{
	
	width: 50%;
	}	
.Check  .Background {
	background-color: #DFDFDF;
	}	
.Check .Background1 {
	background-color: #CCC;
	}	
.Check .Compute {
	background-color: #FFF;
	padding: 20px;
	width: 100%;
	overflow: hidden;
	font-size: 12pt;
}
.Check .Compute h3 {
	background-image: url(../images/title_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.Check .Compute .Days {
	float: left;
	clear: left;
	text-align: left;
}
.Check .Compute .Days p {
	margin: 0px 10px;
	font-size: 12pt;
	letter-spacing: 0em;
	padding: 0px;
	width: auto;
}
.Check .Compute .Days p span {
	color: #C30;
	font-size: 16pt;
	margin: 0px 5px;
	  font-family: 'Lora', serif;
}
.Check .Compute .Quantity {
	text-align: right;
	float: right;
	width: 300px;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.Check .Compute .Quantity p {
	margin: 0px 10px;
	font-size: 12pt;
	letter-spacing: 0em;
	padding: 0px;
	width: auto;
}
.Check .Compute .Quantity .rt {
	float: right;	
}
.Check .Compute .Quantity .lt {
	float: left;
}
.Check .Compute .Quantity  span {
	color: #C30;
	font-size: 16pt;
	margin: 0px 10px;
	  font-family: 'Lora', serif;
}

.Check .Compute .total {
	text-align: right;
	float: right;
	width: 300px;
	clear: right;
}
.Check .Compute .total p {
	margin: 0px 10px;
	font-size: 12pt;
	letter-spacing: 0em;
	padding: 0px;
	width: auto;
}
.Check .Compute .total .rt {
	float: right;
	font-size: 24pt;
	color: #900;
	font-weight: 700;
	font-family: 'Lora', serif;
}
.Check .Compute .total .lt {
	float: left;
	
}



.Check p  input{
	height: 18px;
	width: 18px;	
	}

.Remark {
	font-size: 1em;
	line-height: 25pt;
	width: 100%;
	float: left;
	padding: 15px;
	background-color: #FFF;
}
.Remark h3 {
	font-size: 1em;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	color: #000;
	border: 4px double #cccccc;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.Remark p {
	width: 100%;
	float: left;
	font-size: 0.8em;
}
.Remark h3 span {
	font-family: 'Lora', serif;
	font-size: 12pt;
	color: #900;
	text-transform: uppercase;
	margin-right: 15px;
	margin-left: 15px;
}

@media screen and (max-width: 780px){

	.weekdays {
	display: none;
}
.ui-choose>li {
	width: 100%;
	height: auto;
}
.ui-choose li p{
	font-size: 16pt;
	float: right;
	line-height: 30pt;
}

.ui-choose li .date{
	display: inline-block;
	float: left;
	font-size: 1.5em;
}
.ui-choose li .week{
	float: left;
	color: #F30;
	font-size: 14pt;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: inline-block;
}
.Check p {
	letter-spacing: 0px;
	font-size: 14pt;
	padding: 5px;
	}
	
.Check .Compute .Quantity {
	text-align: right;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #E9E9E9;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}	
.Check .Compute .total {
	text-align: right;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #E9E9E9;
	padding-bottom: 10px;
	padding-top: 10px;
	
}		
	
}





.remittance{
	
	width: 100%;
	}
	
	
/*付款方式*/


.step_pay_select_list {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	overflow: hidden;
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.step_pay_select_list h3 {
	color: #CCC;
	background-color: #666666;
	padding: 10px;
	width: 100%;
	margin: 0px;
}
.step_pay_select_list h3 span {
	margin-right: 10px;
	margin-left: 10px;
}
.step_pay_select_list_last {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eeeeee;
	border-bottom-color: #eeeeee;
}



.step_pay_select_list table {
	width: 100%;
	font-size: 10pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
.step_pay_select_list tr td {
border-top: 1px solid #d4d4d4;
}
.step_pay_select_list td {
padding: 15px;
line-height: 20px;
}


.step_pay_select_radio {
width: 40px;
background-color:#dedede;
text-align: center;
}
	
	
.data {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	overflow: hidden;
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
.data h3 {
	color: #CCC;
	background-color: #666666;
	padding: 10px;
	width: 100%;
	margin: 0px;
}
.data h3 span {
	margin-right: 10px;
	margin-left: 10px;
}



/*個人資料*/

.cbp-mc-form {
	position: relative;
	
}

.cbp-mc-form:before, 
.cbp-mc-form:after { 
	content: " "; display: table; 
}

.cbp-mc-form:after { 
	clear: both; 
}

.cbp-mc-column {
	width: 33%;
	padding: 10px 30px;
	float: left;
}
.cbp-mc-column table {
	text-align: left;
	float: left;
	width: 100%;
	padding: 7px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border: 1px solid #999;
}


.cbp-mc-form label {
	display: block;
	padding: 30px 5px 10px 2px;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	line-height: 1.5;
	font-size: 1em;
	padding: 5px 10px;
	color: #000;
	display: block;
	width: 100%;
	background: transparent;
		font-family: 微軟正黑體, Roboto, 'Varela Round', sans-serif;

}

.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 1px solid #999;
}

.cbp-mc-form textarea {
	min-height: 140px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 3px solid #CC0000;
}

.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #d8d8d8;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d8d8d8;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #10689a;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #10689a;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 40px;
	display: inline-block;
	width: 100%;
}
.cbp-mc-submit-wrap .cbp-Left{
	float: left;
}
.cbp-mc-submit-wrap .cbp-Right{
	float: right;
}
.cbp-mc-submit {
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	font-size: 1em;
	border-radius: 2px;
	letter-spacing: 10px;
	background-color: #990000;
	margin: 30px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 40px;
	text-align: center;
}

.cbp-mc-submit:hover {
	background-color: #000000;
}

@media screen and (max-width: 70em) {
	.cbp-mc-column {
		width: 50%;
	}
	.cbp-mc-column:nth-child(3) {
		width: 100%;
	}
	.cbp-mc-form input.cbp-mc-submit {
	width: 100%;	
}


.data {
	margin-bottom: 30px;
}
.cbp-mc-column table {
	margin-bottom: 15px;
}
.cbp-mc-form label {
  padding: 15px 5px 10px 5px;
 
}
.cbp-mc-submit-wrap .cbp-Left{
	float: none;
}
.cbp-mc-submit-wrap .cbp-Right{
	float: none;
}

.cbp-mc-submit-wrap {
	padding-top: 0px;
}
.cbp-mc-submit {
	margin: 10px 0px;
	width: 100%;
}
}

@media screen and (max-width: 48em) {
	.cbp-mc-column {
		width: 100%;
		padding: 10px;
	}
.say p {
	width: 90%;
}
}








.complete {
	text-align: center;
	color: #000;
	padding-top: 20px;
	margin: 30px 0px;
	line-height: 22px;
}
.Compute ul {
	width: 100%;
	margin: 0px;
	padding: 1%;
	overflow: hidden;
	border: 1px solid #E6E6E6;
}

.Compute ul li {
	font-size: 10pt;
	color: #666;
	float: left;
	width: 20%;
	list-style-type: disc;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.Compute .title {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
 }
.Compute .title span {
	float: left;
	margin: 5px;
}
.Compute .title .topic {
	width: 100px;
	color: #000;
}

@media screen and (max-width: 780px){


.Compute ul li {
	width: 100%;
	margin-bottom: 0px;
	float: left;
}	
	
	 }
