/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.4
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

* { margin:0; padding:0; }
body { 
	 background:#111; height:100%; 
	 font-family:"微軟正黑體", "Ａrial", "serif";
}
	img { border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }


#slidecaption { 
	width: 100%;
	position: absolute;
	bottom: 5.5em;
	height: auto;
	text-align: right;
    animation-name:title;
    animation-duration:2s;
} 


#slidecaption img{ 
	width:30%;
}

/*
#slidefillimage { 
	width: 100%;
    padding: 0 10%;
    color: #FFFFFF; 
    margin:0; 
    font-family: Arial; 
    font-size: 2.8em;
	height: auto;
	line-height: 1.2em;
} 
*/

.runwordc1 {
  font-family:"微軟正黑體", "serif";	
  font-size: 1.2em;
  font-weight:;
  letter-spacing: 0.05em;
  color: #FFF;

}

.runworden1 {
  font-family: Arial; 
  font-size: 0.65em;
  color:#FFF;
  letter-spacing: 0.08em;
  padding-top: 1em;
}



.runworden2 {
  font-family: Arial; 
  font-size: 0.9em;
  font-weight:bolder;
  color:#FFF;
  letter-spacing: 0.05em;
}


.runworden3 {
  font-family: Arial; 
  font-size: 0.9em;
  font-weight:bolder;
  color:#FFF;
  letter-spacing: 0.05em;
}


@keyframes title{
    from{
		opacity: 0;
    }
    to{
		opacity: 1;
    }

}






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

#slidecaption { 

} 
	
	
#slidecaption img{ 
	width: 40%;

} 





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

#slidecaption { 

} 
	
	
#slidecaption img{ 
	width: 45%;

} 



	
}

@media screen and (max-width: 736px) {
	
	
#slidecaption { 
	bottom: 3em;
} 
	
	
#slidecaption img{ 
	width: 50%;

} 



	
}








/*-------contact的，勿刪---------*/

#runwordc {
	position: absolute;
	width: 100%;
	top:40%;
	margin: 0 auto;
    text-shadow: 0.2em 0.2em 0.6em #000;
    animation-name:con;
    animation-duration:2s;
	text-align: center;

}

.runwordenc {
  font-family: Arial; 
  font-size: 3em;
  letter-spacing: 0.05em;
  color:#FFF;
  font-weight:bold;
}



@keyframes con{
    from{
	    top:20%;
		opacity: 0;
    }
    to{
	    top:40%;
		opacity: 1;
    }

}

/*-------contact的，勿刪---------*/


