@charset "UTF-8";

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */

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,
caption,
article,
main,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

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

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 {
    font-size: 87.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

input::-ms-expand,
select::-ms-expand {
    display: none;
}

input,
button,
textarea,
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/*IEのセレクトのスタイル対応*/
select:focus::-ms-value {
    background-color: rgba(0,0,0,0);
    color: #444;
}

input[type="radio"] {
    appearance: radio-button;
    -webkit-appearance: radio;
    -moz-appearance: radio;
}


/* #EMG */

#emg3,
#emg2,
#emg {
    background: #fff;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}

#emg3 strong,
#emg2 strong,
#emg strong,
#emg3 b,
#emg2 b,
#emg b {
    font-weight: bold;
}

#emg3 table,
#emg2 table,
#emg table {
    margin: 0 auto;
}


/* #Layout */

.noscript-content {
    background: #f2f2f2;
    line-height: 1.6;
    padding: 10px;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

body {
    color: #4d4d4d;
    word-break: break-word;
    word-wrap: break-word;
}

@media screen and (max-width: 950px) {
    body {
        width: 950px;
        margin: 0 10px;
    }
}

a {
    color: #09a;
    text-decoration: none;
}

a:hover {
    color: #6cc;
    text-decoration: underline;
}

a.submit:hover {
    text-decoration: none;
}

#msthd a img {
    max-width: 225px;
}


/* uft.css 2.0.0 */

#uft {
    border-top: 1px solid #989898;
    padding: 25px 0 15px;
    text-align: center;
}
