@charset "UTF-8";

/*reset*/
html,body,div,span,p,pre,blockquote,
form,fieldset,label,input,textarea,
h1,h2,h3,h4,h5,h6,
ul,ol,li,
dl,dt,dd,
tr,th,td,
a,img,audio,video { 
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

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

h1,h2,h3,h4,h5,h6,strong,em {
  font-size: 100%;
  font-weight: normal;
}

img {
  border: none;
  vertical-align: bottom;
}

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

a:focus{ outline: none; }


/*font*/
body {
  font-family: "メイリオ", arial, helvetica, clean, sans-serif;
  font-size: 14px;
  line-height: 20px;
}


/*clearFix*/
.cf:after { 
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  content: ".";
}
