﻿/* RESET */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, address, em, img, strong, b, ol, ul, li, form, label, table, article, aside, embed, footer, header, nav, section, time, audio, video, input, textarea { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
body { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none; color: inherit; }
p { line-height: 1.4; }

/* FRAMEWORK */
.width-content { width: 75rem; margin: 0 auto; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.width-10 { width: 10%; }
.width-20 { width: 20%; }
.width-30 { width: 30%; }
.width-40 { width: 40%; }
.width-50 { width: 50%; }
.width-60 { width: 60%; }
.width-70 { width: 70%; }
.width-80 { width: 80%; }
.width-90 { width: 90%; }
