@charset "utf-8";
/* CSS Document */

#MenuMobile, #nav, #Menu, #Header, #ColumnLeft, #Footer, #Copyright, .switch, #Breadcrumbs, .ToolBar, .CatTitle .cat_select, .lang_switch, .ListSearch, #Pagination, .BtnTop, .guide_title, 
.MsgModule_Media, iframe[allowfullscreen], .editable_content .img_bg span, #colorbox_thum { 
	display:none; 
	}
	
#Center, #Center > div, #ColumnCenter, #ColumnCenter > div { width:100%; float:none; padding:0; }

.PageTitle { margin-top: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;
}
