@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------*/
/*共用的隱藏*/
#MenuMobile, #nav, #Menu, #Header, #Footer, #Copyright, #KeyVisual, .switch, #Breadcrumbs, .ToolBar, .ListSearch, #Pagination, 
.BtnTop, .MsgModule_Media, iframe[allowfullscreen], .editable_content .img_bg span, #colorbox_thum, h4.ext_title, .ext_list,
.BtnCommon, .inPagination
{ 
	display:none !important; 
}
	
#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, table.table_style1, table.table_style2 {
	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, table.table_style1 th, table.table_style1 td, table.table_style2 th, table.table_style2 td {
	border-left:1px solid #CCC !important;
	border-bottom:1px solid #CCC !important;
	border-right:0 !important;
	border-top:0 !important;
}

#Center, #Content { border:none; padding:0px; }

.ListPicText .item{ margin-bottom:15px;}
.ListPicText .item .img, .ListPicText .item .btn, .p_intro #img_popup a span{ display:none; }
.ListPicText .item .img > div{ display:none; }
.ListPicText .item{ height:auto !important;}

.editable_content .table_style2{ min-width:inherit; width:100%;}
.Contact_wrap .info-box{ width:100%;}


/*----------------------------------------------------------------------*/
/*自訂*/
.TOP_STEPS_BTN, .personalBlock, .question_box .ques_title span::after{ 
	display:none;
}
.compareChart table .tt, .compareChart table .cont{ width:auto; }

/* 字型 */
h3.title, .PageTitle h2, .question_box .ques_title, .question_box .item .title, .ListPicText .title a, .form_title span,
.TOP_STEPS_BTN a, .editable_content h4, .editable_content h5, .editable_content h6, h4.ext_title, .FormGroup .form_group_subtitle span,
.LinkWrap .link_title{
	font-weight:bold; 
    font-family:"Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

