/* ---------------------------------- *\
   #RESET
\* ---------------------------------- */
body,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    font-size: 100%;
}

ol,
ul {
    list-style: none;
}

em,
i {
    font-style: normal;
}

em {
    font-weight: 700;
}

/* ---------------------------------- *\
   #UNIVERSAL
\* ---------------------------------- */
*,
*::before,
*::after {
    box-sizing: inherit;
}

/* ---------------------------------- *\
   #ROOT-ELEMENT
\* ---------------------------------- */
html {
    min-height: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Segoe UI", sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 62.5%;
    line-height: 1.5;
    box-sizing: border-box;
}

/* ---------------------------------- *\
     #SECTIONS
  \* ---------------------------------- */
body {
    background: #EEEEEE;
    color: #333;
    font-size: 14px;
}

/* ---------------------------------- *\
     #GROUPING-CONTENT
  \* ---------------------------------- */
main {
    display: block;
}

/* ---------------------------------- *\
     #TEXT-LEVEL-SEMANTICS
  \* ---------------------------------- */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

pre {
    overflow: auto;
}

/* ---------------------------------- *\
     #EMBEDDED-CONTENT
  \* ---------------------------------- */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img {
    max-width: 100%;
}

audio:not([controls]) {
    display: none;
}

/* ---------------------------------- *\
     #LINKS
  \* ---------------------------------- */
a {
    color: #12c;
    text-decoration: none;
}

a:visited {
    color: #609;
}

/* ---------------------------------- *\
     #TABLES
  \* ---------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ---------------------------------- *\
     #FORM
  \* ---------------------------------- */
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
}

button {
    appearance: none;
    font-weight: normal;
    padding: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

button[disabled] {
    cursor: default;
}

html input[disabled] {
    cursor: default;
}

input[type=button],
input[type=reset],
input[type=submit] {
    appearance: button;
    cursor: pointer;
}

input[type=search] {
    appearance: textfield;
    font-weight: 400;
}

input[type=search]:forcus {
    outline-offset: -2px;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    appearance: none;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    padding: 0;
}

.font-feature-settings-search {
    font-feature-settings: "palt" 1;
}

.search-font {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif !important;
    font-size: 14px;
    line-height: 1.5;
}

.article-font {
    font-family: sans-serif;
}

.is-spWeb-form input::placeholder {
    font-weight: 400;
    font-size: 14px;
    opacity: 1;
    line-height: 1.5;
}

.is-spWeb-form .search__box input:focus {
    outline: none;
}

.is-pcWeb-form .search__box input:focus {
    outline: none;
}

a {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

.web-Result img {
    max-width: 100%;
}

.web-Result .gs-title,
.web-Result .gs-title b {
    font-size: 20px !important;
    font-weight: 700;
}

.web-Result .gsc-control-cse .gsc-url-top {
    font-size: 14px;
}

.web-Result .gsc-control-cse .gsc-table-result {
    padding-top: 5px;
    font-size: 15px;
}

.container-prose-footer {
    background: #fff;
    padding-top: 5px;
}

#afscontainer2>iframe {
    border-top: 1px solid #dfe1e5;
    border-bottom: 1px solid #dfe1e5;
}

.search-force-redraw {
    background-color: transparent;
}