@charset "utf-8";

/* ****************************************************************************************************
   * body
**************************************************************************************************** */

* { text-shadow:none; outline:none;	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }

body { margin:0; padding:0; font:16px/1.5 sans-serif; -webkit-text-size-adjust:none; }

/* ****************************************************************************************************
   * element
**************************************************************************************************** */

header, footer, nav, article, section, aside { display:block; }

/* ****************************************************************************************************
   * link
**************************************************************************************************** */

a { color:inherit; text-decoration:none; outline:none; }

/* ****************************************************************************************************
   * title
**************************************************************************************************** */

h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-size:100%; font-weight:normal; }

/* ****************************************************************************************************
   * text
**************************************************************************************************** */

p { margin:0; padding:0; }

p + * { margin-top:1em; }

* + p { margin-top:1em; }

/* ****************************************************************************************************
   * image
**************************************************************************************************** */

img { max-width:100%; height:auto; border:none; vertical-align:bottom; }

img:not([width]) { width:100%; }

/* ****************************************************************************************************
   * table
**************************************************************************************************** */

table { font-size:inherit; font:100%; empty-cells:show; }

/* ****************************************************************************************************
   * form
**************************************************************************************************** */

form { margin:0; padding:0; }

input, textarea, select, button { font-size:inherit; font-family:inherit; vertical-align:middle; outline:none; }
