@media all and (min-width: 1px) and (max-width: 1200px){ 

/*舊版IE專用修復縮放不正常檢視用*/

/*mobile*/

/* 隱藏區塊 */
#BodyHeader {display:none;}
#event_news {display:none;} 
/* 隱藏區塊 */

/*body*/
body {
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}
#BodyContainer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#BodyHeader #site {

	display: none;
} 

/* Event_heaader */
#BodyHeader_m {
	text-align:center;
	height:auto;
	margin:2.5% auto 2%
}

#BodyHeader_m img {
	clear:both;
	height:auto;
	width:45%
}

#BodyHeader_m #site2 {
	border-bottom-left-radius:40px;
	border-bottom-right-radius:40px;
	opacity: 0.8;
	text-align: center;
	width: 60px;
	height: 90px;
	position: fixed;
	z-index: 999;
	left: 2%;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #D64B1D;
	color: #FFF;
	vertical-align: top;
	top: 9%;
	padding-top: 15px;
} 
#BodyHeader_m #site2 a {
	color: #FFF;
	text-decoration: none;
}
/* Event css */
#event {
	width: 100%;
	margin: 0%;
	padding: 0px;
}
/* 主圖 */
#event_master,#event_book,#event_info,#event_list {
	width: 94%;
	margin:0 auto;
	padding:0;
}

/* notice */
#event_notice {
	text-align: left;
	float: left;
	width: 100%;
	/*padding-top: 30px;*/
	padding-bottom: 15px;
	padding-right: 0;
	padding-left: 0;
	margin: 0;
	background-color: #EBEBEB;
} 
#event_notice p {
	font-size: 1em;
	line-height: 1.5em;
	color: #000000;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	/*margin-right: 2%;
	margin-left: 5%;*/
}

/* Footer */
#BodyFooter_rwd{
	float: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0%;
}
#BodyFooter_rwd #footer_line {
	width: 90%;
	margin-bottom: 2%;
	margin-top: 2%;
	margin-left: 5%;
	margin-right: auto;
	display: block;
	float: left;
	height: auto;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
}
#BodyFooter_rwd #footer_inline a {
	color: #333;
}
#BodyFooter_rwd #footer_inline ul{
	float: left;
	padding: 0%;
	width: 100%;
	margin-bottom: 1%;
	text-align:center;
}
#BodyFooter_rwd #footer_inline ul li{
	float: left;
	display: inline-block;
	line-height: 2em;
	font-size: 1.2em;
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0%;
}
#BodyFooter_rwd #footer_inline ul li img{
	width: 50%;
	height: auto;
	vertical-align: middle;
	margin-bottom: 2%;
}
#BodyFooter_rwd #footer_address{
	margin-top: 0%;
	float: left;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#BodyFooter_rwd #footer_address a {
	color: #333;
}
#BodyFooter_rwd #footer_address ul{
	float: left;
	padding: 0%;
	text-align: center;
	margin-bottom: 1%;
	width: 94%;
	clear: both;
	margin-left: 3%;
}
#BodyFooter_rwd #footer_address ul li{
	float: left;
	display: block;
	width: 100%;
	line-height: 2em;
	text-align: center;
	font-size: 0.8em;
}
#footer_address li:nth-of-type(1) img:first-child{display:block;text-align:center;margin:0 auto 2%}
/* Footer end */

/* top */
#topbutton{
	width: 50px;
	height: 50px;
	color: #FFFFFF;
	border-radius: 9999em;
	background-color: #000;
	opacity: 0.4;
	right: 1%;
	bottom: 3%;
	position:fixed;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	z-index: 999;
}
#topbutton a{
	color: #FFFFFF;	
	font-size: 15px;
}	

}