﻿
@font-face {
    font-family: 'SourceSansPro';
    src: url('Fonts/SourceSansPro-Regular.ttf') format('truetype');
}
:root {
    --sirius-Blue: #0068A6;
    --sirius-hover: #005896;
    --sirius-Active: #0078B6;
    --sirius-footer: #ECF1F5;
}

body {
    margin: 0px;
    display: inline-flex;
    align-content: center;
    font-size: 14px;
    font-family: "SourceSansPro", sans-serif;
    color: #222;
}
h1 {
    color: #222;
    box-sizing: inherit;
    margin: .67em 0;
    clear: both;
    font-family: "SourceSansPro",sans-serif;
    margin-bottom: 20px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1rem;
    margin-top: 0;
    padding: 40px 0 10px;
}




.menubar {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0px;
    z-index:10000;
}
.menubar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.menubar ul.level1 {
  background-color: var(--sirius-Blue);
}
.menubar ul.level1 > li {
  float: left;
}

    .menubar li a, .dropbtn {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        z-index: 90000;
    }

.menubar li a:hover, .dropdown:hover .dropbtn {
  background-color: var(--sirius-hover);
}

.menubar li.dropdown {
  display: inline-block;
}

  .menubar .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

    .menubar .dropdown-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      text-align: left;
    }

      .menubar .dropdown-content a:hover {
        background-color: #f1f1f1;
      }

  .menubar .dropdown:hover .dropdown-content {
    display: block;
  }

.j_left {
    float: left;
    margin-left: 10px;
    height: 80px;
    align-content: center;
    align-items: center;
}

.j_rght {
    float: right;
    margin-right: 10px;
    align-content: center;
    align-items: center;
    height: 80px;
}
.biz_logo {
    width:143px;height:66px;
    cursor:pointer;
}
.page_ctr {
    vertical-align: top;
    width: 90%;
    max-width:1024px;
}
.page_full_width {
    width: calc(100vw - 20px);
    display: flex;
    justify-content: center;
}
.sirius_back {
    background-color: var(--sirius-Blue);
}

.header-link {
    cursor: pointer;
    border: solid 1px #808080;
    border-radius: 4px;
    width: 48px;
    height: 48px;
    align-content: center;
    text-align: center;
}

.btn-img {width:24px;height:24px;}
.button {
    background-color: var(--sirius-Blue);
    min-height: 30px;
    min-width: 80px;
    font-family: "SourceSansPro", sans-serif;
    font-size: 1rem;
    padding: 12px 26px;
    border-radius: 4px;
    background: #106ebf;
    color: #fff;
    border: none;
    -webkit-transition: .2s;
    transition: .2s;
    text-decoration: none;
    font-weight: 600;
    height: auto;
}
    .button:hover {
        background-color: var(--sirius-hover);
        color: white;
    }
.close {
    position: absolute;
    right: -32px;
    top: 0px;
    padding: 3px;
    min-width: 22px;
    width: 22px;
    height: 16px;
    align-content: center;
    text-align: center;
    cursor: pointer;
}
.page-content {margin:10px;width:90%;max-width:1024px;height:calc(100vh - 300px);}
.footer-content {
    background-color: var(--sirius-footer);
    min-height: 50px;
    width: calc(100vw - 20px);
    display: block;
    align-content: center;
    text-align:center;
    vertical-align:central;
    bottom:0px;
    position:fixed;
    left:0px;
}
.copyright-content {
    background-color: var(--sirius-Blue);
    color: white;
    text-align: center;
    min-height: 40px;
    align-content: center;
    display: block;
    width: calc(100vw - 20px);
    bottom: 50px;
    position: fixed;
    left: 0px;
}
.inline_dialog {
    width: 90%;
    border: solid 1px #A0A0A0;
    margin: 20px 20px;
    padding: 20px 20px;
    border-radius: 5px;
    outline: none;
    font-size: 1rem;
}
.login_textbox {
    width: calc(100vw);
    max-width:900px;
    height: 32px;
    border: 1px #808080 solid;
    border-radius: 6px;
    outline: none;
    padding:3px 3px;
}

.nc_logo {
    max-height: 30px;
    max-width: 100px;
}

.member-area-link {
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    height: 50px;
    min-height: 50px;
    line-height: 50px;
    text-decoration: none;
    background: #0d5da2;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 0px;
    border-radius: 6px;
    font-weight: 700;
    padding-left: 50px;
    padding-right: 20px;
}
.buttonarrow {
    display: inline-block;
    position: relative;
    left: -150px;
    height: 50px;
    font-size: 1.6rem;
    line-height: 46px;
    text-decoration: none;
    background: #106EBF;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 0px;
    border-radius: 6px 0px 0px 6px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    width: 20px;
    text-align: center;
}
    .ctrwindow {
    width: 100%;
    height: 100%;
    display: block;
    align-content: center;
    text-align: center;
}