/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: inherit;
    box-sizing: border-box;
    font-family: 'AppleSDGothicNeo', 'sans-serif';
    word-break: break-all;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}

ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
img {width: 100%;}
button,
select {
    text-transform: none;
    outline: none;
    padding: 0;
    border: none;
}
select, option{-webkit-appearance: none; -moz-appearance: none;  appearance: none; font-family: "AppleSDGothicNeo", sans-serif !important;}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: none;
}

a {text-decoration: none;}
address {font-style: normal;}
caption {display: none}
strong {font-weight: 700;}

h1 {
	font-size: 2rem;
	font-weight: 700;
}

h2 {
	font-size: 1.7rem;
	font-weight: normal;
}

h3 {
	font-size: 1.6rem;
	font-weight: normal;
}

h4 {
	font-size: 1.5rem;
	font-weight: normal;
}

h5 {
	font-size: 1.3rem;
	font-weight: normal;
}

h6 {
	font-size: 1.2rem;
	font-weight: normal;
}


