@charset "utf-8";
/* CSS Document */

#MenuMobile, #nav, #Menu, #Header, #Footer, .bg_image, .switch, #Breadcrumbs, .ToolBar, .ListSearch, #Pagination, .BtnTop, .guide_title, 
.MsgModule_Media, iframe[allowfullscreen], #colorbox_thum { 
	display:none; 
	}
	
#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;
}
