@media all {
  body {
    background-color: transparent;
  }
  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 + 1em + 2em);
    float: left;
  }
  a,
  input,
  button {
    outline: none;
  }
  
  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_lib/icon/1.x/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 rgba(13, 43, 76, 0.9);
    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.main_odd {
    width: calc(100% - 2px);
    min-height: 1px;
    background: rgba(240, 240, 240, 0.35);
    border-radius: 0.5em;
    box-shadow: 1px 1px rgba(203, 203, 203, 0.4);
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  
  
  div.main_odd > div:first-child > div.contentTriple2_odd:nth-child(1),
  div.main_odd > div:first-child > div.contentTriple2_odd:nth-child(2) {
    border-top: 0;
  }
  
  
  
  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.5);
  }
  
  
  div.contentHalf_odd {
    position: relative;
    float: left;
    margin: 0.5em 1em;
    padding-top: 1em;
    border-top: 1px solid rgba(203, 203, 203, 0.5);
  }
  div.contentTriple_odd {
    float: left;
    margin: 0.5em 1em;
    padding-top: 1em;
    border-top: 1px solid rgba(203, 203, 203, 0.5);
  }
  div.contentTriple2_odd {
    float: left;
    margin: 0.5em 1em;
    padding-top: 1em;
    border-top: 1px solid rgba(203, 203, 203, 0.5);
  }
  div.panel_odd {
    width: calc(100% - 2em - 2px);
    padding: 0.5em 1em;
    margin: 0.5em 0;
    border: 1px dotted rgba(203, 203, 203, 0.5);
  }
  
  
  
  
  
  
  
  label.tips_odd {
    width: 100%;
    margin: 3px;
    font-size: 0.8em;
    font-style: italic;
    color: #666;
  }
  
  
  input.max {
    width: 100%;
  }
  
  
  span.limitWidth {
    width: 7em;
  }
  
  
  
  
  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.5);
    border-radius: 0.3em;
    background: rgba(240, 240, 240, 0.35);
    position: fixed;
    z-index: 2;
    box-shadow: 1px 1px 1px rgba(203, 203, 203, 0.4);
    backdrop-filter: blur(2px);
  }
  .Oddi_WarnText {
    color: red;
  }
  div.search_odd {
    float: right;
    border: 1px solid rgba(203, 203, 203, 0.6);
    border-radius: 2px;
    background-color: #d4ebf7;
    padding-left: 4px;
    padding-right: 4px;
    color: #414141;
  }
  div.search_odd input {
    width: 15em;
    border: 0;
  }
  
  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) {
  
  
  
  div.btnArea_odd {
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  
  div.contentTriple2_odd {
    width: calc(100% - 2em);
  }
  
}
@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.contentTriple2_odd {
    width: calc(66.6% - 2em);
  }
  
}
@media all and (min-width: 0) {
  header {
    background: #d4ebf7;
    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(13, 43, 76, 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(13, 43, 76, 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 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: #d4f7f2;
    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: #d4f7f2;
    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 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: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-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-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.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 {
  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 {
    cursor: pointer;
    display: inline;
    width: auto;
    color: #BBB;
    padding: 0.3em 0.5em 0.4em 0.5em;
    margin: 0.4em 0.3em 0 0.3em;
    background: rgba(240, 240, 240, 0.35);
    border: 1px solid #f0f0f0;
    border-bottom: 0;
    border-radius: 0.3em 0.3em 0 0;
    transition: linear 100ms;
    font-size: 0.9em;
  }
  ul.tabsControl_odd li:hover,
  ul.tabsControl_odd li[data-used] {
    color: #414141;
    font-size: 1.1em;
    margin-top: 0;
    box-shadow: 1px 1px 1px #AAA;
  }
  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.5);
    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.5);
  }
}
@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: 73px;
    height: 100px;
    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(13, 43, 76, 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: 66px;
    height: 70px;
    margin: 3px;
  }
}
@media all and (min-width: 0) {
  footer {
    text-align: center;
    font-size: 0.67em;
    color: #F8F8F8;
    background: rgba(13, 43, 76, 0.9);
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
@media all {
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}
@media all and (min-width: 0) {
  
  
  
  
  
}
@media all and (min-width: 1000px) {
  
  
}
@media all and (min-width: 1281px) {
  
}
@media all and (min-width: 1367px) {
  
}
@media all {
  div.mainBlockEditor {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
  }
  div.mainBlockEditor div.mainBlockEditorContent {
    width: 80vw;
    height: 80vh;
    border-radius: 5px;
    margin: 10vh 10vw;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
  }
  .mainBlockEditor_header {
    width: calc(100% - 2em);
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5em 1em;
    background: #b2d7e9;
    text-align: left;
  }
  .mainBlockEditor_header button {
    float: right;
  }
  div.mainBlockEditor div.mainBlockEditorContent div.mainBlockEditor_content {
    width: calc(100% - 2em);
    height: calc(100% - 4em);
    margin: 2em 0;
    padding: 1em;
    overflow-y: scroll;
  }
}

/* 動作圖示鎖定態（如系統分類的編輯/刪除）：灰階＋禁止游標，仍可點出原因說明 */
a.icon.disabled {
    filter : grayscale(1);
    opacity: .45;
    cursor : not-allowed;
}

/* 網站基本資料：描述欄（多行）固定尺寸，不讓使用者自行拖拉 */
textarea[data-editor="description"] {
    width : 100%;
    height: 90px;
    resize: none;
}

/* 裁切照片：圖片操作區撐滿 blockUI 可用高度（lib 預設 80% 寬＋自然高，會讓圖縮在角落、操作空間浪費） */
#imgCropper .img-container {
    width : 100%;
    height: calc(76vh - 12em);
    min-height: 300px;
}

#imgCropper .img-container > img {
    max-height: 100%;
}

/* 分類樹：使用權限已被移除且已鎖定（disabled）的分類列灰階呈現 */
span.fancytree-node:has(input[name="category"][disabled]) {
    filter : grayscale(1);
    opacity: .55;
}

/* 發佈預覽頁：預約發佈時的自動上架提示小字，自成一行落在按鈕列下方靠右 */
[data-publish-booking-tip] {
    display   : block;
    text-align: right;
    font-size : .85em;
    color     : #666;
    margin-top: .35em;
}
