@charset "utf-8";

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
a:hover {
    text-decoration: underline;
    color: #0584c3;
}
a,
a:link {
    cursor: pointer;
    color: #333;
}
.under {
    text-decoration: underline;
}
body {
    background-color: #FFF;
    color:#333;
    font-size: 13px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

a {
    text-decoration: none;
}
a.defaultLink:visited {
    color: #06f;
    text-decoration: none;
}
.fa {
    cursor: pointer;
}
ul {
    list-style: none;
}