@charset "UTF-8";
/* CSS Document */

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,
input,
button,
textarea,
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;
    outline: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
}

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

body {
    line-height: 1;
}

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;
}

input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* -------------------------- parts ---------------------------- */

body {
    color: #333333;
    font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino kaku Gothic Pro", sans-serif;
}

/*
a:link    {color:#0054aa;text-decoration:underline;}
a:visited {color:#0054aa;text-decoration:none;}
a:hover   {color:#4d8bcb;text-decoration:none;opacity:0.8;}
a:active  {color:#0054aa;}
*/
a:link {
    color: #0054aa;
    text-decoration: none;
}

a:visited {
    /* color: #4d8bcb; */
    text-decoration: none;
    opacity: 0.8;
}

a:hover {
    color: #0054aa;
    text-decoration: underline;
}

a:active {
    color: #0054aa;
}

.topErrorTxtNew {
    background: url("/img/iphone/img_er.gif") no-repeat scroll 5px 5px transparent;
    border: 3px solid #FFB2AD;
    color: #FF0000;
    font-size: 12px;
    margin: 5px;
    padding: 5px 5px 5px 29px;
}