/*@font-face {
  font-family: extract("Thin", "Light", "Regular", "Medium", "Bold", "Black", 1);
  font-weight: extract(200, 300, 400, 500, 600, 700, 1);
  font-style: normal;
  font-display: swap;
  src: url('/oddi_src/font/ "NotoSansTC"/ "NotoSansTC"- "Thin", "Light", "Regular", "Medium", "Bold", "Black".otf') format("opentype");
}
@media all {
  * {
    font-size: 1em;
    font-family: "NotoSansTC";
    font-weight: normal;
    margin: 0;
    padding: 0;
  }
  *[onclick] {
    cursor: pointer;
  }
  *[data-example],
  *[data-hidden],
  *[data-style-hidden] {
    display: none !important;
  }
  *[data-disabled] {
    cursor: not-allowed;
    pointer-events: none;
  }
  *[data-style-required]::after,
  *[data-required]::after {
    content: "*";
    color: #e60a0a;
  }
  *[data-alert] {
    color: #ff4c00;
  }
  *[data-warning] {
    color: #e60a0a;
  }
  *[data-style-paddingleft] {
    padding-left: 20px;
  }
  *[data-style-setmid] {
    text-align: center;
  }
  *[data-grayscale] {
    filter: grayscale(100%);
  }
  *[data-info] {
    color: #afafaf;
  }
  html {
    font-size: 1rem;
  }
  html body {
    display: block;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #414141;
    background-color: transparent;
  }
  header,
  main,
  footer,
  div,
  span,
  label,
  a {
    display: inline-block;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    display: inline-block;
    color: inherit;
  }
  h1 {
    font-size: 1.7em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.15em;
  }
  h4 {
    font-size: 1em;
  }
  h5 {
    font-size: 0.83em;
  }
  h6 {
    font-size: 0.67em;
  }
  b {
    font-weight: 600;
  }
  img {
    max-width: 100%;
    max-height: 100%;
  }
  input {
    font-size: 1em;
    max-width: calc(100% - 4px);
    line-height: normal !important;
    background-color: "";
    color: "";
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: "";
  }
  input[type="number"] {
    width: 4em;
  }
  input[type="number"][data-width="long"] {
    width: 8em;
  }
  input[type="color"] {
    width: 4em;
  }
  input[type="tel"] {
    width: 12em;
  }
  input[readonly] {
    cursor: default;
  }
  input[data-money] {
    text-align: right;
  }
  input::placeholder {
    color: #AAA;
    font-size: 0.9em;
    font-weight: lighter;
    font-style: italic;
  }
  input::-webkit-input-placeholder {
    line-height: normal !important;
  }
  select {
    font-size: 1em;
    line-height: normal !important;
    background-color: "";
    color: "";
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: "";
  }
  a {
    display: inline-block;
    font-size: 1em;
  }
  a:link {
    color: inherit;
    text-decoration: none;
  }
  a:visited {
    color: inherit;
  }
  a[href] {
    cursor: pointer;
  }
  a[href] * {
    cursor: pointer;
  }
  ul[data-liststyle-none],
  ol[data-liststyle-none] {
    list-style-type: none;
  }
  ul[data-liststyle-none] ul,
  ol[data-liststyle-none] ul,
  ul[data-liststyle-none] ol,
  ol[data-liststyle-none] ol {
    list-style-type: none;
  }
}
@media all {
  #poweredByPython {
    width: calc(1em * 5);
    height: calc(0.4em * 5);
    display: inline-block;
    background-image: url("/oddi_src/img/python-powered-w-200x80.png");
    background-size: contain;
  }
  .transparent {
    display: block;
    color: transparent;
    background-color: transparent;
    line-height: 100%;
    cursor: default;
  }
  .transparent:link {
    color: transparent;
    background-color: transparent;
    cursor: default;
  }
  .transparent:visited {
    color: transparent;
    background-color: transparent;
    cursor: default;
  }
  .fake {
    width: 100%;
  }
  .dummy {
    width: 100%;
    height: 100%;
  }
  .disabled {
    filter: grayscale(50%);
    cursor: not-allowed;
    pointer-events: none;
  }
}
@media all {
  button {
    background: transparent;
    border: 0;
  }
  button.btn {
    margin: 0 5px;
    box-shadow: 1px 1px 1px 1px rgba(150, 150, 150, 0.5);
    font-size: 1.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
  }
  button.btn:hover {
    box-shadow: 1px 1px 1px 1px rgba(150, 150, 150, 0.7);
  }
  button.btn:active {
    box-shadow: inset 1px 1px 1px 1px rgba(150, 150, 150, 0.3);
  }
  button.btn.btn_rectangle {
    min-width: 5em;
    padding: 3px 1em;
    border-radius: 5px;
  }
  button.btn.btn_square_large {
    min-width: 1.5em;
    height: 1.5em;
    border-radius: 10%;
    padding: 5px;
    line-height: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  button.btn.btn_square_medium {
    min-width: 1em;
    height: 1em;
    border-radius: 10%;
    padding: 5px;
    line-height: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  button.btn.btn_square_small {
    width: 0.75em;
    height: 0.75em;
    border-radius: 10%;
    padding: 5px;
    line-height: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  button.btn.btn_circle_large {
    font-size: calc(1.3em / 1.3);
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3em;
    border-radius: 50%;
  }
  button.btn.btn_circle_medium {
    font-size: calc(1.1em / 1.3);
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3em;
    border-radius: 50%;
  }
  button.btn.btn_circle_samll {
    font-size: calc(1em / 1.3);
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3em;
    border-radius: 50%;
  }
  button.btn.red {
    background: linear-gradient(0deg, #a71416 30%, #c53234 70%);
    color: #F8F8F8;
  }
  button.btn.red:hover {
    background: linear-gradient(0deg, #c53234 30%, #e35052 70%);
  }
  button.btn.red:active {
    background: linear-gradient(0deg, #890000 30%, #a71416 70%);
  }
  button.btn.orange {
    background: linear-gradient(0deg, #eb8c04 30%, #ffa004 70%);
    color: #F8F8F8;
  }
  button.btn.orange:hover {
    background: linear-gradient(0deg, #eba004 30%, #ffb418 70%);
  }
  button.btn.orange:active {
    background: linear-gradient(0deg, #d77804 30%, #eb8c04 70%);
  }
  button.btn.green {
    background: linear-gradient(0deg, #19535f 30%, #2d6773 70%);
    color: #F8F8F8;
  }
  button.btn.green:hover {
    background: linear-gradient(0deg, #2d6773 30%, #417b87 70%);
  }
  button.btn.green:active {
    background: linear-gradient(0deg, #053f4b 30%, #19535f 70%);
  }
  button.btn.blue {
    background: linear-gradient(0deg, #1166ff, #589ff8);
    color: #F8F8F8;
  }
  button.btn.blue:hover {
    background: linear-gradient(0deg, #257aff, #6cb3ff);
  }
  button.btn.blue:active {
    background: linear-gradient(0deg, #0052eb, #448be4);
  }
  button.btn.purple {
    background: linear-gradient(0deg, #622ea1 30%, #6c33b2 70%);
    color: #F8F8F8;
  }
  button.btn.purple:hover {
    background: linear-gradient(0deg, #6c33b2 30%, #7135ba 70%);
  }
  button.btn.purple:active {
    background: linear-gradient(0deg, #5b2b96 30%, #622ea1 70%);
  }
  button.btn.gray {
    background: linear-gradient(0deg, #807f85, #a2a1a7);
    color: #F8F8F8;
  }
  button.btn.gray:hover {
    background: linear-gradient(0deg, #949399, #b6b5bb);
  }
  button.btn.gray:active {
    background: linear-gradient(0deg, #6c6b71, #8e8d93);
  }
  button.btn.white {
    background: linear-gradient(0deg, #eeeeee, #f5f5f5);
    color: #414141;
  }
  button.btn.white:hover {
    background: linear-gradient(0deg, #f8f8f8, #ffffff);
  }
  button.btn.white:active {
    background: linear-gradient(0deg, #dadada, #e1e1e1);
  }
  button.icon {
    padding: 1px 4px;
    color: #F8F8F8;
    font-size: 0.8em;
    font-weight: 300;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    cursor: pointer;
    transition: linear 100ms;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  }
  button.icon:hover {
    color: #414141;
    background-color: #F8F8F8 !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
  button.icon:active {
    color: #414141;
    background-color: #F8F8F8 !important;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  }
  button.icon.aside {
    position: absolute;
    top: -0.75em;
    z-index: 2;
  }
  button.icon.aside:nth-child(1) {
    right: -0.75em;
  }
  button.icon.aside:nth-child(2) {
    right: 2.25em;
  }
  button.icon.aside:nth-child(3) {
    right: 5.25em;
  }
  button.icon.ed {
    filter: grayscale(100%);
    cursor: not-allowed;
    pointer-events: none;
  }
  button.icon.red {
    background-color: #a71416;
    border-color: #a71416;
  }
  button.icon.orange {
    background-color: #eb8c04;
    border-color: #eb8c04;
  }
  button.icon.green {
    background-color: #19535f;
    border-color: #19535f;
  }
  button.icon.blue {
    background-color: #0052eb;
    border-color: #0052eb;
  }
  button.icon.purple {
    background-color: #5b2b96;
    border-color: #5b2b96;
  }
  button.icon.gray {
    background-color: #807f85;
    border-color: #807f85;
  }
}
@media all {
  a.icon {
    width: 1em !important;
    height: 1em !important;
    background-size: 100%;
    margin-bottom: -0.2em;
    cursor: pointer;
  }
  a.icon.ed {
    cursor: not-allowed;
  }
  a.icon.right {
    float: right;
    margin-left: 4px;
  }
  a.icon.add {
    background-image: url("/oddi_src/icon/add.png");
  }
  a.icon.plus {
    background-image: url("/oddi_src/icon/plus.png");
  }
  a.icon.edit {
    background-image: url("/oddi_src/icon/edit.png");
  }
  a.icon.conf {
    background-image: url("/oddi_src/icon/setting.png");
  }
  a.icon.delete {
    background-image: url("/oddi_src/icon/delete.png");
  }
  a.icon.delete_black {
    background-image: url("/oddi_src/icon/delete_black.png");
  }
  a.icon.setting {
    background-image: url("/oddi_src/icon/setting.png");
  }
  a.icon.time {
    background-image: url("/oddi_src/icon/timer.png");
  }
  a.icon.ontop {
    background-image: url("/oddi_src/icon/ontop.png");
  }
  a.icon.download {
    background-image: url("/oddi_src/icon/download.png");
  }
  a.icon.refresh {
    background-image: url("/oddi_src/icon/refresh.png");
  }
  a.icon.check {
    background-image: url("/oddi_src/icon/check.png");
  }
  a.icon.denied {
    background-image: url("/oddi_src/icon/denied.png");
  }
  a.icon.error {
    background-image: url("/oddi_src/icon/error.png");
  }
  a.icon.timeoff {
    background-image: url("/oddi_src/icon/timeoff.png");
  }
  a.icon.reset {
    background-image: url("/oddi_src/icon/refresh.png");
  }
  a.icon.exit {
    background-image: url("/oddi_src/icon/out.png");
  }
  a.icon.sortUP {
    background-image: url("/oddi_src/icon/up.png");
  }
  a.icon.sortDown {
    background-image: url("/oddi_src/icon/down.png");
  }
  a.icon.search {
    background-image: url("/oddi_src/icon/view.png");
  }
  a.icon.page {
    background-image: url("/oddi_src/icon/page.png");
  }
  a.icon.school {
    background-image: url("/oddi_src/icon/school.png");
  }
  a.icon.link {
    background-image: url("/oddi_src/icon/link.png");
  }
  a.icon.key {
    background-image: url("/oddi_src/icon/key.png");
  }
  a.icon.compare {
    background-image: url("/oddi_src/icon/compare.png");
  }
  a.icon.upload {
    background-image: url("/oddi_src/icon/upload.png");
  }
  a.icon.money {
    background-image: url("/oddi_src/icon/money.png");
  }
  a.icon.drag {
    background-image: url("/oddi_src/icon/drag.png");
    pointer-events: none;
  }
  a.icon.help {
    width: 1em !important;
    cursor: help;
    background-image: url("/oddi_src/icon/help.png");
  }
  a.iconBtn {
    width: auto !important;
    padding: 1px 5px;
    margin-left: 10px;
    font-size: 0.7em;
    color: white;
    border-radius: 3px 3px 3px 0;
    transition: linear 100ms;
  }
  a.iconBtn.preview {
    background-color: #000080;
    background: linear-gradient(45deg, transparent 5px, #000080 0);
    border: 1px solid #000080;
  }
  a.iconBtn.preview::before {
    content: "預覽";
  }
  a.iconBtn.preview:hover {
    color: #000080;
    background-color: white;
    background: linear-gradient(45deg, #000080 5px, white 0);
  }
  a.iconBtn.download {
    background-color: #226622;
    background: linear-gradient(45deg, transparent 5px, #226622 0);
    border: 1px solid #226622;
  }
  a.iconBtn.download::before {
    content: "下載";
  }
  a.iconBtn.download:hover {
    color: #226622;
    background-color: white;
    background: linear-gradient(45deg, #226622 5px, white 0);
  }
  .img a.icon.aside,
  .img_odd a.icon.aside,
  .image a.icon.aside {
    position: absolute;
    top: -0.5em;
    z-index: 2;
  }
  .img a.icon.aside:nth-child(1),
  .img_odd a.icon.aside:nth-child(1),
  .image a.icon.aside:nth-child(1) {
    right: -0.5em;
  }
  .img a.icon.aside:nth-child(2),
  .img_odd a.icon.aside:nth-child(2),
  .image a.icon.aside:nth-child(2) {
    right: 0.7em;
  }
  .img a.icon.aside:nth-child(3),
  .img_odd a.icon.aside:nth-child(3),
  .image a.icon.aside:nth-child(3) {
    right: 1.9em;
  }
  .img a.icon.aside:nth-child(4),
  .img_odd a.icon.aside:nth-child(4),
  .image a.icon.aside:nth-child(4) {
    right: 3.1em;
  }
}
@media all {
  label.icon {
    padding: 1px 4px;
    color: #F8F8F8;
    font-size: 0.5em;
    font-weight: 300;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  }
  label.icon.ed {
    filter: grayscale(100%);
    cursor: not-allowed;
    pointer-events: none;
  }
  label.icon.red {
    background-color: #a71416;
    border-color: #a71416;
  }
  label.icon.orange {
    background-color: #eb8c04;
    border-color: #eb8c04;
  }
  label.icon.green {
    background-color: #19535f;
    border-color: #19535f;
  }
  label.icon.blue {
    background-color: #0052eb;
    border-color: #0052eb;
  }
  label.icon.purple {
    background-color: #5b2b96;
    border-color: #5b2b96;
  }
  label.icon.gray {
    background-color: #807f85;
    border-color: #807f85;
  }
  label.newsIcon_odd {
    padding: 1px 5px;
    margin-right: 5px;
    font-size: 0.67em;
    color: white;
    border-radius: 3px;
  }
  label.newsIcon_odd.ontop {
    background: #800000;
  }
  label.newsIcon_odd.ontop::before {
    content: "置頂";
  }
  label.newsIcon_odd.absolute {
    background: #e61414;
  }
  label.newsIcon_odd.absolute::before {
    content: "總置頂";
  }
  label.newsIcon_odd.unset {
    background: #000080;
  }
  label.newsIcon_odd.unset::before {
    content: "未上架";
  }
  label.newsIcon_odd.enable {
    background: #226622;
  }
  label.newsIcon_odd.enable::before {
    content: "可用";
  }
  label.newsIcon_odd.post {
    background: #226622;
  }
  label.newsIcon_odd.post::before {
    content: "發布中";
  }
  label.newsIcon_odd.draft {
    background: #807f85;
  }
  label.newsIcon_odd.draft::before {
    content: "草稿";
  }
  label.newsIcon_odd.disable {
    color: #414141;
    background: #eeeeee;
    border: 1px solid #414141;
  }
  label.newsIcon_odd.disable::before {
    content: "停用";
  }
  label.newsIcon_odd.timeout {
    color: #414141;
    background: #eeeeee;
    border: 1px solid #414141;
  }
  label.newsIcon_odd.timeout::before {
    content: "已下架";
  }
  label.newsIcon_odd.filter {
    padding: 1px 3px;
    color: #414141;
    border: 2px solid #b41414;
  }
  label.borrowIcon {
    padding: 1px 5px;
    margin-right: 5px;
    font-size: 0.67em;
    color: white;
    border-radius: 3px;
  }
  label.borrowIcon.able {
    color: #414141;
    background: #eeeeee;
    border: 1px solid #414141;
  }
  label.borrowIcon.able::before {
    content: "可借用";
  }
  label.borrowIcon.book {
    background: #807f85;
  }
  label.borrowIcon.book::before {
    content: "未簽核";
  }
  label.borrowIcon.returned {
    color: #414141;
    background: #eeeeee;
    border: 1px solid #414141;
  }
  label.borrowIcon.returned::before {
    content: "已歸還";
  }
  label.borrowIcon.ordered {
    background: #000080;
  }
  label.borrowIcon.ordered::before {
    content: "已預約";
  }
  label.borrowIcon.borrowed {
    background: #226622;
  }
  label.borrowIcon.borrowed::before {
    content: "借用中";
  }
  label.borrowIcon.timeout {
    background: #e61414;
  }
  label.borrowIcon.timeout::before {
    content: "逾期";
  }
  label.fixIcon {
    padding: 1px 5px;
    margin-right: 5px;
    font-size: 0.67em;
    color: white;
    border-radius: 3px;
  }
}
@media all {
  .clock {
    width: calc(100% - 44px);
    background: #414141;
    color: #F8F8F8;
    font-size: 1.6em;
    margin: 0 10px 10px 10px;
    padding: 10px;
    border: 2px solid gray;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
  }
  .accessibilityBadge {
    border: 0;
    float: right;
    width: calc(88px * 1.6);
    height: calc(31px * 1.6);
  }
  .accessibilityBadge > img {
    width: 100%;
    height: 100%;
  }
  .autocomplete-items {
    width: calc(100% - 10em + 2px);
    position: absolute;
    left: calc(6.5 * 0.9em);
    top: calc(1.4 * 1em + 3px);
    float: left;
    max-height: 7em;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #CCC;
    border-radius: 0 0 5px 5px;
    z-index: 2;
    box-shadow: 1px 1px 1px rgba(180, 180, 180, 0.4);
  }
  .autocomplete-items > div {
    width: calc(100% - 1em);
    padding: 3px 0.5em;
    border-top: 1px solid #CCC;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    float: left;
  }
  .autocomplete-items > div:hover {
    background-color: #414141;
    color: #F8F8F8;
  }
}
@media print {
  @page {
    size: A4 portrait;
    margin: 0.5cm;
    orphans: 4;
    widows: 2;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    float: none !important;
    display: block !important;
  }
  head,
  header,
  footer,
  style,
  script {
    display: none !important;
  }
  table {
    display: table !important;
  }
  table thead {
    display: table-header-group !important;
  }
  table thead tr {
    display: table-row !important;
  }
  table thead tr th {
    display: table-cell !important;
  }
  table tbody {
    display: table-row-group !important;
  }
  table tbody tr {
    display: table-row !important;
  }
  table tbody tr td {
    display: table-cell !important;
  }
}
@media screen {
  table.table_odd {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.5em;
    table-layout: fixed;
    border: 1px solid rgba(180, 180, 180, 0.8);
  }
  table.table_odd thead {
    width: 100%;
    background: #f1e4db;
    color: #414141;
  }
  table.table_odd thead tr {
    width: 100%;
  }
  table.table_odd thead tr th {
    padding: 5px;
    text-align: left;
    font-size: 0.9em;
  }
  table.table_odd thead tr th span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  table.table_odd tbody {
    width: 100%;
  }
  table.table_odd tbody tr {
    width: 100%;
    border-bottom-color: #c8c8c8;
    border-bottom-style: dotted;
  }
  table.table_odd tbody tr td {
    border-style: dotted;
    border-color: #c8c8c8;
    border-top-width: 0;
    border-right-width: 0;
    overflow-x: hidden;
  }
  table.table_odd tbody tr td::before {
    content: attr(data-title);
    display: inline-block;
    width: 90px;
    padding: 0 5px;
    font-size: 0.8rem;
    border-right: 1px dotted #c8c8c8;
  }
  table.table_odd tbody tr td.summary > span {
    max-height: calc(1em * 1.45 * 3);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  table.table_odd tbody tr td > span {
    margin: 5px;
  }
  table.table_odd tbody tr td > span.img {
    position: relative;
  }
  table.table_odd tbody tr td > span.img::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  table.table_odd tbody tr td > span.img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  table.table_odd tbody tr td > span i {
    text-align: center;
  }
  table.table1_odd {
    width: 100%;
    margin-bottom: 0.5em;
    table-layout: fixed;
    border: 1px solid rgba(180, 180, 180, 0.8);
    border-collapse: collapse;
  }
  table.table1_odd thead {
    background: #f1e4db;
    color: #414141;
    width: 100%;
  }
  table.table1_odd thead tr {
    width: 100%;
  }
  table.table1_odd thead tr th {
    padding: 5px;
    text-align: left;
    font-size: 0.9em;
  }
  table.table1_odd thead tr th[data-m] {
    text-align: center;
  }
  table.table1_odd thead tr th[data-r] {
    text-align: right;
  }
  table.table1_odd thead tr th span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  table.table1_odd tbody {
    width: 100%;
  }
  table.table1_odd tbody tr {
    width: 100%;
    border-bottom: 1px dotted #c8c8c8;
  }
  table.table1_odd tbody tr td {
    vertical-align: top;
    width: 100%;
    border-left: 1px dotted #c8c8c8;
    overflow-x: hidden;
  }
  table.table1_odd tbody tr td[data-m] {
    text-align: center;
  }
  table.table1_odd tbody tr td[data-r] {
    text-align: right;
  }
  table.table1_odd tbody tr td:nth-child(1) {
    border: none;
  }
  table.table1_odd tbody tr td > span {
    margin: 5px;
    width: calc(100% - 10px);
  }
  table.table1_odd tbody tr td > span.img {
    position: relative;
  }
  table.table1_odd tbody tr td > span.img::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  table.table1_odd tbody tr td > span.img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  table.table1_odd tbody tr td > span > a {
    width: 100%;
  }
  table.table1_odd tbody tr td > span > [data-dropinput] {
    width: 100%;
  }
  table.table1_odd tbody tr td > span i {
    text-align: center;
  }
}
@media screen and (min-width: 0) {
  table.table_odd thead:nth-child(1) {
    display: none;
  }
  table.table_odd thead:nth-child(2) {
    display: table-header-group;
    text-decoration: initial;
  }
  table.table_odd tbody tr {
    display: block;
    border-bottom-width: 2px;
  }
  table.table_odd tbody tr td {
    display: block;
    width: 100%;
    border-left-width: 0;
    border-bottom-width: 1px;
  }
  table.table_odd tbody tr td::before {
    display: inline-block;
  }
  table.table_odd tbody tr td > span {
    width: calc(100% - 111px - 5px);
  }
}
@media screen and (min-width: 1000px) {
  table.table_odd {
    table-layout: fixed;
  }
  table.table_odd thead:nth-child(1) {
    display: table-header-group;
  }
  table.table_odd thead:nth-child(2) {
    display: none;
  }
  table.table_odd thead th[data-m] {
    text-align: center;
  }
  table.table_odd thead th[data-r] {
    text-align: right;
  }
  table.table_odd thead th[data-sub] {
    display: none;
  }
  table.table_odd tbody tr {
    display: table-row;
    border-bottom-width: 1px;
  }
  table.table_odd tbody tr td {
    vertical-align: top;
    display: table-cell;
    width: auto;
    border-bottom-width: 0;
    border-left-width: 1px;
  }
  table.table_odd tbody tr td[data-m] {
    text-align: center;
  }
  table.table_odd tbody tr td[data-r] {
    text-align: right;
  }
  table.table_odd tbody tr td[data-sub] {
    display: none;
  }
  table.table_odd tbody tr td:nth-child(1) {
    border: none;
  }
  table.table_odd tbody tr td::before {
    display: none;
  }
  table.table_odd tbody tr td > span {
    width: calc(100% - 10px);
  }
  table.table_odd tbody tr td > span > a {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  table.table_odd thead th[data-sub] {
    display: table-cell;
  }
  table.table_odd tbody tr td[data-sub] {
    display: table-cell;
  }
}
@media all {
  th.t0,
  td.t0 {
    width: 100%;
  }
  th.t1,
  td.t1 {
    width: 1em;
  }
  th.t2,
  td.t2 {
    width: 2em;
  }
  th.t3,
  td.t3 {
    width: 3em;
  }
  th.t4,
  td.t4 {
    width: 4em;
  }
  th.t5,
  td.t5 {
    width: 5em;
  }
  th.t6,
  td.t6 {
    width: 6em;
  }
  th.t7,
  td.t7 {
    width: 7em;
  }
  th.t8,
  td.t8 {
    width: 8em;
  }
  th.t9,
  td.t9 {
    width: 9em;
  }
  th.t10,
  td.t10 {
    width: 10em;
  }
  th.t11,
  td.t11 {
    width: 11em;
  }
  th.t12,
  td.t12 {
    width: 12em;
  }
  th.t13,
  td.t13 {
    width: 13em;
  }
  th.t14,
  td.t14 {
    width: 14em;
  }
  th.t15,
  td.t15 {
    width: 15em;
  }
  th.t16,
  td.t16 {
    width: 16em;
  }
  th.t17,
  td.t17 {
    width: 17em;
  }
  th.t18,
  td.t18 {
    width: 18em;
  }
  th.t19,
  td.t19 {
    width: 19em;
  }
  th.t20,
  td.t20 {
    width: 20em;
  }
}
@media all and (min-width: 0) {
  th.hide0,
  td.hide0 {
    display: none !important;
  }
  th.hide1,
  td.hide1 {
    display: none !important;
  }
}
@media all and (min-width: 1200px) {
  th.hide0,
  td.hide0 {
    display: none !important;
  }
  th.hide1,
  td.hide1 {
    display: table-cell !important;
  }
}
@media all and (min-width: 1366px) {
  th.hide0,
  td.hide0 {
    display: table-cell !important;
  }
}
@media print {
  table.table_odd {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.5em;
    table-layout: fixed;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
  }
  table.table_odd thead {
    width: 100%;
  }
  table.table_odd thead:nth-child(1) {
    display: table-header-group;
  }
  table.table_odd thead:nth-child(2) {
    display: none;
  }
  table.table_odd thead tr {
    width: 100%;
  }
  table.table_odd thead tr th {
    padding: 5px;
    text-align: left;
    font-size: 0.9em;
  }
  table.table_odd thead tr th[data-m] {
    text-align: center;
  }
  table.table_odd thead tr th span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  table.table_odd tbody {
    width: 100%;
  }
  table.table_odd tbody tr {
    width: 100%;
    border-bottom-color: #BBB;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
  }
  table.table_odd tbody tr td {
    border-style: dotted;
    border-color: #CCC;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 1px;
  }
  table.table_odd tbody tr td[data-m] {
    text-align: center;
  }
  table.table_odd tbody tr td:nth-child(1) {
    border: none;
  }
  table.table_odd tbody tr td > span {
    margin: 5px;
    width: calc(100% - 10px);
  }
  table.table_odd tbody tr td > span.img {
    position: relative;
  }
  table.table_odd tbody tr td > span.img::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  table.table_odd tbody tr td > span.img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  table.table_odd tbody tr td > span i {
    text-align: center;
  }
  table.table_odd tbody tr td > span > a {
    width: 100%;
  }
}
@media all {
  body[data-embedded] header,
  body[data-embedded] footer {
    display: none;
  }
  body[data-embedded] main {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  body[data-embedded] .layout_odd {
    width: calc(100% - 3em);
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  header,
  footer {
    z-index: 3;
  }
  main {
    min-height: 10em;
    margin-top: calc(2em + 0.5em * 2 + 1em);
    margin-bottom: calc(0.67em + 0.7em * 2 * 0.67 + 1em + 2em);
    float: left;
  }
  a,
  input,
  button {
    outline: none;
  }
  h2 {
    font-size: 1.7em;
  }
  p {
    margin-bottom: 0.5em;
  }
  ul {
    list-style: none;
  }
  ol {
    padding-left: 1em;
  }
  .default {
    font-weight: 600;
    color: #9f353a;
  }
  .top {
    width: 3em;
    height: 3em;
    position: fixed;
    right: 0;
    bottom: 5em;
    border-radius: 0.3em 0 0 0.3em;
    background-color: #414141;
    background-image: url("/oddi_src/icon/arrow_top.png");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    cursor: pointer;
    transition: linear 250ms;
  }
  .top:hover {
    opacity: 0.75;
  }
  div.header_odd {
    width: 100%;
  }
  div.header_odd div.title_odd {
    float: left;
  }
  div.header_odd div.title_odd img {
    display: none;
  }
  div.titled_odd {
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
  }
  div.titled_odd img {
    display: none;
  }
  div.titled_odd h3 {
    margin-bottom: -2px;
    border-bottom: 3px solid #4d3a2e;
    padding-right: 0.9em;
    padding-left: 0.3em;
  }
  div.titled_odd a.more {
    float: right;
    font-size: 0.8em;
    margin-top: 0.5em;
    color: #666;
  }
  div.btnArea_odd {
    text-align: right;
    float: right;
  }
  div.main_odd {
    width: calc(100% - 2px);
    min-height: 1px;
    background: rgba(240, 240, 240, 0.67);
    border-radius: 0.5em;
    box-shadow: 1px 1px rgba(203, 203, 203, 0.75);
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  div.main_odd.nbgc {
    background: none;
    border: none;
    box-shadow: none;
  }
  div.contact_odd {
    position: relative;
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  div.content_odd {
    position: relative;
    width: 100%;
    margin-top: 0.5em;
  }
  div.contents_odd {
    position: relative;
    width: calc(100% - 2em);
    margin: 0.5em 1em;
    padding-top: 1em;
    border-top: 1px solid rgba(203, 203, 203, 0.75);
  }
  div.half_odd {
    position: relative;
    float: left;
  }
  div.contentHalf_odd {
    position: relative;
    float: left;
    margin: 0.5em 1em;
    padding: 0.5em 0;
    border-top: 1px solid rgba(203, 203, 203, 0.75);
  }
  div.contentTriple_odd {
    float: left;
    margin: 0.5em 1em;
    padding: 0.5em 0;
    border-top: 1px solid rgba(203, 203, 203, 0.75);
  }
  div.contentTriple2_odd {
    float: left;
    margin: 0.5em 1em;
    padding: 0.5em 0;
    border-top: 1px solid rgba(203, 203, 203, 0.75);
  }
  div.panel_odd {
    width: calc(100% - 2em - 2px);
    padding: 0.5em 1em;
    margin: 0.5em 0;
    border: 1px dotted rgba(203, 203, 203, 0.75);
  }
  div.imgUploadContainer {
    width: 50%;
  }
  div.img {
    max-width: 100%;
    position: relative;
  }
  div.img img {
    width: 100%;
    height: 100%;
  }
  span.title {
    font-size: 1.2em;
  }
  label.title_odd {
    color: #666;
    font-size: 1em;
    min-width: 6em;
    margin-right: 0.5em;
  }
  label.content_odd {
    font-size: 0.9em;
    margin-left: 5px;
    margin-right: 0.5em;
  }
  label.contents_odd {
    font-size: 0.9em;
    margin-left: 0.5em;
    margin-right: 5px;
  }
  label.tips_odd {
    width: 100%;
    margin: 3px;
    font-size: 0.8em;
    font-style: italic;
    color: #666;
  }
  input.input {
    width: calc(100% - 10em);
    height: 1.3em;
  }
  input.title {
    width: calc(100% - 10em);
    font-size: 1.2em;
    height: calc(1.2em * 1.3);
  }
  input.max {
    width: 100%;
  }
  input.short {
    width: 3em;
  }
  input.unUsed {
    background-color: transparent;
    border: 0;
  }
  span.limitWidth {
    width: 7em;
  }
  textarea.textarea {
    width: 100%;
    height: 10em;
    margin-top: 0.5em;
    resize: none;
  }
  select.select {
    min-width: 12em;
  }
  div.drop_odd {
    width: 100%;
    text-align: center;
    border: 1px solid #CCC;
    border-radius: 10px;
    background-color: #F0F0F0;
    padding: 3em 0;
    cursor: pointer;
  }
  div.drop_odd span {
    color: #AAA;
    font-style: italic;
  }
  div.drop_odd.drag_odd {
    background-color: #F0F0F0;
  }
  div.drop_odd.drag_odd span {
    color: #AAA;
  }
  div.hoverChild {
    display: none;
    text-align: left;
    max-width: 250px;
    padding: 0.3em 0.5em;
    border: 1px solid rgba(203, 203, 203, 0.75);
    border-radius: 0.3em;
    background: rgba(240, 240, 240, 0.67);
    position: fixed;
    z-index: 2;
    box-shadow: 1px 1px 1px rgba(203, 203, 203, 0.75);
    backdrop-filter: blur(2px);
  }
  div.search_odd {
    float: right;
    border: 1px solid rgba(203, 203, 203, 0.6);
    border-radius: 2px;
    background-color: #f1e4db;
    padding-left: 4px;
    padding-right: 4px;
    color: #414141;
  }
  div.search_odd input {
    width: 15em;
    border: 0;
  }
  iframe.iframe {
    width: calc(100% - 2px);
    height: calc(100% - 3em);
    background: white;
    border: 1px dotted #CCC;
  }
  i {
    display: inline-block;
    width: 100%;
    color: #666;
    font-size: 0.9em;
  }
  div[data-dropinput] {
    position: relative;
    background: white;
    border: 1px solid #555;
    height: 1.6em;
  }
  div[data-dropinput] a {
    position: absolute;
    display: block;
    width: 0.7em;
    height: 0.7em;
    top: 0.5em;
    right: 0.2em;
    z-index: 2;
  }
  div[data-dropinput] img {
    width: 100%;
    height: 100%;
    float: left;
  }
  div[data-dropinput] input {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 1.1em);
    height: 100%;
    padding-right: 1.1em;
    line-height: 1.4em;
    border: none;
  }
  div[data-dropinput] select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1;
  }
  div[data-dropinput] select:focus {
    outline: none;
  }
  *[data-active-type] {
    display: none;
  }
}
@media all and (min-width: 0) {
  .layout_odd {
    width: 95%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  div.header_odd div.title_odd {
    width: 100%;
  }
  div.main_odd {
    margin-bottom: 1em;
    float: left;
  }
  div.btnArea_odd {
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  div.half_odd {
    width: 100%;
  }
  div.contentHalf_odd,
  div.contentTriple_odd,
  div.contentTriple2_odd {
    width: calc(100% - 2em);
  }
  img.imgs {
    width: 50%;
  }
}
@media all and (min-width: 1000px) {
  .layout_odd {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
  div.header_odd div.title_odd {
    width: auto;
  }
  div.header_odd div.btnArea_odd {
    width: auto;
  }
  div.main_odd {
    margin-bottom: 0;
  }
  div.main_odd.left {
    width: calc(23% - 1em - 2px);
    margin-right: 1em;
    overflow: hidden;
  }
  div.main_odd.center {
    width: calc(77% - 2px);
  }
  div.main_odd.center[data-tri] {
    width: calc(54% - 2px);
  }
  div.main_odd.right {
    width: calc(23% - 1em - 2px);
    margin-left: 1em;
  }
  div.main_odd.half_left {
    width: calc(50% - 2px - 0.5em);
    margin-right: 0.5em;
  }
  div.main_odd.half_right {
    width: calc(50% - 2px - 0.5em);
    margin-left: 0.5em;
  }
  div.half_odd {
    width: 50%;
  }
  div.contentHalf_odd {
    width: calc(50% - 2em);
  }
  div.contentTriple_odd {
    width: calc(33.3% - 2em);
  }
  div.contentTriple2_odd {
    width: calc(66.6% - 2em);
  }
  img.imgs {
    width: 20%;
  }
}
@media all and (min-width: 0) {
  header {
    background: #f1e4db;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 1px 1px rgba(203, 203, 203, 0.6);
  }
  header div.navigation_odd {
    width: 100%;
    float: left;
  }
  header div.navigation_odd > h1 {
    display: none;
    font-size: 1.4em;
    color: #414141;
    float: left;
  }
  header div.navigation_odd > button {
    float: right;
    width: 2em;
    height: 2em;
    background: white;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    box-shadow: 1px 1px rgba(203, 203, 203, 0.6);
    margin-left: 0.5em;
    cursor: pointer;
    transition: linear 250ms;
    position: relative;
  }
  header div.navigation_odd > button:active {
    border-color: #a0a0a0;
    box-shadow: inset 1px 1px rgba(160, 160, 160, 0.8);
  }
  header div.navigation_odd > button > img {
    margin: 10%;
    width: 80%;
    height: 80%;
  }
  header div.navigation_odd > button.menuBtn_odd {
    float: left;
    margin-left: 0;
    margin-right: 0.5em;
  }
  header div.navigation_odd > button.menuBtn_odd > img {
    background: #554236;
  }
  header div.navigation_odd > button.menuBtn_odd:hover > img {
    background: #a96360;
  }
  header div.navigation_odd > button.createBtn_odd {
    float: left;
    margin-left: 0;
    margin-right: 0.5em;
  }
  header div.navigation_odd > button.createBtn_odd > img {
    background: #0d2b4c;
  }
  header div.navigation_odd > button.createBtn_odd:hover > img {
    background: #1a66b8;
  }
  header div.navigation_odd > button.exitBtn_odd > img {
    background: #8e354a;
  }
  header div.navigation_odd > button.exitBtn_odd:hover > img {
    background: #cb4042;
  }
  header div.navigation_odd > button.newPageBtn_odd > img {
    background: #0f4c3a;
  }
  header div.navigation_odd > button.newPageBtn_odd:hover > img {
    background: #24936e;
  }
  header div.navigation_odd > button.alertBtn_odd > img {
    background: #d57716;
  }
  header div.navigation_odd > button.alertBtn_odd:hover > img {
    background: #e98b2a;
  }
  header div.navigation_odd > button.alertBtn_odd::after {
    min-width: 1em;
    content: attr(data-alert);
    display: inline-block;
    position: absolute;
    right: -3px;
    bottom: -3px;
    background-color: #ff0a0a;
    color: #F8F8F8;
    border-radius: 3px;
    font-size: 0.6em;
    padding: 0 2px;
  }
  header div.navigation_odd > select {
    float: right;
  }
}
@media all and (min-width: 1000px) {
  header div.navigation_odd > h1 {
    display: inline-block;
  }
}
@media all {
  div.menu_odd {
    display: none;
    width: 300px;
    position: absolute;
    top: 100%;
    background: rgba(77, 58, 46, 0.9);
    color: #F8F8F8;
    border: 1px solid rgba(203, 203, 203, 0.8);
    border-top: 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 1px rgba(203, 203, 203, 0.8);
    z-index: 3;
  }
  div.menu_odd > ul {
    width: 100%;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 0;
  }
  div.menu_odd > ul a,
  div.menu_odd > ul span {
    display: inline-block;
    width: 100%;
  }
  div.menu_odd > ul li {
    width: calc(100% - 20px);
    margin: 0 10px;
    float: left;
    transition: linear 100ms;
    border-bottom: 1px solid rgba(203, 203, 203, 0.8);
  }
  div.menu_odd > ul li:last-child {
    border-bottom: 0;
  }
  div.menu_odd > ul li > a,
  div.menu_odd > ul li > span {
    width: 100%;
    position: relative;
    padding: 8px 0;
  }
  div.menu_odd > ul li > a:hover,
  div.menu_odd > ul li > span:hover {
    text-decoration: underline;
  }
  div.menu_odd > ul li > a > img,
  div.menu_odd > ul li > span > img {
    width: 0.7em;
    height: 0.7em;
    margin-top: 0.3em;
    margin-right: 0.3em;
  }
  div.menu_odd > ul li > a > img.subList,
  div.menu_odd > ul li > span > img.subList {
    margin: 0;
    position: absolute;
    top: calc(0.6em + 5px);
    right: 5px;
    transform: rotate(-90deg);
    transition: linear 100ms;
  }
  div.menu_odd > ul li > a > img.subList_active,
  div.menu_odd > ul li > span > img.subList_active {
    transform: rotate(0deg);
  }
  div.menu_odd > ul li > ul {
    display: none;
    font-size: 0.95em;
  }
  div.menu_odd > ul li > ul > li {
    border-bottom: 0;
    border-top: 1px solid rgba(203, 203, 203, 0.8);
  }
}
@media all and (min-width: 0) {
  div.menu_odd {
    left: 2%;
  }
  div.menu_odd > ul {
    max-height: 50vh;
  }
}
@media all and (min-width: 1000px) {
  div.menu_odd {
    left: 3%;
  }
  div.menu_odd > ul {
    max-height: 80vh;
  }
}
@media all {
  div.alert_odd {
    display: none;
    width: 300px;
    position: absolute;
    top: 100%;
    background: rgba(77, 58, 46, 0.9);
    border: 1px solid rgba(203, 203, 203, 0.8);
    border-top: 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 1px rgba(203, 203, 203, 0.8);
    z-index: 3;
    color: #F8F8F8;
  }
  div.alert_odd > ul {
    width: calc(100% - 6px);
    max-height: 80vh;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 7px 0;
    margin: 3px;
    border-radius: 2px;
  }
  div.alert_odd > ul a,
  div.alert_odd > ul span {
    display: inline-block;
    width: 100%;
  }
  div.alert_odd > ul li {
    width: calc(100% - 14px);
    float: left;
    transition: linear 100ms;
    padding: 0 7px;
  }
  div.alert_odd > ul li:last-child {
    border-bottom: 0;
  }
  div.alert_odd > ul li > a,
  div.alert_odd > ul li > span {
    width: calc(100% - 10px);
    position: relative;
    padding: 8px 10px 8px 0;
    border-bottom: 1px solid rgba(203, 203, 203, 0.5);
  }
  div.alert_odd > ul li > a:hover,
  div.alert_odd > ul li > span:hover {
    text-decoration: underline;
  }
  div.alert_odd > ul li > a > img,
  div.alert_odd > ul li > span > img {
    width: 0.7em;
    height: 0.7em;
    margin-top: 0.3em;
    margin-right: 0.3em;
  }
  div.alert_odd > ul li > a > img.subList,
  div.alert_odd > ul li > span > img.subList {
    margin: 0;
    position: absolute;
    top: calc(0.6em + 5px);
    right: 5px;
    transform: rotate(-90deg);
    transition: linear 100ms;
  }
  div.alert_odd > ul li > a > img.subList_active,
  div.alert_odd > ul li > span > img.subList_active {
    transform: rotate(0deg);
  }
  div.alert_odd > ul li[data-noread] a {
    font-weight: 500;
  }
}
@media all and (min-width: 0) {
  div.alert_odd {
    right: 2%;
  }
}
@media all and (min-width: 1000px) {
  div.alert_odd {
    right: 3%;
  }
}
@media all {
  div.tabs_odd {
    width: 100%;
    float: left;
    margin-top: 0.5em;
  }
  ul.tabsControl_odd {
    width: calc(100% - 1em);
    margin: 0 0.5em;
    overflow: hidden;
    white-space: nowrap;
  }
  ul.tabsControl_odd:hover {
    overflow-x: auto;
  }
  ul.tabsControl_odd li {
    display: inline-block;
    cursor: pointer;
    color: #BBB;
    padding: 0.3rem 1.5rem;
    font-size: 1.1em;
    transition: linear 200ms;
    border-bottom: 3px solid white;
  }
  ul.tabsControl_odd li:hover {
    color: #414141;
    border-bottom: 3px dashed rgba(77, 58, 46, 0.9);
  }
  ul.tabsControl_odd li[data-used] {
    color: #414141;
    border-bottom: 3px solid rgba(77, 58, 46, 0.9);
  }
  div.tabsContent_odd {
    width: 100%;
    display: none;
  }
  div.tabsContent_odd div.main_odd {
    margin-top: 0;
  }
}
@media all {
  div.page_odd {
    width: 100%;
    font-size: 0.8em;
  }
  div.pageContent_odd {
    width: 100%;
    text-align: right;
  }
  div.pageContent_odd a {
    margin-left: 5px;
    transition: linear 200ms;
  }
  div.pageContent_odd a:hover {
    color: #16618c;
  }
  div.pageContent_odd a[data-used] {
    font-size: 1.3em;
    text-decoration: underline;
  }
  div.pageContent_odd a[data-used]:hover {
    color: #414141;
    cursor: not-allowed;
  }
  a.pagePrev_odd {
    font-size: 1.2em;
    margin-right: 3px;
  }
  a.pageNext_odd {
    font-size: 1.2em;
    margin-left: 8px;
  }
  div.pageSelect_odd {
    width: 100%;
    text-align: right;
    margin-top: 8px;
  }
}
@media all {
  ul.step_odd {
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    color: #666;
  }
  ul.step_odd li {
    display: inline-block;
  }
  ul.step_odd li a {
    transition: linear 150ms;
    border-bottom: 1px solid rgba(203, 203, 203, 0.75);
    cursor: pointer;
  }
  ul.step_odd li a label {
    display: block;
  }
  ul.step_odd li a:hover,
  ul.step_odd li a[data-used] {
    color: #414141;
    padding-bottom: 1px;
    border-bottom: 3px solid rgba(203, 203, 203, 0.75);
  }
}
@media all and (min-width: 0) {
  ul.step_odd li {
    width: calc(100% / 3 - 4px);
  }
  ul.step_odd li a {
    width: calc(100% - 20px);
    margin: 3px 5px;
    padding: 3px 5px;
  }
}
@media all and (min-width: 1000px) {
  ul.step_odd li {
    width: auto;
  }
  ul.step_odd li a {
    min-width: 6em;
    width: auto;
    margin: 3px 10px;
    padding: 3px 10px;
  }
}
@media all {
  div.boardSelect_odd {
    background-color: white;
    border-radius: 0.5em;
    padding: 0.5em;
    margin: 0.5em;
  }
  div.boardSelectContent_odd {
    float: left;
    margin: 0.5em;
  }
  div.boardSelectContent_odd div.text {
    display: block;
    width: 150px;
    margin-bottom: 0.5em;
  }
  div.boardSelectContent_odd div.img {
    width: 150px;
    height: 200px;
  }
  div.boardSelectContent_odd div.img img {
    width: 100%;
    height: 100%;
  }
}
@media all {
  div.cloud_odd {
    margin: 0.5em;
    width: calc(100% - 1em);
  }
  div.cloud_odd ul {
    text-align: center;
  }
  div.cloud_odd ul li {
    width: 82px;
    height: 116px;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    float: left;
    box-shadow: 1px 1px 1px rgba(203, 203, 203, 0.8);
    transition: linear 75ms;
    background: rgba(77, 58, 46, 0.9);
    color: #F8F8F8;
    filter: brightness(100%);
  }
  div.cloud_odd ul li:hover {
    filter: brightness(120%);
    box-shadow: 1px 1px 1px rgba(203, 203, 203, 0.8);
  }
  div.cloud_odd ul li:active {
    filter: brightness(80%);
    box-shadow: inset 1px 1px 1px rgba(203, 203, 203, 0.8);
  }
  div.cloud_odd ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0.8em;
  }
  div.cloud_odd ul li a img {
    width: 70px;
    height: 70px;
    margin: 3px;
  }
}
@media all and (min-width: 0) {
  footer {
    text-align: center;
    font-size: 0.67em;
    color: #F8F8F8;
    background: rgba(77, 58, 46, 0.9);
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
@media all {
  ul.msgList_odd,
  ol.msgList_odd {
    width: calc(100% - 1em);
    margin: 0.5em;
  }
  ul.msgList_odd li,
  ol.msgList_odd li {
    font-size: 0.9em;
    margin-bottom: 3px;
  }
  ul.block_odd,
  ol.block_odd {
    width: 100%;
  }
  ul.block_odd > li,
  ol.block_odd > li {
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-top: 3px;
    padding-top: 3px;
    border: 1px solid #CCC;
  }
  ul.block_odd > li :hover,
  ol.block_odd > li :hover {
    background-color: white;
  }
  ul.content_odd,
  ul.list_odd,
  ol.content_odd,
  ol.list_odd {
    width: 100%;
  }
  ul.content_odd li,
  ul.list_odd li,
  ol.content_odd li,
  ol.list_odd li {
    width: 100%;
    position: relative;
    float: left;
    border-bottom: 1px dotted #CCC;
  }
  ul.content_odd li img,
  ul.list_odd li img,
  ol.content_odd li img,
  ol.list_odd li img,
  ul.content_odd li video,
  ul.list_odd li video,
  ol.content_odd li video,
  ol.list_odd li video,
  ul.content_odd li iframe,
  ul.list_odd li iframe,
  ol.content_odd li iframe,
  ol.list_odd li iframe {
    width: 100%;
  }
  ul.image,
  ul.img_odd,
  ul.video_odd,
  ol.image,
  ol.img_odd,
  ol.video_odd {
    width: 100%;
  }
  ul.image li,
  ul.img_odd li,
  ul.video_odd li,
  ol.image li,
  ol.img_odd li,
  ol.video_odd li {
    position: relative;
    float: left;
    background: #f0f0f0;
  }
  ul.image li::before,
  ul.img_odd li::before,
  ul.video_odd li::before,
  ol.image li::before,
  ol.img_odd li::before,
  ol.video_odd li::before {
    content: "";
    padding-top: 56.25%;
    display: block;
  }
  ul.image li img,
  ul.img_odd li img,
  ul.video_odd li img,
  ol.image li img,
  ol.img_odd li img,
  ol.video_odd li img,
  ul.image li iframe,
  ul.img_odd li iframe,
  ul.video_odd li iframe,
  ol.image li iframe,
  ol.img_odd li iframe,
  ol.video_odd li iframe,
  ul.image li video,
  ul.img_odd li video,
  ul.video_odd li video,
  ol.image li video,
  ol.img_odd li video,
  ol.video_odd li video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
  }
  ul.imgs_odd,
  ol.imgs_odd {
    width: 100%;
  }
  ul.imgs_odd li,
  ol.imgs_odd li {
    position: relative;
    float: left;
    background: #f0f0f0;
  }
  ul.imgs_odd li::before,
  ol.imgs_odd li::before {
    content: "";
    padding-top: 56.25%;
    display: block;
  }
  ul.imgs_odd li img,
  ol.imgs_odd li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
  }
  ul.choiceList_odd,
  ol.choiceList_odd {
    list-style: none;
    width: 100%;
  }
  ul.choiceList_odd li,
  ol.choiceList_odd li {
    width: 100%;
  }
  ul.choiceList_odd li span,
  ol.choiceList_odd li span {
    width: calc(100% - 10px - 2px);
    padding: 3px 5px;
    margin: 2px 0;
    border: 1px solid #CCC;
    border-radius: 5px;
  }
  ul.choiceList_odd li span a,
  ol.choiceList_odd li span a {
    margin-top: 3px;
  }
  ul.choiceList_odd li:hover span,
  ol.choiceList_odd li:hover span {
    border-color: rgba(77, 58, 46, 0.9);
    border-width: 2px;
    padding: 2px 5px;
    width: calc(100% - 10px - 4px);
  }
  ul.choiceList_odd li[data-date] span,
  ol.choiceList_odd li[data-date] span {
    background-color: #f1e4db;
  }
  ul.choiceList0_odd,
  ol.choiceList0_odd {
    list-style: none;
    width: 100%;
  }
  ul.choiceList0_odd li,
  ol.choiceList0_odd li {
    width: 10em;
    float: left;
    margin-right: 5px;
  }
  ul.choiceList0_odd li span,
  ol.choiceList0_odd li span {
    width: calc(100% - 10px - 2px);
    padding: 3px 5px;
    margin: 2px 0;
    border: 1px solid #CCC;
    border-radius: 5px;
  }
  ul.choiceList0_odd li span a,
  ol.choiceList0_odd li span a {
    margin-top: 3px;
  }
  ul.choiceList0_odd li:hover span,
  ol.choiceList0_odd li:hover span {
    border-color: #999;
    border-width: 2px;
    padding: 2px 5px;
    width: calc(100% - 10px - 4px);
  }
  ul.choiceList0_odd li[data-date] span,
  ol.choiceList0_odd li[data-date] span {
    background-color: rgba(0, 0, 0, 0.1);
  }
  ul.staggered_odd,
  ol.staggered_odd {
    width: 100%;
  }
  ul.staggered_odd > li,
  ol.staggered_odd > li {
    width: calc(100% - 10px);
    padding: 8px 5px;
  }
  ul.staggered_odd > li:nth-child(2n),
  ol.staggered_odd > li:nth-child(2n) {
    background-color: #f1e4db;
  }
  ul.staggered_odd > li > span:nth-child(1),
  ol.staggered_odd > li > span:nth-child(1) {
    width: 100%;
    font-size: 1.2em;
  }
  ul.staggered_odd > li > span:nth-child(2),
  ol.staggered_odd > li > span:nth-child(2) {
    width: calc(100% - 15px);
    margin: 3px 0 0 15px;
    color: #777;
  }
  ul.staggered_odd > li > ul,
  ol.staggered_odd > li > ul {
    width: calc(100% - 15px);
    margin: 5px 0 0 15px;
    font-size: 0.85em;
  }
  ul.staggered_odd > li > ul > li,
  ol.staggered_odd > li > ul > li {
    width: 100%;
  }
  ul.normal_odd,
  ol.normal_odd {
    width: 100%;
  }
  ul.normal_odd li,
  ol.normal_odd li {
    width: 100%;
    padding: 2px 0;
  }
  ul.normal_odd li *,
  ol.normal_odd li * {
    width: 100%;
  }
  ul.normal_odd[data-list-style] li *,
  ol.normal_odd[data-list-style] li * {
    width: calc(100% - 2em);
  }
  ul.select_odd,
  ol.select_odd {
    float: left;
    width: 100%;
    margin-top: 5px;
  }
  ul.select_odd li,
  ol.select_odd li {
    float: left;
    display: inline-block;
    margin-top: 0.5em;
    margin-right: 0.5em;
  }
  ul.select_odd li input,
  ol.select_odd li input {
    display: none;
  }
  ul.select_odd li input + label,
  ol.select_odd li input + label {
    border: 1px solid rgba(77, 58, 46, 0.9);
  }
  ul.select_odd li input[disabled] + label,
  ol.select_odd li input[disabled] + label {
    cursor: not-allowed;
  }
  ul.select_odd li input:hover:not([disabled]) + label,
  ol.select_odd li input:hover:not([disabled]) + label {
    background-color: #f1e4db;
    color: #414141;
  }
  ul.select_odd li input:checked + label,
  ol.select_odd li input:checked + label {
    background-color: rgba(77, 58, 46, 0.9);
    color: #F8F8F8;
  }
  ul.select_odd li label,
  ol.select_odd li label {
    font-size: 0.9em;
    padding: 2px 1em;
    border-radius: 3px;
    transition: linear 150ms;
  }
  ul.select_odd li label[for],
  ol.select_odd li label[for] {
    cursor: pointer;
  }
}
@media all and (min-width: 0) {
  ul.block_odd > li,
  ol.block_odd > li {
    width: calc(100% - 1em - 2px);
  }
  ul.block_odd > li:nth-child(2n+1),
  ol.block_odd > li:nth-child(2n+1) {
    background-color: rgba(240, 240, 240, 0.8);
  }
  ul.block_odd > li:nth-child(2n),
  ol.block_odd > li:nth-child(2n) {
    background-color: rgba(212, 235, 247, 0.6);
  }
  ul.content_odd > li,
  ol.content_odd > li {
    margin: 5px;
    width: calc(100% / 1 - 10px);
  }
  ul.image > li,
  ul.img_odd > li,
  ul.imgs_odd > li,
  ul.video_odd > li,
  ol.image > li,
  ol.img_odd > li,
  ol.imgs_odd > li,
  ol.video_odd > li {
    position: relative;
    margin: 5px;
    padding-bottom: 5px;
    width: calc(100% / 2 - 10px);
  }
}
@media all and (min-width: 1000px) {
  ul.content_odd > li,
  ol.content_odd > li {
    margin: 10px;
    padding-bottom: 10px;
    width: calc(100% / 2 - 20px);
  }
  ul.img_odd > li,
  ul.imgs_odd > li,
  ol.img_odd > li,
  ol.imgs_odd > li {
    margin: 10px;
    width: calc(100% / 4 - 20px);
  }
}
@media all and (min-width: 1281px) {
  ul.imgs_odd > li,
  ol.imgs_odd > li {
    margin: 10px;
    width: calc(100% / 6 - 20px);
  }
}
@media all and (min-width: 1367px) {
  ul.imgs_odd > li,
  ol.imgs_odd > li {
    margin: 10px;
    width: calc(100% / 8 - 20px);
  }
}
@media all {
  div.perm_odd {
    width: 100%;
  }
  div.perm_odd label.permTtile_odd {
    float: left;
    font-size: 1.1em;
    margin-left: calc(0.5em / 1.1);
    margin-top: calc(0.2em / 1.1);
    width: calc(100% - 4em / 1.1);
  }
  div.perm_odd label.permSwitch_odd {
    float: left;
    width: 3.5em;
  }
  p.permDiscript_odd {
    float: left;
    color: #666;
    font-size: 0.9em;
    margin-left: calc(4em / 0.9);
    width: calc(100% - 4em / 0.9);
  }
}
@media all {
  body {
    background: linear-gradient(135deg, rgba(61, 75, 101, 0.7), rgba(61, 75, 101, 0.6), rgba(61, 75, 101, 0.5), rgba(61, 75, 101, 0.6), rgba(61, 75, 101, 0.7), rgba(61, 75, 101, 0.6));
  }
  div.login_odd {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background: linear-gradient(230deg, rgba(240, 240, 240, 0.6), rgba(240, 240, 240, 0.5), rgba(240, 240, 240, 0.6), rgba(240, 240, 240, 0.7));
    border: 1px solid rgba(240, 240, 240, 0.8);
    border-radius: 0.5em;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  }
  div.login_odd a {
    text-decoration: underline !important;
    color: #414141;
  }
  div.login_odd a.login {
    float: right;
    margin-left: 0.5em;
    font-size: 0.9em;
    color: #555;
  }
  img.login {
    width: auto;
    max-height: calc(340px - 150px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  h2.login {
    width: calc(100% - 1em);
    margin: 0 0.5em;
    text-align: center;
  }
  input.login {
    width: calc(100% - 2px);
    height: calc(1.2em * 1.4);
    border-radius: 0.3em;
    font-size: 1.2em;
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
    transition: 300ms;
  }
  input.login.account {
    width: calc(50% - 3px - 0.5em);
  }
  span.login {
    position: absolute;
    bottom: 6px;
    left: 0.5em;
    color: #646464;
    transition: 300ms;
  }
  input.login:focus,
  input.login:valid {
    background-color: rgba(255, 255, 255, 0.8);
  }
  input.login:focus + span.login,
  input.login:valid + span.login {
    bottom: 2.7em;
    font-size: 0.8em;
  }
  select.login {
    width: calc(100% - 2px);
    height: calc(1.2em * 1.4);
    border-radius: 0.3em;
    font-size: 1.2em;
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
    transition: 300ms;
  }
  select.login.account {
    width: calc(50% - 3px - 0.5em);
  }
  button.login {
    width: calc(100% - 10px);
    padding: 3px 0.5em;
    margin: 0 5px 10px 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px rgba(150, 150, 150, 0.5);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
  }
  button.login:hover {
    box-shadow: 1px 1px 1px 1px rgba(150, 150, 150, 0.7);
  }
  button.login:active {
    box-shadow: inset 1px 1px 1px 1px rgba(150, 150, 150, 0.3);
  }
  button.login.blue {
    background: linear-gradient(0deg, #1166ff, #589ff8);
    color: #F8F8F8;
    font-size: 1.2em;
  }
  button.login.blue:hover {
    background: linear-gradient(0deg, #257aff, #6cb3ff);
  }
  button.login.blue:active {
    background: linear-gradient(0deg, #0052eb, #448be4);
  }
  button.login.gray {
    background: linear-gradient(0deg, #807f85, #a2a1a7);
    color: #F8F8F8;
    font-size: 1em;
  }
  button.login.gray:hover {
    background: linear-gradient(0deg, #949399, #b6b5bb);
  }
  button.login.gray:active {
    background: linear-gradient(0deg, #6c6b71, #8e8d93);
  }
  button.login.white {
    background: linear-gradient(0deg, #eeeeee, #f5f5f5);
    color: #414141;
  }
  button.login.white:hover {
    background: linear-gradient(0deg, #f8f8f8, #ffffff);
  }
  button.login.white:active {
    background: linear-gradient(0deg, #dadada, #e1e1e1);
  }
  div#flashes {
    position: relative;
    width: calc(100% - 2em);
    margin: 0.5em 1em;
    border-top: 1px solid rgba(203, 203, 203, 0.3);
    font-size: 0.9em;
    text-align: center;
  }
}
@media all and (min-width: 1000px) {
  div.login_odd {
    margin-top: 0;
    width: 540px;
    margin-left: calc((100% - 540px) / 2);
    margin-right: calc((100% - 540px) / 2);
  }
}
