@charset "UTF-8";
html {
  overflow: auto;
}

body {
  overflow-x: hidden !important;
  width: 100%;
}

.c5-nobr {
  display: inline-block;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .c5-sp,
.c5-is-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .c5-pc,
.c5-is-pc {
    display: none !important;
  }
}

.c5-mt-0 {
  margin-top: 0 !important;
}

.c5-mb-0 {
  margin-bottom: 0 !important;
}

.c5-ph-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .c5-ph-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.c5-conainer {
  max-width: 1200px;
}

.c5-layout--full {
  padding-left: 50%;
  padding-right: 50%;
  margin-left: -50%;
  margin-right: -50%;
}

.c5-list01 {
  list-style: none;
  margin: 0 0 5rem;
  padding: 0;
}
.c5-list01 li a {
  text-indent: initial;
}
.c5-list01 > li {
  list-style-type: none;
  text-indent: -1.0em;
  margin-left: 1.0em;
  margin-bottom: 0;
}
.c5-list01 > li:before {
  content: "・";
  display: inline-block;
  width: 1em;
  height: auto;
  text-align: center;
}

.c5-iconList01 {
  margin: 0 0 5rem;
  padding: 0;
  display: table;
  list-style: none;
}

.c5-iconList01 > li {
  display: table-row;
}

.c5-iconList01 > li > * {
  margin-bottom: 0;
}

.c5-iconList01 > li i {
  font-style: normal;
  display: table-cell;
  padding-right: 0.5em;
}

.c5-linkList01 > li {
  margin-bottom: 0;
}
.c5-linkList01 > li > a {
  position: relative;
  color: #00001a;
  padding-left: 1.0em;
}
.c5-linkList01 > li > a:before {
  content: "・";
  display: inline-block;
  width: 1em;
  height: auto;
  text-align: center;
}

.c5-note01{
  display: inline-flex;
  gap: .4em;
  font-size: 12px;
  &.center {
    display: block;
    &::before {
      display: inline;
    }
  }
}
.c5-note01:before{
  content: "※";
  display: inline-block;
  width: 1em;
  flex-basis: 1;
}
.c5-note01[data-list-mark]:before{
  content: attr(data-list-mark);
}
.c5-note01--small{
  font-size: 12px;
}

.c5-note02{
  display: inline-flex;
  gap: .4em;
  >i{
    font-style: normal;
    display: inline-blick;
    width: auto;
    flex-basis: 1;
  }
}

/*.c5-noteList02{
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .4em;
  grid-template-areas: 'mark text';
  >li{
    grid-area: text;
    >i{
      grid-area: mark;
      font-style: normal;
      display: inline-blick;
      width: auto;
      flex-basis: 1;
      white-space: nowrap;
    }
  }
}*/

