﻿/* RESET */
* { appearance: none; -moz-appearance: none; -webkit-appearance: none; }
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, fieldset { 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; }
input, select, textarea, button { font-family: inherit; font-size: inherit; }
input:focus, textarea:focus { box-shadow: 0 0 0 0; border: 0 none; outline: 0; }
p { line-height: 1.7; }

/* FRAMEWORK */
.width-content { width: 1200px; 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%; }
.width-100 { width: 100%; }