@charset "utf-8";

body {
	font-family: "微軟正黑體","新細明體", Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	color: #463A2B;
	background-image: url(../img/bg.jpg);
}
button, input, select {	font-family: "微軟正黑體","新細明體", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;}

a:link, a:visited {
	color: #FAF0E6;
	text-decoration: none;
}
a:hover {
	color: #FAF0E6;
	text-decoration: none;
}
img { border: 0px;} 
:active, :focus{
	outline:none;
}

p{
	margin: 0.5em;
	padding: 0;
}
ol, ul {
	text-align: left;
	margin-left: 1em;
}
h2 {
	font-size: 1.4em;
	margin: 0.3em;
	padding: 0;
	line-height: 1.3em;
}

.container {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.logo {
	background-image: url("../img/logo.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 560px;
	height: 80px;
	margin: 0;
	padding: 0;
	background-size: 560px auto;
	background-color: #F9EFE5;
}

.main {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("../img/bonus_0921.jpg");
	background-position: center 0px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 680px;
	text-align: center;
	padding: 0;
	display: block;
	position: relative;
}
.txtbox {
	text-align: center;
	padding-top: 1.5em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1.5em;
}

/*----------FORM----------*/
.butn {
	color: #FAF0E6;

	background-image: url(../img/btn_bg1.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-size: 100% 100%;
}
.butn:hover {
	-webkit-transition: background-image .3s ease,color .3s ease,border-color .3s ease !important;
	-moz-transition: background-image .3s ease,color .3s ease,border-color .3s ease !important;
	transition: background-image .3s ease,color .3s ease,border-color .3s ease !important;
	color: #ffffff;
	background-image: url(../img/btn_bg2.png);
}
.form_span {
	position: relative;
	width: 290px;
	margin: 0.3em 0em;
	text-align: left;
}
.form_tx {
	line-height: 2.5em;
	margin-top: 0.3em;
	margin-left: 0px;
	margin-right: 0.3em;
	padding: 0;
}
input, select, button {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	border: 1px solid #dedede;
	padding: 0 0;
	height: 2.5em;
	margin: 0;
		}
input[type=checkbox], input[type=radio]  {
	height: 0.9em;
}
input[type=text] {
	text-indent: 0.5em;
	}
.input_field {
	width: 85%;
}


/*----------end FORM----------*/
@media only screen and (max-device-width: 480px){
body {
	font-size: 2.8em;
	
 }

input, select, button { 
	font-size: 100%; 
	border: 1px solid #000;
}


.container {
	width: 100%;

}
.logo {
	width: 100%;
	height: 160px;
	background-size: 90% auto;
}

.main {
	width: 100%;
	height: 1200px;
}
.txtbox {

}
}