﻿@charset "utf-8";
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}


/* HTML5 hidden-attribute fix for newer browsers */

*[hidden] {
    display: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

html {
    line-height: 1.5;
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

img {
    border: 0;
    width: auto;
    height: auto;
    max-width: 100%;
}

a {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
    color: inherit;
}

a,
a:hover {
    text-decoration: none;
}

a:hover,
a:hover img {
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
}

a img {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

figure {
    line-height: 0;
}

input[type=text] {
    border: 1px solid #ddd;
    height: 28px;
    width: 100%;
}

select {
    width: 210px;
    border: 1px solid #ddd;
    height: 32px;
}

textarea {
    border: 1px solid #ddd;
    overflow-y: auto;
    resize: none;
    outline: 0;
    width: 100%;
    min-height: 180px;
}

.ma_to10 {
    margin-top: 1em;
}

.ma_to20 {
    margin-top: 2em;
}

.ma_30 {
    margin: 3em 0;
}