.c5-videoWrap{
  padding-top: 56.25%;
  position: relative;
  >video,
  >iframe{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.c5-noteList02 {
  list-style-type: none; /* デフォルトのリストスタイルを削除 */
  padding: 0;
  margin: 0;
}

.c5-noteList02 li {
  display: flex; /* Flexboxを使用 */
  align-items: flex-start; /* 縦方向の中央揃え */
}
.c5-noteList02 li:not(:last-child) {
  margin-bottom: 10px;
}

.c5-noteList02 i {
  flex-shrink: 0; /* i要素が小さくならないように設定 */
  width: auto;
  min-width: max-content; /* i要素の幅をその内容に基づいて設定 */
  margin-right: 10px; /* テキスト部分との間にスペースを追加 */
  font-style: normal;
}

.c5-noteList02 li > *:not(i) {
  flex-grow: 1; /* テキスト部分が余白を埋めるように設定 */
}


/*.c5-noteList02{
  list-style: none;
  padding-left: 0;
  >li{
    display: flex;
    gap: .4em;
    >i{
      font-style: normal;
      display: inline-blick;
      width: auto;
      flex-basis: 1;
      white-space: nowrap;
    }
  }
}
*/
.c5-noteList01 {
  list-style: none;
/*  font-size: 12px;*/
}
.c5-noteList01--small{
  font-size: 12px;
}
.c5-noteList01 > li {
  padding-left: 1.5em;
  margin-bottom: 0;
}
.c5-noteList01 > li:before {
  content: "※";
  width: 1.5em;
  display: inline-block;
  position: relative;
  margin-left: -1.5em;
}
.c5-noteList01 > li[data-list-mark]:before{
  content: attr(data-list-mark);
}

.c5-numList01 {
  font-size: 12px;
}
.c5-numList01 > li {
  list-style-type: none;
  text-indent: -2em;
  margin-left: 2em;
  counter-increment: calc-ex9;
  margin-bottom: 0;
}
.c5-numList01 > li:before {
  content: "※" counter(calc-ex9);
  display: inline-block;
  width: 2em;
  text-indent: 0;
}

.c5-row01 {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .c5-row01 {
    row-gap: 20px;
    column-gap: 20px;
    margin-bottom: 40px;
  }
}
.c5-row01__col > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c5-row01__col {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .c5-row01__col--1 {
    width: calc(8.3333333333% - 40px * 0.9166666667);
  }
  .c5-row01__col--2 {
    width: calc(16.6666666667% - 40px * 0.8333333333);
  }
  .c5-row01__col--3 {
    width: calc(25% - 40px * 0.75);
  }
  .c5-row01__col--4 {
    width: calc(33.3333333333% - 40px * 0.6666666667);
  }
  .c5-row01__col--5 {
    width: calc(41.6666666667% - 40px * 0.5833333333);
  }
  .c5-row01__col--6 {
    width: calc(50% - 40px * 0.5);
  }
  .c5-row01__col--7 {
    width: calc(58.3333333333% - 40px * 0.4166666667);
  }
  .c5-row01__col--8 {
    width: calc(66.6666666667% - 40px * 0.3333333333);
  }
  .c5-row01__col--9 {
    width: calc(75% - 40px * 0.25);
  }
  .c5-row01__col--10 {
    width: calc(83.3333333333% - 40px * 0.1666666667);
  }
  .c5-row01__col--11 {
    width: calc(91.6666666667% - 40px * 0.0833333333);
  }
  .c5-row01__col--12 {
    width: calc(100% - 40px * 0);
  }
}

.c5-row02 {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .c5-row02 {
    row-gap: 20px;
    column-gap: 20px;
    margin-bottom: 40px;
  }
}
.c5-row02__col > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c5-row02__col {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .c5-row02__col--1 {
    min-width: calc(8.3333333333% - 40px * 0.9166666667);
  }
  .c5-row02__col--2 {
    min-width: calc(16.6666666667% - 40px * 0.8333333333);
  }
  .c5-row02__col--3 {
    min-width: calc(25% - 40px * 0.75);
  }
  .c5-row02__col--4 {
    min-width: calc(33.3333333333% - 40px * 0.6666666667);
  }
  .c5-row02__col--5 {
    min-width: calc(41.6666666667% - 40px * 0.5833333333);
  }
  .c5-row02__col--6 {
    min-width: calc(50% - 40px * 0.5);
  }
  .c5-row02__col--7 {
    min-width: calc(58.3333333333% - 40px * 0.4166666667);
  }
  .c5-row02__col--8 {
    min-width: calc(66.6666666667% - 40px * 0.3333333333);
  }
  .c5-row02__col--9 {
    min-width: calc(75% - 40px * 0.25);
  }
  .c5-row02__col--10 {
    min-width: calc(83.3333333333% - 40px * 0.1666666667);
  }
  .c5-row02__col--11 {
    min-width: calc(91.6666666667% - 40px * 0.0833333333);
  }
  .c5-row02__col--12 {
    min-width: calc(100% - 40px * 0);
  }
}



.c5-flx-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.c5-flx-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.c5-flx-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.c5-card01 {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.c5-card01--imageRight {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c5-card01--imageRight .c5-card01__body {
  margin-right: 30px;
}
.c5-card01--imageLeft {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c5-card01__figure {
  max-width: calc(50% - 40px / 2);
}
.c5-card01__figure img:not(:last-child), .c5-card01__figure figure:not(:last-child) {
  margin-bottom: 20px;
}
.c5-card01__cont,
.c5-card01__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c5-card01__cont > *:first-child,
.c5-card01__body > *:first-child {
  margin-top: 0;
}
.c5-card01__cont > *:last-child,
.c5-card01__body > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c5-card01 {
    flex-direction: column;
    gap: 40px;
  }
  .c5-card01__figure{
    max-width: none;
  }
}

.c5-section {
  margin: 0 0 40px;
}
.c5-section--800w {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.c5-border {
  border-bottom: solid 1px #d0d0d0;
}
.c5-border--dotted {
  background-image: linear-gradient(90deg, #d0d0d0, #d0d0d0 3px, transparent 0, transparent 0);
  background-size: 6px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}

.c5-dottedList {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
}
.c5-dottedList > li {
  background-image: linear-gradient(90deg, #d0d0d0, #d0d0d0 3px, transparent 0, transparent 0);
  background-size: 6px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 30px 20px 10px;
}

.c5-bg--lightGray {
  background-color: #ebebeb;
}
.c5-bg--gray {
  background-color: #ebebeb;
}
.c5-bg--darkGray {
  background-color: #d5d5d5;
}

.c5-layout01 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c5-layout01 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-layout01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .c5-layout01--imageRight {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .c5-layout01--imageRight .c5-layout01__body {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .c5-layout01--imageLeft {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .c5-layout01--imageLeft .c5-layout01__body {
    margin-left: 30px;
  }
}
.c5-layout01__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c5-layout01__body > *:first-child {
  margin-top: 0;
}
.c5-layout01__body > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .c5-layout01__figure {
    max-width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .c5-layout01__figure {
    margin-bottom: 20px;
  }
}
.c5-layout01__figure img:not(:last-child), .c5-layout01__figure figure:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c5-layout01__figure img:not(:last-child), .c5-layout01__figure figure:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .c5-flx-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c5-fixedItem {
  position: fixed;
  z-index: 10;
  margin-top: 186px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  right: 0;
  border: solid 1px #343434;
  border-right: none;
  padding: 15px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff;
  font-size: 14px;
  min-width: 175px;
}

.c5-fixedItem img {
  vertical-align: bottom;
}

.c5-fixedItem.is_fixed {
  position: fixed;
}

.c5-fixedItem_txt {
  line-height: 1.4;
  text-align: center;
}

.c5-fixedItem_txt p {
  margin: 0;
}

.c5-fixedItem_ttl {
  text-align: center;
  font-weight: bold;
  color: #00b900;
  margin-bottom: 10px !important;
  font-size: 11px;
}

.c5-lineBtn,
.c5-fixedItem_qr {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c5-fixedItem {
    position: static;
    margin: 0 !important;
    padding: 10px;
    font-size: 11px;
    min-width: auto;
  }

  .c5-fixedItemLeft, .c5-fixedItemLeft.is_fixed {
    width: 55%;
    left: 0;
    height: 80px;
  }

  .c5-fixedItemLeft .c5-lineBtn img {
    height: 28px;
  }

  .c5-fixedItemRight, .c5-fixedItemRight.is_fixed {
    width: 45%;
    height: 80px;
  }

  .c5-sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .c5-fixedItem.is_fixed {
    margin: 0;
  }

  .c5-fixedItem_ttl {
    margin-bottom: 5px !important;
  }

  .c5-fixedItem_txt {
    text-align: left;
    padding-right: 5px;
  }

  .c5-fixedItem_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .c5-fixedItem_qr {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c5-sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c5-sp_flex.is-fixed {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c5-lineBtn {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c5-fixedItemLeft, .c5-fixedItemLeft.is_fixed {
    width: 100%;
    left: 0;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c5-fixedItem {
    position: static;
    margin: 0 !important;
    padding: 10px;
    font-size: 11px;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .c5-pc {
    display: none;
  }
}
.c5-scrollArea {
  overflow-y: scroll;
  height: 20em;
  padding: 0.5em 1em;
  margin: 0 0 40px;
  border: solid 1px black;
}

.js-inquiry__target:not(.is-active) {
  background: #ebebeb;
  pointer-events: none;
}

.c5-link-file {
  color: #2f353d;
  cursor: pointer;
}
.c5-link-file:before {
  content: "";
  font-family: icon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0.4em 0.1em 0;
}

.c5-dlist01 {
  display: table;
  margin: 0 0 40px;
}
.c5-dlist01 > dl {
  display: table-row;
}
.c5-dlist01 > dl > dt, .c5-dlist01 > dl > dd {
  display: table-cell;
}
.c5-dlist01 > dl > dt {
  font-weight: bold;
  padding-right: 2em;
  white-space: nowrap;
  position: relative;
  text-align: right;
}
.c5-dlist01 > dl > dt:before {
  content: "：";
  display: block;
  width: 1em;
  position: absolute;
  top: 0;
  right: 1em;
}

.c5-dlist02 dt{
  font-weight: bold;
}
.c5-dlist02 dd{
  margin: 0;
}

.c5-speckTable{
  margin-bottom: 40px;
}
.c5-speckTable table{
  background: #e4e7ec;
  border-spacing: 1px;
  border-collapse: separate;
}
.c5-speckTable table th{
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .c5-speckTable{
    overflow-x: auto;
    margin-bottom: 20px;
  }
  .c5-speckTable table{
    width: max-content;
  }
}
.c5-speckTable th,
.c5-speckTable td{
  background: white;
  font-size: 12px!important;
  padding: .8em .6em;
}
.c5-speckTable thead th{
  white-space: nowrap;
}
.c5-speckTable thead th:nth-child(n+3){
  width: 1%;
  text-align: center;
  min-width: 4em;
}

/* 20240529追加 */
.c5-dlist03 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 0;
  margin: 0 auto 40px;
}
.c5-dlist03 > dl {
  display: contents;
  margin: 0;
}
.c5-dlist03 > dl > dt {
  font-weight: bold;
  text-align: right;
  position: relative;
  max-width: calc(50vw - 60px);
}
.c5-dlist03 > dl > dt:after {
  content: "：";
  display: block;
  width: 1em;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1em;
}
.c5-dlist03 > dl > dd {
  margin: 0;
  padding-left: 2em;
  white-space: normal;
}

@media (max-width: 767px) {
  .c5-dlist03 {
    display: block;
  }
  .c5-dlist03 > dl {
    display: block;
    margin: 0;
  }
  .c5-dlist03 > dl + dl {
    margin-top: 10px;
  }
  .c5-dlist03 > dl > dt, .c5-dlist03 > dl > dd {
    display: block;
    width: auto;
    padding-right: 0;
    text-align: left;
    white-space: normal;
  }
  .c5-dlist03 > dl > dt {
    max-width: none;
    display: inline-block;
  }
  .c5-dlist03 > dl > dt:before {
    content: none;
  }
  .c5-dlist03 > dl > dt:after {
    content: "：";
    display: inline-block;
    transform: translateY(-5%);
  }
  .c5-dlist03 > dl > dd {
    padding-left: 0;
    margin-left: 0;
  }
}
@media (max-width: 420px) {
  .photo_box-center ul {
    margin-left: -15px;
    text-align: center;
  }
  .photo_box-center ul li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
}

/* License Agreement */
.c5-licenseAgreement {
  overflow-y: auto;
  overflow-x:hidden;
  height: 150px;
  padding: 20px;
  margin-bottom:10px;
  border: 1px solid #ccc;
}

.c5-licenseAgreement p {
  text-align:left;
  margin-bottom:10px;
}
/* DL button */
button#fileDLBtn {
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 18px;
  border: none;
  border-radius: 1px;
  background: #5787f4;
  -webkit-transition: background .2s;
  transition: background .2s;
  margin-bottom: 10px;
  margin-right: 10px;
}
button#fileDLBtn2 {
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 18px;
  border: none;
  border-radius: 1px;
  background: #5787f4;
  -webkit-transition: background .2s;
  transition: background .2s;
  margin-bottom: 10px;
  margin-right: 10px;
}
button#fileDLBtn3 {
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 18px;
  border: none;
  border-radius: 1px;
  background: #5787f4;
  -webkit-transition: background .2s;
  transition: background .2s;
  margin-bottom: 10px;
  margin-right: 10px;
}
input#accept {
  margin-right: 5px;
}
#confirm a.filedl[disabled]{
  pointer-events: none;
  cursor: default;
}
#confirm a.filedl.disabled,
#confirm a.filedl.disabled:hover,
#confirm a.filedl.disabled:focus,
#confirm a.filedl.disabled:active{
  background-color: #2d75c7!important;
  opacity: .5!important;
}
/*
a.filedl:not([disabled]){
  pointer-events: default;
  cursor: pointer;
}*/
#confirm table tr>*{
  vertical-align: middle!important;
  text-align: center!important;
}

span.mod-exIconBg { vertical-align: middle;color:#ffffff;font-size:11px;line-height:1.2;display:inline-block;margin:0 10px 0.5em 0;padding:2px 10px;border:1px solid #444444;background:#666666;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:opacity 0.2s ease-in;-moz-transition:opacity 0.2s ease-in;-ms-transition:opacity 0.2s ease-in;-o-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in; }
span.windows { width: 5em; text-align: center; }
span.mac { width: 5em; text-align: center; }


.new {
    display: inline-block;
    background-image: url(/xdcam/share/images/icon/icn_new.png);
    background-position: right top;
    padding-right: 34px;
    background-repeat: no-repeat;
}
