@charser "utf-8";

/*
============================================

 Reset CSS

============================================
*/

/* margin, padding
--------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,
blockquote,th,td {
 margin: 0;
 padding: 0;
}


/* border
--------------------------------------------- */

fieldset,img {  border: 0; }


/* font
--------------------------------------------- */

body {
 font: 11px/1.1 "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",helvetica,arial,verdana,sans-serif;
}

* html body {
 font-size: small;
 font: x-small;
}

*:first-child+html body {
 font-size: small;
 font: x-small;
}

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

input,textarea,select {
 font-family: inherit;
 font-size: inherit;
 font-weight:inherit;
}

* html input,* html textarea,* html select {font-size: 100%;}

*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {
 font-size: inherit;
 font: 100%;
}

input,select,textarea {
 font-size: 100%;
 font-family: Arial, Verdana, Helvetica, sans-serif;
}


/* list
--------------------------------------------- */

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