

/* 重設
--------------------------------------------------- */
/* 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;}
ol, ul, li{list-style: none;}
a,a:hover{text-decoration:none;cursor:pointer}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333; }
	
.toptitle{color:red;margin-left:320px;font-size:24px;font-weight:bold;line-height:80px}
.titlebtn{float:right;margin-top:10px}
.container{width:900px;margin:10px auto}

.nav-tabs{overflow:hidden;  background:url(../images/tt.jpg) no-repeat right bottom;}
.nav-tabs li{margin-right:3px;float:left;line-height:42px; padding:0 10px;list-style:none;
border-radius:8px 8px 0 0 }
.nav-tabs li.active{ background:url(../images/tab_bg.jpg);border:1px solid #4e98c1 }
.nav-tabs li.active a{  color:#fff ;text-shadow:#0269b2 1px 0}
.nav-tabs  a{color:#0269b2;}
.con{clear:both;padding:20px;border:1px solid #ddd;border-top:3px solid #4e98c1; }

h3{margin-top: 10px;font-size:24px;margin-bottom: 10px;color:#0269b2}

.container img{max-width:100%}
.table-responsive .table{width:100%}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top; border-top: 1px dashed #ddd;
}

.container thead{background:#fcfae5;color:red}
th {text-align: left;}