@charset "UTF-8";

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

File: reset.css
Last Update: 2021/11/03

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



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

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

img{
width:100%;
border:0px;
vertical-align:bottom;
pointer-events:none;
}

table{
border-collapse:collapse;
border-spacing:0px;
}

*, *:before, *:after{
box-sizing:border-box;
}
