/*
//////////////////////////////////////////////////////////////////////
1. Global Reset / multiple elements
////////////////////////////////////////////////////////////////////// */
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{
background:transparent;
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
}
input{
margin:0;
padding:0;
}
html{
font-size:100.01%
}
/* //////////////////////////////////////////////////////////////////////
2. Body Reset / body
////////////////////////////////////////////////////////////////////// */
body{
line-height:1%
}
/* //////////////////////////////////////////////////////////////////////
3. List Reset
////////////////////////////////////////////////////////////////////// */
ol, ul, dl {
list-style:none;
position: relative;
}
/* //////////////////////////////////////////////////////////////////////
4. Quote Reset / blockquote,q
////////////////////////////////////////////////////////////////////// */
blockquote,q{
quotes:none
}
blockquote:before,blockquote:after,
q:before,q:after{
content:'';
content:none
}
/* //////////////////////////////////////////////////////////////////////
5. Pseudo Classes /:focus,:hover
////////////////////////////////////////////////////////////////////// */
:focus{
   outline:0;
}
/* //////////////////////////////////////////////////////////////////////
6. Conventions / label:hover
////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////
7. Modification Markup / ins,del
////////////////////////////////////////////////////////////////////// */
ins{
text-decoration:none
}
del{
text-decoration:line-through
}
/* //////////////////////////////////////////////////////////////////////
8. Table Reset / table
////////////////////////////////////////////////////////////////////// */
table{
border-collapse:collapse;
border-spacing:0
}
