﻿@charset "utf-8";
/* CSS Document */
/* Yahoo! CSS Reset (YUI 3)
http://developer.yahoo.com/yui/license.html
version: 3.2.0
*/
html{
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
	*font-size:100%;
}
legend {
	color:#000;
}.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.clearfix{zoom:1;}
.clearfix:after{content:'.';display:block;visibility:hidden;clear:both;height:0px;}
.word_break{word-break:break-all;word-wrap:break-word;display:block;}
a{text-decoration:none;color:#666666;}
/*resetEnd*/

.pagesize {
	width:970px;
	margin:0 auto;
	padding:30px;
}
body
{
    font-family:"微軟正黑體";
    font-size:1.2em;
}
.pSys{width:100%;font-size:1.2em; color:#333333; font-weight:bold; margin-bottom:20px; display:block;}
.pTitle{ width:100%;font-size:1.2em; color:#333333; font-weight:bold; margin-bottom:20px; display:block;}
.pContentL{ width:400px; float:left; margin-right:10px;}
.pContentR{ width:504px; float:left; padding:10px; margin-bottom:20px;}

h3{ font-size:1.2em; color:#1f76ab;font-weight:bolder;  }

.feature{ background-color:#FFF; margin-bottom:20px;}
.feature table{border-left:1px solid #ccc; border-top:1px solid #ccc;}

.feature tr th{width:65px; font-size:15px; background-color:#EFEFEF; color:#000; border-bottom:1px solid #ccc; border-right:1px solid #ccc; text-align:right; vertical-align:top; line-height:35px; padding-right:5px;}
.feature tr td{ padding-left:13px; border-bottom:1px solid #ccc; border-right:1px solid #ccc; background:#FFF; line-height:35px; color:#333;  }
.feature tr td p{line-height:28px;}
.feature tr td ul li{width:110px; height:28px; margin-right:5px; color:#626262;	float:left;	overflow: hidden; list-style:none; line-height:28px;}
.feature tr td ul li.none{color:#bdbcbc;}
.feature tr td ul li img{margin-right:5px; vertical-align:middle;}

.notice{ font-size:1.2em;color:red;}

.textH13{ display:block; font-size:15px;height:130px;}
.textH15Title{ font-size:1.1em;color:#1f76ab; font-weight:bolder; }
.textH15Hot{font-size:0.98em;color:red; font-weight:bolder;}
.lnkDetail a{ float:right;color:blue; text-decoration:underline;}

.noborder table { border:none;  font-size:1.1em;}
.noborder tr th{ border:none; }
.noborder tr td{ border:none; }

.btn {
  display: inline-block;
  *border-bottom: 0 none #a2a2a2;
    display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
/* Darken IE7 buttons by default so they stand out more given they won't have borders */

  **border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: 0;
}