@charset "UTF-8";

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figcaption, figure, footer, header, nav, section, audio, video { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }
*, *::before, *::after { box-sizing:border-box; }

/****************************************/
/*	reset + base set										*/
/****************************************/
html { -webkit-text-size-adjust:100%; text-size-adjust:100%; }
article, figcaption, figure, footer, header, nav, section { display:block; }
ul, ol { list-style:none; }
table { border-collapse:collapse; border-spacing:0; }
a { text-decoration:none; }
input, select { vertical-align:middle; }
img { display:block; max-width:100%; height:auto; }
