﻿@charset "utf-8";
/*@import url(http://fonts.googleapis.com/earlyaccess/cwtexhei.css);
*/
/*====================================================================================
bs原生css 重訂義
====================================================================================*/
.img-responsive{ display:inline;}

/*====================================================================================
自訂義
====================================================================================*/
/*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:inherit;font-size:100%;vertical-align:baseline}
ol,ul{list-style:none}
a{text-decoration: none;}*/

/*----------------------------------
common
------------------------------------*/
body{ overflow-x:hidden; }
body{font-size: 14px; color: #333; font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";  line-height: 1.7; padding: 0 !important;}
p{text-align: justify;}
ul,li{list-style-type: none; margin: 0; padding: 0;}
ul.disc li{list-style-type: disc!important; margin: 0 0 0 25px;}
a{text-decoration:none!important;}
a:hover{color: #F39800;}
a:focus,button ,input ,select ,textarea{outline: none;}


table{width: 100%; }
table th{background-color: #f2d1b8; padding: 20px 10px;}
table th ,table td{border: 1px solid #eee; padding: 10px; text-align: center;}

