@charset "UTF-8";
/* ============================================================
 *
 * reset - remake
 *
 * ver 1.0 - font change
 * ver 1.1 - background: transparent [X]
 * ver 1.2 - list style delete & menu and nav dose not display block
 *
 * @author Naoki Nishikawa
 * @created Apr 01, 2012
 * @updated May 23, 2013 - ver 1.0
 * @updated Aug 19, 2013 - ver 1.1
 * @updated Dec 20, 2013 - ver 1.2
 *
 * ========================================================= */
html,body,div,span,applet,object,iframe,
header,footer,section,article,aside,nav,
figcaption,figure,details,menu,
hgroup,h1,h2,h3,h4,h5,h6,p,pre,blockquote,
pre,abbr,address,site,code,em,a,strong,img,
table,tbody,thead,tfoot,caption,th,td,
ul,ol,li,dl,dt,dd,input,label,video,audio
{
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  white-space: normal;
}
body{
  line-height: 1;
}
header,footer,section,article,aside,
hgroup,figcaption,figure
{
  display: block;
}
h1,h2,h3,h4,h5,h6{
  font-weight: normal;
}
table{
  border-collapse: separate;
  border-spacing: 0;
}
input,select{
  vertical-align: middle;
}
a img{
  border: 0;
}
ul, ol{
  list-style: none;
}