@import url(./common.css);
@media all and (min-width: 1201px){
body {
	margin: 0;
	padding: 0px;
	background-color: #fff;
}
#BodyContainer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* bodyHeader */
    #BodyHeader #header-share { /*PC*/
        line-height:2;
        font-size:16px;
        color: #000;
    }   
    #BodyHeader #header-share a {
        font-size: 15px;
        color: #000;
        text-decoration: underline;
    }
    #BodyHeader_m {display:none;} /*?‹æ?*/
    #BodyContentEvent {
        width: 850px;
        float: left;
    }


/* Event css */
#event {
	width: 100%;
	margin:0 auto;
	padding:0;
}
#event_master,#event_book,#event_info,#event_list {
	width: 100%;
	margin:0 auto;
	padding:0;
}
#event_book {
	width: 86%;
	margin:0 auto;
}
#event_list {
	border-bottom:none;
}


/* notice */
#event_notice {
	text-align: left;
	float: left;
	width: 100%;
	padding: 2% 0;	
} 
#event_notice p {
	font-size: 13px;
	line-height: 25px;
	color: #000000;
	/*margin-left: 12%;*/
}

/* news */
#event_news {
	width: 100%;
	clear: both;
	height: auto;
	margin: 0px;
	padding-top: 3%;
	padding-right: 0px;
	padding-bottom: 3%;
	padding-left: 0px;
	float: left;
	background-color:#f3e498;
}
#event_news .NewsStyle {
	font-size: 13px;
	color: #000000;
	line-height: 16px;
}
#event_news .NewsStyle a:link {
	font-size: 13px;
	color: #000000;
	line-height: 16px;
}
#event_news .NewsStyle a:visited {
	font-size: 13px;
	color: #000000;
	line-height: 16px;
}
#event_news .NewsStyle a:hover {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}
#event_news .NewsStyle a:active {
	font-size: 13px;
	color: #000000;
	line-height: 16px;
}
/* news end*/





/* Footer */
#BodyFooter_rwd{
	float: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#BodyFooter_rwd #footer_line {
	width: 90%;
	margin-bottom: 2%;
	margin-top: 2%;
	margin-left: 5%;
	margin-right: 5%;
	display: block;
	float: left;
	height: auto;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
}
#BodyFooter_rwd #footer_inline a {
	color: #333;
}
#BodyFooter_rwd #footer_inline ul{
	float: left;
	width: 100%;
	margin-bottom: 0%;
	margin-top: 3%;
}
#BodyFooter_rwd #footer_inline ul li{
	display: inline;
	line-height: 2em;
	font-size: 1em;
	clear: both;
	width: 100%;
	margin-right: 1%;
	margin-bottom: 0%;
}
#BodyFooter_rwd #footer_inline ul li img{
	width: 20%;
	height: auto;
	vertical-align: middle;
}
#BodyFooter_rwd #footer_address{
	margin-top: 0%;
	float: left;
	width: 100%;
	margin-right: auto;
	text-align: center;
	margin-left: auto;
}
#BodyFooter_rwd #footer_address a {
	color: #333;
}
#BodyFooter_rwd #footer_address ul{
	float: left;
	text-align: center;
	margin-bottom: 1%;
	width: 100%;
	clear: both;
}
#BodyFooter_rwd #footer_address ul li{
	float: left;
	display: block;
	width: 100%;
	line-height: 2em;
	text-align: center;
	font-size: 0.8em;
}
/* Footer end */

/* 舊版IE */
#noie{
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
}
/* 舊版IE end */

#topbutton{display:none;}

}