body{
	font-family:微軟正黑體,arial;
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
	text-align:center;
	background:url(../images/public/all_bg.jpg) no-repeat fixed;
	background-size:100%;
	background-color:#1c232d;
}
body a:link {
	color: #FFFFFF;
	text-decoration: none;
}
body a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
body a:hover {
	color: #e1481e;
	text-decoration: none;
}

img{
	border:0px;
}

ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul > li{
	margin:0px;
	padding:0px;
}

/*----header----*/
#header{
	width:100%;
	background:url(../images/public/menu_bg.jpg) no-repeat;
	background-color:#1b0602;
	text-align:left;
	font-size:16px;
	color:#FFF;
	line-height:30px;
}
.menu_box{
	width:1100px;
	margin:0px auto;
	padding:20px 0px;
}
.menu{
	display:inline-block;
	*display:inline;
	list-style-type:none;
}
.menu li{
	display:inline-block;
	*display:inline;
	margin-right:20px;
	vertical-align:middle;
}
.menu li>a{
	color:#FFF;
	text-decoration:none;
}
.menu li>a:hover{
	color:#e2481f;
	text-decoration:none;
}
.search_box{
	background:url(../images/public/search_bg.jpg);
	width:100px;
	border:0px;
	height:30px;
	padding-left:5px;
	color:#CCC;
}
.search_btn{
	background:url(../images/public/search_btn.jpg);
	width:45px;
	border:0px;
	height:30px;
}

/*---footer---*/
#footer{
	width:100%;
	background-color:#111111;
	text-align:left;
	font-size:16px;
	color:#FFF;
	height:350px;
	padding-top:40px;
}
.footer_box{
	width:1100px;
	margin:0px auto;
}
.footer_list{
	display:inline-block;
	*display:inline;
	list-style-type:none;
	height:120px;
	line-height:120px;
}
.footer_list li{
	display:inline-block;
	*display:inline;
	margin-right:20px;
}
.footer_table{
	font-size:15px;
	color:#CCC;
	width:1000px;
	line-height:24px;
}
.info_title{
	height:50px;
}


/*--內容區塊--*/
.content{
	width:1100px;
	margin:0px auto;
}

/*--輪播banner--*/
.slideshow_banner{
	width:1100px;
	margin:0px auto;
}
.slideshow_dot{
	width:1100px;
	margin:0px auto;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.slideshow_dot img{
	margin-right:10px;
}

/*--左右框架--*/
.frame_box{
	width:1100px;
	margin:0px auto;
}
.frame_left{
	display:inline-block;
	*display:inline;
	width:850px;
	vertical-align:top;
}
.frame_right{
	display:inline-block;
	*display:inline;
	width:250px;
	vertical-align:top;
}
.frame_left .h1_c{
	line-height: 37px;
}

/*--演出節目--*/
.program_box{
	width:850px;
	text-align:left;
}
.program_title{
	display:inline-block;
	*display:inline;
	width:450px;
	height:80px;
}
.program_menu{
	display:inline-block;
	*display:inline;
	list-style-type:none;
	color:#FFF;
}
.program_menu li{
	display:inline-block;
	*display:inline;
	margin-right:20px;
	font-size:18px;
	line-height:24px;
}

.program_list{
	width:850px;
}

.program_list li{
	display:inline-block;
   *display:inline;
	color:#fff;
	font-size:15px;
	line-height:24px;
	width:265px;
	margin-right:15px;
	margin-bottom:20px;
	letter-spacing:1px;
}
.program_list_photo{
	position:relative;
}
/*--台北標籤--*/
.program_list_place_tp{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background:rgba(138%,58%,19%,0.7);
	padding:3px 10px;
}
.program_list_place_tp a{
	color:#fff;
	text-decoration:none;
}
.program_list_place_tp a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#E1481E;
}
/*--台中標籤--*/
.program_list_place_tc{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background:rgba(0%,83%,80%,0.7);
	padding:3px 10px;
}
.program_list_place_tc a{
	color:#fff;
	text-decoration:none;
}
.program_list_place_tc a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#E1481E;
}
/*--mini標籤--*/
.program_list_place_mini{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background:rgba(50%,0%,75%,0.7);
	padding:3px 10px;
}
.program_list_place_mini a{
	color:#fff;
	text-decoration:none;
}
.program_list_place_mini a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#E1481E;
}
/*--max標籤--*/
.program_list_place_max{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background:rgba(245%,43%,129%,0.7);
	padding:3px 10px;
}
.program_list_place_max a{
	color:#fff;
	text-decoration:none;
}
.program_list_place_max a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#E1481E;
}



