@charset "UTF-8";
* {
	margin:0px;
	padding:0px;
}
a img {border:none;}
input{/*輸入*/
	margin:0px;
	width:100%;
	font-size:17px;
	text-align:center;
	background-color:#f9f2df;
	border:1px solid #f9f2df;}

#buy  tbody td{
	z-index:99;
}
	
#wrap {
	width: 100%;
	height:auto;
	margin: 0px auto;
	background-image: url(../images/bg-01.jpg);
	background-repeat:repeat;
	}


#header {height:70px;}/*logo*/
#header img{
	width:100px;
	height:60px;
	margin-left:auto;
	margin-top:0px;
}
#photo img{	
	width:100%;
	height:auto;}/*圖片*/
	
.video{
	position: relative;
    padding-bottom:52%;
    width:100%;
    height:0; 
	
}
.video iframe{
	position: absolute;
    top:0;
    left:0;
	width:100%;
    
	
}
	
#info {height:auto;}/*介紹*/
#info h5{/*背景音樂*/
	float:center;
	font-size:13px;
	color:#cb9152;
	font-family: "微軟正黑體";
	letter-spacing: 0.1em;
	
}
#info h2{/*背景音樂*/
	float:center;
	font-size:18px;
	color:#cb9152;
	font-family: "微軟正黑體";
	letter-spacing: 0.1em;
	
}
.s1{/*中文*/
	width:auto;
	margin-left:10px;
	margin-right:10px;
	margin-top:13px;
	font-size:18px;
	font-family: "微軟正黑體";
	color:#000000;
	overflow: visible;
}
.s2{/*英文*/
	width:560px;
	margin-left:45px;
	margin-top:4px;
	font-size:18px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}
#content {/*按鈕＆序號*/
	height:auto;
	width:auto;
	//background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: left top;
		font-size:16px;
	text-align: center;
	color:#cb9152;
	font-family: Arial, Helvetica, sans-serif;
}
#number{/*輸入序號*/
	
	float:left;
	font-size:18px;
	color:#cb9152;
	font-family: "微軟正黑體";
	letter-spacing: 0.1em;}
#list {/*曲目*/
	height:auto;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	color:#000000;
}
#list h5{
	margin-left:45px;
	margin-top:5px;
	font-size:18px;
	color:#cb9152;
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	text-align: left;
}
.s3{
	font-size:22px;
	color:#a77b54;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.line{
	width:100%;}
#email{
	text-align:center;
	margin-top:10px;
	height:auto;
	font-size:18px;
	color:#cb9152;
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	font-weight: bold;
}
#banner{
	height:100px;
	position:relative;
}

#banner_inner{
	position:absolute;
    bottom:0px;
    right:25%;
    left:30%;
    margin-left:-90px;
	
}

#banner_inner img{
	width:320px;
	height:auto;
}	
	
#footer{
	
	background-color:#FFFFFF;
}
#footer img{
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	height:auto;
}

#dvLoading
{
  background:#000 url(../images/loader.gif) no-repeat center center;
  height: 100px;
  width: 100px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}

.loader {
  left: 10%;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  top: 5%;
  transform: translate(-50%);
  width: 150px;
}
.loader .ball {
  background: #38d368;
  border-radius: 5px;
  display: block;
  height: 10px;
  left: 15px;
  position: absolute;
  top: 5px;
  width: 10px;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: along;
  -webkit-animation-timing-function: linear;
}
.loader .ball2 {
  background: #508EC3;
  border-radius: 5px;
  display: block;
  height: 10px;
  left: 15px;
  position: absolute;
  top: 5px;
  width: 10px;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: along;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: -1s;
}
.loader ul {
  margin: 0;
  padding: 0;
}
.loader li {
  background-color: #00bff3;
  border-radius: 5px;
  display: inline-block;
  margin: 0;
  height: 10px;
  width: 30px;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: around;
  -webkit-animation-timing-function: linear;
}
.loader li:nth-child(1) {
  -webkit-animation-delay: 0s;
}
.loader li:nth-child(2) {
  background-color: #82ca9c;
  -webkit-animation-delay: 0.2s;
}
.loader li:nth-child(3) {
  background-color: #f69679;
  -webkit-animation-delay: 0.4s;
}
.loader li:nth-child(4) {
  background-color: #acd373;
  -webkit-animation-delay: 0.6s;
}
.loader li:nth-child(5) {
  background-color: #959595;
  -webkit-animation-delay: 0.8s;
}

@-webkit-keyframes around {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-webkit-keyframes along {
  0% {
    left: 0;
    top: 5px;
  }
  5% {
    top: 3px;
  }
  10% {
    top: 5px;
  }
  15% {
    top: 3px;
  }
  20% {
    top: 5px;
  }
  25% {
    top: 3px;
  }
  30% {
    top: 5px;
  }
  35% {
    top: 3px;
  }
  40% {
    top: 5px;
  }
  45% {
    top: 3px;
  }
  50% {
    left: 100%;
    top: 5px;
  }
  100% {
    left: 100%;
  }
}

.sendwow
{
	font-size:14px;
	color:#4e7cdf;
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	font-weight: bold;
}
