@charset "utf-8";

/* 表格樣式《PPC 與 SEO 比較》
****************************************************************************************************/
table#seo_and_ppc {
	display:inline-table; /*Mz1*/
   *display:inline; /*IE7 & IE6*/
	width:100%;
	margin-top:2px; /*Mz1*/
   *margin-top:3px; /*IE7*/
   _margin-top:2px; /*IE6*/
	border:none;
}
table#seo_and_ppc th,
table#seo_and_ppc td {
	padding:0.5em 1em;
	border:0 RGB(242,179,145) solid;
}
table#seo_and_ppc th {
	text-align:center;
	font-weight:normal;
}
table#seo_and_ppc td.col1 {
	width:20%;
	text-align:center;
}
table#seo_and_ppc td.col2 {
	width:40%;
	text-align:justify;
	background-color:RGB(255,217,191);
}
table#seo_and_ppc ol {
	margin-left:2em;
}

/* 表格框線《PPC 與 SEO 比較》
****************************************************************************************************/
table#seo_and_ppc th {
	border-bottom-width:1px;
}
table#seo_and_ppc .col1 {
	border-right-width:1px;
}
table#seo_and_ppc td.col2 {
	border-right-width:1px;
	border-bottom-width:1px;
}

/* 表格樣式《改善優使性可為網站帶來的效益》
****************************************************************************************************/
table#usability {
	width:100%;
	border:none;
}
table#usability th,
table#usability td {
	padding:0.5em 1em;
	border:0 RGB(255,255,255) solid;
}
table#usability caption {
	padding:0 12px 8px 0;
	text-align:right;
}
table#usability th {
	text-align:center;
	font-weight:normal;
	color:#fff;
	background-color:RGB(204,106,40);
}
table#usability tr {
	background-color:RGB(242,179,145);
}
table#usability tr.row1 td {
	background-color:RGB(255,217,191);
}
table#usability td.col1 {
	width:47.5%;
   *width:40%; /*For IE7 & IE6*/
	text-align:left;
}
table#usability td.col2 {
	width:10.5%;
   *width:12%; /*For IE7 & IE6*/
	text-align:center;
}

/* 表格框線《改善優使性可為網站帶來的效益》
****************************************************************************************************/
table#usability th.col2,
table#usability td.col2 {
	border-left-width:1px;
}

/* 服務項目《services/index.html》適用樣式
****************************************************************************************************/
.serv_item {
    margin-top:9px; /*Mz1 & IE7*/
   _margin-top:8px; /*IE6*/
	background-repeat:no-repeat;
	/* 自動適應高度 */
	overflow:hidden;
	zoom:1;
}
.serv_item h4 {
	 margin-top:64px;
	_margin-top:65px; /*For IE6*/
	text-indent:24px;
	font-size:108%;
	color:#808080;
}