/* Reset HTML5
*/
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 {
  font-family: Arial, Helvetica, sans-serif;
}

html {
  min-height: 100%;
}

/* common style */
body {
  line-height: 1;
  background-color: #fff;
}

input,
button {
  border-radius: 0;
}

a,
a:focus {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

.header {
  text-align: center;
}
.header .logo {
  width: 257px;
}

.content {
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
  background-color: #f0f0f0;
}

.title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.title-underline {
  font-size: 14px;
  color: #323232;
  font-weight: 700;
  text-decoration: underline;
}

.title-italic {
  font-size: 14px;
  color: #323232;
  font-style: italic;
}

.title-dark-blue {
  font-size: 14px;
  color: #b62cff;
  font-weight: 700;
}

p {
  font-size: 12px;
  color: #323232;
}
p .yellow-bg {
  background-color: yellow;
}
p .italic {
  font-style: italic;
}
p .underline {
  text-decoration: underline;
}

ul,
ol {
  font-size: 12px;
  color: #323232;
}

/*# sourceMappingURL=screen.css.map */
