﻿@charset "utf-8";

/** join **/
.join-Border {
	width:100%;
	background: #149fd2; /* Old browsers */
	background: -moz-linear-gradient(left, #50c8e6 0%, #008cc8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #50c8e6 0%,#008cc8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #50c8e6 0%,#008cc8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50c8e6', endColorstr='#008cc8',GradientType=1 ); /* IE6-9 */
}
.join-Border.bd1 {
	margin-top:25px;
}
.join-Border .slBg {
	float:left;
	width:100%;
	background-image: url(../images/newsHito-bg.png);	
	margin:0 auto;
	padding:10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.join-Border .Box {
	padding:30px;
	background:#fff;
}
@media screen and (max-width: 480px) {
	.join-Border {
		background:none;
	}
	.join-Border .slBg {
		background:none	;
		padding:0;		
	}	
	.join-Border .Box {
		padding:0;
	}	
}


/** join-Step **/
.join-Step {
	margin:30px auto;	
}
.join-Step ul li{
	list-style:none;	
	display:inline-block;
	text-align:center;		
}
.join-Step ul li.step {		
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;		
	width:140px;
	height:140px;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;	
}
.join-Step ul li.line-1 {
	width: 15%;
	height:140px;	
	background: url(../images/step-line-1.png) no-repeat 50% 50%;
}
.join-Step ul li.line-2 {
	width: 15%;
	height:140px;	
	background: url(../images/step-line-2.png) no-repeat 50% 50%;
}
.join-Step ul li.s1{
    background: url(../images/s1-ico.png) no-repeat 50% 25px;
	border:solid 2px #b61885;
	color:#b61885;	
}
.join-Step ul li.s1-on{
    background: #b61885 url(../images/s1-ico-on.png) no-repeat 50% 25px;
	border:solid 2px #b61885;
	color:#fff;	
}
.join-Step ul li.s2{
    background: url(../images/s2-ico.png) no-repeat 50% 25px;
	border:solid 2px #88238b;
	color:#88238b;	
}
.join-Step ul li.s2-on{
    background: #88238b url(../images/s2-ico-on.png) no-repeat 50% 25px;
	border:solid 2px #88238b;
	color:#fff;	
}
.join-Step ul li.s3{
    background: url(../images/s3-ico.png) no-repeat 50% 25px;
	border:solid 2px #5b2e91;
	color:#5b2e91;		
}
.join-Step ul li.s3-on{
    background: #5b2e91 url(../images/s3-ico-on.png) no-repeat 50% 25px;
	border:solid 2px #5b2e91;
	color:#fff;		
}
.join-Step ul li.s1 span, .join-Step ul li.s2 span, .join-Step ul li.s3 span,
.join-Step ul li.s1-on span, .join-Step ul li.s2-on span, .join-Step ul li.s3-on span {
	float: left;
    width: 100%;
    padding-top: 95px;		
}
@media screen and (max-width: 780px) {
	.join-Step ul li.line-1, .join-Step ul li.line-2 {width: 15%;}
}
@media screen and (max-width: 680px) {
	.join-Step ul li.step {		
		width:120px;
		height:120px;
	}
	.join-Step ul li.line-1 {
		width: 8%;
		height:120px;	
	}
	.join-Step ul li.line-2 {
		width: 8%;
		height:120px;	
	}
	.join-Step ul li.s1, .join-Step ul li.s1-on, 
	.join-Step ul li.s2, .join-Step ul li.s2-on, 
	.join-Step ul li.s3, .join-Step ul li.s3-on {
		background-size: 45%;
		background-position: 50% 18px;
	}
	.join-Step ul li.s1 span, .join-Step ul li.s2 span, .join-Step ul li.s3 span,
	.join-Step ul li.s1-on span, .join-Step ul li.s2-on span, .join-Step ul li.s3-on span {
		padding-top: 78px;		
	}
}
@media screen and (max-width: 499px) {
	.join-Step ul li.step {		
		font-size: 1.6em;
		width:100px;
		height:100px;
	}
	.join-Step ul li.line-1 {
		height:100px;	
	}
	.join-Step ul li.line-2 {
		height:100px;	
	}
	.join-Step ul li.s1, .join-Step ul li.s1-on, 
	.join-Step ul li.s2, .join-Step ul li.s2-on, 
	.join-Step ul li.s3, .join-Step ul li.s3-on {
		background-size: 45%;
		background-position: 50% 15px;
	}
	.join-Step ul li.s1 span, .join-Step ul li.s2 span, .join-Step ul li.s3 span,
	.join-Step ul li.s1-on span, .join-Step ul li.s2-on span, .join-Step ul li.s3-on span {
		padding-top: 65px;		
	}
}
@media screen and (max-width: 419px) {
	.join-Step ul li.step {		
		font-size: 1.6em;
		width:75px;
		height:75px;
		padding:0 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.join-Step ul li.line-1 {height:75px;}
	.join-Step ul li.line-2 {height:75px;}
	.join-Step ul li.s1, .join-Step ul li.s1-on, 
	.join-Step ul li.s2, .join-Step ul li.s2-on, 
	.join-Step ul li.s3, .join-Step ul li.s3-on {
		background-image: none;
	}
	.join-Step ul li.s1 span, .join-Step ul li.s2 span, .join-Step ul li.s3 span,
	.join-Step ul li.s1-on span, .join-Step ul li.s2-on span, .join-Step ul li.s3-on span {
		padding-top: 45%;		
	}
}
@media screen and (min-width: 991px) {
	.join-Step ul li.line-1, .join-Step ul li.line-2 {width: 23%;}
}
@media screen and (min-width: 1500px) {
	.join-Step ul li.line-1, .join-Step ul li.line-2 {width: 30%;}
}


/**  contract **/
.contractTit {
	position:relative;
	font-family: "微軟雅黑","Microsoft YaHei";
	color:#FFF;
	font-size:2.5em;
	font-weight:bold;
	text-align:center;
	padding:20px 0;
	background: #5b2e91; /* Old browsers */
	background: -moz-linear-gradient(left, #b61885 0%, #5b2e91 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #b61885 0%,#5b2e91 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #b61885 0%,#5b2e91 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b61885', endColorstr='#5b2e91',GradientType=1 ); /* IE6-9 */
}
.contract-top {
	width: 100%;
	background: #5b2e91; /* Old browsers */
	background: -moz-linear-gradient(left, #b61885 0%, #5b2e91 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #b61885 0%,#5b2e91 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #b61885 0%,#5b2e91 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b61885', endColorstr='#5b2e91',GradientType=1 ); /* IE6-9 */
	margin: 0 auto;
	padding: 35px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 30px solid #f5f5f5;
	text-align:center;		
}
.contract-top strong{
	font-family: "微軟雅黑","Microsoft YaHei";
	color:#fff2be;
	font-size:2.5em;
	font-weight:bold;	
}
.contract {	
	width:100%;
	background:#f5f5f5;
	margin:0 auto;
	padding:0 50px 35px 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
}
.contract ol{
    font-size: 1.7em;
	line-height:2;	
	width:95%;
	margin-left:5%;
}
.contract p{
    font-size: 1.7em;
	line-height:2;	
}
.contract .sp {	
    font-size: 1.7em;
	line-height:2;
	position:relative;
	text-align:center;	
	margin-top:30px;
	background:#e6e6e6;
}
.contract .sp input[type=checkbox] + span {
	display:inline-block;
	background:none;
}
.contract .sp input[type=checkbox] {
	position:absolute;
    display: block;
	top:24px;
	left:50%;
    vertical-align: middle;
    margin: 0 0 0 -290px;
    padding:0;
    width: 22px;
    height: 22px;
    background: url(../images/checkbox-box.png) no-repeat 50% 50%;
    cursor: pointer;
}
.contract .sp input[type=checkbox]:focus {
	outline: dotted 1px;
}
.contract .sp input[type=checkbox]:checked {
	background:url(../images/checkbox-check.png) no-repeat 50% 50%;
}
.contract .sp span {
	display: block;
	color: #A40481;
	padding:20px 0 20px 25px;
	cursor: pointer;
	vertical-align: middle;
	background:rgba(255,255,255,.9);
}
.contract .sp input[type=checkbox]:checked ~ span {
	width:100%;
	color:#FFF;
	background:#A40481;
}
@media screen and (max-width: 1199px) {
	.contract-top {padding:25px 30px;}
	.contract {padding:0 35px 25px 35px;}
}
@media screen and (max-width: 768px) {
	.contract .sp input[type=checkbox] + span {display:block;}
	.contract .sp input[type=checkbox] {margin: 0;}
	.contract .sp span {padding:50px 25px 20px 25px;}		
}
@media screen and (max-width: 480px) {
	.contract-top {padding:20px;}	
	.contract {padding:0px 20px 0 20px;}
	.contract-top strong{font-size:2.2em;}	
}


/** formHead **/
.formHead {
	width:100%;
    font-size: 1.8em;
	line-height:2;		
}
.tbspac{
	margin:30px 0;	
}
.ttspac{
	margin-top:30px;
}
.formHead .L {
	float:left;	
	width:10%;
	padding-right:2%;
}
.formHead .L img {
	width:100%;
	height:auto;
}
.formHead .L-contact {
	float:left;	
	width:70px;
	padding:0 2% 0 1%;
}
.formHead .L-contact img {
	width:100%;
	height:auto;
}
.formHead .R {
	float:left;
	width:88%;
	text-align:left;	
}
.formHead .R h3 {
	font-family: 微軟雅黑, "Microsoft YaHei";
	font-size: 1.4em;
	color:#fff2be;	
	margin:-5px 0 7px 0;
	line-height:1.5;
}
.formHead .R p {
	color: #fff;
	font-size: 0.9em;
}
.formHead .R p.ora {
	color: #000;
	font-size: 1em;
}
.formHead .R p span {
	color: #fff;
	padding: 0 8px;
	margin-right:5px;
	background:#000;
}
.formHead .R p strong {
	font-size: 1em;	
	color: #fff2be;
	padding: 0;
	margin-right:5px;
}
@media screen and (max-width: 1200px) {
	.formHead .L-contact {width:10%;}
	.formHead .R {width:85%;}				
}
@media screen and (max-width: 640px) {	
	.formHead .L, .formHead .L-contact {display:none;}
	.formHead .R {width:100%;}
	.formHead .R h3 {font-size: 1.3em;}		
}


/** subHead **/
.subHead {
	float:left;
    font-size: 1.8em;
	line-height:2;		
	width:100%;
	padding:0 0 10px 0;
}
.mt{
	padding-top:30px;
}
.subHead .L {
	float: left;
	width: 40%;
	font-family: "微軟雅黑", "Microsoft YaHei";
	font-weight: bold;	
	font-size: 1.3em;
}
.subHead .L span.ico1 {
	background: url(../images/sub-ico1.png) no-repeat 0 50%;
	padding-left:35px;		
}
.subHead .L span.ico2 {
	background: url(../images/sub-ico2.png) no-repeat 0 50%;
	padding-left:35px;		
}
.subHead .L span.ico3 {
	background: url(../images/sub-ico3.png) no-repeat 0 50%;
	padding-left:35px;		
}
.subHead .L span.ico4 {
	background: url(../images/sub-ico4.png) no-repeat 0 50%;
	padding-left:35px;		
}
.subHead .L span.ico5 {
	background: url(../images/sub-ico5.png) no-repeat 0 50%;
	padding-left:35px;		
}
.subHead .L span.ico6 {
	background: url(../images/sub-ico6.png) no-repeat 0 50%;
	padding-left:35px;		
}
.subHead .L span.ico7 {
	background: url(../images/sub-ico7.png) no-repeat 0 50%;
	padding-left:35px;		
}
.subHead .R {
	float: right;
	width: 60%;
	text-align: right;
	color: #A40481;
	font-size: 0.9em;
	margin-top: 5px;
}
@media screen and (max-width: 640px) {	
	.subHead .L {
		width:100%;	
	}
	.subHead .R {
		width:100%;
		text-align: left;
		line-height:1.2;	
	}	
}

/**  contact-Form **/
.contact-Form {
	float:left;
	width:100%;	
	margin-top:30px;
	border-top:1px dashed #CCC;
}
.regNote{
	margin-left:2em;
    font-size: 1.7em;
	line-height: 40px;	
}
.mtNote{
	margin-top:12px;
}
.form-list {	
	float:left;
	width:100%;	
	margin:0;
	padding:15px 0;
	border-bottom:1px dashed #CCC;
}
.flx {	
	display:flex;
}
.form-list .formLabel {
	float: left;
	width: 130px;
	color: #000;
    font-size: 1.7em;
    font-weight: bold;
	line-height: 40px;
	text-align:right;
	margin-right:15px;
}
.form-list .formLabel-RT {
	width: 150px;
}
.form-list .formLabel span {
    font-size: 1.0em;
    font-weight: bold;	
	padding:0 0 0 20px;
}
.form-list .formLabel span.sp {
	background:url(../images/icon-required.png) no-repeat 0 50%;
}
.imgsp {
	margin-top:-5px;
}
.form-list .formBox {
	float: left;
	width: 85%;
	color: #000;
	font-size: 1.7em;
	line-height:1.5;
}
.form-list .formBox-txt {
	margin-top:10px;
}	
.form-list .formInput {
	width: 100%;
	height: 40px;
    padding:0 10px;
    font-family:"微軟正黑體", Helvetica, sans-serif;
	font-size: 1rem;
    line-height: 40px;    
    vertical-align: middle;
	background: #fff;
	box-sizing:border-box;
    border:solid 1px #e5e5e5;
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;		
}
.form-list .formInput:focus {
	background-color: #FFFFFF;
    border:1px solid #A40481;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(214,84,96,0.6);
	   -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(214,84,96,0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(214,84,96,0.6);
}
.form-list .formInput.w1 {
    width: 50%;
}
.form-list .formInput.w2 {
    width: 100px;
	margin-left:10px;
}

.form-list .radionote {
	position: relative;
	float:right;
	width:calc(100% - 52%);	
}
.form-list .radioCont {
	position:relative;
	float:left;
	font-size:1em;
	line-height:45px;
	padding-left:30px;
	margin:0 15px 0 0 ;
	cursor:pointer;
}
.form-list .radioContTit {
	position:relative;
	float:left;
	width: 130px;
    font-size: 1em;
    font-weight: bold;	
	line-height:45px;
	margin:0 15px 0 0;
	text-align:right;	
	cursor:pointer;
}
.form-list input[type=radio] {
	margin-left:5px;
}
.form-list .formRadio {
	content:"";
	display:block;
    position:absolute;
    top:50%;
    left:0;
    height:23px;
    width:23px;
    margin:-11.5px 0 0 0;
    background:#fff;
	border:1px solid #ccc;
	cursor:pointer;
	-webkit-border-radius:100px;
	   -moz-border-radius:100px;
            border-radius:100px;
}
.form-list .formRadio.hover {
	border:1px solid rgba(155,12,50,.7);
	background:rgba(155,12,50,.1);
}
.form-list .formRadio.focus {
	outline: dotted 1px;
}
.form-list .formRadio.checked {
	background:#FFF;
	border:1px solid rgba(155,12,50,1);
}
.form-list .formRadio.checked.hover {
	background:#FFF;
}
.form-list .formRadio.checked:after {
 	content:"";
	display:block;
	position:absolute;
	top:50%;
    left:0;
	width:15px;
	height:15px;
	background:rgba(155,12,50,1);
	margin:-7.5px 0 0 4px;
	z-index:2;
	-webkit-border-radius:100px;
	   -moz-border-radius:100px;
            border-radius:100px;
}
.form-list .formRadio + label {
    cursor: pointer;
}

.checkbox-input{
	font-size:1.7em;	
	width:100%;
}
.checkbox-input dl, .checkbox-input dt{
	width: 100%;
	font-weight:bold;		
}
.checkbox-input dd{
	width: 100%;
	font-size:0.9em;
	color:#666;	
	padding-left:30px;
	line-height:1.5;
}

.checkbox-input input[type="checkbox"] {
	-webkit-appearance:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-moz-appearance:none;
	appearance:none;
	opacity:0;
	margin: 0;
	width:0;
	height:0;
	border-color:transparent;
}
.checkbox-input input[type="checkbox"] + label {
	display:block;
	padding-left:30px;
	line-height:40px;
	margin:0 15px 0 0 ;	
	background:url(../images/check-off.png) no-repeat 0 50%;
	cursor: pointer;
	color:#000;
	float:left;
}
.checkbox-input input[type="checkbox"] + label.laybk {
	float:none;
	line-height:30px;
	margin-top:-10px;
}
.checkbox-input input[type="checkbox"]:focus + label {
	background:url(../images/check-ov.png) no-repeat 0 50%;
	color:#A40481;
}
.checkbox-input input[type="checkbox"]:checked + label{
	background:url(../images/check-on.png) no-repeat 0 50%;
}
.checkbox-input input[type="checkbox"]:checked:focus + label{
	background:url(../images/check-focus.png) no-repeat 0 50%;
	color:#5b2e91;
}


.form-list .qu{	
	float: left;
	width: 85%;
	color: #000;
	font-size: 1.7em;
	line-height:1.7;
	list-style:none;
}
.form-list .qu li{
	float:left;	
    width:30%;
}
.form-list .qu input[type=checkbox] {
	margin-left:5px;
}
.form-list .qu .checkbox {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../images/checkbox-box-2.png) no-repeat 50% 50%;
	margin:0 5px 0 10px;	
    cursor: pointer;
}
.form-list .qu .checkbox.focus {
	outline: dotted 1px;
}
.form-list .qu .checkbox.checked {
	background:url(../images/checkbox-check-2.png) no-repeat 50% 50%;
}
.form-list .qu .checkbox + label {
    cursor: pointer;
}

.form-list .formText {
	width: 100%;
    padding:10px;
    font-family:"微軟正黑體", Helvetica, sans-serif;
	font-size: 1rem;
    line-height:160%;
    vertical-align: middle;
	background: #fff;
	box-sizing:border-box;
    border:solid 1px #e5e5e5;
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;	
}
.form-list .formText:focus {
	background-color: #FFFFFF;
    border:1px solid #A40481;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,153,51,0.6);
	   -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,153,51,0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,153,51,0.6);
}
.form-list .note{
	clear:both;
	width: 100%;
	color:#A40481;
	font-size:1rem;
	line-height:130%;
	margin:10px 0 0 0;
}
.form-list .note.n1 {
	display:inline;
	width:40%;
	margin-left:10px;
}
.form-list .note.n2 {
	color:#000;
}
.form-list .captcha {
	margin:0 0 0 10px;
}
.form-Sp {
	float:left;
	width:100%;
	padding:25px 0;
	border-bottom:1px dashed #CCC;
}
.form-Sp p {
	color:#000;
	font-size:1.0em;
	line-height:160%;
	text-align:justify;
	margin:5px 0;
}
@media screen and (max-width: 1200px) {
	.form-list .formLabel {
		width:15%;
	}
	.form-list .formBox {
		width:82%;
	}
}
@media screen and (max-width: 990px) {
	.form-list .formLabel {
		width:20%;
	}
	.form-list .formLabel-RT {
		width:25%;
	}			
	.form-list .formBox {
		width:77%;
	}	
}
@media screen and (max-width: 768px) {
	.form-list .formLabel {
		width:23%;
	}
	.form-list .formBox {
		width:74%;
	}	
}
@media screen and (max-width: 680px) {	
	.subHead .L {
		width: 100%;
	}
	.subHead .R {
		float: left;
		width: 100%;
		text-align: left;
	}	
}	
@media screen and (max-width: 620px) {
	.form-list {
		padding:20px 0;
	}
	.flx {	
		display:block;
	}	
	.form-list .formLabel {
		width:100%;
		text-align:left;
		line-height:100%;
		margin-bottom:15px;
	}
	.form-list .formLabel span {
		padding-left:0;
	}
	.form-list .formLabel span.sp {
		padding:0 25px 0 0;
		background-position:right 50%;
	}
	.form-list .radioContTit {
		width: 100%;	
		line-height:25px;
		margin:0;
		text-align:left;
		padding-left:35px;	
	}	
	.form-list .formBox {
		width:100%;
	}
	.form-list .fileBox {
		width: 70%;
	}
	.form-list .fileBtn {
		width: 25%;
	}
}
@media screen and (max-width: 460px) {
	.form-list .formInput.w1 {
		width: 100%;
	}
	.form-list .formInput.w2 {
		width: 85px;
		margin-left:10px;
	}
	.form-list .formRadio {
		margin:0 5px 0 0;
	}
	.form-list .formRadio + label {
		display:inline-block;
		margin-top:15px;
		margin-right:15px;
	}
	.form-list .note.n1 {
		display:inherit;
		width:100%;
		margin-left:0;
	}
}


/** form-btn **/
.form-btn {
	float:left;
	width:100%;
	text-align:center;
	margin-top:30px;
}
.form-btn a,
.form-btn button {
	position: relative;	
	display: inline-block;
	color: #fff;
	font-family:"微軟正黑體";
	font-size:1.7em;
	font-weight:bold;
	padding: 12px 18px 12px 42px;
	background:#000;
	margin:0 5px;
	border:0;	
}
.form-btn .btnSend,
.form-btn .btnPlus,
.form-btn .btnfriLink {
	background: #A40481;
}
.form-btn .btnSend:hover,
.form-btn .btnPlus:hover,
.form-btn .btnfriLink:hover {
	background: #000;
}
.form-btn .btnClear,
.form-btn .btnMinus{
	background: #757575;
}
.form-btn .btnClear:hover,
.form-btn .btnMinus:hover {
	background: #666;
}
.radian {
	border-radius: 50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;	
}
.form-btn a span:after {
	content: '';
	position: absolute;
	top: 10px;
	left:18px;
	display:block;
	width:20px;
	height:20px;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;			
}
.form-btn button span:after {
	content: '';
	position: absolute;
	top: 13px;
	left:18px;
	display:block;
	width:20px;
	height:20px;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;			
}
.form-btn a:hover span:after,
.form-btn button:hover span:after {
	left: 12px;		
}
.form-btn .btnSend span:after {
	background:url(../images/form-btnSend.png) no-repeat;
}
.form-btn .btnClear span:after {
	background:url(../images/form-btnClear.png) no-repeat;
}
.form-btn .btnPlus span:after {
	background:url(../images/form-btnPlus.png) no-repeat;
}
.form-btn .btnMinus span:after {
	background:url(../images/form-btnMinus.png) no-repeat;
}
.form-btn .btnfriLink.home span:after {
	background:url(../images/form-btnHome.png) no-repeat;
}
.form-btn .btnfriLink.list span:after {
	background:url(../images/form-btnList.png) no-repeat;
}


.friLink{
	float:left;
	width:100%;
	padding-top:30px;
	text-align:center;
	box-sizing:border-box;
}
.friLink strong{
	display:block;
	width:100%;
	font-size:2em;
	color:#8E0470;
	line-height:1.4;
}
@media screen and (max-width: 767px) {
	.friLink{padding:30px;}	
}
@media screen and (max-width: 480px) {
	.friLink{padding:20px;}		
	.friLink strong{font-size:1.8em;}
	.form-btn .btnfriLink.home,
	.form-btn .btnfriLink.list{
		display:block;
		width:100%;
		margin:5px 0;
		box-sizing:border-box;		
	}
}


/** login **/
.mbLog {
	float:left;
  	margin-top:30px;
	width: 46%;
}
.normal {
	width: 90%;
}
.vs-icon {
	float: left;
	width: 8%;
	height: 245px;
	background: url(../images/or_icon.png) no-repeat 50% 50%;
	margin-top:30px;
}
.mbLog h4 {
	font-family: "微軟雅黑","Microsoft YaHei";
	color:#FFF;
	font-size:2.5em;
	font-weight:bold;
	text-align:center;
	padding:15px 0;	
	margin-bottom:10px;
	background: #149fd2; /* Old browsers */
	background: -moz-linear-gradient(left, #64c8cd 0%, #a40481 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #64c8cd 0%,#a40481 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #64c8cd 0%,#a40481 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c8cd', endColorstr='#a40481',GradientType=1 ); /* IE6-9 */
 }

.mbLog.noMB h4 {
	background: #149fd2; /* Old browsers */
	background: -moz-linear-gradient(left, #a40481 0%, #14a0d2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a40481 0%,#14a0d2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a40481 0%,#14a0d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40481', endColorstr='#14a0d2',GradientType=1 ); /* IE6-9 */	
}	
.mbLog ul {
	float:left;
	width:100%;
	list-style:none;
}		
.mbLog li {
	float:left;
	width:100%;
	margin:8px 0;
}
.mbLog li label  {
	float: left;
	font-size:1.7em;
	font-weight:bold;
	line-height: 45px;		
	width:18%;
	height:45px;
}
.txt-ar{
	text-align:right;
}
.mbLog li .input-text {
	float: right;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.7em;
	line-height: 45px;	
	width: 76%;
	height: 45px;
	background: #eee;
	border: solid 1px #eee;
	padding:0 2%;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;	
}
.mbLog li .input-text.w1 {
	float: left;	
	width: 100px;
	margin: 0 2%;
}
.mbLog li .input-text:focus {
	color: #f00;
	background-color: #fff;
    border-color:#f00;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
.mbLog li .formBox {
	float: left;
	width: 80%;
}
.mbLog li .formBox label  {
	font-weight: normal;
	width: auto;
}
.mbLog li .formBox input[type=radio] {
	margin:0 10px 0 20px;
	float: left;
}
.mbLog li .formBox .formRadio {
	float: left;	
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../images/radio-box.png) no-repeat 50% 50%;
	margin:10px 5px 0 10px;
    cursor: pointer;
}
.mbLog li .formBox .formRadio.focus {
	outline: dotted 1px;
}
.mbLog li .formBox .formRadio.checked {
	background: url(../images/radio-check.png) no-repeat 50% 50%;
}
.mbLog li .formBox .formRadio + label {
    cursor: pointer;
}
.btn-join {
	display:block;
	width:100%;
	border:5px solid #FFF;
	margin:0 auto;
	padding:20px;
	color:#FFF;
	font-size:2.0em;
	font-weight:bold;
	text-align:left;	 
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	-moz-box-shadow:0 0px 7px rgba(0%,0%,0%,0.3);
	-webkit-box-shadow:0 0px 7px rgba(0%,0%,0%,0.3);
	box-shadow:0 0px 7px rgba(0%,0%,0%,0.3);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;			
}
.btn-join .com-ico2{
	display: inline-block;
	background: url(../images/com-ico2.png) no-repeat 50% 50%;
	width: 21px;
	height: 21px;
	padding-left: 10px;
}
.btn-join.yjoin {
	background: url(../images/join-btn1.png) no-repeat 100% 50%;	
}
.btn-join.yjoin:hover {
	color:#FFF;
	background: url(../images/join-btn1-ov.png) no-repeat 100% 50%;	
}
.btn-join.njoin {
	background: url(../images/join-btn2.png) no-repeat 100% 50%;	
}
.btn-join.njoin:hover {
	color:#FFF;
	background: url(../images/join-btn2-ov.png) no-repeat 100% 50%;	
}
@media screen and (max-width: 1199px) {
	.mbLog li label span {
		display:none;
	}	
	.btn-join {
		padding:20px 15px;
		font-size:2.0em;		
	}
	.btn-join.yjoin {
		background: #f49a00; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffd200 0%, #f49a00 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ffd200 0%,#f49a00 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ffd200 0%,#f49a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	
	}
	.btn-join.njoin {
		background: #eb6b79; /* Old browsers */
		background: -moz-linear-gradient(top,  #f09b9d 0%, #eb6b79 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #f09b9d 0%,#eb6b79 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #f09b9d 0%,#eb6b79 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	
	}
	.btn-join.yjoin:hover, .btn-join.njoin:hover {
		background: #fa2b1b; /* Old browsers */
		background: -moz-linear-gradient(top,  #ff6600 0%, #fa2b1b 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ff6600 0%,#fa2b1b 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ff6600 0%,#fa2b1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	
	}					
}
@media screen and (max-width: 660px) {
	.mbLog {
		width: 100%;
	}
	.vs-icon {
		display:none;
	}
	.mbLog.noMB h4 {
  		margin-top:30px;
	}
	.mbLog li label  {	
		width:10%;
	}
	.mbLog li .input-text {
		width: 84%;
	}			
}	
@media screen and (max-width: 480px) {
	.mbLog li label  {	
		width:15%;
	}
	.txt-ar {
		text-align:left;
	}	
	.mbLog li .input-text {
		float:left;		
		width: 77%;		
	}
	.mbLog li .input-text.w1 {
		width: 77%;
		margin: 0;
	}
	.mbLog li .formBox .formRadio + label {
		width: 77%;
	}			
	.mbLog li a.captcha-img {
		float:left;
		margin-top:15px;
		padding-left:15%;
	}							
}


/** tableBox **/
.tableBox {
	float:left;
	width:100%;
}

/* ----- countTable ----- */
.countTable {
	float:left;
	width: 100%;
	border:1px solid #66bbcc;
	border-collapse: collapse;
}
.countTable tr {
    background:#FFF;
}
.countTable tr:nth-of-type(2n) {
    background: #c4e6e8;
}
.countTable th {	
	color:#FFF;
	font-size:1.7em;
	line-height:150%;
	text-align: center;
	padding:15px 0;
	border-bottom:1px dotted #66bbcc;
	background:#6bc3cb;	
	box-sizing:border-box;
}
.countTable td {
	color: #000;
	font-size:1.5em;
	line-height:150%;
	padding:15px;
	text-align:center;
	border:1px dotted #66bbcc;
	word-break:break-all;
	box-sizing:border-box;
}
.countTable td.tit {
	text-align:left;
}
.countTable td.total {
	color:#fff;
    background:#6bc3cb;
	font-weight: bold;		
}
.countTable td.sum {
	font-size:2.5em;		
}
.countTable td:nth-of-type(4) {
	color: #f00;
	font-weight: bold;
	text-align:right;
}
.countTable td.blue {
	color: #06c;
}
@media screen and (max-width: 420px) {
	.countTable tr:nth-of-type(2n) {
		background: #FFF;
	}
	.countTable th, 
	.countTable td.total:nth-of-type(1),
	.countTable td.total:nth-of-type(2) {
		display:none;
	}
	.countTable td {
		display:block;
		width: 100%;
		padding:2px 10px;
		border:none;
		text-align:left;
	}
	.countTable td.tit {
		font-weight: bold;	
	    font-size:1.7em;		
	}	
	.countTable td:nth-of-type(1) {		
		display:block;
		width: 100%;
		padding:10px;
		color: #fff;
		background:#6bc3cb;		
	}		
}
@media screen and (min-width: 991px) {
	.countTable th {
		font-size:1.7em;
	}
	.countTable td {
		font-size:1.7em;
	}
}



/* The radioBox */
.radioBox {
  display: inline-block;
  position: relative;
  padding: 8px 10px 0 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radioBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 25px;
  width: 25px;
  border:1px solid #ccc;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radioBox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioBox input:checked ~ .checkmark {
  border:1px solid #8E0470;  
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioBox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radioBox .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 17px;
	height: 17px;
	border-radius: 50%;	
	background: #8E0470;
}