/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

/*ol,
ul {
    list-style: none;
}*/

blockquote,
q {
    quotes: none;
    font-family: 微軟正黑體;
    font-size: 0.75em;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#wrapper #container .page-content .preferential_info .preferential_menu .search_content .search_content1 .search_content_box1 .search_box1 .search_box1 li {
    float: left;
    padding-right: 26px;
}

a {
    text-decoration: none;
}


/*------------------------網編 style--------------------------*/

.text-cont-article ul,
.text-cont-article ol {
    list-style-position: inside;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-weight: auto;
}

table caption {
    background: #00a7ff;
    padding: 10px 0px;
    color: #fff;
}

table tr td {
    border: 1px solid #c4c3c3;
    padding: 5px 11px;
    vertical-align: middle;
}

table tr:nth-child(2n) {
    background: #f1f1f1;
}


/*table{
    border: 1px solid #000;
    border-spacing: auto;
}*/

table tr th {
    border: 1px solid #c4c3c3;
    padding: 5px 11px;
}

.pic {
    width: 50%;
}

.pic img {
    width: 100% !important;
    height: auto !important;
}

.center {
    margin: 0 auto;
    width: 50%;
}

.small_pic {
    width: 30%;
}

.small_pic img {
    width: 100% !important;
    height: auto !important;
}

.right {
    float: right;
}

.page-content ol {
    list-style-position: outside;
    list-style-type: decimal;
}

.page-content u {
    text-decoration: underline;
}
.page-content em{
	font-style: italic;
}
.page-content b{
	font-weight: bold;
}
table tr:first-child th, table tr:first-child td {
    border-top: 1px solid #c4c3c3;
}