/* pageMain Style */

    body{
        background-color:#000;
        margin:0;
		font-family:Arial, Helvetica, sans-serif, 微軟正黑體;
    }
    p,h1,h2,h3,h4,h5{
        font-family:Arial, Helvetica, sans-serif, 微軟正黑體;
        letter-spacing:0.05em;	
    }
	pre{
		font-size:0.8em;
		line-height:1.8em;
		letter-spacing:0.1em;
		white-space: pre-wrap;
		word-wrap: break-word;	
	}
	#powerTip {
		width:15%;
	}
	img{
		border:0;
	}
    #wrapper{
        margin-top:40px;
        width:100%;	
    }
    .content{
        margin:auto;
        width:1000px;
    }
    a{
        color:#FFF;
		cursor:pointer;
		text-decoration:none;
    }
    #nav{
        width:100%;
        position:fixed;
        z-index:2;
        top:0;	
        background-image:url(../images/space.png);
        height:40px;	
        line-height:40px;
        letter-spacing:0.1em;
        font-size:15px;
        color:#FFF;	
    }
    #nav .dramaInfo{
        width:50%;
        float:left;	
    }
    #nav .dramaInfo span{
		width:50%;
        font-weight:bold;
        color:#00baff;	
    }
    #nav ul{
        margin:0;
        width:auto;
        float:right;
    }
    #nav ul li{
        height:40px;	
        text-align:center;
		margin-right:15px;
        list-style:none;
        float:left;
    }
    #nav ul li:hover{
		color:#c0575c;
    }
	.main{
        background-image:url(../images/bg_01.jpg);
        background-position:top center;
        background-repeat:no-repeat;
        height:930px;
        animation-duration: 3s;			/* 定義持續時間 */
        animation-delay: 0s;			/* 定義延遲時間 */
        animation-iteration-count: 1;	/* 定義執行次數 */
	}
    .about{
        background-image:url(../images/bg_02.jpg);
        background-position:top center;
        background-repeat:no-repeat;
        height:510px;
        animation-duration: 3s;			/* 定義持續時間 */
        animation-delay: 0s;			/* 定義延遲時間 */
        animation-iteration-count: 1;	/* 定義執行次數 */
    }
    .about .info{
		text-align:center;
        float:left;
        width:100%;
        height:115px;
        margin-top:190px;	
    }
    .about .cover .info p{
        margin-top:80px;
        padding:0 25px 0 15px;
        line-height:1.9em;
        color:#FFF;
        font-size:0.95em;
    }
	.cast_info{
		padding:5px 30px 5px 30px;
		color:#CCC;
		font-size:0.9em;
	}
    .logo{
        padding-top:420px;
        margin:auto;
        display:block;
        animation-duration: 2s;			/* 定義持續時間 */
        animation-delay: 0s;			/* 定義延遲時間 */
        animation-iteration-count: 1;	/* 定義執行次數 */
    }
    .cast{
        background-image:url(../images/bg_03.jpg);
        background-position:top center;
        background-repeat:no-repeat;
        height:904px;
    }
	h2{
		color:#ddb2a3;	
	}
    .mv{
		background-image:url(../images/bg_04.jpg);
        background-position:top center;
        background-repeat:no-repeat;
		height:956px;
    }
	.mv iframe{
		position:absolute;
		left:50%;
		margin:315px auto auto -365px;
	}
    #footer{
        background-image:url(../images/space.png);
        padding:0.4em 0.8em 0.8em 0.8em;
        text-align:center;
        font-size:0.8em;
        width:100%;
        line-height:1.2em;
        color:#CCC;
        position:fixed;
        z-index:1;
        bottom:0;	
    }

	.fb-like{
		position:fixed;
		top:5px;
		margin-left:10px;
		z-index:1;
		overflow:hidden;
	}
	.audio{
		position:fixed; z-index:2; right:0px; bottom:0px; height:40px; width:300px;
	}
	ul.share-buttons{
		position:absolute;
		z-index:2;
		left:50%;
		float:right;
		list-style: none;
		margin:610px 0 0 400px;
		padding: 0;
	}
	ul.share-buttons li{
		width:32px;
		margin:5px 5px 0 0;
		float:right;
	}
	
	@media(max-width:1024px){
		.audio{
			display:none;
		}
	}

/* Circular Content Carousel Style */

.ca-container {
	padding-top:250px;
	position: relative;
	margin: 0 auto;
	width: 795px;
	height: 387px;
	font-family: 微軟正黑體, Arial;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:265px;
	height:100%;
	text-align:center;
}

.ca-item h2, .ca-item h3, .ca-item p {padding: 0 20px;  font-family:微軟正黑體; color: white;}

.ca-more-wrap {
	height: 38px;
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
	bottom: 0;
}

.ca-more {
	padding: 7px 31px;
	background-image:url(../images/space.png);
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#db2b45 url(../images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.8;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	overflow:hidden;
	/*background-color: #8b1327;*/
	background-position: 0 130px;
}


.ca-item-main img {width: 100%;}

.ca-content-wrapper{
	position:absolute;
	width:0px;
	height:377px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
	
}

.ca-content{
	border:rgba(255, 255, 255, 0.5) 1px solid;
	width:527px;
	height:375px;
	overflow:hidden;
	background-image:url(../images/cast_about_bg.png);
}

.ca-content-text{
	font-size: 14px;
	margin:25px 20px;
	line-height:1.5em;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	height:1.5em;
	font-size:32px;
	padding-bottom:5px;
	color:#fff;
	border-bottom:1px solid #555;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
	list-style: none;
}
.ca-content ul li a{
	color:#2980b9;
	background:#fff;
	padding:3px 6px;
	font-size:14px;
	
}
.ca-content ul li a:hover{
	background:#fff;
	text-shadow:none;
}
.ca-nav span {
	width: 30px;
	height: 55px;
	background: transparent url(../images/arrows.png) no-repeat top left;
	position: absolute;
	top: 50%;
	margin-top: 100px;
	left: -45px;
	text-indent: -9000px;
	opacity: 0.7;
	cursor: pointer;
	z-index: 100;
}

.ca-nav span.ca-nav-next{
	background-position: -30px;
	left:auto;
	right:-45px;
}
.ca-nav span:hover{
	opacity:1.0;
}