@charset "utf-8";

/*------------------------------------------------------------------------------
 RESET
 -------------------------------------------------------------------------------*/

html { -webkit-text-size-adjust: none; }

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, font, 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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  -webkit-text-size-adjust: none;
  text-decoration: none;
}

body, div, p, ul, ol, li, dl, dt, dd, table, th, td, img,
h1, h2, h3, h4, h5, h6, form, input, select, figure {
  margin: 0;
  padding: 0;
}

dl, ul, ol { list-style: none; }

img { border: 0; vertical-align: middle; }

table { border-collapse: collapse; border-spacing: 0px; }

input,
select,
label { vertical-align: middle; }

input:focus,
input:hover { background: #F7F7F0; }

input[type="text"],
input[type="password"],
input[type="email"] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* define block for html5 new tags */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote {
  margin: 40px 10px 0;
  padding: 20px 15px;
  color: #666666;
  font-size: 14px;
  background-color: #EEEEEE;
  border-radius: 3px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

ins {
  background-color: #FFFF99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #FFFF99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
}

dt, dfn {
  font-style: normal;
}

label { display: block; }
