@charset "utf-8";
/* CSS Document */

#MenuMobile, #nav, #Menu, #Topper, #Header, #Footer, #Copyright, #KeyVisual, .switch, #Breadcrumbs, .ToolBar, .CatTitle .cat_select, .ListSearch, #Pagination, .BtnTop, .guide_title, 
.MsgModule_Media, iframe[allowfullscreen], .editable_content .img_bg span, #colorbox_thum,
.prevNextLink, h3.ext_title, .ext_list, .related_articles,
.article_info { 
	display:none; 
	}
	
#Center, #Content { width:100%; float:none; padding:0; }
#Content { font-size:81.25% !important; }
	
.editable_content .img_bg { border:1px solid #fff; }/* 修正文繞圖的bug */
.editable_content .imgleft, .editable_content .imgright { max-width:30%; }

/* 文字列表及表單的框線設定 */
.ListTable, .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;
}
