<strong></strong>/* =The style for the lab
-------------------------------------------------------------- */
.xingothic-tc{

      font-family: "xingothic-tc";

      font-weight: "400";

}
#cover{
	position:fixed;
	background-repeat:no-repeat;
	background-size:contain;
	top:0;
	width:100%;
	z-index:4;
}
#cover2{

	position:fixed;
	background-repeat:no-repeat;
	background-size:contain;
	bottom:0;
	width:100%;
	z-index:4;
}

/* mainCtrlBar */

#sidebar {
    position: fixed;
    top: 0;
    z-index: 5;
    width:100%;
    float:left;
	-webkit-box-shadow: 0px 0px 1px #000;
	-moz-box-shadow: 0px 0px 1px #000;
	box-shadow: 0px 0px 1px #000;	 
}
#sidebar nav {
	float:left;
	line-height:50px;
    width:100%;
	background-image:url(../images/space-1.png);
}

#sidebar nav .dramaInfo{
	margin-left:15px;
	float:left;
	letter-spacing:0.03em;
	color:#fff;
}
#sidebar nav .dramaInfo span{
	font-weight:bold;
	color:#fff;	
}

#sidebar nav ul {	
	float:right;
    list-style-type:none;
    margin:0 10px 0 0;
    padding:0;
}

#sidebar nav li {
	padding:0 10px 0 10px;
	float:left;
}

#sidebar nav li a {
    font-weight:700;
}

#sidebar nav li a:hover {
	color:#fff;
}

#sidebar a.nav-active {
    color:#fff;
}

/* rightCtrlBar */

#storybar {
	text-align:center;
    position: fixed;
    right: 0;
	margin-top:8%;
	margin-right:10%;
    z-index: 10000;
	width:110px;
	height:auto;
}

#storybar nav {
	background-color:rgb(255, 164, 199);
	float:left;
    width:100%;
	margin-left:12px;
	-webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.25);
	-moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.25);
	box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.25);
	border-radius: 20px 2px 20px 2px;
	-moz-border-radius: 20px 2px 20px 2px;
	-webkit-border-radius: 20px 2px 20px 2px;
}

#storybar nav ul {
	padding:15px 0 15px 0;
	/* border: #ccc 1px solid; */
}

#storybar nav li {
	line-height:1.8em;
	width:100%;
}

#storybar nav li a{
	letter-spacing:0.1em;
	color:#777777;
	font-size:0.9em;
}

#storybar nav li a:hover {
	color:#fff;
}

/* home */

.home{
	background-image:url(../images/header.jpg);
	background-position:top center;
	background-size:auto;
	background-repeat:no-repeat;
    animation-duration: 3s;			/* 定義持續時間 */
    animation-delay: 0s;			/* 定義延遲時間 */
    animation-iteration-count: 1;	/* 定義執行次數 */
}

.logo{
	left:40%;
	margin-left:-600px;
	margin-top:15%;
	background-image:url(../images/logo.png);
    float:left;
    animation-duration: 3s;			/* 定義持續時間 */
    animation-delay: 0s;			/* 定義延遲時間 */
    animation-iteration-count: 1;	/* 定義執行次數 */	
}

/* about */

#about{
	min-height: 550px;
	background-image:url(../images/bg1.png);
	
	
}

#about .content{
	
	clear:both;
	margin-top:-5%;
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
	
}

#about img{
	width:45%;
	float:left;
	margin-top: 5%;
	margin-left: 5%;
}

/* story */

#story{
	min-height:700px;	
	background-color:#fff;
	background-position:center;
}

#story .content{
	width:45%;
	margin-bottom:-30;
}

.story p{
	margin-top:0.8em;
	margin-bottom:2.5em;
}
.story h3{
	color:#fff;
	background-color:#ffa4c7;
	font-weight:normal;
	text-align:center;
	width:90px;
	margin:0;
	line-height:1.8em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
}

/* cast */

#cast{
	background-image:url(../images/cast_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	min-height: 900px;
}

#cast .content{
	padding-top:55px;
}

#cast img{
	margin-left:2%;

}

/* gallery */
.pic{width:500px; height:350px;overflow:hidden;}
.pic img{transform:scale(1,1);transition: all 1s ease-out;}
.pic img:hover{transform:scale(1.2,1.2);}

#gallery{
	background-color:#fff;	
	background-image:url(../images/gallery_bg.jpg)
	;
	background-position:top left;
	background-repeat:no-repeat;
	background-size:contain;
	min-height:1000px;
}

#gallery .content{
    margin-top: 8%;
    width: 50%;
    position: absolute;
    right: 400px;
}

#gallery img{
	
	margin:0% 5% 5% 0.5%;	
}

/* slogan */

.slogan{
	position:absolute;
	left:32%;
	margin-top:32%;
}

#text-fx {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	font-size: 1.5em;
	text-align:center;
}

#text-fx > div {
	position: relative;
}

pre{
	font-size:0.8em;
	line-height:1.8em;
	letter-spacing:0.1em;
	white-space: pre-wrap;
	word-wrap: break-word;	
}

#powerTip {
	width:15%;
}

/* fb-like */

.fb-like{
	z-index:999;
	position:absolute;
	margin-left:10px;
}

/* scrolldown */

#scrolldown{
	position:absolute;
	z-index:999999;
	left:50%;
	top:800px;
	margin-left:-30px;
}
