@charset "utf-8";
/* CSS Document */
.bg {
	background-color:#fff;
	height:auto;
	width: 100%;
	margin: 0 auto;
	position:relative;

}


.Top{
	width:955px;
	height:110px;
	margin:0 auto;
	*padding-top:5px;}
	
a.LOGO{
	display:inline-block;
	width:185px;
	height:85px;
	background-image:url(../image/LOGO.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-top:5px;
	float:left;}
	
	
.LINKALL{
	float:right;
	display:block;
	width:480px;
	height:100px;
	position:relative;
	display:block;}	
		
.LINK{
	position:absolute;
	width:480px;
	line-height:20px;
	right:0px;
	top:0px;
	*top:30px;
	padding:10px 0px 0px 0px;
	font-size:12px;
	font-family:"微軟正黑體"、"新細明體"}

.LINK a{
	color:#999;
	text-decoration:none;
	padding:0px 10px;}
	
.LINK a:hover{
	color:#000;
	text-decoration:underline;}	
	
.fb-like{
	display:block;
	right:0px;
	top:50px;
	width:130px;
	height:20px;}


.Center{
	margin:0 auto;
	width:955px;
	border:1px solid #CCC;
	margin-bottom:78px;}	
	

.Warning{
	background:#000;
	text-align: center;
	width:100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:99999;}

.WarningIMG{
	width:1023px;
	height:77px;
	margin:0 auto;
	background-image:url(http://www.icheers.tw/iCheers/EDM/images/footer_bg.jpg);}
/*	
.topmain{
	background-image:url(../image/2016MountPleasant_bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	height:auto;
	min-height:350px;
	margin-bottom:2em;
}
/*/
.topmain{
	background-image:url(../image/2016Liechtenstein_bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	height:auto;
	min-height:350px;
	margin-bottom:2em;
}
.topmainword{
	width:759px;
	height:auto;
	margin:0 auto;
	
}
.topmainword img{
	margin:0 auto;	
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