.program_list_date{
	color:#fff;
}
.program_list_date a{
	color:#fff;
	text-decoration:none;
}
.program_list_date a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#E1481E;
	border-radius:5px;
}

.program_list_buy{
	text-align:right;
	color:#E1481E;
}
.program_list_buy a{
	color:#E1481E;
	text-decoration:none;
}
.program_list_buy a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#E1481E;
	padding:3px;
}

.program_list_text{
	color:#fff;
}
.program_list_text a{
	color:#fff;
	text-decoration:none;
}
.program_list_text a:hover{
	color:#E1481E;
	text-decoration:none;
}
.program_more{
	text-align:center;
	margin:0px auto;
	padding:30px 0px;
}


/*--媒體報導----*/
.report_box{
	width:850px;
	text-align:left;
}
.report_title{
	display:inline-block;
	*display:inline;
	height:80px;
}
.report_list{
	width:850px;
}

.report_list li{
	display:inline-block;
   *display:inline;
	color:#fff;
	font-size:15px;
	line-height:24px;
	width:265px;
	margin-right:15px;
	margin-bottom:20px;
	letter-spacing:1px;
	background:rgba(0%,0%,0%,0.3);
}

.report_list_date{
	color:#fff;
}
.report_list_date a{
	color:#fff;
	text-decoration:none;
}
.report_list_date a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#E1481E;
	border-radius:5px;
}

.report_list_text{
	color:#fff;
}
.report_list_text a{
	color:#fff;
	text-decoration:none;
}
.report_list_text a:hover{
	color:#E1481E;
	text-decoration:none;
}
.report_more{
	text-align:center;
	margin:0px auto;
	padding:30px 0px;
}

/*--右邊--標題下面的橘色小箭頭----*/
.right_box_title_arrow{
	background:url(../images/public/arrow.png) no-repeat;
	background-position:center;
	width:250px;
	height:3px;
}

/*--右邊--活動Banner----*/
.event_title{
	margin-top:30px;
	width:250px;
	text-align:left;
	background:#E1481E;
	color:#FFF;
	font-size:16px;
	line-height:30px;
}
.event_banner{
	margin-top:5px;
}

/*--右邊--如何成為會員----*/
.howtobe_member{
	display:inline-block;
   *display:inline;
	margin-top:10px;
	font-size:16px;
	line-height:30px;
	text-align:left;
	width:250px;
}
.howtobe_member a{
	margin-left:10px;
	text-decoration:none;
	text-align:left;
	color:#FFF;
	letter-spacing:1px;
}
.howtobe_member a:hover{
	color:#E1481E;
}

/*--右邊--分隔線----*/
.divider_line{
	width:250px;
	border-top:#FFF 1px solid;
	margin-top:10px;
}
.divider_line_dot{
	width:250px;
	border-top:#FFF 1px dotted;
	margin-top:10px;
}


/*--右邊--最新消息----*/
.news_title{
	margin-top:30px;
	width:250px;
	text-align:left;
	background:#E1481E;
	color:#FFF;
	font-size:16px;
	line-height:30px;
}
.news_list{
	width:250px;
}
.news_list li{
	display:inline-block;
   *display:inline;
	color:#fff;
	font-size:15px;
	line-height:24px;
	width:250px;
	letter-spacing:1px;
	text-align:left;
	border-bottom:#FFF 1px dotted;
	margin-top:20px;
}
.news_list li>a{
	color:#fff;
	text-decoration:none;
}
.news_list li>a:hover{
	color:#E1481E;
}

/*--右邊--電子報----*/
.epaper_title{
	margin-top:30px;
	text-align:left;
}
.epaper_box{
	background:url(../images/public/epaper_bg.jpg);
	width:200px;
	border:0px;
	height:30px;
	padding-left:5px;
	color:#fff;
}
.epaper_btn{
	background:url(../images/public/epaper_btn.jpg);
	width:45px;
	border:0px;
	height:30px;
}


/*--右邊--廣告Banner----*/
.ad_banner_list{
	/*margin-top:30px;
	width:250px;*/
}
.ad_banner_list li{
	display:inline-block;
   *display:inline;
	margin-top:10px;
}
.ad_banner_list li>a{
	border:0px;
}
.footer_content_1{
	display: none;
}

.sold_class{
    background: url(/images/sold.png);
    height: 100%;
    width: 100%;
    /* z-index: 100; */
    position: absolute;
    top: 0;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: 85%;
    background-repeat: no-repeat;
}