@charset "UTF-8";

/*========================================
         余白リセット
========================================*/
html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,address,blockquote,pre,code,
form,fieldset,legend,input,textarea,select,option,button,label,
th,td,hr {
  margin: 0;
  padding: 0;
}

/*========================================
         フォントリセット
========================================*/
h1,h2,h3,h4,h5,h6,table,
input,textarea,select,option,button {
  font-size: 100%;
}

h1,h2,h3,h4,h5,h6,
code,var,samp,kbd,
blockquote,q,cite,
caption,th,
em,strong,
address,
dfn {
  font-weight: normal;
  font-style: normal;
}

/*========================================
      デコレーションリセット
========================================*/
a img,img { border: 0; vertical-align: bottom; }
code,var,samp,kbd { font-family: monospace; }
del { text-decoration: line-through; }
ins { text-decoration: none; }
abbr, acronym { border: 0; } 
ol,ul { list-style: none; }