@charset "utf-8";
/* CSS Document */

#MenuMobile, #nav, #Menu, #Topper, #Header, #ColumnLeft, #Footer, #Copyright, #KeyVisual, .switch, 
#Breadcrumbs, .ToolBar, .CatTitle .cat_select, .ListSearch, .cont_banner, #Pagination, .BtnTop, .guide_title, 
.MsgModule_Media, iframe[allowfullscreen], .editable_content .img_bg span, .colorbox_thum { 
	display:none; 
	}
	
#Center, #ColumnCenter, #Content { width:100%; float:none; padding:0; }
	
.editable_content .img_bg { border:1px solid #fff; }/* 修正文繞圖的bug */
.editable_content .imgleft, .editable_content .imgright { max-width:30%; }

/* 文字列表及表單的框線設定 */
.ListTable table, .FormTable table {
	border-right:1px solid #CCC !important;
	border-top:1px solid #CCC !important;
	border-left:0 !important;
	border-bottom:0 !important;
}
.ListTable th, .ListTable td, .FormTable table th, .FormTable table td {
	border-left:1px solid #CCC !important;
	border-bottom:1px solid #CCC !important;
	border-right:0 !important;
	border-top:0 !important;
	padding:5px !important;
}


#MainBar:after { display:none; }