/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes focusIn {
  0% {
    width: 0px;
  }
  100% {
    width: 395px;
  }
}
@keyframes activeOn {
  0% {
    background-color: #ffffff;
    color: rgba(36, 85, 129, 0.7);
  }
  100% {
    background-color: #245681;
    color: #fff;
  }
}
@keyframes mainActive {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mainMenuFocusIn {
  0% {
    background: rgba(255, 255, 255, 0.5);
  }
  100% {
    background: rgb(255, 255, 255);
  }
}
@keyframes selectIcon {
  0% {
    border-color: rgb(36, 85, 129);
  }
  100% {
    border-color: rgba(96, 25, 134, 0.2);
  }
}
/* You can add global styles to this file, and also import other style files */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
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 {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  overflow: hidden;
}

body {
  margin: 0px;
}

.content {
  width: 1920px;
  height: 1080px;
  position: absolute;
}

.wrapper {
  background-image: url(/assets/top-image/topimage_kumo.jpg);
  width: 1920px;
  height: 1080px;
  position: absolute;
}

dl {
  margin-right: 50px;
  margin-bottom: 15px;
}

dt {
  background: rgba(126, 49, 142, 0.7);
  font-size: 66%;
  color: #fff;
  padding: 8px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  line-height: 40px;
}

dd {
  font-size: 66%;
  margin-left: 0;
  text-align: center;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}

.app_name {
  font-weight: 700;
  position: absolute;
  left: 0;
  font-size: 36px;
  top: 200px;
  text-align: center;
  width: 390px;
}

.main_content_wrapper {
  width: 1529px;
  height: 900px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 391px;
  top: 180px;
}

.top_icon {
  background-image: url(/assets/header/logo.svg);
  background-repeat: no-repeat;
  width: 300px;
  height: 100px;
  position: absolute;
  top: 46px;
  left: 50px;
}

.main_content {
  height: 100%;
  overflow: hidden;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: inherit;
  padding-bottom: 0px;
  color: #111;
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.main_content > div {
  animation-name: mainActive;
  animation-duration: 600ms;
  animation-timing-function: ease;
}

.datetime {
  position: absolute;
  top: 30px;
  left: 1520px;
  font-size: 41px;
}

.tab_menu {
  position: absolute;
  padding-left: 0px;
  z-index: 1;
  top: 300px;
}

.icon_item {
  box-sizing: border-box;
}

.flex_content {
  display: flex;
}

small {
  font-size: 66%;
}

.flexcontent > dl {
  margin-bottom: 15px;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

b {
  font-weight: bold;
}

dt {
  background: rgba(36, 85, 129, 0.7) !important;
}

/*# sourceMappingURL=styles.css.map*/