@charset "UTF-8";

/* **********************

File: reset.css
Last Update: 2019/05/09

********************** */



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

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

img{
border:0px;
vertical-align:bottom;
max-width:100%;
}

table{
border-collapse:collapse;
border-spacing:0px;
}
button, input, select, textarea{
font-family:inherit;
}