@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
}
ul li{
	list-style-type:none;
}


body{
	background:#000;
	font-family:"微軟正黑體";
	font-size:13px;
	color:#fff;
}

.wrapper{
	width:1000px;
	margin:0 auto;
}
.header{
	width:100%;
	height:161px;
	position:relative;
}
.logo{
	position:absolute;
	top:0;
	left:0;
	width:523px;
}
.menu{
	width:477px;
	height:161px;
}
.submenu{
	width:100%;
	height:46px;
}

.slider{
	width:990px;
	height:390px;
	margin:0 auto;
	overflow:hidden; /*讓其他圖隱藏*/
}
/*about*/
.about_t{
	width:100%;
	height:434px;	
}
.desc,.aitem_content{
	text-align: justify;
	text-justify:inter-ideograph;
	text-align: justify/9;
	text-justify:inter-ideograph/9;
}
.desc{
	padding-top:45px;
	width:333px;
	height:389px;
	margin-right:22px;
	color:#fff;
	line-height:25px;
	font-family:"細明體-ExtB";
	font-size:13px;
}
.desc a{
	color:#fecc03;
	text-decoration:none;
}
.about_c{
	margin-top:10px;
	width:100%;
	height:467px;
	background:url(wgpic/aboutbg.jpg) top center no-repeat;
}
.about_itembg,.about_itembg2{
	background:url(wgpic/about_item.png) top center no-repeat;
	width:321px;
	height:186px;
	margin-bottom:29px;	
}
.about_itembg{
	margin-right:18px;
}
.aitem_title{
	height:34px;
	padding-left:17px;
	padding-top:8px;
}
.aitem_content{
	padding:14px 13px 0;
	line-height:20px;
	font-family:"細明體-ExtB";
	color:#000;
}


/*contact*/
.contact_title{
	width:167px;
	height:125px;
}
.contact_cont{
	width:815px;
	padding-left:18px;
	margin:10px 0 20px;
	font-size:24px;
	line-height:30px;
}
.contact_cont a{
	color:#faf706;
	text-decoration:none;
}

.googlemap{
	width:900px;
	margin:0 auto;
	border:5px solid #fff;
}
.contact{
	width:900px;
	margin:0 auto;
}

/*actionstage*/
.actionstage{
	margin:15px 0;
	position:relative;
	min-height:370px;
	margin-bottom:23px;
}
.std{
	background-image: url(wgpic/mod151028_2.jpg);
	background-repeat: no-repeat;
	height:171px;
}
.std p{
	font-size:16px;
	padding: 0 15px;
	line-height:25px;
}

/*移到音響用*/
.act_left{
	width:792px;
	position:absolute;
	top:0;
	left:0;
}
.act_right{
	width:208px;
	position:absolute;
	top:0;
	left:792px;
}

.act_left li{
	width:232px;
	height:369px;
	margin-right:32px;
}
.act_bg1{
	background:url(wgpic/actionstagebg1.jpg) no-repeat;
}
.ap{
	font-family:"細明體-ExtB";
	line-height:20px;
	margin:37px 8px 0 8px;
}
.act_bg2{
	background:url(wgpic/actionstagebg2.jpg) no-repeat;
}
.act_bg3{
	background:url(wgpic/actionstagebg3.jpg) no-repeat;
}

.act_pic{
	width:1000px;
	min-height:420px;
	position:relative;
}
.actp_left{
	width:443px;
	position:absolute;
	top:0;
	left:0;
}
.actp_right{
	width:540px;
	position:absolute;
	top:0;
	left:460px;
}
.actp_right li{
	width:256px;
	height:192px;
	margin-bottom:26px;
}
/*sound*/
.sound{
	position:relative;
	min-height:411px;
}
.sound_left{
	width:390px;
	position:absolute;
	top:0;
	left:0;
}

.sound_right{
	width:593px;
	position:absolute;
	top:0;
	left:401px;
}

/*stage*/
.stagepic{
	width:990px;
	min-height:400px;
	padding:0 5px;
}
.stagepic li{
	width:225px;
	margin-bottom:22px;
}
.stagepic li p{
	font-family:"細明體-ExtB";
	line-height:25px;
	text-align:center;
	margin-top:5px;
}
.mr_30{
	margin-right:30px;
}

/*footer*/
.footer{
	width:100%;
	height:263px;
	background:url(wgpic/footerbg.jpg) no-repeat top center;
	color:#fff;
	position:relative;
	z-index:5;
}
.ftl{
	width: 1000px;
	height: 192px;
	padding: 140px 0 0 0;
	margin-right: 13px;
	font-family: "微軟正黑體";
	font-size: 18px;
	line-height: 30px;
	z-index: 10;
}
.f_24{
	font-size:24px;
	font-family: "微軟正黑體";
	line-height:30px;	
}
.f_24T{
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	line-height: 30px;
	font-weight: bolder;
}

.flr{
	position:absolute;
	top:130px;
	right:365px;
	z-index:15;
}
.f_en,.f_ens{
	font-family: Arial, Helvetica, sans-serif;	
}
.f_en{
	font-size: 24px;
	font-weight: bolder;
}
.co{
	font-size:13px;
	color:#535252;
}
.co a{
	text-decoration:none;
	color:#535252;
}