@font-face {
  font-family: "NotoSans";
  src: url("/oddi_lib/font/NotoSansTC/NotoSansTC-Light.otf") format('opentype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("/oddi_lib/font/NotoSansTC/NotoSansTC-Regular.otf") format('opentype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("/oddi_lib/font/NotoSansTC/NotoSansTC-Medium.otf") format('opentype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("/oddi_lib/font/NotoSansTC/NotoSansTC-Bold.otf") format('opentype');
  font-weight: 600;
  font-display: swap;
}
@media all {
  * {
    font-size: 1em;
    font-family: "NotoSans";
    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;
    color: #414141;
  }
  html body {
    display: block;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  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;
    line-height: normal !important;
  }
  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::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;
  }
  a {
    display: inline-block;
    font-size: 1em;
    color: inherit;
    text-decoration: none;
  }
  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 {
  .Oddi_PoweredByPython {
    width: calc(1em * 5);
    height: calc(0.4em * 5);
    display: inline-block;
    background-image: url("/oddi_lib/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;
  }
  .transition150 {
    transition: linear 150ms;
  }
  .fake {
    width: 100%;
  }
  .dummy {
    width: 100%;
    height: 100%;
  }
}
@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;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
  button.icon:active {
    color: #414141;
    background-color: #F8F8F8;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  }
  button.icon.ed {
    filter: grayscale(100%);
    cursor: not-allowed;
  }
  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_lib/icon/1.x/add.png");
  }
  a.icon.plus {
    background-image: url("/oddi_lib/icon/1.x/plus.png");
  }
  a.icon.edit {
    background-image: url("/oddi_lib/icon/1.x/edit.png");
  }
  a.icon.conf {
    background-image: url("/oddi_lib/icon/1.x/setting.png");
  }
  a.icon.delete {
    background-image: url("/oddi_lib/icon/1.x/delete.png");
  }
  a.icon.delete_black {
    background-image: url("/oddi_lib/icon/1.x/delete_black.png");
  }
  a.icon.setting {
    background-image: url("/oddi_lib/icon/1.x/setting.png");
  }
  a.icon.time {
    background-image: url("/oddi_lib/icon/1.x/timer.png");
  }
  a.icon.ontop {
    background-image: url("/oddi_lib/icon/1.x/ontop.png");
  }
  a.icon.download {
    background-image: url("/oddi_lib/icon/1.x/download.png");
  }
  a.icon.refresh {
    background-image: url("/oddi_lib/icon/1.x/refresh.png");
  }
  a.icon.check {
    background-image: url("/oddi_lib/icon/1.x/check.png");
  }
  a.icon.denied {
    background-image: url("/oddi_lib/icon/1.x/denied.png");
  }
  a.icon.error {
    background-image: url("/oddi_lib/icon/1.x/error.png");
  }
  a.icon.timeoff {
    background-image: url("/oddi_lib/icon/1.x/timeoff.png");
  }
  a.icon.reset {
    background-image: url("/oddi_lib/icon/1.x/refresh.png");
  }
  a.icon.exit {
    background-image: url("/oddi_lib/icon/1.x/out.png");
  }
  a.icon.sortUP {
    background-image: url("/oddi_lib/icon/1.x/up.png");
  }
  a.icon.sortDown {
    background-image: url("/oddi_lib/icon/1.x/down.png");
  }
  a.icon.search {
    background-image: url("/oddi_lib/icon/1.x/view.png");
  }
  a.icon.page {
    background-image: url("/oddi_lib/icon/1.x/page.png");
  }
  a.icon.school {
    background-image: url("/oddi_lib/icon/1.x/school.png");
  }
  a.icon.link {
    background-image: url("/oddi_lib/icon/1.x/link.png");
  }
  a.icon.key {
    background-image: url("/oddi_lib/icon/1.x/key.png");
  }
  a.icon.compare {
    background-image: url("/oddi_lib/icon/1.x/compare.png");
  }
  a.icon.upload {
    background-image: url("/oddi_lib/icon/1.x/upload.png");
  }
  a.icon.money {
    background-image: url("/oddi_lib/icon/1.x/money.png");
  }
  a.icon.drag {
    background-image: url("/oddi_lib/icon/1.x/drag.png");
    pointer-events: none;
  }
  a.icon.help {
    width: 1em !important;
    cursor: help;
    background-image: url("/oddi_lib/icon/1.x/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 .icon.aside,
  .img_odd .icon.aside,
  .image .icon.aside {
    position: absolute;
    top: -0.5em;
    z-index: 2;
  }
  .img .icon.aside:nth-child(1),
  .img_odd .icon.aside:nth-child(1),
  .image .icon.aside:nth-child(1) {
    right: -0.5em;
  }
  .img .icon.aside:nth-child(2),
  .img_odd .icon.aside:nth-child(2),
  .image .icon.aside:nth-child(2) {
    right: 0.7em;
  }
  .img .icon.aside:nth-child(3),
  .img_odd .icon.aside:nth-child(3),
  .image .icon.aside:nth-child(3) {
    right: 1.9em;
  }
  .img .icon.aside:nth-child(4),
  .img_odd .icon.aside:nth-child(4),
  .image .icon.aside:nth-child(4) {
    right: 3.1em;
  }
}
@media all {
  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;
  }
  .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;
  }
}

/* === 從 backstage/wysiwyg 抽取的共用規則 === */
@media all {
    h2 {
    font-size: 1.7em;
  }
    div.btnArea_odd {
    text-align: right;
    float: right;
  }
    div.main_odd > div:first-child > div.contentHalf_odd:nth-child(1),
  div.main_odd > div:first-child > div.contentHalf_odd:nth-child(2) {
    border-top: 0;
  }
    div.main_odd > div:first-child > div.contentTriple_odd:nth-child(1),
  div.main_odd > div:first-child > div.contentTriple_odd:nth-child(2),
  div.main_odd > div:first-child > div.contentTriple_odd:nth-child(3) {
    border-top: 0;
  }
    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:first-child {
    margin-top: 0;
    border-top: 0;
  }
    div.half_odd {
    position: relative;
    float: left;
  }
    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: 0.9em;
    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;
  }
    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.short {
    width: 3em;
  }
    input.unUsed {
    background-color: transparent;
    border: 0;
  }
    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;
  }
    iframe.iframe {
    width: calc(100% - 2px);
    height: calc(100% - 3em);
    background: white;
    border: 1px dotted #CCC;
  }
    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(13, 43, 76, 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: #d4ebf7;
  }
    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: #d4ebf7;
  }
    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-right: 5px;
  }
    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(13, 43, 76, 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: #d4ebf7;
    color: #414141;
  }
    ul.select_odd li input:checked + label,
  ol.select_odd li input:checked + label {
    background-color: rgba(13, 43, 76, 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) {
    .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.half_odd {
    width: 100%;
  }
    img.imgs {
    width: 50%;
  }
    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);
  }
    div.contentHalf_odd,
  div.contentTriple_odd {
    width: calc(100% - 2em);
  }
}

@media all and (min-width: 1000px) {
    div.half_odd {
    width: 50%;
  }
    div.contentHalf_odd {
    width: calc(50% - 2em);
  }
    div.contentTriple_odd {
    width: calc(33.3% - 2em);
  }
    img.imgs {
    width: 20%;
  }
    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);
  }
}
