@charset "utf-8";
@import url("page.css");
@import url("nice.css");
/* ---------------------------------------------
 
  * file type: core_html.style 
  * File Usage: Front-end web design
  * Updated: 2016.4.16 
  * Author: NICE CREATIVE ARTS
  * http://www.nim.com.tw/
  * service@nim.com.tw

=============================================================================== 

   Case Name : 
   -----------------------
   目 錄:Html元素
   ============================================================================  
   01.HTML5 Stylesheet Reset
   02.Plugin
   03.pagination     
=============================================================================== */
 
/* == 01.HTML5 Stylesheet Reset
============================ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, 
cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, caption, article, 
aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, 
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
nav ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
* {
  -webkit-text-size-adjust: none!important; /*Chrome font-size line-height*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height:100%;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
img {
  max-width:100%;
  height:auto;
}
