/*resetCSS*/
html, body, h1, h2, h3, h4,
ul, ol, dl, li, dt, dd, p, div, span,
img, a, table, tr, th, td, figure {
margin: 0;
padding: 0;
border: 0;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
display: block;
}

body {
font:13px "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro w3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ　Ｐゴシック","MS PGothic",Sans-Serif;
*font-size:small;
*font:x-small;
letter-spacing:normal; 
line-height: 1;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

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

img {
font-size:0;
line-height:0;
border:0;
vertical-align: bottom;
}

ul li img {
vertical-align: bottom;
}

dl dt img {
vertical-align: bottom;
}

dl dd img {
vertical-align: bottom;
}

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