body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

.square {

    /* animation 參數設定 */
    animation-name: MoveToRight;    /*動畫名稱，需與 keyframe 名稱對應*/
    animation-duration: 4s;    /*動畫持續時間，單位為秒*/
    animation-delay: 2s;    /*動畫延遲開始時間*/
    animation-iteration-count: infinite;    /*動畫次數，infinite 為無限次*/    
}

/* 關鍵影格(@keyframe) */
@keyframes MoveToRight {
    0% { transform: scale(1);; }
    25% { transform: scale(1.1);; }
    50% { transform: scale(1); }
    75% { transform: scale(1.1);; }
    100% { transform: scale(1);; }
}




.bar2 {
	position: fixed;
	z-index: 999;
	right: 80px;
	bottom: 60px;
	background-color: #FFFFFF;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}



.pc {
display:inline;
}


.phone {
  display:none;
}




img{
  display: block;
}


.header {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}

.container {
	width: 900px;
	box-sizing: border-box;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;


}


.footer {
	width: 100%;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	color: #FFFFFF;
}

.img100 {

}

.img100 img {
	width: 100%;
	height: auto;
}

.from {
	width: 100%;
	margin-top: 10px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.wd01 {
	font-size: 26px;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	background-color: #dfbb39;
	padding-top: 10px;
	padding-bottom: 10px;
}

.wd02 {
	color: #FF0000;
}

.wd03 {
	font-size: 20px;
	line-height: 40px;
	color: #5d3463;
	text-align: center;
	font-weight: bold;
}

.wd04 {
	font-size: 18px;
	color: #666666;
	text-align: center;
	line-height: 30px;
}

.broder {
	width: 95%;
	border: 1px solid #CCCCCC;
	height: 26px;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.broder {
    max-height: 26px !important;
}

.broder-select {
    width: 95%;
    border: 1px solid #ccc;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.broder2 {
    width: 98%;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.broder3 {
	width: 95%;
	border: 1px solid #CCCCCC;
	height: 35px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


.box1 {
	float: left;
	width: 48%;
	margin-right: 2%;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	margin-bottom: 10px;
}

.box1-1 {
	float: left;
	width: 48%;
	margin-left: 2%;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	margin-bottom: 10px;
}




.box2 {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}

.box3 {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow:hidden;
}



.button_3-1 {
	border: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 40px!important;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	background-color: #2e9bd2;
	padding-right: 60px !important;
	padding-left: 60px !important;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 50px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0px!important;
	padding-bottom: 5px!important;
	height: 40px!important;
	margin-top: 20px;
}



.bar {
    width: 80px;
    position: fixed;
    z-index: 99;
    right: 15px;
    bottom: 30px;
}

.bar img {
	width: 100%;
	height: auto;
}

.pswd {
	width: 100%;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
}

select {
    word-wrap: normal;
}


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

.bar {
    width: 70px;
    position: fixed;
    z-index: 99;
    right: 5px;
    bottom: 10px;
}

.bar img {
	width: 100%;
	height: auto;
}

.wd01 {
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
}

.from {
	width: 100%;
	margin-top: 10px;
	overflow:hidden;
		margin-right: auto;
	margin-left: auto;
}

.pswd {
	width: 95%;
	font-size: 14px;
	color: #999999;
	line-height: 25px;	
}

.pc {
 display:none;

}


.phone {
 display:inline;
}



}



@media (max-width: 750px){
.container{
    width: 100%;
}
