@charset "UTF-8";
/* all device
-------------------------------------------------- */
@media all {
  html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
  }
  html {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
  }
  q, blockquote {
    quotes: none;
  }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
  }
  a img {
    border: none;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
  }
  input[type=radio],
input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    position: relative;
    z-index: 2;
    width: 20px;
    height: 20px;
    margin: 0px 0.8em;
    border: none;
    cursor: pointer;
  }
  input[type=radio]::before,
input[type=checkbox]::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border: 1px solid #d2d2d2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  input[type=radio]:checked,
input[type=checkbox]:checked {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #52cc87;
    -webkit-animation: zoom 0.4s forwards;
            animation: zoom 0.4s forwards;
  }
  input[type=radio]:checked::before,
input[type=checkbox]:checked::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    background-image: url(../images/icon/ico_check_1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  @-webkit-keyframes zoom {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    50% {
      -webkit-transform: scale(1.3);
              transform: scale(1.3);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes zoom {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    50% {
      -webkit-transform: scale(1.3);
              transform: scale(1.3);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .calendar {
    padding-left: 40px !important;
    background-image: url(../images/icon/ico_calendar_1.svg);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: 5px center;
  }
  @import "../js/boxer/jquery.fs.boxer.css";
  html {
    font-size: 62.5%;
  }
  body {
    background-color: #f5f3ef;
    height: 100%;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  a {
    color: #5e4d42;
    text-decoration: none;
    text-decoration: underline;
  }
  a:hover {
    color: #666;
  }
  a:active {
    color: #5e4d42;
  }
  a:visited {
    color: #5e4d42;
  }
  a:focus {
    color: #5e4d42;
  }
  table {
    border: 1px solid #ccc;
    border-collapse: separate;
    border-radius: 10px;
    border-spacing: 0;
    width: 100%;
  }
  table tr th, table tr td {
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    border-right: 1px solid #ccc;
  }
  table tr th {
    background: #f5f5f5;
    color: #333;
  }
  table tr th:last-child, table tr td:last-child {
    border-right: none;
  }
  table tr:first-child > *:first-child {
    border-radius: 10px 0 0 0;
  }
  table tr:first-child > *:last-child {
    border-radius: 0 10px 0 0;
  }
  table tr:first-child > *:last-child:only-child {
    border-radius: 10px 10px 0 0;
  }
  table tr:last-child > * {
    border-bottom: none;
  }
  table tr:last-child > *:first-child {
    border-radius: 0 0 0 10px;
  }
  table tr:last-child > *:last-child {
    border-radius: 0 0 10px 0;
  }
  table tr:only-child > * {
    border-bottom: none;
  }
  table tr:only-child > *:first-child {
    border-radius: 10px 0 0 10px;
  }
  table tr:only-child > *:last-child {
    border-radius: 0 10px 10px 0;
  }
  em {
    font-style: normal;
    font-size: 138.5%;
    font-weight: bold;
  }
  sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
  }
  sup {
    bottom: 1ex;
  }
  sub {
    top: 0.5ex;
  }
  header #headerContents #headerRight .mainte {
    display: inline-block;
    vertical-align: middle;
  }
  header #headerContents #headerRight .mainte a {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: right center;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
  }
  header #headerContents #headerRight .mainte a:hover {
    color: #fff;
  }
  header #headerContents #headerRight .mainte a:active {
    color: #fff;
  }
  header #headerContents #headerRight .mainte a:visited {
    color: #fff;
  }
  header #headerContents #headerRight .mainte a:focus {
    color: #fff;
  }
  header #headerContents #headerRight .mainte a.off {
    background-image: url(../images/bkg/bkg_mainte_off.png);
  }
  header #headerContents #headerRight .mainte a.on {
    background-image: url(../images/bkg/bkg_mainte_on.png);
  }
  footer {
    clear: both;
    width: 100%;
    background-color: #555;
  }
  .copyright {
    text-align: center;
    color: #999;
    letter-spacing: 0.5px;
  }
  #floatingGoTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #floatingGoTop br {
    display: none;
  }
  #floatingGoTop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background-color: rgba(51, 51, 51, 0.7);
    border-radius: 5px;
  }
  #floatingGoTop a::after {
    content: "";
    position: absolute;
    display: block;
    left: 16px;
    top: 13px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .personalSec .inner {
    position: relative;
  }
  .personalSec .inner .photo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 150px;
    height: 150px;
    border-radius: 100px;
  }
  .personalSec .inner .photo::after {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    font-size: 10px;
    font-size: 1rem;
    line-height: auto;
    border-radius: 35px;
    left: -25px;
    top: -10px;
    text-align: center;
    line-height: 70px;
  }
  .personalSec .inner .photo.planMark1::after {
    content: "FREE";
    background-color: #6c3333;
    color: #fff;
  }
  .personalSec .inner .photo.planMark2::after {
    content: "SILVER";
    background-color: #999;
    color: #fff;
  }
  .personalSec .inner .photo.planMark3::after {
    content: "GOLD";
    background-color: #ae9300;
    color: #fff;
  }
  .personalSec .inner .photo.planMark4::after {
    content: "PLATINUM";
    background-color: #111;
    color: #fff;
  }
  .personalSec .inner .photo.planMark100::after {
    content: "ADMIN";
    background-color: #111;
    color: #fff;
  }
  .personalSec .inner .music .gauge {
    margin: 0px auto;
    width: 100px;
    height: 4px;
    border-radius: 4px/2;
    background-color: #ccc;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .personalSec .inner .music .gauge span {
    height: 4px;
    width: 0px;
    display: block;
    background-color: #ef5f5f;
  }
  .titTextSub {
    margin-bottom: 15px;
    background-color: #212120;
    color: #fff;
  }
  .cautText1 {
    color: #c44;
  }
  /* レイアウト*/
  .contentsInfo1 {
    background-color: #f9f7f5;
    clear: both;
  }
  .inputCaution {
    border: 2px solid #c44;
    color: #c44;
    clear: both;
  }
  .formCautBox {
    background-color: #f9f7f5;
    clear: both;
  }
  .btnAdd1 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 16px 30px;
    color: #fff;
    background-color: #666;
    border: none;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    background-image: url(../images/icon/ico_add_1.svg);
    background-repeat: no-repeat;
  }
  .btnAdd1:hover {
    color: #fff;
  }
  .btnAdd1:active {
    color: #fff;
  }
  .btnAdd1:visited {
    color: #fff;
  }
  .btnAdd1:focus {
    color: #fff;
  }
  .btnAdd1:hover {
    color: #fff;
    background-color: rgba(102, 102, 102, 0.7);
    border: none;
  }
  .btnAdd2 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 16px 30px;
    color: #fff;
    background-color: #365b75;
    border: none;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    background-image: url(../images/icon/ico_add_1.svg);
    background-repeat: no-repeat;
  }
  .btnAdd2:hover {
    color: #fff;
  }
  .btnAdd2:active {
    color: #fff;
  }
  .btnAdd2:visited {
    color: #fff;
  }
  .btnAdd2:focus {
    color: #fff;
  }
  .btnAdd2:hover {
    color: #fff;
    background-color: rgba(54, 91, 117, 0.7);
    border: none;
  }
  .btnDel1 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 16px 30px;
    color: #fff;
    background-color: #666;
    border: none;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    background-image: url(../images/icon/ico_del_1.svg);
    background-repeat: no-repeat;
  }
  .btnDel1:hover {
    color: #fff;
  }
  .btnDel1:active {
    color: #fff;
  }
  .btnDel1:visited {
    color: #fff;
  }
  .btnDel1:focus {
    color: #fff;
  }
  .btnDel1:hover {
    color: #fff;
    background-color: rgba(102, 102, 102, 0.7);
    border: none;
  }
  .btnPrint1 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 16px 30px;
    color: #fff;
    background-color: #365b75;
    border: none;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    min-width: auto;
    background-image: url(../images/icon/ico_print_1.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
  }
  .btnPrint1:hover {
    color: #fff;
  }
  .btnPrint1:active {
    color: #fff;
  }
  .btnPrint1:visited {
    color: #fff;
  }
  .btnPrint1:focus {
    color: #fff;
  }
  .btnPrint1:hover {
    color: #fff;
    background-color: rgba(54, 91, 117, 0.7);
    border: none;
  }
  .btnTplActive {
    display: inline-block;
    vertical-align: middle;
    background-color: #4d9f49;
    border: 1px solid #4d9f49;
    color: #fff;
    min-width: auto;
    padding: 3px 10px;
    border-radius: 5px;
  }
  .list1 li {
    display: block;
  }
  .list1 li::before {
    display: block;
    float: left;
    content: "●";
    width: 1em;
    text-align: center;
    color: #212120;
  }
  /* テーブル */
  .acdSec {
    position: relative;
  }
  .acdSec .switch {
    cursor: pointer;
    position: relative;
  }
  .acdSec .switch::after, .acdSec .switch::before {
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    right: 20px;
    top: 50%;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -10.3px;
    -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
            transform: rotate(-225deg);
    content: "";
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .acdSec .switch::after {
    border-top: 3px solid #999;
  }
  .acdSec .switch::before {
    border-right: 3px solid #999;
  }
  .acdSec .switch.active::after, .acdSec .switch.active::before {
    margin-top: -3.7px;
  }
  .acdSec .switch.active::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .acdSec .switch.active::before {
    -webkit-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  .acdSec .contents {
    display: none;
  }
  .topPanel::after {
    content: "";
    display: block;
    clear: both;
  }
  .layBoxLine::after {
    content: "";
    display: block;
    clear: both;
  }
  .layBoxBase1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0;
  }
  .cntBox1 {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .cntBox1 .boxTitle {
    background-color: #bbb;
    color: #fff;
  }
  .functionPanel::after {
    content: "";
    display: block;
    clear: both;
  }
  .topRecordSec section {
    border-bottom: 1px solid #ddd;
  }
  .topRecordSec section:last-child {
    border-bottom: 0px;
  }
  .topRecordSec section .listTitle .date {
    display: block;
    color: #5e4d42;
  }
  .topRecordSec section .listCnt {
    background-color: #fafafa;
    border-radius: 10px;
  }
  .topBnr1 {
    text-align: center;
    padding: 10px;
  }
  .topBnr1 img {
    width: 100%;
    vertical-align: bottom;
  }
  .topAcountActiveDaySec .acountActiveDayMeter {
    position: absolute;
  }
  .topAcountActiveDaySec .info {
    display: table-cell;
    vertical-align: middle;
  }
  .topAcountActiveDaySec .info .title {
    color: #5e4d42;
  }
  .topAcountActiveDaySec .info .spl {
    color: #666;
  }
  .acountActiveDayMeter figure {
    background-color: #fff;
    display: block;
    height: 0;
    margin: 0 auto;
    position: relative;
  }
  .acountActiveDayMeter figcaption {
    text-align: center;
    color: #000;
    width: 100%;
    position: absolute;
    left: 0;
    top: 29%;
    z-index: 2;
    color: #5e4d42;
  }
  .acountActiveDayMeter figcaption span {
    display: block;
    color: #999;
  }
  .acountActiveDayMeter svg {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
  }
  .acountActiveDayMeter .meter {
    fill: rgba(0, 0, 0, 0);
    stroke-width: 31.8309886184;
    stroke-dasharray: 0, 100;
    stroke-dashoffset: 25.5;
    stroke: rgba(37, 178, 60, 0.5);
    -webkit-animation: meter 4s ease forwards;
            animation: meter 4s ease forwards;
  }
  .acountActiveDayMeter .base {
    fill: rgba(0, 0, 0, 0);
    stroke: #ddd;
    stroke-width: 4;
  }
  .acountActiveDayMeter .center {
    fill: #fff;
  }
  .scheduleCtlSec {
    text-align: center;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList {
    display: block;
    text-align: center;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList .prevYear, .scheduleCtlSec .scheduleCtlBox .scheduleYearList .nextYear {
    display: inline-block;
    vertical-align: middle;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList .prevYear a, .scheduleCtlSec .scheduleCtlBox .scheduleYearList .nextYear a {
    text-decoration: none;
    background-color: #5e4d42;
    color: #fff;
    border-radius: 5px;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList .prevYear a:hover, .scheduleCtlSec .scheduleCtlBox .scheduleYearList .nextYear a:hover {
    opacity: 0.7;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList .prevYear a::before {
    content: "«";
    margin-right: 0.3em;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList .thisYear {
    display: inline-block;
    vertical-align: middle;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList .nextYear a::after {
    content: "»";
    margin-left: 0.3em;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList {
    display: block;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList a {
    border: 1px solid #5e4d42;
    color: #5e4d42;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList a:hover {
    opacity: 0.7;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList .thisMonth {
    border: 1px solid #4d9f49;
    background-color: #4d9f49;
    color: #fff;
  }
  .templateThumb img {
    display: block;
    width: 100px;
    height: auto;
  }
  .genreListBase .title {
    border-bottom: 1px solid #aaa;
  }
  .genreListBase .listBase ul {
    display: block;
  }
  .genreListBase .listBase ul li {
    display: inline-block;
    vertical-align: middle;
  }
  .emptyBox {
    border: 2px dotted #ccc;
    text-align: center;
    padding: 80px 20px;
    margin-top: 20px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    clear: both;
  }
  .emptyBoxTicket {
    border: 2px dotted #ccc;
    text-align: center;
    padding: 20px 20px;
    margin-top: 20px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    clear: both;
  }
  .statusText {
    border: 2px solid #212120;
    text-align: center;
    padding: 80px 20px;
    margin-top: 20px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pager {
    text-align: center;
  }
  .pager a, .pager span {
    margin: 4px 2px;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background-color: #212120;
    color: #fff;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    line-height: 2.5em;
  }
  .pager a:hover, .pager span:hover {
    color: #fff;
  }
  .pager a:active, .pager span:active {
    color: #fff;
  }
  .pager a:visited, .pager span:visited {
    color: #fff;
  }
  .pager a:focus, .pager span:focus {
    color: #fff;
  }
  .pager a {
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .pager a:hover {
    opacity: 0.7;
  }
  .pager span {
    background-color: #999;
  }
  .inputMapBase {
    width: 100%;
  }
  .highPackCaut {
    color: #c44;
    border-radius: 10px;
    padding: 15px 30px;
    border: 2px solid #c44;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .indexMenuSec {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .indexMenuSec .indexInfo {
    background-color: #f9f7f5;
    border-radius: 10px;
  }
  .indexMenuSec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .indexMenuSec ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .indexMenuSec ul li a {
    display: block;
    border: 2px solid rgba(94, 77, 66, 0.5);
    border-radius: 10px;
    color: #333;
    text-decoration: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .indexMenuSec ul li a:hover {
    color: rgba(51, 51, 51, 0.7);
  }
  .indexMenuSec ul li a:active {
    color: #333;
  }
  .indexMenuSec ul li a:visited {
    color: #333;
  }
  .indexMenuSec ul li a:focus {
    color: #333;
  }
  .indexMenuSec ul li a:hover {
    border-color: #ccc;
    background-color: rgba(94, 77, 66, 0.05);
  }
  .indexMenuSec ul li a .imgBase {
    display: block;
    text-align: center;
  }
  .indexMenuSec ul li a .imgBase img {
    vertical-align: bottom;
  }
  .indexMenuSec ul li a .textBase {
    display: block;
  }
  .indexMenuSec ul li a .textBase .title {
    display: block;
    text-align: center;
    color: #5e4d42;
    font-weight: 600;
  }
  .indexMenuSec ul li a .textBase .contents {
    display: block;
    padding-top: 5px;
    color: #666;
  }
  /* ticket print */
  .ticketPrintOnly,
.ticketPrintLogo,
.ticketPrintOnlyBlock,
.ticketPrintOnlyInline {
    display: none;
  }
  /**
  * チケット印刷用CSS
  */
  /**************************************
  汎用
  **************************************/
  /* モーダル */
  /* -----------------------
  contents:ログイン
  ----------------------- */
  /* -----------------------
  contents:初回ログインメンテナンス
  ----------------------- */
  /* -----------------------
  contents:パスワードを忘れた方
  ----------------------- */
}
@media print {
  * {
    background: none !important;
  }
  body {
    zoom: 70%;
    font: 8pt "メイリオ", arial, helvetica, clean, sans-serif;
    *font-size: small;
    *font: x-small;
    line-height: 150%;
    color: #333;
    padding: 0px 10px;
    position: relative;
  }
  .functionBase {
    min-height: auto !important;
    padding: 0px;
  }
  header,
#gNaviSec,
#sideClm,
.slidemenu,
#fMenu,
#crumbList,
.subMenuBase {
    display: none;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    line-height: 130%;
    margin-bottom: 20px;
  }
  table th {
    border-collapse: collapse;
    border: 1px solid #aaa;
    padding: 7px 15px;
    text-align: center;
    background-color: #ccc;
    font-weight: normal;
    color: #333;
    font-size: 93%;
  }
  table td {
    border-collapse: collapse;
    border: 1px solid #aaa;
    padding: 7px 15px;
    background-color: #eee;
    font-size: 93%;
    color: #333;
  }
  table td.tckIdCell {
    text-align: center;
    width: 200px;
  }
  table td.tckNumCell {
    text-align: center;
    width: 100px;
  }
  #contents .mainClm {
    width: 100%;
  }
  #footerPush {
    display: none;
  }
  .contentsInfo1 {
    padding: 15px 0px 35px 0px;
  }
  .ticketPrintNone {
    display: none;
  }
  .ticketPrintOnly {
    display: table-row;
  }
  .ticketPrintOnlyInline {
    display: inline;
  }
  .ticketPrintOnlyBlock {
    display: block;
  }
  .ticketName {
    font-size: 25px;
    padding-top: 40px;
    margin-bottom: 20px;
  }
  .ticketPrintLogo {
    display: block !important;
    position: absolute;
    top: 10px;
    right: 0px;
  }
  .ticketPrintLogo img {
    width: 250px;
    height: auto;
  }
  .titTextSub {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #333;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-radius: 0px;
  }
}
@media all {
  #modal {
    position: fixed;
    z-index: 20000;
    display: none;
    text-align: center;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #modal::after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: "";
    vertical-align: middle;
    margin-left: -0.05em;
  }
  #modal #modalInner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 95%;
    max-width: 300px;
    max-height: 80%;
    text-align: left;
    vertical-align: middle;
    overflow: auto;
    padding: 35px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-animation: viewModal 0.1s linear;
            animation: viewModal 0.1s linear;
  }
  #modal #modalInner #modalClose {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #modal #modalInner #modalClose #modalCloseBtn {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  #modal #modalInner #modalClose #modalCloseBtn::before, #modal #modalInner #modalClose #modalCloseBtn::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 2px;
    display: block;
    width: 24px;
    height: 2px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #999;
  }
  #modal #modalInner #modalClose #modalCloseBtn::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #modal #modalInner #modalClose #modalCloseBtn::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media all {
  @-webkit-keyframes viewModal {
    0% {
      scale: 1.1;
      opacity: 0;
    }
    100% {
      scale: 1;
      opacity: 1;
    }
  }
  @keyframes viewModal {
    0% {
      scale: 1.1;
      opacity: 0;
    }
    100% {
      scale: 1;
      opacity: 1;
    }
  }
}
@media all {
  #firstOpenSec img {
    vertical-align: bottom;
    width: 100%;
  }
  #firstOpenSec .image {
    margin: 0px auto;
  }
  #firstOpenSec .btnBase {
    margin: 0px auto;
  }
}
@media all {
  .font10 {
    font-size: 10px !important;
    font-size: 1rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font11 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font13 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font15 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font17 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font18 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font19 {
    font-size: 19px !important;
    font-size: 1.9rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font20 {
    font-size: 20px !important;
    font-size: 2rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font21 {
    font-size: 21px !important;
    font-size: 2.1rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font22 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font23 {
    font-size: 23px !important;
    font-size: 2.3rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font24 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font25 {
    font-size: 25px !important;
    font-size: 2.5rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font26 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font27 {
    font-size: 27px !important;
    font-size: 2.7rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font28 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font29 {
    font-size: 29px !important;
    font-size: 2.9rem !important;
    line-height: auto !important;
  }
}
@media all {
  .font30 {
    font-size: 30px !important;
    font-size: 3rem !important;
    line-height: auto !important;
  }
}
@media all {
  .fontRt1 {
    font-size: 1% !important;
  }
}
@media all {
  .fontRt2 {
    font-size: 2% !important;
  }
}
@media all {
  .fontRt3 {
    font-size: 3% !important;
  }
}
@media all {
  .fontRt4 {
    font-size: 4% !important;
  }
}
@media all {
  .fontRt5 {
    font-size: 5% !important;
  }
}
@media all {
  .fontRt6 {
    font-size: 6% !important;
  }
}
@media all {
  .fontRt7 {
    font-size: 7% !important;
  }
}
@media all {
  .fontRt8 {
    font-size: 8% !important;
  }
}
@media all {
  .fontRt9 {
    font-size: 9% !important;
  }
}
@media all {
  .fontRt10 {
    font-size: 10% !important;
  }
}
@media all {
  .fontRt11 {
    font-size: 11% !important;
  }
}
@media all {
  .fontRt12 {
    font-size: 12% !important;
  }
}
@media all {
  .fontRt13 {
    font-size: 13% !important;
  }
}
@media all {
  .fontRt14 {
    font-size: 14% !important;
  }
}
@media all {
  .fontRt15 {
    font-size: 15% !important;
  }
}
@media all {
  .fontRt16 {
    font-size: 16% !important;
  }
}
@media all {
  .fontRt17 {
    font-size: 17% !important;
  }
}
@media all {
  .fontRt18 {
    font-size: 18% !important;
  }
}
@media all {
  .fontRt19 {
    font-size: 19% !important;
  }
}
@media all {
  .fontRt20 {
    font-size: 20% !important;
  }
}
@media all {
  .fontRt21 {
    font-size: 21% !important;
  }
}
@media all {
  .fontRt22 {
    font-size: 22% !important;
  }
}
@media all {
  .fontRt23 {
    font-size: 23% !important;
  }
}
@media all {
  .fontRt24 {
    font-size: 24% !important;
  }
}
@media all {
  .fontRt25 {
    font-size: 25% !important;
  }
}
@media all {
  .fontRt26 {
    font-size: 26% !important;
  }
}
@media all {
  .fontRt27 {
    font-size: 27% !important;
  }
}
@media all {
  .fontRt28 {
    font-size: 28% !important;
  }
}
@media all {
  .fontRt29 {
    font-size: 29% !important;
  }
}
@media all {
  .fontRt30 {
    font-size: 30% !important;
  }
}
@media all {
  .fontRt31 {
    font-size: 31% !important;
  }
}
@media all {
  .fontRt32 {
    font-size: 32% !important;
  }
}
@media all {
  .fontRt33 {
    font-size: 33% !important;
  }
}
@media all {
  .fontRt34 {
    font-size: 34% !important;
  }
}
@media all {
  .fontRt35 {
    font-size: 35% !important;
  }
}
@media all {
  .fontRt36 {
    font-size: 36% !important;
  }
}
@media all {
  .fontRt37 {
    font-size: 37% !important;
  }
}
@media all {
  .fontRt38 {
    font-size: 38% !important;
  }
}
@media all {
  .fontRt39 {
    font-size: 39% !important;
  }
}
@media all {
  .fontRt40 {
    font-size: 40% !important;
  }
}
@media all {
  .fontRt41 {
    font-size: 41% !important;
  }
}
@media all {
  .fontRt42 {
    font-size: 42% !important;
  }
}
@media all {
  .fontRt43 {
    font-size: 43% !important;
  }
}
@media all {
  .fontRt44 {
    font-size: 44% !important;
  }
}
@media all {
  .fontRt45 {
    font-size: 45% !important;
  }
}
@media all {
  .fontRt46 {
    font-size: 46% !important;
  }
}
@media all {
  .fontRt47 {
    font-size: 47% !important;
  }
}
@media all {
  .fontRt48 {
    font-size: 48% !important;
  }
}
@media all {
  .fontRt49 {
    font-size: 49% !important;
  }
}
@media all {
  .fontRt50 {
    font-size: 50% !important;
  }
}
@media all {
  .fontRt51 {
    font-size: 51% !important;
  }
}
@media all {
  .fontRt52 {
    font-size: 52% !important;
  }
}
@media all {
  .fontRt53 {
    font-size: 53% !important;
  }
}
@media all {
  .fontRt54 {
    font-size: 54% !important;
  }
}
@media all {
  .fontRt55 {
    font-size: 55% !important;
  }
}
@media all {
  .fontRt56 {
    font-size: 56% !important;
  }
}
@media all {
  .fontRt57 {
    font-size: 57% !important;
  }
}
@media all {
  .fontRt58 {
    font-size: 58% !important;
  }
}
@media all {
  .fontRt59 {
    font-size: 59% !important;
  }
}
@media all {
  .fontRt60 {
    font-size: 60% !important;
  }
}
@media all {
  .fontRt61 {
    font-size: 61% !important;
  }
}
@media all {
  .fontRt62 {
    font-size: 62% !important;
  }
}
@media all {
  .fontRt63 {
    font-size: 63% !important;
  }
}
@media all {
  .fontRt64 {
    font-size: 64% !important;
  }
}
@media all {
  .fontRt65 {
    font-size: 65% !important;
  }
}
@media all {
  .fontRt66 {
    font-size: 66% !important;
  }
}
@media all {
  .fontRt67 {
    font-size: 67% !important;
  }
}
@media all {
  .fontRt68 {
    font-size: 68% !important;
  }
}
@media all {
  .fontRt69 {
    font-size: 69% !important;
  }
}
@media all {
  .fontRt70 {
    font-size: 70% !important;
  }
}
@media all {
  .fontRt71 {
    font-size: 71% !important;
  }
}
@media all {
  .fontRt72 {
    font-size: 72% !important;
  }
}
@media all {
  .fontRt73 {
    font-size: 73% !important;
  }
}
@media all {
  .fontRt74 {
    font-size: 74% !important;
  }
}
@media all {
  .fontRt75 {
    font-size: 75% !important;
  }
}
@media all {
  .fontRt76 {
    font-size: 76% !important;
  }
}
@media all {
  .fontRt77 {
    font-size: 77% !important;
  }
}
@media all {
  .fontRt78 {
    font-size: 78% !important;
  }
}
@media all {
  .fontRt79 {
    font-size: 79% !important;
  }
}
@media all {
  .fontRt80 {
    font-size: 80% !important;
  }
}
@media all {
  .fontRt81 {
    font-size: 81% !important;
  }
}
@media all {
  .fontRt82 {
    font-size: 82% !important;
  }
}
@media all {
  .fontRt83 {
    font-size: 83% !important;
  }
}
@media all {
  .fontRt84 {
    font-size: 84% !important;
  }
}
@media all {
  .fontRt85 {
    font-size: 85% !important;
  }
}
@media all {
  .fontRt86 {
    font-size: 86% !important;
  }
}
@media all {
  .fontRt87 {
    font-size: 87% !important;
  }
}
@media all {
  .fontRt88 {
    font-size: 88% !important;
  }
}
@media all {
  .fontRt89 {
    font-size: 89% !important;
  }
}
@media all {
  .fontRt90 {
    font-size: 90% !important;
  }
}
@media all {
  .fontRt91 {
    font-size: 91% !important;
  }
}
@media all {
  .fontRt92 {
    font-size: 92% !important;
  }
}
@media all {
  .fontRt93 {
    font-size: 93% !important;
  }
}
@media all {
  .fontRt94 {
    font-size: 94% !important;
  }
}
@media all {
  .fontRt95 {
    font-size: 95% !important;
  }
}
@media all {
  .fontRt96 {
    font-size: 96% !important;
  }
}
@media all {
  .fontRt97 {
    font-size: 97% !important;
  }
}
@media all {
  .fontRt98 {
    font-size: 98% !important;
  }
}
@media all {
  .fontRt99 {
    font-size: 99% !important;
  }
}
@media all {
  .fontRt100 {
    font-size: 100% !important;
  }
}
@media all {
  .fontRt101 {
    font-size: 101% !important;
  }
}
@media all {
  .fontRt102 {
    font-size: 102% !important;
  }
}
@media all {
  .fontRt103 {
    font-size: 103% !important;
  }
}
@media all {
  .fontRt104 {
    font-size: 104% !important;
  }
}
@media all {
  .fontRt105 {
    font-size: 105% !important;
  }
}
@media all {
  .fontRt106 {
    font-size: 106% !important;
  }
}
@media all {
  .fontRt107 {
    font-size: 107% !important;
  }
}
@media all {
  .fontRt108 {
    font-size: 108% !important;
  }
}
@media all {
  .fontRt109 {
    font-size: 109% !important;
  }
}
@media all {
  .fontRt110 {
    font-size: 110% !important;
  }
}
@media all {
  .fontRt111 {
    font-size: 111% !important;
  }
}
@media all {
  .fontRt112 {
    font-size: 112% !important;
  }
}
@media all {
  .fontRt113 {
    font-size: 113% !important;
  }
}
@media all {
  .fontRt114 {
    font-size: 114% !important;
  }
}
@media all {
  .fontRt115 {
    font-size: 115% !important;
  }
}
@media all {
  .fontRt116 {
    font-size: 116% !important;
  }
}
@media all {
  .fontRt117 {
    font-size: 117% !important;
  }
}
@media all {
  .fontRt118 {
    font-size: 118% !important;
  }
}
@media all {
  .fontRt119 {
    font-size: 119% !important;
  }
}
@media all {
  .fontRt120 {
    font-size: 120% !important;
  }
}
@media all {
  .fontRt121 {
    font-size: 121% !important;
  }
}
@media all {
  .fontRt122 {
    font-size: 122% !important;
  }
}
@media all {
  .fontRt123 {
    font-size: 123% !important;
  }
}
@media all {
  .fontRt124 {
    font-size: 124% !important;
  }
}
@media all {
  .fontRt125 {
    font-size: 125% !important;
  }
}
@media all {
  .fontRt126 {
    font-size: 126% !important;
  }
}
@media all {
  .fontRt127 {
    font-size: 127% !important;
  }
}
@media all {
  .fontRt128 {
    font-size: 128% !important;
  }
}
@media all {
  .fontRt129 {
    font-size: 129% !important;
  }
}
@media all {
  .fontRt130 {
    font-size: 130% !important;
  }
}
@media all {
  .fontRt131 {
    font-size: 131% !important;
  }
}
@media all {
  .fontRt132 {
    font-size: 132% !important;
  }
}
@media all {
  .fontRt133 {
    font-size: 133% !important;
  }
}
@media all {
  .fontRt134 {
    font-size: 134% !important;
  }
}
@media all {
  .fontRt135 {
    font-size: 135% !important;
  }
}
@media all {
  .fontRt136 {
    font-size: 136% !important;
  }
}
@media all {
  .fontRt137 {
    font-size: 137% !important;
  }
}
@media all {
  .fontRt138 {
    font-size: 138% !important;
  }
}
@media all {
  .fontRt139 {
    font-size: 139% !important;
  }
}
@media all {
  .fontRt140 {
    font-size: 140% !important;
  }
}
@media all {
  .fontRt141 {
    font-size: 141% !important;
  }
}
@media all {
  .fontRt142 {
    font-size: 142% !important;
  }
}
@media all {
  .fontRt143 {
    font-size: 143% !important;
  }
}
@media all {
  .fontRt144 {
    font-size: 144% !important;
  }
}
@media all {
  .fontRt145 {
    font-size: 145% !important;
  }
}
@media all {
  .fontRt146 {
    font-size: 146% !important;
  }
}
@media all {
  .fontRt147 {
    font-size: 147% !important;
  }
}
@media all {
  .fontRt148 {
    font-size: 148% !important;
  }
}
@media all {
  .fontRt149 {
    font-size: 149% !important;
  }
}
@media all {
  .fontRt150 {
    font-size: 150% !important;
  }
}
@media all {
  .fontRt151 {
    font-size: 151% !important;
  }
}
@media all {
  .fontRt152 {
    font-size: 152% !important;
  }
}
@media all {
  .fontRt153 {
    font-size: 153% !important;
  }
}
@media all {
  .fontRt154 {
    font-size: 154% !important;
  }
}
@media all {
  .fontRt155 {
    font-size: 155% !important;
  }
}
@media all {
  .fontRt156 {
    font-size: 156% !important;
  }
}
@media all {
  .fontRt157 {
    font-size: 157% !important;
  }
}
@media all {
  .fontRt158 {
    font-size: 158% !important;
  }
}
@media all {
  .fontRt159 {
    font-size: 159% !important;
  }
}
@media all {
  .fontRt160 {
    font-size: 160% !important;
  }
}
@media all {
  .fontRt161 {
    font-size: 161% !important;
  }
}
@media all {
  .fontRt162 {
    font-size: 162% !important;
  }
}
@media all {
  .fontRt163 {
    font-size: 163% !important;
  }
}
@media all {
  .fontRt164 {
    font-size: 164% !important;
  }
}
@media all {
  .fontRt165 {
    font-size: 165% !important;
  }
}
@media all {
  .fontRt166 {
    font-size: 166% !important;
  }
}
@media all {
  .fontRt167 {
    font-size: 167% !important;
  }
}
@media all {
  .fontRt168 {
    font-size: 168% !important;
  }
}
@media all {
  .fontRt169 {
    font-size: 169% !important;
  }
}
@media all {
  .fontRt170 {
    font-size: 170% !important;
  }
}
@media all {
  .fontRt171 {
    font-size: 171% !important;
  }
}
@media all {
  .fontRt172 {
    font-size: 172% !important;
  }
}
@media all {
  .fontRt173 {
    font-size: 173% !important;
  }
}
@media all {
  .fontRt174 {
    font-size: 174% !important;
  }
}
@media all {
  .fontRt175 {
    font-size: 175% !important;
  }
}
@media all {
  .fontRt176 {
    font-size: 176% !important;
  }
}
@media all {
  .fontRt177 {
    font-size: 177% !important;
  }
}
@media all {
  .fontRt178 {
    font-size: 178% !important;
  }
}
@media all {
  .fontRt179 {
    font-size: 179% !important;
  }
}
@media all {
  .fontRt180 {
    font-size: 180% !important;
  }
}
@media all {
  .fontRt181 {
    font-size: 181% !important;
  }
}
@media all {
  .fontRt182 {
    font-size: 182% !important;
  }
}
@media all {
  .fontRt183 {
    font-size: 183% !important;
  }
}
@media all {
  .fontRt184 {
    font-size: 184% !important;
  }
}
@media all {
  .fontRt185 {
    font-size: 185% !important;
  }
}
@media all {
  .fontRt186 {
    font-size: 186% !important;
  }
}
@media all {
  .fontRt187 {
    font-size: 187% !important;
  }
}
@media all {
  .fontRt188 {
    font-size: 188% !important;
  }
}
@media all {
  .fontRt189 {
    font-size: 189% !important;
  }
}
@media all {
  .fontRt190 {
    font-size: 190% !important;
  }
}
@media all {
  .fontRt191 {
    font-size: 191% !important;
  }
}
@media all {
  .fontRt192 {
    font-size: 192% !important;
  }
}
@media all {
  .fontRt193 {
    font-size: 193% !important;
  }
}
@media all {
  .fontRt194 {
    font-size: 194% !important;
  }
}
@media all {
  .fontRt195 {
    font-size: 195% !important;
  }
}
@media all {
  .fontRt196 {
    font-size: 196% !important;
  }
}
@media all {
  .fontRt197 {
    font-size: 197% !important;
  }
}
@media all {
  .fontRt198 {
    font-size: 198% !important;
  }
}
@media all {
  .fontRt199 {
    font-size: 199% !important;
  }
}
@media all {
  .fontRt200 {
    font-size: 200% !important;
  }
}
@media all {
  .fontRt201 {
    font-size: 201% !important;
  }
}
@media all {
  .fontRt202 {
    font-size: 202% !important;
  }
}
@media all {
  .fontRt203 {
    font-size: 203% !important;
  }
}
@media all {
  .fontRt204 {
    font-size: 204% !important;
  }
}
@media all {
  .fontRt205 {
    font-size: 205% !important;
  }
}
@media all {
  .fontRt206 {
    font-size: 206% !important;
  }
}
@media all {
  .fontRt207 {
    font-size: 207% !important;
  }
}
@media all {
  .fontRt208 {
    font-size: 208% !important;
  }
}
@media all {
  .fontRt209 {
    font-size: 209% !important;
  }
}
@media all {
  .fontRt210 {
    font-size: 210% !important;
  }
}
@media all {
  .fontRt211 {
    font-size: 211% !important;
  }
}
@media all {
  .fontRt212 {
    font-size: 212% !important;
  }
}
@media all {
  .fontRt213 {
    font-size: 213% !important;
  }
}
@media all {
  .fontRt214 {
    font-size: 214% !important;
  }
}
@media all {
  .fontRt215 {
    font-size: 215% !important;
  }
}
@media all {
  .fontRt216 {
    font-size: 216% !important;
  }
}
@media all {
  .fontRt217 {
    font-size: 217% !important;
  }
}
@media all {
  .fontRt218 {
    font-size: 218% !important;
  }
}
@media all {
  .fontRt219 {
    font-size: 219% !important;
  }
}
@media all {
  .fontRt220 {
    font-size: 220% !important;
  }
}
@media all {
  .fontRt221 {
    font-size: 221% !important;
  }
}
@media all {
  .fontRt222 {
    font-size: 222% !important;
  }
}
@media all {
  .fontRt223 {
    font-size: 223% !important;
  }
}
@media all {
  .fontRt224 {
    font-size: 224% !important;
  }
}
@media all {
  .fontRt225 {
    font-size: 225% !important;
  }
}
@media all {
  .fontRt226 {
    font-size: 226% !important;
  }
}
@media all {
  .fontRt227 {
    font-size: 227% !important;
  }
}
@media all {
  .fontRt228 {
    font-size: 228% !important;
  }
}
@media all {
  .fontRt229 {
    font-size: 229% !important;
  }
}
@media all {
  .fontRt230 {
    font-size: 230% !important;
  }
}
@media all {
  .fontRt231 {
    font-size: 231% !important;
  }
}
@media all {
  .fontRt232 {
    font-size: 232% !important;
  }
}
@media all {
  .fontRt233 {
    font-size: 233% !important;
  }
}
@media all {
  .fontRt234 {
    font-size: 234% !important;
  }
}
@media all {
  .fontRt235 {
    font-size: 235% !important;
  }
}
@media all {
  .fontRt236 {
    font-size: 236% !important;
  }
}
@media all {
  .fontRt237 {
    font-size: 237% !important;
  }
}
@media all {
  .fontRt238 {
    font-size: 238% !important;
  }
}
@media all {
  .fontRt239 {
    font-size: 239% !important;
  }
}
@media all {
  .fontRt240 {
    font-size: 240% !important;
  }
}
@media all {
  .fontRt241 {
    font-size: 241% !important;
  }
}
@media all {
  .fontRt242 {
    font-size: 242% !important;
  }
}
@media all {
  .fontRt243 {
    font-size: 243% !important;
  }
}
@media all {
  .fontRt244 {
    font-size: 244% !important;
  }
}
@media all {
  .fontRt245 {
    font-size: 245% !important;
  }
}
@media all {
  .fontRt246 {
    font-size: 246% !important;
  }
}
@media all {
  .fontRt247 {
    font-size: 247% !important;
  }
}
@media all {
  .fontRt248 {
    font-size: 248% !important;
  }
}
@media all {
  .fontRt249 {
    font-size: 249% !important;
  }
}
@media all {
  .fontRt250 {
    font-size: 250% !important;
  }
}
@media all {
  .fontRt251 {
    font-size: 251% !important;
  }
}
@media all {
  .fontRt252 {
    font-size: 252% !important;
  }
}
@media all {
  .fontRt253 {
    font-size: 253% !important;
  }
}
@media all {
  .fontRt254 {
    font-size: 254% !important;
  }
}
@media all {
  .fontRt255 {
    font-size: 255% !important;
  }
}
@media all {
  .fontRt256 {
    font-size: 256% !important;
  }
}
@media all {
  .fontRt257 {
    font-size: 257% !important;
  }
}
@media all {
  .fontRt258 {
    font-size: 258% !important;
  }
}
@media all {
  .fontRt259 {
    font-size: 259% !important;
  }
}
@media all {
  .fontRt260 {
    font-size: 260% !important;
  }
}
@media all {
  .fontRt261 {
    font-size: 261% !important;
  }
}
@media all {
  .fontRt262 {
    font-size: 262% !important;
  }
}
@media all {
  .fontRt263 {
    font-size: 263% !important;
  }
}
@media all {
  .fontRt264 {
    font-size: 264% !important;
  }
}
@media all {
  .fontRt265 {
    font-size: 265% !important;
  }
}
@media all {
  .fontRt266 {
    font-size: 266% !important;
  }
}
@media all {
  .fontRt267 {
    font-size: 267% !important;
  }
}
@media all {
  .fontRt268 {
    font-size: 268% !important;
  }
}
@media all {
  .fontRt269 {
    font-size: 269% !important;
  }
}
@media all {
  .fontRt270 {
    font-size: 270% !important;
  }
}
@media all {
  .fontRt271 {
    font-size: 271% !important;
  }
}
@media all {
  .fontRt272 {
    font-size: 272% !important;
  }
}
@media all {
  .fontRt273 {
    font-size: 273% !important;
  }
}
@media all {
  .fontRt274 {
    font-size: 274% !important;
  }
}
@media all {
  .fontRt275 {
    font-size: 275% !important;
  }
}
@media all {
  .fontRt276 {
    font-size: 276% !important;
  }
}
@media all {
  .fontRt277 {
    font-size: 277% !important;
  }
}
@media all {
  .fontRt278 {
    font-size: 278% !important;
  }
}
@media all {
  .fontRt279 {
    font-size: 279% !important;
  }
}
@media all {
  .fontRt280 {
    font-size: 280% !important;
  }
}
@media all {
  .fontRt281 {
    font-size: 281% !important;
  }
}
@media all {
  .fontRt282 {
    font-size: 282% !important;
  }
}
@media all {
  .fontRt283 {
    font-size: 283% !important;
  }
}
@media all {
  .fontRt284 {
    font-size: 284% !important;
  }
}
@media all {
  .fontRt285 {
    font-size: 285% !important;
  }
}
@media all {
  .fontRt286 {
    font-size: 286% !important;
  }
}
@media all {
  .fontRt287 {
    font-size: 287% !important;
  }
}
@media all {
  .fontRt288 {
    font-size: 288% !important;
  }
}
@media all {
  .fontRt289 {
    font-size: 289% !important;
  }
}
@media all {
  .fontRt290 {
    font-size: 290% !important;
  }
}
@media all {
  .fontRt291 {
    font-size: 291% !important;
  }
}
@media all {
  .fontRt292 {
    font-size: 292% !important;
  }
}
@media all {
  .fontRt293 {
    font-size: 293% !important;
  }
}
@media all {
  .fontRt294 {
    font-size: 294% !important;
  }
}
@media all {
  .fontRt295 {
    font-size: 295% !important;
  }
}
@media all {
  .fontRt296 {
    font-size: 296% !important;
  }
}
@media all {
  .fontRt297 {
    font-size: 297% !important;
  }
}
@media all {
  .fontRt298 {
    font-size: 298% !important;
  }
}
@media all {
  .fontRt299 {
    font-size: 299% !important;
  }
}
@media all {
  .fontRt300 {
    font-size: 300% !important;
  }
}
@media all {
  .fontWB {
    font-weight: bold !important;
  }
}
@media all {
  .fontWN {
    font-weight: normal !important;
  }
}
@media all {
  .fontUL {
    text-decoration: underline !important;
  }
}
@media all {
  .marL1 {
    margin-left: 1px !important;
  }
}
@media all {
  .marR1 {
    margin-right: 1px !important;
  }
}
@media all {
  .marT1 {
    margin-top: 1px !important;
  }
}
@media all {
  .marB1 {
    margin-bottom: 1px !important;
  }
}
@media all {
  .marA1 {
    margin: 1px !important;
  }
}
@media all {
  .marL2 {
    margin-left: 2px !important;
  }
}
@media all {
  .marR2 {
    margin-right: 2px !important;
  }
}
@media all {
  .marT2 {
    margin-top: 2px !important;
  }
}
@media all {
  .marB2 {
    margin-bottom: 2px !important;
  }
}
@media all {
  .marA2 {
    margin: 2px !important;
  }
}
@media all {
  .marL3 {
    margin-left: 3px !important;
  }
}
@media all {
  .marR3 {
    margin-right: 3px !important;
  }
}
@media all {
  .marT3 {
    margin-top: 3px !important;
  }
}
@media all {
  .marB3 {
    margin-bottom: 3px !important;
  }
}
@media all {
  .marA3 {
    margin: 3px !important;
  }
}
@media all {
  .marL4 {
    margin-left: 4px !important;
  }
}
@media all {
  .marR4 {
    margin-right: 4px !important;
  }
}
@media all {
  .marT4 {
    margin-top: 4px !important;
  }
}
@media all {
  .marB4 {
    margin-bottom: 4px !important;
  }
}
@media all {
  .marA4 {
    margin: 4px !important;
  }
}
@media all {
  .marL5 {
    margin-left: 5px !important;
  }
}
@media all {
  .marR5 {
    margin-right: 5px !important;
  }
}
@media all {
  .marT5 {
    margin-top: 5px !important;
  }
}
@media all {
  .marB5 {
    margin-bottom: 5px !important;
  }
}
@media all {
  .marA5 {
    margin: 5px !important;
  }
}
@media all {
  .marL6 {
    margin-left: 6px !important;
  }
}
@media all {
  .marR6 {
    margin-right: 6px !important;
  }
}
@media all {
  .marT6 {
    margin-top: 6px !important;
  }
}
@media all {
  .marB6 {
    margin-bottom: 6px !important;
  }
}
@media all {
  .marA6 {
    margin: 6px !important;
  }
}
@media all {
  .marL7 {
    margin-left: 7px !important;
  }
}
@media all {
  .marR7 {
    margin-right: 7px !important;
  }
}
@media all {
  .marT7 {
    margin-top: 7px !important;
  }
}
@media all {
  .marB7 {
    margin-bottom: 7px !important;
  }
}
@media all {
  .marA7 {
    margin: 7px !important;
  }
}
@media all {
  .marL8 {
    margin-left: 8px !important;
  }
}
@media all {
  .marR8 {
    margin-right: 8px !important;
  }
}
@media all {
  .marT8 {
    margin-top: 8px !important;
  }
}
@media all {
  .marB8 {
    margin-bottom: 8px !important;
  }
}
@media all {
  .marA8 {
    margin: 8px !important;
  }
}
@media all {
  .marL9 {
    margin-left: 9px !important;
  }
}
@media all {
  .marR9 {
    margin-right: 9px !important;
  }
}
@media all {
  .marT9 {
    margin-top: 9px !important;
  }
}
@media all {
  .marB9 {
    margin-bottom: 9px !important;
  }
}
@media all {
  .marA9 {
    margin: 9px !important;
  }
}
@media all {
  .marL10 {
    margin-left: 10px !important;
  }
}
@media all {
  .marR10 {
    margin-right: 10px !important;
  }
}
@media all {
  .marT10 {
    margin-top: 10px !important;
  }
}
@media all {
  .marB10 {
    margin-bottom: 10px !important;
  }
}
@media all {
  .marA10 {
    margin: 10px !important;
  }
}
@media all {
  .marL11 {
    margin-left: 11px !important;
  }
}
@media all {
  .marR11 {
    margin-right: 11px !important;
  }
}
@media all {
  .marT11 {
    margin-top: 11px !important;
  }
}
@media all {
  .marB11 {
    margin-bottom: 11px !important;
  }
}
@media all {
  .marA11 {
    margin: 11px !important;
  }
}
@media all {
  .marL12 {
    margin-left: 12px !important;
  }
}
@media all {
  .marR12 {
    margin-right: 12px !important;
  }
}
@media all {
  .marT12 {
    margin-top: 12px !important;
  }
}
@media all {
  .marB12 {
    margin-bottom: 12px !important;
  }
}
@media all {
  .marA12 {
    margin: 12px !important;
  }
}
@media all {
  .marL13 {
    margin-left: 13px !important;
  }
}
@media all {
  .marR13 {
    margin-right: 13px !important;
  }
}
@media all {
  .marT13 {
    margin-top: 13px !important;
  }
}
@media all {
  .marB13 {
    margin-bottom: 13px !important;
  }
}
@media all {
  .marA13 {
    margin: 13px !important;
  }
}
@media all {
  .marL14 {
    margin-left: 14px !important;
  }
}
@media all {
  .marR14 {
    margin-right: 14px !important;
  }
}
@media all {
  .marT14 {
    margin-top: 14px !important;
  }
}
@media all {
  .marB14 {
    margin-bottom: 14px !important;
  }
}
@media all {
  .marA14 {
    margin: 14px !important;
  }
}
@media all {
  .marL15 {
    margin-left: 15px !important;
  }
}
@media all {
  .marR15 {
    margin-right: 15px !important;
  }
}
@media all {
  .marT15 {
    margin-top: 15px !important;
  }
}
@media all {
  .marB15 {
    margin-bottom: 15px !important;
  }
}
@media all {
  .marA15 {
    margin: 15px !important;
  }
}
@media all {
  .marL16 {
    margin-left: 16px !important;
  }
}
@media all {
  .marR16 {
    margin-right: 16px !important;
  }
}
@media all {
  .marT16 {
    margin-top: 16px !important;
  }
}
@media all {
  .marB16 {
    margin-bottom: 16px !important;
  }
}
@media all {
  .marA16 {
    margin: 16px !important;
  }
}
@media all {
  .marL17 {
    margin-left: 17px !important;
  }
}
@media all {
  .marR17 {
    margin-right: 17px !important;
  }
}
@media all {
  .marT17 {
    margin-top: 17px !important;
  }
}
@media all {
  .marB17 {
    margin-bottom: 17px !important;
  }
}
@media all {
  .marA17 {
    margin: 17px !important;
  }
}
@media all {
  .marL18 {
    margin-left: 18px !important;
  }
}
@media all {
  .marR18 {
    margin-right: 18px !important;
  }
}
@media all {
  .marT18 {
    margin-top: 18px !important;
  }
}
@media all {
  .marB18 {
    margin-bottom: 18px !important;
  }
}
@media all {
  .marA18 {
    margin: 18px !important;
  }
}
@media all {
  .marL19 {
    margin-left: 19px !important;
  }
}
@media all {
  .marR19 {
    margin-right: 19px !important;
  }
}
@media all {
  .marT19 {
    margin-top: 19px !important;
  }
}
@media all {
  .marB19 {
    margin-bottom: 19px !important;
  }
}
@media all {
  .marA19 {
    margin: 19px !important;
  }
}
@media all {
  .marL20 {
    margin-left: 20px !important;
  }
}
@media all {
  .marR20 {
    margin-right: 20px !important;
  }
}
@media all {
  .marT20 {
    margin-top: 20px !important;
  }
}
@media all {
  .marB20 {
    margin-bottom: 20px !important;
  }
}
@media all {
  .marA20 {
    margin: 20px !important;
  }
}
@media all {
  .marL21 {
    margin-left: 21px !important;
  }
}
@media all {
  .marR21 {
    margin-right: 21px !important;
  }
}
@media all {
  .marT21 {
    margin-top: 21px !important;
  }
}
@media all {
  .marB21 {
    margin-bottom: 21px !important;
  }
}
@media all {
  .marA21 {
    margin: 21px !important;
  }
}
@media all {
  .marL22 {
    margin-left: 22px !important;
  }
}
@media all {
  .marR22 {
    margin-right: 22px !important;
  }
}
@media all {
  .marT22 {
    margin-top: 22px !important;
  }
}
@media all {
  .marB22 {
    margin-bottom: 22px !important;
  }
}
@media all {
  .marA22 {
    margin: 22px !important;
  }
}
@media all {
  .marL23 {
    margin-left: 23px !important;
  }
}
@media all {
  .marR23 {
    margin-right: 23px !important;
  }
}
@media all {
  .marT23 {
    margin-top: 23px !important;
  }
}
@media all {
  .marB23 {
    margin-bottom: 23px !important;
  }
}
@media all {
  .marA23 {
    margin: 23px !important;
  }
}
@media all {
  .marL24 {
    margin-left: 24px !important;
  }
}
@media all {
  .marR24 {
    margin-right: 24px !important;
  }
}
@media all {
  .marT24 {
    margin-top: 24px !important;
  }
}
@media all {
  .marB24 {
    margin-bottom: 24px !important;
  }
}
@media all {
  .marA24 {
    margin: 24px !important;
  }
}
@media all {
  .marL25 {
    margin-left: 25px !important;
  }
}
@media all {
  .marR25 {
    margin-right: 25px !important;
  }
}
@media all {
  .marT25 {
    margin-top: 25px !important;
  }
}
@media all {
  .marB25 {
    margin-bottom: 25px !important;
  }
}
@media all {
  .marA25 {
    margin: 25px !important;
  }
}
@media all {
  .marL26 {
    margin-left: 26px !important;
  }
}
@media all {
  .marR26 {
    margin-right: 26px !important;
  }
}
@media all {
  .marT26 {
    margin-top: 26px !important;
  }
}
@media all {
  .marB26 {
    margin-bottom: 26px !important;
  }
}
@media all {
  .marA26 {
    margin: 26px !important;
  }
}
@media all {
  .marL27 {
    margin-left: 27px !important;
  }
}
@media all {
  .marR27 {
    margin-right: 27px !important;
  }
}
@media all {
  .marT27 {
    margin-top: 27px !important;
  }
}
@media all {
  .marB27 {
    margin-bottom: 27px !important;
  }
}
@media all {
  .marA27 {
    margin: 27px !important;
  }
}
@media all {
  .marL28 {
    margin-left: 28px !important;
  }
}
@media all {
  .marR28 {
    margin-right: 28px !important;
  }
}
@media all {
  .marT28 {
    margin-top: 28px !important;
  }
}
@media all {
  .marB28 {
    margin-bottom: 28px !important;
  }
}
@media all {
  .marA28 {
    margin: 28px !important;
  }
}
@media all {
  .marL29 {
    margin-left: 29px !important;
  }
}
@media all {
  .marR29 {
    margin-right: 29px !important;
  }
}
@media all {
  .marT29 {
    margin-top: 29px !important;
  }
}
@media all {
  .marB29 {
    margin-bottom: 29px !important;
  }
}
@media all {
  .marA29 {
    margin: 29px !important;
  }
}
@media all {
  .marL30 {
    margin-left: 30px !important;
  }
}
@media all {
  .marR30 {
    margin-right: 30px !important;
  }
}
@media all {
  .marT30 {
    margin-top: 30px !important;
  }
}
@media all {
  .marB30 {
    margin-bottom: 30px !important;
  }
}
@media all {
  .marA30 {
    margin: 30px !important;
  }
}
@media all {
  .marL35 {
    margin-left: 35px !important;
  }
}
@media all {
  .marR35 {
    margin-right: 35px !important;
  }
}
@media all {
  .marT35 {
    margin-top: 35px !important;
  }
}
@media all {
  .marB35 {
    margin-bottom: 35px !important;
  }
}
@media all {
  .marA35 {
    margin: 35px !important;
  }
}
@media all {
  .marL40 {
    margin-left: 40px !important;
  }
}
@media all {
  .marR40 {
    margin-right: 40px !important;
  }
}
@media all {
  .marT40 {
    margin-top: 40px !important;
  }
}
@media all {
  .marB40 {
    margin-bottom: 40px !important;
  }
}
@media all {
  .marA40 {
    margin: 40px !important;
  }
}
@media all {
  .marL45 {
    margin-left: 45px !important;
  }
}
@media all {
  .marR45 {
    margin-right: 45px !important;
  }
}
@media all {
  .marT45 {
    margin-top: 45px !important;
  }
}
@media all {
  .marB45 {
    margin-bottom: 45px !important;
  }
}
@media all {
  .marA45 {
    margin: 45px !important;
  }
}
@media all {
  .marL50 {
    margin-left: 50px !important;
  }
}
@media all {
  .marR50 {
    margin-right: 50px !important;
  }
}
@media all {
  .marT50 {
    margin-top: 50px !important;
  }
}
@media all {
  .marB50 {
    margin-bottom: 50px !important;
  }
}
@media all {
  .marA50 {
    margin: 50px !important;
  }
}
@media all {
  .marL55 {
    margin-left: 55px !important;
  }
}
@media all {
  .marR55 {
    margin-right: 55px !important;
  }
}
@media all {
  .marT55 {
    margin-top: 55px !important;
  }
}
@media all {
  .marB55 {
    margin-bottom: 55px !important;
  }
}
@media all {
  .marA55 {
    margin: 55px !important;
  }
}
@media all {
  .marL60 {
    margin-left: 60px !important;
  }
}
@media all {
  .marR60 {
    margin-right: 60px !important;
  }
}
@media all {
  .marT60 {
    margin-top: 60px !important;
  }
}
@media all {
  .marB60 {
    margin-bottom: 60px !important;
  }
}
@media all {
  .marA60 {
    margin: 60px !important;
  }
}
@media all {
  .marL65 {
    margin-left: 65px !important;
  }
}
@media all {
  .marR65 {
    margin-right: 65px !important;
  }
}
@media all {
  .marT65 {
    margin-top: 65px !important;
  }
}
@media all {
  .marB65 {
    margin-bottom: 65px !important;
  }
}
@media all {
  .marA65 {
    margin: 65px !important;
  }
}
@media all {
  .marL70 {
    margin-left: 70px !important;
  }
}
@media all {
  .marR70 {
    margin-right: 70px !important;
  }
}
@media all {
  .marT70 {
    margin-top: 70px !important;
  }
}
@media all {
  .marB70 {
    margin-bottom: 70px !important;
  }
}
@media all {
  .marA70 {
    margin: 70px !important;
  }
}
@media all {
  .marL75 {
    margin-left: 75px !important;
  }
}
@media all {
  .marR75 {
    margin-right: 75px !important;
  }
}
@media all {
  .marT75 {
    margin-top: 75px !important;
  }
}
@media all {
  .marB75 {
    margin-bottom: 75px !important;
  }
}
@media all {
  .marA75 {
    margin: 75px !important;
  }
}
@media all {
  .marL80 {
    margin-left: 80px !important;
  }
}
@media all {
  .marR80 {
    margin-right: 80px !important;
  }
}
@media all {
  .marT80 {
    margin-top: 80px !important;
  }
}
@media all {
  .marB80 {
    margin-bottom: 80px !important;
  }
}
@media all {
  .marA80 {
    margin: 80px !important;
  }
}
@media all {
  .marL85 {
    margin-left: 85px !important;
  }
}
@media all {
  .marR85 {
    margin-right: 85px !important;
  }
}
@media all {
  .marT85 {
    margin-top: 85px !important;
  }
}
@media all {
  .marB85 {
    margin-bottom: 85px !important;
  }
}
@media all {
  .marA85 {
    margin: 85px !important;
  }
}
@media all {
  .marL90 {
    margin-left: 90px !important;
  }
}
@media all {
  .marR90 {
    margin-right: 90px !important;
  }
}
@media all {
  .marT90 {
    margin-top: 90px !important;
  }
}
@media all {
  .marB90 {
    margin-bottom: 90px !important;
  }
}
@media all {
  .marA90 {
    margin: 90px !important;
  }
}
@media all {
  .marL95 {
    margin-left: 95px !important;
  }
}
@media all {
  .marR95 {
    margin-right: 95px !important;
  }
}
@media all {
  .marT95 {
    margin-top: 95px !important;
  }
}
@media all {
  .marB95 {
    margin-bottom: 95px !important;
  }
}
@media all {
  .marA95 {
    margin: 95px !important;
  }
}
@media all {
  .marL100 {
    margin-left: 100px !important;
  }
}
@media all {
  .marR100 {
    margin-right: 100px !important;
  }
}
@media all {
  .marT100 {
    margin-top: 100px !important;
  }
}
@media all {
  .marB100 {
    margin-bottom: 100px !important;
  }
}
@media all {
  .marA100 {
    margin: 100px !important;
  }
}
@media all {
  .marL110 {
    margin-left: 110px !important;
  }
}
@media all {
  .marR110 {
    margin-right: 110px !important;
  }
}
@media all {
  .marT110 {
    margin-top: 110px !important;
  }
}
@media all {
  .marB110 {
    margin-bottom: 110px !important;
  }
}
@media all {
  .marA110 {
    margin: 110px !important;
  }
}
@media all {
  .marL120 {
    margin-left: 120px !important;
  }
}
@media all {
  .marR120 {
    margin-right: 120px !important;
  }
}
@media all {
  .marT120 {
    margin-top: 120px !important;
  }
}
@media all {
  .marB120 {
    margin-bottom: 120px !important;
  }
}
@media all {
  .marA120 {
    margin: 120px !important;
  }
}
@media all {
  .marL130 {
    margin-left: 130px !important;
  }
}
@media all {
  .marR130 {
    margin-right: 130px !important;
  }
}
@media all {
  .marT130 {
    margin-top: 130px !important;
  }
}
@media all {
  .marB130 {
    margin-bottom: 130px !important;
  }
}
@media all {
  .marA130 {
    margin: 130px !important;
  }
}
@media all {
  .marL140 {
    margin-left: 140px !important;
  }
}
@media all {
  .marR140 {
    margin-right: 140px !important;
  }
}
@media all {
  .marT140 {
    margin-top: 140px !important;
  }
}
@media all {
  .marB140 {
    margin-bottom: 140px !important;
  }
}
@media all {
  .marA140 {
    margin: 140px !important;
  }
}
@media all {
  .marL150 {
    margin-left: 150px !important;
  }
}
@media all {
  .marR150 {
    margin-right: 150px !important;
  }
}
@media all {
  .marT150 {
    margin-top: 150px !important;
  }
}
@media all {
  .marB150 {
    margin-bottom: 150px !important;
  }
}
@media all {
  .marA150 {
    margin: 150px !important;
  }
}
@media all {
  .marL160 {
    margin-left: 160px !important;
  }
}
@media all {
  .marR160 {
    margin-right: 160px !important;
  }
}
@media all {
  .marT160 {
    margin-top: 160px !important;
  }
}
@media all {
  .marB160 {
    margin-bottom: 160px !important;
  }
}
@media all {
  .marA160 {
    margin: 160px !important;
  }
}
@media all {
  .marL170 {
    margin-left: 170px !important;
  }
}
@media all {
  .marR170 {
    margin-right: 170px !important;
  }
}
@media all {
  .marT170 {
    margin-top: 170px !important;
  }
}
@media all {
  .marB170 {
    margin-bottom: 170px !important;
  }
}
@media all {
  .marA170 {
    margin: 170px !important;
  }
}
@media all {
  .marL180 {
    margin-left: 180px !important;
  }
}
@media all {
  .marR180 {
    margin-right: 180px !important;
  }
}
@media all {
  .marT180 {
    margin-top: 180px !important;
  }
}
@media all {
  .marB180 {
    margin-bottom: 180px !important;
  }
}
@media all {
  .marA180 {
    margin: 180px !important;
  }
}
@media all {
  .marL190 {
    margin-left: 190px !important;
  }
}
@media all {
  .marR190 {
    margin-right: 190px !important;
  }
}
@media all {
  .marT190 {
    margin-top: 190px !important;
  }
}
@media all {
  .marB190 {
    margin-bottom: 190px !important;
  }
}
@media all {
  .marA190 {
    margin: 190px !important;
  }
}
@media all {
  .marL200 {
    margin-left: 200px !important;
  }
}
@media all {
  .marR200 {
    margin-right: 200px !important;
  }
}
@media all {
  .marT200 {
    margin-top: 200px !important;
  }
}
@media all {
  .marB200 {
    margin-bottom: 200px !important;
  }
}
@media all {
  .marA200 {
    margin: 200px !important;
  }
}
@media all {
  .padL1 {
    padding-left: 1px !important;
  }
}
@media all {
  .padR1 {
    padding-right: 1px !important;
  }
}
@media all {
  .padT1 {
    padding-top: 1px !important;
  }
}
@media all {
  .padB1 {
    padding-bottom: 1px !important;
  }
}
@media all {
  .padA1 {
    padding: 1px !important;
  }
}
@media all {
  .padL2 {
    padding-left: 2px !important;
  }
}
@media all {
  .padR2 {
    padding-right: 2px !important;
  }
}
@media all {
  .padT2 {
    padding-top: 2px !important;
  }
}
@media all {
  .padB2 {
    padding-bottom: 2px !important;
  }
}
@media all {
  .padA2 {
    padding: 2px !important;
  }
}
@media all {
  .padL3 {
    padding-left: 3px !important;
  }
}
@media all {
  .padR3 {
    padding-right: 3px !important;
  }
}
@media all {
  .padT3 {
    padding-top: 3px !important;
  }
}
@media all {
  .padB3 {
    padding-bottom: 3px !important;
  }
}
@media all {
  .padA3 {
    padding: 3px !important;
  }
}
@media all {
  .padL4 {
    padding-left: 4px !important;
  }
}
@media all {
  .padR4 {
    padding-right: 4px !important;
  }
}
@media all {
  .padT4 {
    padding-top: 4px !important;
  }
}
@media all {
  .padB4 {
    padding-bottom: 4px !important;
  }
}
@media all {
  .padA4 {
    padding: 4px !important;
  }
}
@media all {
  .padL5 {
    padding-left: 5px !important;
  }
}
@media all {
  .padR5 {
    padding-right: 5px !important;
  }
}
@media all {
  .padT5 {
    padding-top: 5px !important;
  }
}
@media all {
  .padB5 {
    padding-bottom: 5px !important;
  }
}
@media all {
  .padA5 {
    padding: 5px !important;
  }
}
@media all {
  .padL6 {
    padding-left: 6px !important;
  }
}
@media all {
  .padR6 {
    padding-right: 6px !important;
  }
}
@media all {
  .padT6 {
    padding-top: 6px !important;
  }
}
@media all {
  .padB6 {
    padding-bottom: 6px !important;
  }
}
@media all {
  .padA6 {
    padding: 6px !important;
  }
}
@media all {
  .padL7 {
    padding-left: 7px !important;
  }
}
@media all {
  .padR7 {
    padding-right: 7px !important;
  }
}
@media all {
  .padT7 {
    padding-top: 7px !important;
  }
}
@media all {
  .padB7 {
    padding-bottom: 7px !important;
  }
}
@media all {
  .padA7 {
    padding: 7px !important;
  }
}
@media all {
  .padL8 {
    padding-left: 8px !important;
  }
}
@media all {
  .padR8 {
    padding-right: 8px !important;
  }
}
@media all {
  .padT8 {
    padding-top: 8px !important;
  }
}
@media all {
  .padB8 {
    padding-bottom: 8px !important;
  }
}
@media all {
  .padA8 {
    padding: 8px !important;
  }
}
@media all {
  .padL9 {
    padding-left: 9px !important;
  }
}
@media all {
  .padR9 {
    padding-right: 9px !important;
  }
}
@media all {
  .padT9 {
    padding-top: 9px !important;
  }
}
@media all {
  .padB9 {
    padding-bottom: 9px !important;
  }
}
@media all {
  .padA9 {
    padding: 9px !important;
  }
}
@media all {
  .padL10 {
    padding-left: 10px !important;
  }
}
@media all {
  .padR10 {
    padding-right: 10px !important;
  }
}
@media all {
  .padT10 {
    padding-top: 10px !important;
  }
}
@media all {
  .padB10 {
    padding-bottom: 10px !important;
  }
}
@media all {
  .padA10 {
    padding: 10px !important;
  }
}
@media all {
  .padL11 {
    padding-left: 11px !important;
  }
}
@media all {
  .padR11 {
    padding-right: 11px !important;
  }
}
@media all {
  .padT11 {
    padding-top: 11px !important;
  }
}
@media all {
  .padB11 {
    padding-bottom: 11px !important;
  }
}
@media all {
  .padA11 {
    padding: 11px !important;
  }
}
@media all {
  .padL12 {
    padding-left: 12px !important;
  }
}
@media all {
  .padR12 {
    padding-right: 12px !important;
  }
}
@media all {
  .padT12 {
    padding-top: 12px !important;
  }
}
@media all {
  .padB12 {
    padding-bottom: 12px !important;
  }
}
@media all {
  .padA12 {
    padding: 12px !important;
  }
}
@media all {
  .padL13 {
    padding-left: 13px !important;
  }
}
@media all {
  .padR13 {
    padding-right: 13px !important;
  }
}
@media all {
  .padT13 {
    padding-top: 13px !important;
  }
}
@media all {
  .padB13 {
    padding-bottom: 13px !important;
  }
}
@media all {
  .padA13 {
    padding: 13px !important;
  }
}
@media all {
  .padL14 {
    padding-left: 14px !important;
  }
}
@media all {
  .padR14 {
    padding-right: 14px !important;
  }
}
@media all {
  .padT14 {
    padding-top: 14px !important;
  }
}
@media all {
  .padB14 {
    padding-bottom: 14px !important;
  }
}
@media all {
  .padA14 {
    padding: 14px !important;
  }
}
@media all {
  .padL15 {
    padding-left: 15px !important;
  }
}
@media all {
  .padR15 {
    padding-right: 15px !important;
  }
}
@media all {
  .padT15 {
    padding-top: 15px !important;
  }
}
@media all {
  .padB15 {
    padding-bottom: 15px !important;
  }
}
@media all {
  .padA15 {
    padding: 15px !important;
  }
}
@media all {
  .padL16 {
    padding-left: 16px !important;
  }
}
@media all {
  .padR16 {
    padding-right: 16px !important;
  }
}
@media all {
  .padT16 {
    padding-top: 16px !important;
  }
}
@media all {
  .padB16 {
    padding-bottom: 16px !important;
  }
}
@media all {
  .padA16 {
    padding: 16px !important;
  }
}
@media all {
  .padL17 {
    padding-left: 17px !important;
  }
}
@media all {
  .padR17 {
    padding-right: 17px !important;
  }
}
@media all {
  .padT17 {
    padding-top: 17px !important;
  }
}
@media all {
  .padB17 {
    padding-bottom: 17px !important;
  }
}
@media all {
  .padA17 {
    padding: 17px !important;
  }
}
@media all {
  .padL18 {
    padding-left: 18px !important;
  }
}
@media all {
  .padR18 {
    padding-right: 18px !important;
  }
}
@media all {
  .padT18 {
    padding-top: 18px !important;
  }
}
@media all {
  .padB18 {
    padding-bottom: 18px !important;
  }
}
@media all {
  .padA18 {
    padding: 18px !important;
  }
}
@media all {
  .padL19 {
    padding-left: 19px !important;
  }
}
@media all {
  .padR19 {
    padding-right: 19px !important;
  }
}
@media all {
  .padT19 {
    padding-top: 19px !important;
  }
}
@media all {
  .padB19 {
    padding-bottom: 19px !important;
  }
}
@media all {
  .padA19 {
    padding: 19px !important;
  }
}
@media all {
  .padL20 {
    padding-left: 20px !important;
  }
}
@media all {
  .padR20 {
    padding-right: 20px !important;
  }
}
@media all {
  .padT20 {
    padding-top: 20px !important;
  }
}
@media all {
  .padB20 {
    padding-bottom: 20px !important;
  }
}
@media all {
  .padA20 {
    padding: 20px !important;
  }
}
@media all {
  .padL21 {
    padding-left: 21px !important;
  }
}
@media all {
  .padR21 {
    padding-right: 21px !important;
  }
}
@media all {
  .padT21 {
    padding-top: 21px !important;
  }
}
@media all {
  .padB21 {
    padding-bottom: 21px !important;
  }
}
@media all {
  .padA21 {
    padding: 21px !important;
  }
}
@media all {
  .padL22 {
    padding-left: 22px !important;
  }
}
@media all {
  .padR22 {
    padding-right: 22px !important;
  }
}
@media all {
  .padT22 {
    padding-top: 22px !important;
  }
}
@media all {
  .padB22 {
    padding-bottom: 22px !important;
  }
}
@media all {
  .padA22 {
    padding: 22px !important;
  }
}
@media all {
  .padL23 {
    padding-left: 23px !important;
  }
}
@media all {
  .padR23 {
    padding-right: 23px !important;
  }
}
@media all {
  .padT23 {
    padding-top: 23px !important;
  }
}
@media all {
  .padB23 {
    padding-bottom: 23px !important;
  }
}
@media all {
  .padA23 {
    padding: 23px !important;
  }
}
@media all {
  .padL24 {
    padding-left: 24px !important;
  }
}
@media all {
  .padR24 {
    padding-right: 24px !important;
  }
}
@media all {
  .padT24 {
    padding-top: 24px !important;
  }
}
@media all {
  .padB24 {
    padding-bottom: 24px !important;
  }
}
@media all {
  .padA24 {
    padding: 24px !important;
  }
}
@media all {
  .padL25 {
    padding-left: 25px !important;
  }
}
@media all {
  .padR25 {
    padding-right: 25px !important;
  }
}
@media all {
  .padT25 {
    padding-top: 25px !important;
  }
}
@media all {
  .padB25 {
    padding-bottom: 25px !important;
  }
}
@media all {
  .padA25 {
    padding: 25px !important;
  }
}
@media all {
  .padL26 {
    padding-left: 26px !important;
  }
}
@media all {
  .padR26 {
    padding-right: 26px !important;
  }
}
@media all {
  .padT26 {
    padding-top: 26px !important;
  }
}
@media all {
  .padB26 {
    padding-bottom: 26px !important;
  }
}
@media all {
  .padA26 {
    padding: 26px !important;
  }
}
@media all {
  .padL27 {
    padding-left: 27px !important;
  }
}
@media all {
  .padR27 {
    padding-right: 27px !important;
  }
}
@media all {
  .padT27 {
    padding-top: 27px !important;
  }
}
@media all {
  .padB27 {
    padding-bottom: 27px !important;
  }
}
@media all {
  .padA27 {
    padding: 27px !important;
  }
}
@media all {
  .padL28 {
    padding-left: 28px !important;
  }
}
@media all {
  .padR28 {
    padding-right: 28px !important;
  }
}
@media all {
  .padT28 {
    padding-top: 28px !important;
  }
}
@media all {
  .padB28 {
    padding-bottom: 28px !important;
  }
}
@media all {
  .padA28 {
    padding: 28px !important;
  }
}
@media all {
  .padL29 {
    padding-left: 29px !important;
  }
}
@media all {
  .padR29 {
    padding-right: 29px !important;
  }
}
@media all {
  .padT29 {
    padding-top: 29px !important;
  }
}
@media all {
  .padB29 {
    padding-bottom: 29px !important;
  }
}
@media all {
  .padA29 {
    padding: 29px !important;
  }
}
@media all {
  .padL30 {
    padding-left: 30px !important;
  }
}
@media all {
  .padR30 {
    padding-right: 30px !important;
  }
}
@media all {
  .padT30 {
    padding-top: 30px !important;
  }
}
@media all {
  .padB30 {
    padding-bottom: 30px !important;
  }
}
@media all {
  .padA30 {
    padding: 30px !important;
  }
}
@media all {
  .padL35 {
    padding-left: 35px !important;
  }
}
@media all {
  .padR35 {
    padding-right: 35px !important;
  }
}
@media all {
  .padT35 {
    padding-top: 35px !important;
  }
}
@media all {
  .padB35 {
    padding-bottom: 35px !important;
  }
}
@media all {
  .padA35 {
    padding: 35px !important;
  }
}
@media all {
  .padL40 {
    padding-left: 40px !important;
  }
}
@media all {
  .padR40 {
    padding-right: 40px !important;
  }
}
@media all {
  .padT40 {
    padding-top: 40px !important;
  }
}
@media all {
  .padB40 {
    padding-bottom: 40px !important;
  }
}
@media all {
  .padA40 {
    padding: 40px !important;
  }
}
@media all {
  .padL45 {
    padding-left: 45px !important;
  }
}
@media all {
  .padR45 {
    padding-right: 45px !important;
  }
}
@media all {
  .padT45 {
    padding-top: 45px !important;
  }
}
@media all {
  .padB45 {
    padding-bottom: 45px !important;
  }
}
@media all {
  .padA45 {
    padding: 45px !important;
  }
}
@media all {
  .padL50 {
    padding-left: 50px !important;
  }
}
@media all {
  .padR50 {
    padding-right: 50px !important;
  }
}
@media all {
  .padT50 {
    padding-top: 50px !important;
  }
}
@media all {
  .padB50 {
    padding-bottom: 50px !important;
  }
}
@media all {
  .padA50 {
    padding: 50px !important;
  }
}
@media all {
  .padL55 {
    padding-left: 55px !important;
  }
}
@media all {
  .padR55 {
    padding-right: 55px !important;
  }
}
@media all {
  .padT55 {
    padding-top: 55px !important;
  }
}
@media all {
  .padB55 {
    padding-bottom: 55px !important;
  }
}
@media all {
  .padA55 {
    padding: 55px !important;
  }
}
@media all {
  .padL60 {
    padding-left: 60px !important;
  }
}
@media all {
  .padR60 {
    padding-right: 60px !important;
  }
}
@media all {
  .padT60 {
    padding-top: 60px !important;
  }
}
@media all {
  .padB60 {
    padding-bottom: 60px !important;
  }
}
@media all {
  .padA60 {
    padding: 60px !important;
  }
}
@media all {
  .padL65 {
    padding-left: 65px !important;
  }
}
@media all {
  .padR65 {
    padding-right: 65px !important;
  }
}
@media all {
  .padT65 {
    padding-top: 65px !important;
  }
}
@media all {
  .padB65 {
    padding-bottom: 65px !important;
  }
}
@media all {
  .padA65 {
    padding: 65px !important;
  }
}
@media all {
  .padL70 {
    padding-left: 70px !important;
  }
}
@media all {
  .padR70 {
    padding-right: 70px !important;
  }
}
@media all {
  .padT70 {
    padding-top: 70px !important;
  }
}
@media all {
  .padB70 {
    padding-bottom: 70px !important;
  }
}
@media all {
  .padA70 {
    padding: 70px !important;
  }
}
@media all {
  .padL75 {
    padding-left: 75px !important;
  }
}
@media all {
  .padR75 {
    padding-right: 75px !important;
  }
}
@media all {
  .padT75 {
    padding-top: 75px !important;
  }
}
@media all {
  .padB75 {
    padding-bottom: 75px !important;
  }
}
@media all {
  .padA75 {
    padding: 75px !important;
  }
}
@media all {
  .padL80 {
    padding-left: 80px !important;
  }
}
@media all {
  .padR80 {
    padding-right: 80px !important;
  }
}
@media all {
  .padT80 {
    padding-top: 80px !important;
  }
}
@media all {
  .padB80 {
    padding-bottom: 80px !important;
  }
}
@media all {
  .padA80 {
    padding: 80px !important;
  }
}
@media all {
  .padL85 {
    padding-left: 85px !important;
  }
}
@media all {
  .padR85 {
    padding-right: 85px !important;
  }
}
@media all {
  .padT85 {
    padding-top: 85px !important;
  }
}
@media all {
  .padB85 {
    padding-bottom: 85px !important;
  }
}
@media all {
  .padA85 {
    padding: 85px !important;
  }
}
@media all {
  .padL90 {
    padding-left: 90px !important;
  }
}
@media all {
  .padR90 {
    padding-right: 90px !important;
  }
}
@media all {
  .padT90 {
    padding-top: 90px !important;
  }
}
@media all {
  .padB90 {
    padding-bottom: 90px !important;
  }
}
@media all {
  .padA90 {
    padding: 90px !important;
  }
}
@media all {
  .padL95 {
    padding-left: 95px !important;
  }
}
@media all {
  .padR95 {
    padding-right: 95px !important;
  }
}
@media all {
  .padT95 {
    padding-top: 95px !important;
  }
}
@media all {
  .padB95 {
    padding-bottom: 95px !important;
  }
}
@media all {
  .padA95 {
    padding: 95px !important;
  }
}
@media all {
  .padL100 {
    padding-left: 100px !important;
  }
}
@media all {
  .padR100 {
    padding-right: 100px !important;
  }
}
@media all {
  .padT100 {
    padding-top: 100px !important;
  }
}
@media all {
  .padB100 {
    padding-bottom: 100px !important;
  }
}
@media all {
  .padA100 {
    padding: 100px !important;
  }
}
@media all {
  .padL110 {
    padding-left: 110px !important;
  }
}
@media all {
  .padR110 {
    padding-right: 110px !important;
  }
}
@media all {
  .padT110 {
    padding-top: 110px !important;
  }
}
@media all {
  .padB110 {
    padding-bottom: 110px !important;
  }
}
@media all {
  .padA110 {
    padding: 110px !important;
  }
}
@media all {
  .padL120 {
    padding-left: 120px !important;
  }
}
@media all {
  .padR120 {
    padding-right: 120px !important;
  }
}
@media all {
  .padT120 {
    padding-top: 120px !important;
  }
}
@media all {
  .padB120 {
    padding-bottom: 120px !important;
  }
}
@media all {
  .padA120 {
    padding: 120px !important;
  }
}
@media all {
  .padL130 {
    padding-left: 130px !important;
  }
}
@media all {
  .padR130 {
    padding-right: 130px !important;
  }
}
@media all {
  .padT130 {
    padding-top: 130px !important;
  }
}
@media all {
  .padB130 {
    padding-bottom: 130px !important;
  }
}
@media all {
  .padA130 {
    padding: 130px !important;
  }
}
@media all {
  .padL140 {
    padding-left: 140px !important;
  }
}
@media all {
  .padR140 {
    padding-right: 140px !important;
  }
}
@media all {
  .padT140 {
    padding-top: 140px !important;
  }
}
@media all {
  .padB140 {
    padding-bottom: 140px !important;
  }
}
@media all {
  .padA140 {
    padding: 140px !important;
  }
}
@media all {
  .padL150 {
    padding-left: 150px !important;
  }
}
@media all {
  .padR150 {
    padding-right: 150px !important;
  }
}
@media all {
  .padT150 {
    padding-top: 150px !important;
  }
}
@media all {
  .padB150 {
    padding-bottom: 150px !important;
  }
}
@media all {
  .padA150 {
    padding: 150px !important;
  }
}
@media all {
  .padL160 {
    padding-left: 160px !important;
  }
}
@media all {
  .padR160 {
    padding-right: 160px !important;
  }
}
@media all {
  .padT160 {
    padding-top: 160px !important;
  }
}
@media all {
  .padB160 {
    padding-bottom: 160px !important;
  }
}
@media all {
  .padA160 {
    padding: 160px !important;
  }
}
@media all {
  .padL170 {
    padding-left: 170px !important;
  }
}
@media all {
  .padR170 {
    padding-right: 170px !important;
  }
}
@media all {
  .padT170 {
    padding-top: 170px !important;
  }
}
@media all {
  .padB170 {
    padding-bottom: 170px !important;
  }
}
@media all {
  .padA170 {
    padding: 170px !important;
  }
}
@media all {
  .padL180 {
    padding-left: 180px !important;
  }
}
@media all {
  .padR180 {
    padding-right: 180px !important;
  }
}
@media all {
  .padT180 {
    padding-top: 180px !important;
  }
}
@media all {
  .padB180 {
    padding-bottom: 180px !important;
  }
}
@media all {
  .padA180 {
    padding: 180px !important;
  }
}
@media all {
  .padL190 {
    padding-left: 190px !important;
  }
}
@media all {
  .padR190 {
    padding-right: 190px !important;
  }
}
@media all {
  .padT190 {
    padding-top: 190px !important;
  }
}
@media all {
  .padB190 {
    padding-bottom: 190px !important;
  }
}
@media all {
  .padA190 {
    padding: 190px !important;
  }
}
@media all {
  .padL200 {
    padding-left: 200px !important;
  }
}
@media all {
  .padR200 {
    padding-right: 200px !important;
  }
}
@media all {
  .padT200 {
    padding-top: 200px !important;
  }
}
@media all {
  .padB200 {
    padding-bottom: 200px !important;
  }
}
@media all {
  .padA200 {
    padding: 200px !important;
  }
}
@media all {
  .clear {
    display: block;
    clear: both !important;
  }
}
@media all {
  .printNext {
    page-break-after: always !important;
  }
}
@media all {
  .alignC {
    text-align: center !important;
  }
}
@media all {
  .alignL {
    text-align: left !important;
  }
}
@media all {
  .alignR {
    text-align: right !important;
  }
}
@media all {
  .vAlignT {
    vertical-align: top !important;
  }
}
@media all {
  .vAlignM {
    vertical-align: middle !important;
  }
}
@media all {
  .vAlignB {
    vertical-align: bottom !important;
  }
}
@media all {
  .floatC {
    float: center !important;
  }
}
@media all {
  .floatL {
    float: left !important;
  }
}
@media all {
  .floatR {
    float: right !important;
  }
}
@media all {
  .blockAlignC {
    margin: 0px auto !important;
  }
}
@media all {
  .posFix {
    position: fixed !important;
  }
}
@media all {
  .posAbs {
    position: absolute !important;
  }
}
@media all {
  .posRtv {
    position: relative !important;
  }
}
@media all {
  .imgBaseR {
    float: right;
    margin-left: 30px;
    margin-bottom: 15px;
  }
}
@media all {
  .imgBaseL {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
  }
}
@media all {
  .cRed {
    color: #c00 !important;
  }
}
@media all {
  .cPink {
    color: #e1437a !important;
  }
}
@media all {
  .cBlue {
    color: #0070bf !important;
  }
}
@media all {
  .cLightPink {
    color: #ed565a !important;
  }
}
@media all {
  .cHeartPink {
    color: #d76470 !important;
  }
}
@media all {
  .cLightRed {
    color: #c30 !important;
  }
}
@media all {
  .cGray {
    color: #ccc !important;
  }
}
@media all {
  .cBlack {
    color: #333 !important;
  }
}
@media all {
  .cOrange {
    color: #ea5404 !important;
  }
}
@media all {
  .cPureOrange {
    color: #f60 !important;
  }
}
@media all {
  .cLightGreen {
    color: #53c3a1;
  }
}
@media all {
  .c000 {
    color: #000 !important;
  }
}
@media all {
  .c111 {
    color: #111 !important;
  }
}
@media all {
  .c222 {
    color: #222 !important;
  }
}
@media all {
  .c333 {
    color: #333 !important;
  }
}
@media all {
  .c444 {
    color: #444 !important;
  }
}
@media all {
  .c555 {
    color: #555 !important;
  }
}
@media all {
  .c666 {
    color: #666 !important;
  }
}
@media all {
  .c777 {
    color: #777 !important;
  }
}
@media all {
  .c888 {
    color: #888 !important;
  }
}
@media all {
  .c999 {
    color: #999 !important;
  }
}
@media all {
  .cAAA {
    color: #AAA !important;
  }
}
@media all {
  .cBBB {
    color: #BBB !important;
  }
}
@media all {
  .cCCC {
    color: #CCC !important;
  }
}
@media all {
  .cDDD {
    color: #DDD !important;
  }
}
@media all {
  .cEEE {
    color: #EEE !important;
  }
}
@media all {
  .cFFF {
    color: #FFF !important;
  }
}
@media all {
  .noneInputBorder input {
    border: none !important;
  }
}
@media all {
  .lineHC {
    line-height: 93% !important;
  }
}
@media all {
  .lineH100 {
    line-height: 100% !important;
  }
}
@media all {
  .lineH110 {
    line-height: 108% !important;
  }
}
@media all {
  .lineH120 {
    line-height: 123.1% !important;
  }
}
@media all {
  .lineH130 {
    line-height: 131% !important;
  }
}
@media all {
  .lineH140 {
    line-height: 138.5% !important;
  }
}
@media all {
  .lineH150 {
    line-height: 153.9% !important;
  }
}
@media all {
  .lineH160 {
    line-height: 161.6% !important;
  }
}
@media all {
  .lineH170 {
    line-height: 174% !important;
  }
}
@media all {
  .lineH180 {
    line-height: 182% !important;
  }
}
@media all {
  .lineH190 {
    line-height: 189% !important;
  }
}
@media all {
  .lineH200 {
    line-height: 197% !important;
  }
}
@media all {
  .textIndent {
    margin-left: 1.3em !important;
    text-indent: -1.3em !important;
  }
}
@media all {
  .textIndentNsp {
    margin-left: 1em !important;
    text-indent: -1em !important;
  }
}
@media all {
  .marCL {
    margin-left: 0px !important;
  }
}
@media all {
  .marCR {
    margin-right: 0px !important;
  }
}
@media all {
  .marCT {
    margin-top: 0px !important;
  }
}
@media all {
  .marCB {
    margin-bottom: 0px !important;
  }
}
@media all {
  .marCA {
    margin: 0px !important;
  }
}
@media all {
  .marCP {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media all {
  .marCV {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media all {
  .padCL {
    padding-left: 0px !important;
  }
}
@media all {
  .padCR {
    padding-right: 0px !important;
  }
}
@media all {
  .padCT {
    padding-top: 0px !important;
  }
}
@media all {
  .padCB {
    padding-bottom: 0px !important;
  }
}
@media all {
  .padCA {
    padding: 0px !important;
  }
}
@media all {
  .padCP {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all {
  .padCV {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media all {
  .dispNone {
    display: none !important;
  }
}
@media all {
  .dispBlock {
    display: block !important;
  }
}
@media all {
  .dispInline {
    display: inline !important;
  }
}
@media all {
  .width1 {
    width: 1% !important;
  }
}
@media all {
  .width2 {
    width: 2% !important;
  }
}
@media all {
  .width3 {
    width: 3% !important;
  }
}
@media all {
  .width4 {
    width: 4% !important;
  }
}
@media all {
  .width5 {
    width: 5% !important;
  }
}
@media all {
  .width6 {
    width: 6% !important;
  }
}
@media all {
  .width7 {
    width: 7% !important;
  }
}
@media all {
  .width8 {
    width: 8% !important;
  }
}
@media all {
  .width9 {
    width: 9% !important;
  }
}
@media all {
  .width10 {
    width: 10% !important;
  }
}
@media all {
  .width11 {
    width: 11% !important;
  }
}
@media all {
  .width12 {
    width: 12% !important;
  }
}
@media all {
  .width13 {
    width: 13% !important;
  }
}
@media all {
  .width14 {
    width: 14% !important;
  }
}
@media all {
  .width15 {
    width: 15% !important;
  }
}
@media all {
  .width16 {
    width: 16% !important;
  }
}
@media all {
  .width17 {
    width: 17% !important;
  }
}
@media all {
  .width18 {
    width: 18% !important;
  }
}
@media all {
  .width19 {
    width: 19% !important;
  }
}
@media all {
  .width20 {
    width: 20% !important;
  }
}
@media all {
  .width21 {
    width: 21% !important;
  }
}
@media all {
  .width22 {
    width: 22% !important;
  }
}
@media all {
  .width23 {
    width: 23% !important;
  }
}
@media all {
  .width24 {
    width: 24% !important;
  }
}
@media all {
  .width25 {
    width: 25% !important;
  }
}
@media all {
  .width26 {
    width: 26% !important;
  }
}
@media all {
  .width27 {
    width: 27% !important;
  }
}
@media all {
  .width28 {
    width: 28% !important;
  }
}
@media all {
  .width29 {
    width: 29% !important;
  }
}
@media all {
  .width30 {
    width: 30% !important;
  }
}
@media all {
  .width31 {
    width: 31% !important;
  }
}
@media all {
  .width32 {
    width: 32% !important;
  }
}
@media all {
  .width33 {
    width: 33% !important;
  }
}
@media all {
  .width34 {
    width: 34% !important;
  }
}
@media all {
  .width35 {
    width: 35% !important;
  }
}
@media all {
  .width36 {
    width: 36% !important;
  }
}
@media all {
  .width37 {
    width: 37% !important;
  }
}
@media all {
  .width38 {
    width: 38% !important;
  }
}
@media all {
  .width39 {
    width: 39% !important;
  }
}
@media all {
  .width40 {
    width: 40% !important;
  }
}
@media all {
  .width41 {
    width: 41% !important;
  }
}
@media all {
  .width42 {
    width: 42% !important;
  }
}
@media all {
  .width43 {
    width: 43% !important;
  }
}
@media all {
  .width44 {
    width: 44% !important;
  }
}
@media all {
  .width45 {
    width: 45% !important;
  }
}
@media all {
  .width46 {
    width: 46% !important;
  }
}
@media all {
  .width47 {
    width: 47% !important;
  }
}
@media all {
  .width48 {
    width: 48% !important;
  }
}
@media all {
  .width49 {
    width: 49% !important;
  }
}
@media all {
  .width50 {
    width: 50% !important;
  }
}
@media all {
  .width51 {
    width: 51% !important;
  }
}
@media all {
  .width52 {
    width: 52% !important;
  }
}
@media all {
  .width53 {
    width: 53% !important;
  }
}
@media all {
  .width54 {
    width: 54% !important;
  }
}
@media all {
  .width55 {
    width: 55% !important;
  }
}
@media all {
  .width56 {
    width: 56% !important;
  }
}
@media all {
  .width57 {
    width: 57% !important;
  }
}
@media all {
  .width58 {
    width: 58% !important;
  }
}
@media all {
  .width59 {
    width: 59% !important;
  }
}
@media all {
  .width60 {
    width: 60% !important;
  }
}
@media all {
  .width61 {
    width: 61% !important;
  }
}
@media all {
  .width62 {
    width: 62% !important;
  }
}
@media all {
  .width63 {
    width: 63% !important;
  }
}
@media all {
  .width64 {
    width: 64% !important;
  }
}
@media all {
  .width65 {
    width: 65% !important;
  }
}
@media all {
  .width66 {
    width: 66% !important;
  }
}
@media all {
  .width67 {
    width: 67% !important;
  }
}
@media all {
  .width68 {
    width: 68% !important;
  }
}
@media all {
  .width69 {
    width: 69% !important;
  }
}
@media all {
  .width70 {
    width: 70% !important;
  }
}
@media all {
  .width71 {
    width: 71% !important;
  }
}
@media all {
  .width72 {
    width: 72% !important;
  }
}
@media all {
  .width73 {
    width: 73% !important;
  }
}
@media all {
  .width74 {
    width: 74% !important;
  }
}
@media all {
  .width75 {
    width: 75% !important;
  }
}
@media all {
  .width76 {
    width: 76% !important;
  }
}
@media all {
  .width77 {
    width: 77% !important;
  }
}
@media all {
  .width78 {
    width: 78% !important;
  }
}
@media all {
  .width79 {
    width: 79% !important;
  }
}
@media all {
  .width80 {
    width: 80% !important;
  }
}
@media all {
  .width81 {
    width: 81% !important;
  }
}
@media all {
  .width82 {
    width: 82% !important;
  }
}
@media all {
  .width83 {
    width: 83% !important;
  }
}
@media all {
  .width84 {
    width: 84% !important;
  }
}
@media all {
  .width85 {
    width: 85% !important;
  }
}
@media all {
  .width86 {
    width: 86% !important;
  }
}
@media all {
  .width87 {
    width: 87% !important;
  }
}
@media all {
  .width88 {
    width: 88% !important;
  }
}
@media all {
  .width89 {
    width: 89% !important;
  }
}
@media all {
  .width90 {
    width: 90% !important;
  }
}
@media all {
  .width91 {
    width: 91% !important;
  }
}
@media all {
  .width92 {
    width: 92% !important;
  }
}
@media all {
  .width93 {
    width: 93% !important;
  }
}
@media all {
  .width94 {
    width: 94% !important;
  }
}
@media all {
  .width95 {
    width: 95% !important;
  }
}
@media all {
  .width96 {
    width: 96% !important;
  }
}
@media all {
  .width97 {
    width: 97% !important;
  }
}
@media all {
  .width98 {
    width: 98% !important;
  }
}
@media all {
  .width99 {
    width: 99% !important;
  }
}
@media all {
  .width100 {
    width: 100% !important;
  }
}
/* smart phone
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  input, label {
    vertical-align: middle;
    margin: 0px;
  }
  input[type=text],
input[type=password],
textarea {
    width: 100%;
    padding: 5px 10px;
    margin: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
  }
  input[type=text],
input[type=password] {
    height: 40px;
  }
  select {
    width: 100%;
    height: 40px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .formBox10 {
    width: 4em !important;
  }
  .formBoxMin {
    width: 60px !important;
  }
  .formBox100 {
    width: 100px !important;
  }
  .formTopLvDomain {
    width: 8em;
    height: 40px;
    vertical-align: middle;
  }
  .formDomain {
    width: 120px !important;
  }
  .formSubDomain {
    width: 120px !important;
  }
  .formTopLevelDomain {
    width: auto !important;
  }
  .formFolder {
    width: 120px !important;
  }
  .calendar {
    width: 8em !important;
  }
  .accompany {
    font-size: 12px;
    padding-top: 2px;
    color: #1f66a3;
  }
  .example {
    font-size: 12px;
    margin-bottom: 2px;
    color: #999;
  }
  .formTextArea1 {
    height: 100px;
    width: 100%;
  }
  .formParaList li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
  }
  .formVertList li {
    display: block;
    list-style-type: none;
    margin-bottom: 10px;
  }
  .est {
    color: #c44;
    margin-left: 0.5em;
  }
  .ruleBase {
    width: 91%;
    padding: 10px;
    margin: 0px auto;
    margin-bottom: 10px;
    border: 1px solid #999;
    height: 150px;
    overflow: auto;
    font-size: 14px;
    text-align: left;
  }
  .formInputList dt {
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    font-size: 14px;
  }
  .formInputList dd {
    margin-bottom: 15px;
  }
  .btnArea {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .btnArea li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 5px;
    float: none;
  }
  .btnArea li input {
    vertical-align: top;
  }
  .errorCol input,
.errorCol textarea {
    border: 2px solid #ccc;
    background-color: #fcc;
  }
  #errorArea ul {
    margin-bottom: 20px;
  }
  #errorArea ul li {
    padding: 4px 0px;
    padding-left: 40px;
    background: url("../images/icon/ico_error_smp.png") no-repeat 10px center;
    background-size: 20px;
  }
  @import "../js/boxer/jquery.fs.boxer.css";
  body {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
  }
  a {
    color: #5e4d42;
    text-decoration: none;
    text-decoration: underline;
  }
  a:hover {
    color: #666;
  }
  a:active {
    color: #5e4d42;
  }
  a:visited {
    color: #5e4d42;
  }
  a:focus {
    color: #5e4d42;
  }
  table tr th, table tr td {
    padding: 7px 10px;
  }
  em {
    font-style: normal;
    font-size: 138.5%;
    font-weight: bold;
  }
  sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
  }
  sup {
    bottom: 1ex;
  }
  sub {
    top: 0.5ex;
  }
  header {
    width: 100%;
    height: 40px;
    background-color: #212120;
  }
  header #headerContents {
    margin: 0px auto;
    padding: 0px 15px;
  }
  header #headerContents #headerRight {
    float: right;
  }
  header #headerContents #headerRight .logoutBtnBase {
    display: none;
  }
  header #headerContents #headerRight .mainte a {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
    line-height: 40px;
    text-align: center;
    min-width: 100px;
    padding-right: 80px;
    background-size: 80px auto;
  }
  header #headerContents #serviceLogo {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
  }
  header #headerContents #serviceLogo img {
    width: auto;
    height: 28px;
    padding-top: 6px;
  }
  header #headerContents #accountNameMain {
    display: none;
  }
  footer {
    height: 60px;
  }
  .copyright {
    padding-top: 4vh;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
  }
  #sideClm {
    display: none;
  }
  #contents {
    padding-bottom: 80px;
  }
  #floatingGoTop {
    width: 100%;
    bottom: 20px;
    right: auto;
  }
  #floatingGoTop a {
    position: relative;
    display: block;
    width: 50px;
    height: 34px;
    margin: 0px auto;
  }
  #pageTop #slideMain {
    background-color: #f5f3ef;
  }
  #menuActiveCover {
    position: fixed;
    z-index: -100;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    -o-transition-property: transform, background-color;
    transition-property: transform, background-color;
    transition-property: transform, background-color, -webkit-transform;
  }
  #menuActiveCover.active {
    z-index: 11;
  }
  #menuActiveCover.activeRight, #menuActiveCover.activeLeft {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #menuActiveCover.activeRight {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  #menuActiveCover.activeLeft {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
  #slideMain {
    position: relative;
    background-color: #fff;
    z-index: 1;
    width: 100vw;
    height: 100svh;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    overflow: auto;
  }
  #slideMain.activeRight {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
    position: fixed;
  }
  #slideMain.activeLeft {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
    position: fixed;
  }
  .slidemenu {
    top: 0;
    width: 300px;
    position: fixed;
    top: 0;
    z-index: -5;
    background-color: #333;
    height: 100svh;
    overflow: auto;
  }
  .slidemenu .slidemenuHeader {
    position: relative;
    height: 49px;
    padding-left: 30px;
    color: #ccc;
    font-size: 15px;
    border-bottom: 1px solid #000;
    background: url(../images/icon/ico_side_menu.png) no-repeat 12px 9px;
    background-size: 30px 30px;
    background-color: #5e4d42;
  }
  .slidemenu .slidemenuHeader div {
    padding: 10px 0px 0px 19px;
    text-decoration: none;
    position: relative;
  }
  .slidemenu .slidemenuHeader #headBtnBase {
    position: absolute;
    top: 9px;
    right: 15px;
  }
  .slidemenu .slidemenuHeader .headBtn {
    display: table-cell;
    height: 28px;
    padding: 0px 10px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), to(#ccc));
    background: -o-linear-gradient(#fff, #fff 50%, #ccc);
    background: linear-gradient(#fff, #fff 50%, #ccc);
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  }
  .slidemenu .slidemenuHeader .headBtn:link, .slidemenu .slidemenuHeader .headBtn:visited, .slidemenu .slidemenuHeader .headBtn:hover {
    color: #333;
    text-decoration: none;
  }
  .slidemenu#slideMenuLeft {
    left: 0;
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  .slidemenu#slideMenuRight {
    right: 0;
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
  .slidemenu#slideMenuLeft.active, .slidemenu#slideMenuRight.active {
    z-index: -5;
    position: absolute;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  .slidemenu#slideMenuLeft.hide, .slidemenu#slideMenuRight.hide {
    z-index: -6;
    position: fixed;
  }
  .slidemenu .slidemenuBody {
    height: 100%;
    position: relative;
  }
  .slidemenu .slidemenuBody .slidemenuContent {
    position: relative;
  }
  .slidemenu .sideMenuSec {
    padding-bottom: 30px;
  }
  .slidemenu .sideMenuSec .title {
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    background-color: #222;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 2px 12px;
    color: #888;
  }
  .slidemenu .sideMenuSec ul li {
    list-style: none;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    line-height: 1.8;
  }
  .slidemenu .sideMenuSec ul li.naviTit {
    color: #fff;
    font-size: 77%;
    padding: 5px 0 4px 12px;
    background-color: #262626;
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #000;
  }
  .slidemenu .sideMenuSec ul li a {
    padding: 15px 0 15px 22px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }
  .slidemenu .sideMenuSec ul li a span {
    display: block;
    color: #888;
    font-size: 68%;
    line-height: 123.1%;
    font-weight: normal;
  }
  .slidemenu#slideMenuLeft {
    background-color: #f3f3f3;
    border-right: 1px solid #ccc;
  }
  .personalSec {
    width: 100%;
    text-align: center;
  }
  .personalSec .inner {
    padding: 6vh 10px 10px 10px;
    position: relative;
  }
  .personalSec .inner .photo {
    margin-bottom: 2.5vh;
  }
  .personalSec .inner .photo.planMark2::after {
    letter-spacing: 0em;
  }
  .personalSec .inner .name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .personalSec .inner .url {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    line-height: 20px;
    color: #999;
    margin-bottom: 3.5vh;
  }
  .personalSec .inner .music {
    margin-bottom: 2vh;
  }
  .personalSec .inner .music .name {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
    color: #999;
    margin-bottom: 5px;
  }
  .personalSec .inner .music .num {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .personalSec .inner .music .gauge {
    margin-bottom: 5px;
  }
  .personalSec .inner .exDate .name {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
    color: #999;
    margin-bottom: 5px;
  }
  .personalSec .inner .exDate .date {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: -5px;
    letter-spacing: 0.1em;
  }
  .personalSec .inner .btnLogout {
    padding-top: 5vh;
  }
  .personalSec .inner .btnLogout a {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 16px 30px;
    color: #5e4d42;
    background-color: none;
    border: 1px solid #5e4d42;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    color: #5e4d42;
    text-decoration: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .personalSec .inner .btnLogout a:hover {
    color: rgba(94, 77, 66, 0.7);
  }
  .personalSec .inner .btnLogout a:active {
    color: #5e4d42;
  }
  .personalSec .inner .btnLogout a:visited {
    color: #5e4d42;
  }
  .personalSec .inner .btnLogout a:focus {
    color: #5e4d42;
  }
  .personalSec .inner .btnLogout a:hover {
    color: rgba(94, 77, 66, 0.7);
    background-color: none;
    border: 1px solid rgba(94, 77, 66, 0.7);
  }
  #sideBarPc {
    display: none;
  }
  #gNaviSec {
    display: none;
  }
  #fMenu {
    z-index: 10;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  #fMenu.activeRight {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  #fMenu.activeLeft {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
  #fMenu.hideRight {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  #fMenu.hideLeft {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
  #fMenu.show {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  #fMenu ul {
    display: block;
    float: left;
    width: 100%;
  }
  #fMenu ul li {
    display: block;
    float: left;
    width: 25%;
  }
  #fMenu ul li a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding-top: 37px;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: -0.05em;
    opacity: 0.8;
  }
  #fMenu ul li a:link, #fMenu ul li a:visited, #fMenu ul li a:hover {
    color: #fff;
    text-decoration: none;
  }
  #fMenu ul li#fMenu1 a {
    background: url(../images/common/btn_fix_1.svg) no-repeat center 6px;
    background-size: 30px 30px;
  }
  #fMenu ul li#fMenu2 a {
    background: url(../images/common/btn_fix_2.svg) no-repeat center 6px;
    background-size: 30px 30px;
  }
  #fMenu ul li#fMenu3 a {
    background: url(../images/common/btn_fix_3.svg) no-repeat center 6px;
    background-size: 30px 30px;
  }
  #fMenu ul li#fMenu4 a {
    background: url(../images/common/btn_fix_4.svg) no-repeat center 6px;
    background-size: 30px 30px;
  }
  #fMenu ul li#fMenu5 a {
    background: url(../images/common/btn_fix_5.svg) no-repeat center 6px;
    background-size: 30px 30px;
  }
  #crumbList {
    display: none;
  }
  .titPage {
    background-color: #5e4d42;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 5px 15px;
  }
  .titFunc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 12px 15px;
    margin-bottom: 15px;
    text-align: center;
    background-color: rgba(94, 77, 66, 0.2);
  }
  .titSub {
    color: #212120;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 0px 15px;
    margin-bottom: 10px;
    text-align: center;
  }
  .titTextSub {
    padding: 2px 15px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .cautText1 {
    padding: 0px 15px;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  /* レイアウト*/
  .contentsInfo1 {
    padding: 10px 15px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .inputCaution {
    padding: 10px 15px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    border-left: none;
    border-right: none;
  }
  .formCautBox {
    padding: 10px 15px;
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .btnLogin1 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 16px 30px;
    color: #fff;
    background-color: #212120;
    border: none;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    min-width: 200px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 12px 45px;
    font-weight: bold;
  }
  .btnLogin1:hover {
    color: #fff;
  }
  .btnLogin1:active {
    color: #fff;
  }
  .btnLogin1:visited {
    color: #fff;
  }
  .btnLogin1:focus {
    color: #fff;
  }
  .btnLogin1:hover {
    color: #fff;
    background-color: rgba(33, 33, 32, 0.7);
    border: none;
  }
  .btn1 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 16px 30px;
    color: #fff;
    background-color: #365b75;
    border: none;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    min-width: auto;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 8px 30px;
  }
  .btn1:hover {
    color: #fff;
  }
  .btn1:active {
    color: #fff;
  }
  .btn1:visited {
    color: #fff;
  }
  .btn1:focus {
    color: #fff;
  }
  .btn1:hover {
    color: #fff;
    background-color: rgba(54, 91, 117, 0.7);
    border: none;
  }
  .btnReturn1 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 16px 30px;
    color: #fff;
    background-color: #999;
    border: none;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    min-width: auto;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 8px 30px;
  }
  .btnReturn1:hover {
    color: #fff;
  }
  .btnReturn1:active {
    color: #fff;
  }
  .btnReturn1:visited {
    color: #fff;
  }
  .btnReturn1:focus {
    color: #fff;
  }
  .btnReturn1:hover {
    color: #fff;
    background-color: rgba(153, 153, 153, 0.7);
    border: none;
  }
  .btnAdd1 {
    padding: 8px 20px;
    padding-left: 35px;
    min-width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    background-position: 10px center;
    background-size: 17px 17px;
  }
  .btnAdd2 {
    padding: 8px 20px;
    padding-left: 35px;
    min-width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    background-position: 10px center;
    background-size: 17px 17px;
  }
  .btnDel1 {
    padding: 8px 20px;
    padding-left: 35px;
    min-width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    background-position: 10px center;
    background-size: 17px 17px;
  }
  .btnPrint1 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    background-size: 30px auto;
    padding: 12px 30px 12px 60px;
  }
  .btnTplActive {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .list1 li {
    padding-left: 1.8em;
    margin-bottom: 7px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .list1 li::before {
    margin-left: -1.8em;
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
  }
  /* テーブル */
  .rpsTable {
    display: block;
    border: none;
    border-radius: 0px;
  }
  .rpsTable tr {
    width: 100%;
  }
  .rpsTable tr:first-child > *:first-child {
    border-radius: 0px;
  }
  .rpsTable tr:first-child > *:last-child {
    border-radius: 0px;
  }
  .rpsTable tr:first-child > *:last-child:only-child {
    border-radius: 0px;
  }
  .rpsTable tr:last-child > *:first-child {
    border-radius: 0px;
  }
  .rpsTable tr:last-child > *:last-child {
    border-radius: 0px;
  }
  .rpsTable tr:only-child > *:first-child {
    border-radius: 0px;
  }
  .rpsTable tr:only-child > *:last-child {
    border-radius: 0px;
  }
  .rpsTable tbody {
    display: block;
  }
  .rpsTable tr {
    display: block;
  }
  .rpsTable th, .rpsTable td {
    display: list-item;
    list-style-type: none;
    border: none;
    text-align: left;
  }
  .rpsTable th {
    background-color: #eee;
    padding: 3px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .rpsTable th.thSubCell {
    background-color: #ccc;
  }
  .rpsTable td {
    margin-bottom: 10px;
  }
  .spNone {
    display: none !important;
  }
  .tbOnly {
    display: none !important;
  }
  .pcOnly {
    display: none !important;
  }
  .acdSec {
    position: relative;
  }
  .acdSec .switch {
    cursor: pointer;
    position: relative;
  }
  .acdSec .switch::after, .acdSec .switch::before {
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    right: 20px;
    top: 50%;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -10.3px;
    -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
            transform: rotate(-225deg);
    content: "";
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .acdSec .switch::after {
    border-top: 3px solid #999;
  }
  .acdSec .switch::before {
    border-right: 3px solid #999;
  }
  .acdSec .switch.active::after, .acdSec .switch.active::before {
    margin-top: -3.7px;
  }
  .acdSec .switch.active::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .acdSec .switch.active::before {
    -webkit-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  .acdSec .contents {
    display: none;
  }
  .topPanel {
    padding-top: 12px;
  }
  .layBoxLine {
    padding: 0px 6px;
  }
  .layBoxBase1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0px 6px;
  }
  .cntBox1 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 12px;
  }
  .cntBox1 .boxTitle {
    padding: 2px 10px;
  }
  .cntBox1 .inner {
    padding: 10px;
  }
  .mainSec {
    background-color: #fff;
  }
  .functionPanel .subMenuBase {
    display: none;
  }
  .topRecordSec section .listTitle {
    padding: 8px 10px;
    padding-right: 45px;
  }
  .topRecordSec section .listTitle .date {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .topRecordSec section .listTitle .text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .topRecordSec section .contents {
    padding: 10px;
    padding-top: 0px;
  }
  .topRecordSec section .listCnt {
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .topBnr1 {
    text-align: center;
    padding: 10px;
  }
  .topBnr1 img {
    width: 100%;
    vertical-align: bottom;
  }
  .topAcountActiveDaySec {
    min-height: 80px;
    padding: 8px 0px;
  }
  .topAcountActiveDaySec .info {
    height: 80px;
    padding-left: 100px;
  }
  .topAcountActiveDaySec .info .title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .topAcountActiveDaySec .info .spl {
    padding-top: 3px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .acountActiveDayMeter {
    width: 80px;
  }
  .acountActiveDayMeter figure {
    width: 80px;
    padding-bottom: 80px;
  }
  .acountActiveDayMeter figcaption {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.1;
  }
  .acountActiveDayMeter figcaption span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.1;
  }
  .scheduleCtlSec {
    margin-top: 10px;
    margin-bottom: 20px;
    clear: both;
  }
  .scheduleCtlSec .scheduleCtlBox {
    width: 100%;
    padding: 0px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList {
    margin-bottom: 10px;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList .prevYear, .scheduleCtlSec .scheduleCtlBox .scheduleYearList .nextYear {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList .prevYear a, .scheduleCtlSec .scheduleCtlBox .scheduleYearList .nextYear a {
    padding: 5px 10px;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList .thisYear {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.8;
    padding: 0px 20px;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList {
    display: block;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList::after {
    content: "";
    display: block;
    clear: both;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList .all {
    padding: 0px 1%;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList ul {
    display: block;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList ul li {
    display: block;
    float: left;
    width: 16.6666666666%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 1%;
    margin-top: 2%;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList ul li:nth-child(7) {
    clear: both;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList a, .scheduleCtlSec .scheduleCtlBox .scheduleMonthList .thisMonth {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    vertical-align: bottom;
    border-radius: 5px;
    padding: 2px 0px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList .thisMonth {
    width: 98%;
    margin: 0px auto;
  }
  .genreListBase .title {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    padding-bottom: 3px;
  }
  .genreListBase .listBase {
    margin-bottom: 15px;
  }
  .genreListBase .listBase ul li {
    width: 48%;
  }
  .emptyBox {
    width: 85%;
    margin: 0px auto;
    padding: 40px 20px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .emptyBoxTicket {
    width: 85%;
    margin: 0px auto;
    padding: 10px 20px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .statusText {
    width: 85%;
    margin: 0px auto;
  }
  .recordViewInfo {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 0px 15px;
    padding-top: 8px;
    color: #999;
    text-align: left;
  }
  .addNewRecordBtnBase {
    float: right;
    text-align: right;
    padding: 0px 15px 15px 15px;
  }
  .addNewBtnBase {
    float: right;
    text-align: right;
    padding: 0px 15px 15px 15px;
  }
  .pager {
    padding: 30px 0px 10px 0px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    line-height: 2.5em;
  }
  .pager a, .pager span {
    margin: 4px 2px;
  }
  .chkDelBtnBase {
    display: none;
  }
  .recListTable {
    border: none;
    border-top: 1px solid #ccc;
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
    border-radius: 0px;
  }
  .recListTable tr:first-child > *:first-child {
    border-radius: 0px;
  }
  .recListTable tr:first-child > *:last-child {
    border-radius: 0px;
  }
  .recListTable tr:first-child > *:last-child:only-child {
    border-radius: 0px;
  }
  .recListTable tr:last-child > *:first-child {
    border-radius: 0px;
  }
  .recListTable tr:last-child > *:last-child {
    border-radius: 0px;
  }
  .recListTable tr:only-child > *:first-child {
    border-radius: 0px;
  }
  .recListTable tr:only-child > *:last-child {
    border-radius: 0px;
  }
  .recListTable tr {
    position: relative;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 12px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .recListTable tr th, .recListTable tr td {
    display: list-item;
    list-style-type: none;
    background-color: #fff;
    border: none;
    padding: 0px;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .recListTable tr th::after, .recListTable tr td::after {
    content: "";
    display: block;
    clear: both;
  }
  .recListTable tr th.date, .recListTable tr td.date {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 3px;
    font-weight: bold;
    color: #5e4d42;
  }
  .recListTable tr th.title, .recListTable tr td.title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .recListTable tr th.textInline, .recListTable tr td.textInline {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .recListTable tr th.tplInfoCell, .recListTable tr td.tplInfoCell {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-top: 5px;
  }
  .recListTable tr th.tplCmtCell, .recListTable tr td.tplCmtCell {
    padding-top: 10px;
  }
  .recListTable tr th.image, .recListTable tr td.image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .recListTable tr th.image img, .recListTable tr td.image img {
    vertical-align: bottom;
  }
  .recListTable tr th.banner img, .recListTable tr td.banner img {
    vertical-align: bottom;
  }
  .recListTable tr th.disc, .recListTable tr td.disc {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .recListTable tr th.disc img, .recListTable tr td.disc img {
    vertical-align: bottom;
  }
  .recListTable tr th.utlCell, .recListTable tr td.utlCell {
    display: none;
  }
  .recListTable tr th.viewCell, .recListTable tr td.viewCell {
    display: none;
  }
  .recListTable tr th.delChkCell, .recListTable tr td.delChkCell {
    display: none;
  }
  .recListTable tr th.tckIdCell, .recListTable tr td.tckIdCell {
    padding-left: 45px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .recListTable tr th.tckIdCell::before, .recListTable tr td.tckIdCell::before {
    content: "ID";
    display: inline-block;
    vertical-align: middle;
    background-color: #212120;
    margin-right: 5px;
    color: #fff;
    vertical-align: middle;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    padding: 2px 5px 1px 5px;
    border-radius: 3px;
  }
  .recListTable tr th.tckNameCell, .recListTable tr td.tckNameCell {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    vertical-align: middle;
    padding-left: 45px;
    margin-right: 5px;
  }
  .recListTable tr th.tckNumCell, .recListTable tr td.tckNumCell {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -18px;
    text-align: center;
    background-color: #5e4d42;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    border-radius: 158px;
    width: 36px;
    height: 36px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 4px;
    letter-spacing: 0em;
  }
  .recListTable tr th.tckNumCell::after, .recListTable tr td.tckNumCell::after {
    display: inline;
    content: "枚";
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
  }
  .recListTable tr th.tckMail, .recListTable tr th.tckInfo, .recListTable tr th.tckComment, .recListTable tr td.tckMail, .recListTable tr td.tckInfo, .recListTable tr td.tckComment {
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    text-decoration: none;
  }
  .recListTable tr th.tckMail *, .recListTable tr th.tckInfo *, .recListTable tr th.tckComment *, .recListTable tr td.tckMail *, .recListTable tr td.tckInfo *, .recListTable tr td.tckComment * {
    font-size: 0 !important;
    text-decoration: none;
  }
  .recListTable tr th.tckMail, .recListTable tr td.tckMail {
    background-image: url(../images/icon/ico_mail_1.svg);
  }
  .recListTable tr th.tckInfo, .recListTable tr td.tckInfo {
    background-image: url(../images/icon/ico_info_1.svg);
  }
  .recListTable tr th.tckComment, .recListTable tr td.tckComment {
    background-image: url(../images/icon/ico_comment_1.svg);
  }
  .recListTable tr .spUtl {
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 0px;
    width: auto;
    height: 100%;
    background: none;
  }
  .recListTable tr .spUtl ul {
    position: relative;
    display: block;
    height: 100%;
  }
  .recListTable tr .spUtl ul li {
    display: table;
    position: absolute;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    background-color: #c00;
    color: #fff;
    vertical-align: middle;
    height: 100%;
  }
  .recListTable tr .spUtl ul li a {
    display: table-cell;
    height: 100%;
    padding: 0px 15px;
    color: #fff;
    text-decoration: none;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
  }
  .recListTable tr .spUtl ul li a:hover {
    color: #fff;
  }
  .recListTable tr .spUtl ul li a:active {
    color: #fff;
  }
  .recListTable tr .spUtl ul li a:visited {
    color: #fff;
  }
  .recListTable tr .spUtl ul li a:focus {
    color: #fff;
  }
  .recListTable tr .spUtl ul li.sort a {
    background-color: #4d9f49;
    display: block;
    height: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    font-size: 0;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .recListTable tr .spUtl ul li.sort a.up {
    background-image: url(../images/icon/ico_arrow_up_1.svg);
  }
  .recListTable tr .spUtl ul li.sort a.down {
    background-image: url(../images/icon/ico_arrow_down_1.svg);
  }
  .recListTable tr .spUtl ul li.edit a {
    background-color: #5e4d42;
  }
  .recListTable tr .spUtl ul li.delete a {
    background-color: #252525;
  }
  .recListTable tr .spUtl ul li.reserve a {
    background-color: #212120;
  }
  .recListTable tr .spUtl ul li.view a {
    min-width: 3.5em;
    text-align: center;
    background-color: #777;
  }
  .recListTable tr .spUtl ul li.mail a {
    background-color: #5e4d42;
  }
  .recListTable tr .spUtl ul li.info a {
    background-color: #777;
  }
  .recListTable tr .spUtl ul li.comment a {
    background-color: #212120;
  }
  .recListTable tr.editRecord::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    opacity: 0;
  }
  .recListTable tr.editMode::after {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  .recListTable tr.hide {
    background-color: #e5e5e5;
  }
  .recListTable tr.hide th, .recListTable tr.hide td {
    background-color: #e5e5e5;
  }
  .inputMapBase {
    height: 400px;
  }
  .highPackCaut {
    color: #c44;
    border-radius: 10px;
    padding: 15px 30px;
    border: 2px solid #c44;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .indexMenuSec {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
  }
  .indexMenuSec .indexInfo {
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .indexMenuSec ul li {
    width: 50%;
    padding: 1%;
  }
  .indexMenuSec ul li a {
    padding: 10px;
  }
  .indexMenuSec ul li a .imgBase {
    margin-bottom: 2px;
  }
  .indexMenuSec ul li a .imgBase img {
    width: 50px;
  }
  .indexMenuSec ul li a .textBase .title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .indexMenuSec ul li a .textBase .contents {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.3;
  }
  /**
  * チケット印刷用CSS
  */
  #ui-datepicker-div {
    z-index: 1;
  }
  /**************************************
  汎用
  **************************************/
  /* モーダル */
  #modal #modalInner {
    padding: 15px;
  }
  #modal #modalInner #modalClose {
    top: 5px;
    right: 5px;
  }
  @-webkit-keyframes viewModal {
    0% {
      scale: 1.1;
      opacity: 0;
    }
    100% {
      scale: 1;
      opacity: 1;
    }
  }
  @keyframes viewModal {
    0% {
      scale: 1.1;
      opacity: 0;
    }
    100% {
      scale: 1;
      opacity: 1;
    }
  }
  .inputChkBase > span {
    position: relative;
  }
  .inputChkBase > span .resultChk {
    position: absolute;
    z-index: 10;
    top: -1.5em;
    left: -50px;
  }
  .inputChkBase > span .resultChk .inner {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
  }
  .inputChkBase > span .resultChk .inner span {
    color: #fff;
    display: block;
    padding: 6px 10px;
    border-radius: 3px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 180px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .inputChkBase > span .resultChk .inner span.ng {
    background-color: #c44;
    position: relative;
  }
  .inputChkBase > span .resultChk .inner span.ng::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-top-color: #c44;
    border-width: 10px 8px 10px 8px;
    margin-left: -8px;
    left: 65px;
    bottom: -20px;
  }
  .inputChkBase > span .resultChk .inner span.ok {
    background-color: #212120;
    position: relative;
    text-align: center;
    min-width: 130px;
  }
  .inputChkBase > span .resultChk .inner span.ok::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-top-color: #212120;
    border-width: 10px 8px 10px 8px;
    margin-left: -8px;
    left: 65px;
    bottom: -20px;
  }
  /* -----------------------
  contents:ログイン
  ----------------------- */
  #loginSec {
    width: 100%;
    height: 100%;
  }
  #loginSec #loginBox {
    width: 260px;
    margin: 0px auto;
  }
  #loginSec #loginBox #loginLogBase {
    position: relative;
  }
  #loginSec #loginBox #loginLogBase .mainLogoBaseLogin {
    text-align: center;
    padding: 40px 0px 30px 0px;
  }
  #loginSec #loginBox #loginLogBase .mainLogoBaseLogin img {
    width: 180px;
  }
  #loginSec #loginBox #loginId {
    margin-bottom: 10px;
  }
  #loginSec #loginBox #loginPs {
    margin-bottom: 20px;
  }
  #loginSec #loginBox #loginBtn {
    margin-bottom: 10px;
    text-align: center;
  }
  #loginSec #loginBox .inputTitle {
    display: none;
  }
  #loginSec #loginForgot {
    margin-bottom: 25px;
    text-align: center;
  }
  #loginSec .loginErrorBox {
    position: absolute;
    bottom: 10px;
    left: -10px;
    background: rgba(150, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    width: 260px;
    padding: 15px 10px;
    border-radius: 5px;
    /* Firefox用 */
    -moz-border-radius: 5px;
    /* Safari,Google Chrome用 */
    -webkit-border-radius: 5px;
  }
  #loginSec .loginErrorBox:before {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 15%;
    border: 12px solid transparent;
    border-top: 20px solid rgba(150, 0, 0, 0.8);
  }
  #loginSec .loginErrorBox ul {
    display: block;
    float: left;
    width: 100%;
  }
  #loginSec .loginErrorBox ul li {
    display: block;
    float: left;
    width: 90%;
    padding: 10px 5% 0px 5%;
    margin-top: 10px;
    border-top: 1px dotted rgba(255, 255, 255, 0.4);
    text-align: left;
    font-size: 12px;
  }
  #loginSec .loginErrorBox ul li:first-child {
    padding-top: 0px;
    margin-top: 0px;
    border-top: none;
  }
  /* -----------------------
  contents:初回ログインメンテナンス
  ----------------------- */
  #firstOpenSec {
    padding-top: 5px;
    padding-bottom: 25px;
  }
  #firstOpenSec .image {
    width: 100%;
    margin-bottom: 15px;
  }
  #firstOpenSec .btnBase {
    width: 260px;
  }
  /* -----------------------
  contents:パスワードを忘れた方
  ----------------------- */
  #noMemberHeader {
    background-color: #212120;
    padding: 10px 10px 5px 10px;
  }
  #noMemberHeader #mainLogoBase {
    text-align: center;
  }
  #noMemberHeader #mainLogoBase img {
    width: 160px;
  }
  .font10s {
    font-size: 10px !important;
    font-size: 1rem !important;
    line-height: 1.8 !important;
  }
  .font11s {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
  }
  .font12s {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 1.8 !important;
  }
  .font13s {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    line-height: 1.8 !important;
  }
  .font14s {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 1.8 !important;
  }
  .font15s {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    line-height: 1.8 !important;
  }
  .font16s {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 1.8 !important;
  }
  .font17s {
    font-size: 17px !important;
    font-size: 1.7rem !important;
    line-height: 1.8 !important;
  }
  .font18s {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    line-height: 1.8 !important;
  }
  .font19s {
    font-size: 19px !important;
    font-size: 1.9rem !important;
    line-height: 1.8 !important;
  }
  .font20s {
    font-size: 20px !important;
    font-size: 2rem !important;
    line-height: 1.8 !important;
  }
  .font21s {
    font-size: 21px !important;
    font-size: 2.1rem !important;
    line-height: 1.8 !important;
  }
  .font22s {
    font-size: 22px !important;
    font-size: 2.2rem !important;
    line-height: 1.8 !important;
  }
  .font23s {
    font-size: 23px !important;
    font-size: 2.3rem !important;
    line-height: 1.8 !important;
  }
  .font24s {
    font-size: 24px !important;
    font-size: 2.4rem !important;
    line-height: 1.8 !important;
  }
  .font25s {
    font-size: 25px !important;
    font-size: 2.5rem !important;
    line-height: 1.8 !important;
  }
  .font26s {
    font-size: 26px !important;
    font-size: 2.6rem !important;
    line-height: 1.8 !important;
  }
  .font27s {
    font-size: 27px !important;
    font-size: 2.7rem !important;
    line-height: 1.8 !important;
  }
  .font28s {
    font-size: 28px !important;
    font-size: 2.8rem !important;
    line-height: 1.8 !important;
  }
  .font29s {
    font-size: 29px !important;
    font-size: 2.9rem !important;
    line-height: 1.8 !important;
  }
  .font30s {
    font-size: 30px !important;
    font-size: 3rem !important;
    line-height: 1.8 !important;
  }
  .width1s {
    width: 1% !important;
  }
  .width2s {
    width: 2% !important;
  }
  .width3s {
    width: 3% !important;
  }
  .width4s {
    width: 4% !important;
  }
  .width5s {
    width: 5% !important;
  }
  .width6s {
    width: 6% !important;
  }
  .width7s {
    width: 7% !important;
  }
  .width8s {
    width: 8% !important;
  }
  .width9s {
    width: 9% !important;
  }
  .width10s {
    width: 10% !important;
  }
  .width11s {
    width: 11% !important;
  }
  .width12s {
    width: 12% !important;
  }
  .width13s {
    width: 13% !important;
  }
  .width14s {
    width: 14% !important;
  }
  .width15s {
    width: 15% !important;
  }
  .width16s {
    width: 16% !important;
  }
  .width17s {
    width: 17% !important;
  }
  .width18s {
    width: 18% !important;
  }
  .width19s {
    width: 19% !important;
  }
  .width20s {
    width: 20% !important;
  }
  .width21s {
    width: 21% !important;
  }
  .width22s {
    width: 22% !important;
  }
  .width23s {
    width: 23% !important;
  }
  .width24s {
    width: 24% !important;
  }
  .width25s {
    width: 25% !important;
  }
  .width26s {
    width: 26% !important;
  }
  .width27s {
    width: 27% !important;
  }
  .width28s {
    width: 28% !important;
  }
  .width29s {
    width: 29% !important;
  }
  .width30s {
    width: 30% !important;
  }
  .width31s {
    width: 31% !important;
  }
  .width32s {
    width: 32% !important;
  }
  .width33s {
    width: 33% !important;
  }
  .width34s {
    width: 34% !important;
  }
  .width35s {
    width: 35% !important;
  }
  .width36s {
    width: 36% !important;
  }
  .width37s {
    width: 37% !important;
  }
  .width38s {
    width: 38% !important;
  }
  .width39s {
    width: 39% !important;
  }
  .width40s {
    width: 40% !important;
  }
  .width41s {
    width: 41% !important;
  }
  .width42s {
    width: 42% !important;
  }
  .width43s {
    width: 43% !important;
  }
  .width44s {
    width: 44% !important;
  }
  .width45s {
    width: 45% !important;
  }
  .width46s {
    width: 46% !important;
  }
  .width47s {
    width: 47% !important;
  }
  .width48s {
    width: 48% !important;
  }
  .width49s {
    width: 49% !important;
  }
  .width50s {
    width: 50% !important;
  }
  .width51s {
    width: 51% !important;
  }
  .width52s {
    width: 52% !important;
  }
  .width53s {
    width: 53% !important;
  }
  .width54s {
    width: 54% !important;
  }
  .width55s {
    width: 55% !important;
  }
  .width56s {
    width: 56% !important;
  }
  .width57s {
    width: 57% !important;
  }
  .width58s {
    width: 58% !important;
  }
  .width59s {
    width: 59% !important;
  }
  .width60s {
    width: 60% !important;
  }
  .width61s {
    width: 61% !important;
  }
  .width62s {
    width: 62% !important;
  }
  .width63s {
    width: 63% !important;
  }
  .width64s {
    width: 64% !important;
  }
  .width65s {
    width: 65% !important;
  }
  .width66s {
    width: 66% !important;
  }
  .width67s {
    width: 67% !important;
  }
  .width68s {
    width: 68% !important;
  }
  .width69s {
    width: 69% !important;
  }
  .width70s {
    width: 70% !important;
  }
  .width71s {
    width: 71% !important;
  }
  .width72s {
    width: 72% !important;
  }
  .width73s {
    width: 73% !important;
  }
  .width74s {
    width: 74% !important;
  }
  .width75s {
    width: 75% !important;
  }
  .width76s {
    width: 76% !important;
  }
  .width77s {
    width: 77% !important;
  }
  .width78s {
    width: 78% !important;
  }
  .width79s {
    width: 79% !important;
  }
  .width80s {
    width: 80% !important;
  }
  .width81s {
    width: 81% !important;
  }
  .width82s {
    width: 82% !important;
  }
  .width83s {
    width: 83% !important;
  }
  .width84s {
    width: 84% !important;
  }
  .width85s {
    width: 85% !important;
  }
  .width86s {
    width: 86% !important;
  }
  .width87s {
    width: 87% !important;
  }
  .width88s {
    width: 88% !important;
  }
  .width89s {
    width: 89% !important;
  }
  .width90s {
    width: 90% !important;
  }
  .width91s {
    width: 91% !important;
  }
  .width92s {
    width: 92% !important;
  }
  .width93s {
    width: 93% !important;
  }
  .width94s {
    width: 94% !important;
  }
  .width95s {
    width: 95% !important;
  }
  .width96s {
    width: 96% !important;
  }
  .width97s {
    width: 97% !important;
  }
  .width98s {
    width: 98% !important;
  }
  .width99s {
    width: 99% !important;
  }
  .width100s {
    width: 100% !important;
  }
  .marL1s {
    margin-left: 1px !important;
  }
  .marR1s {
    margin-right: 1px !important;
  }
  .marT1s {
    margin-top: 1px !important;
  }
  .marB1s {
    margin-bottom: 1px !important;
  }
  .marA1s {
    margin: 1px !important;
  }
  .marL2s {
    margin-left: 2px !important;
  }
  .marR2s {
    margin-right: 2px !important;
  }
  .marT2s {
    margin-top: 2px !important;
  }
  .marB2s {
    margin-bottom: 2px !important;
  }
  .marA2s {
    margin: 2px !important;
  }
  .marL3s {
    margin-left: 3px !important;
  }
  .marR3s {
    margin-right: 3px !important;
  }
  .marT3s {
    margin-top: 3px !important;
  }
  .marB3s {
    margin-bottom: 3px !important;
  }
  .marA3s {
    margin: 3px !important;
  }
  .marL4s {
    margin-left: 4px !important;
  }
  .marR4s {
    margin-right: 4px !important;
  }
  .marT4s {
    margin-top: 4px !important;
  }
  .marB4s {
    margin-bottom: 4px !important;
  }
  .marA4s {
    margin: 4px !important;
  }
  .marL5s {
    margin-left: 5px !important;
  }
  .marR5s {
    margin-right: 5px !important;
  }
  .marT5s {
    margin-top: 5px !important;
  }
  .marB5s {
    margin-bottom: 5px !important;
  }
  .marA5s {
    margin: 5px !important;
  }
  .marL6s {
    margin-left: 6px !important;
  }
  .marR6s {
    margin-right: 6px !important;
  }
  .marT6s {
    margin-top: 6px !important;
  }
  .marB6s {
    margin-bottom: 6px !important;
  }
  .marA6s {
    margin: 6px !important;
  }
  .marL7s {
    margin-left: 7px !important;
  }
  .marR7s {
    margin-right: 7px !important;
  }
  .marT7s {
    margin-top: 7px !important;
  }
  .marB7s {
    margin-bottom: 7px !important;
  }
  .marA7s {
    margin: 7px !important;
  }
  .marL8s {
    margin-left: 8px !important;
  }
  .marR8s {
    margin-right: 8px !important;
  }
  .marT8s {
    margin-top: 8px !important;
  }
  .marB8s {
    margin-bottom: 8px !important;
  }
  .marA8s {
    margin: 8px !important;
  }
  .marL9s {
    margin-left: 9px !important;
  }
  .marR9s {
    margin-right: 9px !important;
  }
  .marT9s {
    margin-top: 9px !important;
  }
  .marB9s {
    margin-bottom: 9px !important;
  }
  .marA9s {
    margin: 9px !important;
  }
  .marL10s {
    margin-left: 10px !important;
  }
  .marR10s {
    margin-right: 10px !important;
  }
  .marT10s {
    margin-top: 10px !important;
  }
  .marB10s {
    margin-bottom: 10px !important;
  }
  .marA10s {
    margin: 10px !important;
  }
  .marL11s {
    margin-left: 11px !important;
  }
  .marR11s {
    margin-right: 11px !important;
  }
  .marT11s {
    margin-top: 11px !important;
  }
  .marB11s {
    margin-bottom: 11px !important;
  }
  .marA11s {
    margin: 11px !important;
  }
  .marL12s {
    margin-left: 12px !important;
  }
  .marR12s {
    margin-right: 12px !important;
  }
  .marT12s {
    margin-top: 12px !important;
  }
  .marB12s {
    margin-bottom: 12px !important;
  }
  .marA12s {
    margin: 12px !important;
  }
  .marL13s {
    margin-left: 13px !important;
  }
  .marR13s {
    margin-right: 13px !important;
  }
  .marT13s {
    margin-top: 13px !important;
  }
  .marB13s {
    margin-bottom: 13px !important;
  }
  .marA13s {
    margin: 13px !important;
  }
  .marL14s {
    margin-left: 14px !important;
  }
  .marR14s {
    margin-right: 14px !important;
  }
  .marT14s {
    margin-top: 14px !important;
  }
  .marB14s {
    margin-bottom: 14px !important;
  }
  .marA14s {
    margin: 14px !important;
  }
  .marL15s {
    margin-left: 15px !important;
  }
  .marR15s {
    margin-right: 15px !important;
  }
  .marT15s {
    margin-top: 15px !important;
  }
  .marB15s {
    margin-bottom: 15px !important;
  }
  .marA15s {
    margin: 15px !important;
  }
  .marL16s {
    margin-left: 16px !important;
  }
  .marR16s {
    margin-right: 16px !important;
  }
  .marT16s {
    margin-top: 16px !important;
  }
  .marB16s {
    margin-bottom: 16px !important;
  }
  .marA16s {
    margin: 16px !important;
  }
  .marL17s {
    margin-left: 17px !important;
  }
  .marR17s {
    margin-right: 17px !important;
  }
  .marT17s {
    margin-top: 17px !important;
  }
  .marB17s {
    margin-bottom: 17px !important;
  }
  .marA17s {
    margin: 17px !important;
  }
  .marL18s {
    margin-left: 18px !important;
  }
  .marR18s {
    margin-right: 18px !important;
  }
  .marT18s {
    margin-top: 18px !important;
  }
  .marB18s {
    margin-bottom: 18px !important;
  }
  .marA18s {
    margin: 18px !important;
  }
  .marL19s {
    margin-left: 19px !important;
  }
  .marR19s {
    margin-right: 19px !important;
  }
  .marT19s {
    margin-top: 19px !important;
  }
  .marB19s {
    margin-bottom: 19px !important;
  }
  .marA19s {
    margin: 19px !important;
  }
  .marL20s {
    margin-left: 20px !important;
  }
  .marR20s {
    margin-right: 20px !important;
  }
  .marT20s {
    margin-top: 20px !important;
  }
  .marB20s {
    margin-bottom: 20px !important;
  }
  .marA20s {
    margin: 20px !important;
  }
  .marL21s {
    margin-left: 21px !important;
  }
  .marR21s {
    margin-right: 21px !important;
  }
  .marT21s {
    margin-top: 21px !important;
  }
  .marB21s {
    margin-bottom: 21px !important;
  }
  .marA21s {
    margin: 21px !important;
  }
  .marL22s {
    margin-left: 22px !important;
  }
  .marR22s {
    margin-right: 22px !important;
  }
  .marT22s {
    margin-top: 22px !important;
  }
  .marB22s {
    margin-bottom: 22px !important;
  }
  .marA22s {
    margin: 22px !important;
  }
  .marL23s {
    margin-left: 23px !important;
  }
  .marR23s {
    margin-right: 23px !important;
  }
  .marT23s {
    margin-top: 23px !important;
  }
  .marB23s {
    margin-bottom: 23px !important;
  }
  .marA23s {
    margin: 23px !important;
  }
  .marL24s {
    margin-left: 24px !important;
  }
  .marR24s {
    margin-right: 24px !important;
  }
  .marT24s {
    margin-top: 24px !important;
  }
  .marB24s {
    margin-bottom: 24px !important;
  }
  .marA24s {
    margin: 24px !important;
  }
  .marL25s {
    margin-left: 25px !important;
  }
  .marR25s {
    margin-right: 25px !important;
  }
  .marT25s {
    margin-top: 25px !important;
  }
  .marB25s {
    margin-bottom: 25px !important;
  }
  .marA25s {
    margin: 25px !important;
  }
  .marL26s {
    margin-left: 26px !important;
  }
  .marR26s {
    margin-right: 26px !important;
  }
  .marT26s {
    margin-top: 26px !important;
  }
  .marB26s {
    margin-bottom: 26px !important;
  }
  .marA26s {
    margin: 26px !important;
  }
  .marL27s {
    margin-left: 27px !important;
  }
  .marR27s {
    margin-right: 27px !important;
  }
  .marT27s {
    margin-top: 27px !important;
  }
  .marB27s {
    margin-bottom: 27px !important;
  }
  .marA27s {
    margin: 27px !important;
  }
  .marL28s {
    margin-left: 28px !important;
  }
  .marR28s {
    margin-right: 28px !important;
  }
  .marT28s {
    margin-top: 28px !important;
  }
  .marB28s {
    margin-bottom: 28px !important;
  }
  .marA28s {
    margin: 28px !important;
  }
  .marL29s {
    margin-left: 29px !important;
  }
  .marR29s {
    margin-right: 29px !important;
  }
  .marT29s {
    margin-top: 29px !important;
  }
  .marB29s {
    margin-bottom: 29px !important;
  }
  .marA29s {
    margin: 29px !important;
  }
  .marL30s {
    margin-left: 30px !important;
  }
  .marR30s {
    margin-right: 30px !important;
  }
  .marT30s {
    margin-top: 30px !important;
  }
  .marB30s {
    margin-bottom: 30px !important;
  }
  .marA30s {
    margin: 30px !important;
  }
  .marL35s {
    margin-left: 35px !important;
  }
  .marR35s {
    margin-right: 35px !important;
  }
  .marT35s {
    margin-top: 35px !important;
  }
  .marB35s {
    margin-bottom: 35px !important;
  }
  .marA35s {
    margin: 35px !important;
  }
  .marL40s {
    margin-left: 40px !important;
  }
  .marR40s {
    margin-right: 40px !important;
  }
  .marT40s {
    margin-top: 40px !important;
  }
  .marB40s {
    margin-bottom: 40px !important;
  }
  .marA40s {
    margin: 40px !important;
  }
  .marL45s {
    margin-left: 45px !important;
  }
  .marR45s {
    margin-right: 45px !important;
  }
  .marT45s {
    margin-top: 45px !important;
  }
  .marB45s {
    margin-bottom: 45px !important;
  }
  .marA45s {
    margin: 45px !important;
  }
  .marL50s {
    margin-left: 50px !important;
  }
  .marR50s {
    margin-right: 50px !important;
  }
  .marT50s {
    margin-top: 50px !important;
  }
  .marB50s {
    margin-bottom: 50px !important;
  }
  .marA50s {
    margin: 50px !important;
  }
  .marL55s {
    margin-left: 55px !important;
  }
  .marR55s {
    margin-right: 55px !important;
  }
  .marT55s {
    margin-top: 55px !important;
  }
  .marB55s {
    margin-bottom: 55px !important;
  }
  .marA55s {
    margin: 55px !important;
  }
  .marL60s {
    margin-left: 60px !important;
  }
  .marR60s {
    margin-right: 60px !important;
  }
  .marT60s {
    margin-top: 60px !important;
  }
  .marB60s {
    margin-bottom: 60px !important;
  }
  .marA60s {
    margin: 60px !important;
  }
  .marL65s {
    margin-left: 65px !important;
  }
  .marR65s {
    margin-right: 65px !important;
  }
  .marT65s {
    margin-top: 65px !important;
  }
  .marB65s {
    margin-bottom: 65px !important;
  }
  .marA65s {
    margin: 65px !important;
  }
  .marL70s {
    margin-left: 70px !important;
  }
  .marR70s {
    margin-right: 70px !important;
  }
  .marT70s {
    margin-top: 70px !important;
  }
  .marB70s {
    margin-bottom: 70px !important;
  }
  .marA70s {
    margin: 70px !important;
  }
  .marL75s {
    margin-left: 75px !important;
  }
  .marR75s {
    margin-right: 75px !important;
  }
  .marT75s {
    margin-top: 75px !important;
  }
  .marB75s {
    margin-bottom: 75px !important;
  }
  .marA75s {
    margin: 75px !important;
  }
  .marL80s {
    margin-left: 80px !important;
  }
  .marR80s {
    margin-right: 80px !important;
  }
  .marT80s {
    margin-top: 80px !important;
  }
  .marB80s {
    margin-bottom: 80px !important;
  }
  .marA80s {
    margin: 80px !important;
  }
  .marL85s {
    margin-left: 85px !important;
  }
  .marR85s {
    margin-right: 85px !important;
  }
  .marT85s {
    margin-top: 85px !important;
  }
  .marB85s {
    margin-bottom: 85px !important;
  }
  .marA85s {
    margin: 85px !important;
  }
  .marL90s {
    margin-left: 90px !important;
  }
  .marR90s {
    margin-right: 90px !important;
  }
  .marT90s {
    margin-top: 90px !important;
  }
  .marB90s {
    margin-bottom: 90px !important;
  }
  .marA90s {
    margin: 90px !important;
  }
  .marL95s {
    margin-left: 95px !important;
  }
  .marR95s {
    margin-right: 95px !important;
  }
  .marT95s {
    margin-top: 95px !important;
  }
  .marB95s {
    margin-bottom: 95px !important;
  }
  .marA95s {
    margin: 95px !important;
  }
  .marL100s {
    margin-left: 100px !important;
  }
  .marR100s {
    margin-right: 100px !important;
  }
  .marT100s {
    margin-top: 100px !important;
  }
  .marB100s {
    margin-bottom: 100px !important;
  }
  .marA100s {
    margin: 100px !important;
  }
  .marL110s {
    margin-left: 110px !important;
  }
  .marR110s {
    margin-right: 110px !important;
  }
  .marT110s {
    margin-top: 110px !important;
  }
  .marB110s {
    margin-bottom: 110px !important;
  }
  .marA110s {
    margin: 110px !important;
  }
  .marL120s {
    margin-left: 120px !important;
  }
  .marR120s {
    margin-right: 120px !important;
  }
  .marT120s {
    margin-top: 120px !important;
  }
  .marB120s {
    margin-bottom: 120px !important;
  }
  .marA120s {
    margin: 120px !important;
  }
  .marL130s {
    margin-left: 130px !important;
  }
  .marR130s {
    margin-right: 130px !important;
  }
  .marT130s {
    margin-top: 130px !important;
  }
  .marB130s {
    margin-bottom: 130px !important;
  }
  .marA130s {
    margin: 130px !important;
  }
  .marL140s {
    margin-left: 140px !important;
  }
  .marR140s {
    margin-right: 140px !important;
  }
  .marT140s {
    margin-top: 140px !important;
  }
  .marB140s {
    margin-bottom: 140px !important;
  }
  .marA140s {
    margin: 140px !important;
  }
  .marL150s {
    margin-left: 150px !important;
  }
  .marR150s {
    margin-right: 150px !important;
  }
  .marT150s {
    margin-top: 150px !important;
  }
  .marB150s {
    margin-bottom: 150px !important;
  }
  .marA150s {
    margin: 150px !important;
  }
  .marL160s {
    margin-left: 160px !important;
  }
  .marR160s {
    margin-right: 160px !important;
  }
  .marT160s {
    margin-top: 160px !important;
  }
  .marB160s {
    margin-bottom: 160px !important;
  }
  .marA160s {
    margin: 160px !important;
  }
  .marL170s {
    margin-left: 170px !important;
  }
  .marR170s {
    margin-right: 170px !important;
  }
  .marT170s {
    margin-top: 170px !important;
  }
  .marB170s {
    margin-bottom: 170px !important;
  }
  .marA170s {
    margin: 170px !important;
  }
  .marL180s {
    margin-left: 180px !important;
  }
  .marR180s {
    margin-right: 180px !important;
  }
  .marT180s {
    margin-top: 180px !important;
  }
  .marB180s {
    margin-bottom: 180px !important;
  }
  .marA180s {
    margin: 180px !important;
  }
  .marL190s {
    margin-left: 190px !important;
  }
  .marR190s {
    margin-right: 190px !important;
  }
  .marT190s {
    margin-top: 190px !important;
  }
  .marB190s {
    margin-bottom: 190px !important;
  }
  .marA190s {
    margin: 190px !important;
  }
  .marL200s {
    margin-left: 200px !important;
  }
  .marR200s {
    margin-right: 200px !important;
  }
  .marT200s {
    margin-top: 200px !important;
  }
  .marB200s {
    margin-bottom: 200px !important;
  }
  .marA200s {
    margin: 200px !important;
  }
  .marCLs {
    margin-left: 0px !important;
  }
  .marCRs {
    margin-right: 0px !important;
  }
  .marCTs {
    margin-top: 0px !important;
  }
  .marCBs {
    margin-bottom: 0px !important;
  }
  .marCAs {
    margin: 0px !important;
  }
  .marCPs {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .marCVs {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .padL1s {
    padding-left: 1px !important;
  }
  .padR1s {
    padding-right: 1px !important;
  }
  .padT1s {
    padding-top: 1px !important;
  }
  .padB1s {
    padding-bottom: 1px !important;
  }
  .padA1s {
    padding: 1px !important;
  }
  .padL2s {
    padding-left: 2px !important;
  }
  .padR2s {
    padding-right: 2px !important;
  }
  .padT2s {
    padding-top: 2px !important;
  }
  .padB2s {
    padding-bottom: 2px !important;
  }
  .padA2s {
    padding: 2px !important;
  }
  .padL3s {
    padding-left: 3px !important;
  }
  .padR3s {
    padding-right: 3px !important;
  }
  .padT3s {
    padding-top: 3px !important;
  }
  .padB3s {
    padding-bottom: 3px !important;
  }
  .padA3s {
    padding: 3px !important;
  }
  .padL4s {
    padding-left: 4px !important;
  }
  .padR4s {
    padding-right: 4px !important;
  }
  .padT4s {
    padding-top: 4px !important;
  }
  .padB4s {
    padding-bottom: 4px !important;
  }
  .padA4s {
    padding: 4px !important;
  }
  .padL5s {
    padding-left: 5px !important;
  }
  .padR5s {
    padding-right: 5px !important;
  }
  .padT5s {
    padding-top: 5px !important;
  }
  .padB5s {
    padding-bottom: 5px !important;
  }
  .padA5s {
    padding: 5px !important;
  }
  .padL6s {
    padding-left: 6px !important;
  }
  .padR6s {
    padding-right: 6px !important;
  }
  .padT6s {
    padding-top: 6px !important;
  }
  .padB6s {
    padding-bottom: 6px !important;
  }
  .padA6s {
    padding: 6px !important;
  }
  .padL7s {
    padding-left: 7px !important;
  }
  .padR7s {
    padding-right: 7px !important;
  }
  .padT7s {
    padding-top: 7px !important;
  }
  .padB7s {
    padding-bottom: 7px !important;
  }
  .padA7s {
    padding: 7px !important;
  }
  .padL8s {
    padding-left: 8px !important;
  }
  .padR8s {
    padding-right: 8px !important;
  }
  .padT8s {
    padding-top: 8px !important;
  }
  .padB8s {
    padding-bottom: 8px !important;
  }
  .padA8s {
    padding: 8px !important;
  }
  .padL9s {
    padding-left: 9px !important;
  }
  .padR9s {
    padding-right: 9px !important;
  }
  .padT9s {
    padding-top: 9px !important;
  }
  .padB9s {
    padding-bottom: 9px !important;
  }
  .padA9s {
    padding: 9px !important;
  }
  .padL10s {
    padding-left: 10px !important;
  }
  .padR10s {
    padding-right: 10px !important;
  }
  .padT10s {
    padding-top: 10px !important;
  }
  .padB10s {
    padding-bottom: 10px !important;
  }
  .padA10s {
    padding: 10px !important;
  }
  .padL11s {
    padding-left: 11px !important;
  }
  .padR11s {
    padding-right: 11px !important;
  }
  .padT11s {
    padding-top: 11px !important;
  }
  .padB11s {
    padding-bottom: 11px !important;
  }
  .padA11s {
    padding: 11px !important;
  }
  .padL12s {
    padding-left: 12px !important;
  }
  .padR12s {
    padding-right: 12px !important;
  }
  .padT12s {
    padding-top: 12px !important;
  }
  .padB12s {
    padding-bottom: 12px !important;
  }
  .padA12s {
    padding: 12px !important;
  }
  .padL13s {
    padding-left: 13px !important;
  }
  .padR13s {
    padding-right: 13px !important;
  }
  .padT13s {
    padding-top: 13px !important;
  }
  .padB13s {
    padding-bottom: 13px !important;
  }
  .padA13s {
    padding: 13px !important;
  }
  .padL14s {
    padding-left: 14px !important;
  }
  .padR14s {
    padding-right: 14px !important;
  }
  .padT14s {
    padding-top: 14px !important;
  }
  .padB14s {
    padding-bottom: 14px !important;
  }
  .padA14s {
    padding: 14px !important;
  }
  .padL15s {
    padding-left: 15px !important;
  }
  .padR15s {
    padding-right: 15px !important;
  }
  .padT15s {
    padding-top: 15px !important;
  }
  .padB15s {
    padding-bottom: 15px !important;
  }
  .padA15s {
    padding: 15px !important;
  }
  .padL16s {
    padding-left: 16px !important;
  }
  .padR16s {
    padding-right: 16px !important;
  }
  .padT16s {
    padding-top: 16px !important;
  }
  .padB16s {
    padding-bottom: 16px !important;
  }
  .padA16s {
    padding: 16px !important;
  }
  .padL17s {
    padding-left: 17px !important;
  }
  .padR17s {
    padding-right: 17px !important;
  }
  .padT17s {
    padding-top: 17px !important;
  }
  .padB17s {
    padding-bottom: 17px !important;
  }
  .padA17s {
    padding: 17px !important;
  }
  .padL18s {
    padding-left: 18px !important;
  }
  .padR18s {
    padding-right: 18px !important;
  }
  .padT18s {
    padding-top: 18px !important;
  }
  .padB18s {
    padding-bottom: 18px !important;
  }
  .padA18s {
    padding: 18px !important;
  }
  .padL19s {
    padding-left: 19px !important;
  }
  .padR19s {
    padding-right: 19px !important;
  }
  .padT19s {
    padding-top: 19px !important;
  }
  .padB19s {
    padding-bottom: 19px !important;
  }
  .padA19s {
    padding: 19px !important;
  }
  .padL20s {
    padding-left: 20px !important;
  }
  .padR20s {
    padding-right: 20px !important;
  }
  .padT20s {
    padding-top: 20px !important;
  }
  .padB20s {
    padding-bottom: 20px !important;
  }
  .padA20s {
    padding: 20px !important;
  }
  .padL21s {
    padding-left: 21px !important;
  }
  .padR21s {
    padding-right: 21px !important;
  }
  .padT21s {
    padding-top: 21px !important;
  }
  .padB21s {
    padding-bottom: 21px !important;
  }
  .padA21s {
    padding: 21px !important;
  }
  .padL22s {
    padding-left: 22px !important;
  }
  .padR22s {
    padding-right: 22px !important;
  }
  .padT22s {
    padding-top: 22px !important;
  }
  .padB22s {
    padding-bottom: 22px !important;
  }
  .padA22s {
    padding: 22px !important;
  }
  .padL23s {
    padding-left: 23px !important;
  }
  .padR23s {
    padding-right: 23px !important;
  }
  .padT23s {
    padding-top: 23px !important;
  }
  .padB23s {
    padding-bottom: 23px !important;
  }
  .padA23s {
    padding: 23px !important;
  }
  .padL24s {
    padding-left: 24px !important;
  }
  .padR24s {
    padding-right: 24px !important;
  }
  .padT24s {
    padding-top: 24px !important;
  }
  .padB24s {
    padding-bottom: 24px !important;
  }
  .padA24s {
    padding: 24px !important;
  }
  .padL25s {
    padding-left: 25px !important;
  }
  .padR25s {
    padding-right: 25px !important;
  }
  .padT25s {
    padding-top: 25px !important;
  }
  .padB25s {
    padding-bottom: 25px !important;
  }
  .padA25s {
    padding: 25px !important;
  }
  .padL26s {
    padding-left: 26px !important;
  }
  .padR26s {
    padding-right: 26px !important;
  }
  .padT26s {
    padding-top: 26px !important;
  }
  .padB26s {
    padding-bottom: 26px !important;
  }
  .padA26s {
    padding: 26px !important;
  }
  .padL27s {
    padding-left: 27px !important;
  }
  .padR27s {
    padding-right: 27px !important;
  }
  .padT27s {
    padding-top: 27px !important;
  }
  .padB27s {
    padding-bottom: 27px !important;
  }
  .padA27s {
    padding: 27px !important;
  }
  .padL28s {
    padding-left: 28px !important;
  }
  .padR28s {
    padding-right: 28px !important;
  }
  .padT28s {
    padding-top: 28px !important;
  }
  .padB28s {
    padding-bottom: 28px !important;
  }
  .padA28s {
    padding: 28px !important;
  }
  .padL29s {
    padding-left: 29px !important;
  }
  .padR29s {
    padding-right: 29px !important;
  }
  .padT29s {
    padding-top: 29px !important;
  }
  .padB29s {
    padding-bottom: 29px !important;
  }
  .padA29s {
    padding: 29px !important;
  }
  .padL30s {
    padding-left: 30px !important;
  }
  .padR30s {
    padding-right: 30px !important;
  }
  .padT30s {
    padding-top: 30px !important;
  }
  .padB30s {
    padding-bottom: 30px !important;
  }
  .padA30s {
    padding: 30px !important;
  }
  .padL35s {
    padding-left: 35px !important;
  }
  .padR35s {
    padding-right: 35px !important;
  }
  .padT35s {
    padding-top: 35px !important;
  }
  .padB35s {
    padding-bottom: 35px !important;
  }
  .padA35s {
    padding: 35px !important;
  }
  .padL40s {
    padding-left: 40px !important;
  }
  .padR40s {
    padding-right: 40px !important;
  }
  .padT40s {
    padding-top: 40px !important;
  }
  .padB40s {
    padding-bottom: 40px !important;
  }
  .padA40s {
    padding: 40px !important;
  }
  .padL45s {
    padding-left: 45px !important;
  }
  .padR45s {
    padding-right: 45px !important;
  }
  .padT45s {
    padding-top: 45px !important;
  }
  .padB45s {
    padding-bottom: 45px !important;
  }
  .padA45s {
    padding: 45px !important;
  }
  .padL50s {
    padding-left: 50px !important;
  }
  .padR50s {
    padding-right: 50px !important;
  }
  .padT50s {
    padding-top: 50px !important;
  }
  .padB50s {
    padding-bottom: 50px !important;
  }
  .padA50s {
    padding: 50px !important;
  }
  .padL55s {
    padding-left: 55px !important;
  }
  .padR55s {
    padding-right: 55px !important;
  }
  .padT55s {
    padding-top: 55px !important;
  }
  .padB55s {
    padding-bottom: 55px !important;
  }
  .padA55s {
    padding: 55px !important;
  }
  .padL60s {
    padding-left: 60px !important;
  }
  .padR60s {
    padding-right: 60px !important;
  }
  .padT60s {
    padding-top: 60px !important;
  }
  .padB60s {
    padding-bottom: 60px !important;
  }
  .padA60s {
    padding: 60px !important;
  }
  .padL65s {
    padding-left: 65px !important;
  }
  .padR65s {
    padding-right: 65px !important;
  }
  .padT65s {
    padding-top: 65px !important;
  }
  .padB65s {
    padding-bottom: 65px !important;
  }
  .padA65s {
    padding: 65px !important;
  }
  .padL70s {
    padding-left: 70px !important;
  }
  .padR70s {
    padding-right: 70px !important;
  }
  .padT70s {
    padding-top: 70px !important;
  }
  .padB70s {
    padding-bottom: 70px !important;
  }
  .padA70s {
    padding: 70px !important;
  }
  .padL75s {
    padding-left: 75px !important;
  }
  .padR75s {
    padding-right: 75px !important;
  }
  .padT75s {
    padding-top: 75px !important;
  }
  .padB75s {
    padding-bottom: 75px !important;
  }
  .padA75s {
    padding: 75px !important;
  }
  .padL80s {
    padding-left: 80px !important;
  }
  .padR80s {
    padding-right: 80px !important;
  }
  .padT80s {
    padding-top: 80px !important;
  }
  .padB80s {
    padding-bottom: 80px !important;
  }
  .padA80s {
    padding: 80px !important;
  }
  .padL85s {
    padding-left: 85px !important;
  }
  .padR85s {
    padding-right: 85px !important;
  }
  .padT85s {
    padding-top: 85px !important;
  }
  .padB85s {
    padding-bottom: 85px !important;
  }
  .padA85s {
    padding: 85px !important;
  }
  .padL90s {
    padding-left: 90px !important;
  }
  .padR90s {
    padding-right: 90px !important;
  }
  .padT90s {
    padding-top: 90px !important;
  }
  .padB90s {
    padding-bottom: 90px !important;
  }
  .padA90s {
    padding: 90px !important;
  }
  .padL95s {
    padding-left: 95px !important;
  }
  .padR95s {
    padding-right: 95px !important;
  }
  .padT95s {
    padding-top: 95px !important;
  }
  .padB95s {
    padding-bottom: 95px !important;
  }
  .padA95s {
    padding: 95px !important;
  }
  .padL100s {
    padding-left: 100px !important;
  }
  .padR100s {
    padding-right: 100px !important;
  }
  .padT100s {
    padding-top: 100px !important;
  }
  .padB100s {
    padding-bottom: 100px !important;
  }
  .padA100s {
    padding: 100px !important;
  }
  .padL110s {
    padding-left: 110px !important;
  }
  .padR110s {
    padding-right: 110px !important;
  }
  .padT110s {
    padding-top: 110px !important;
  }
  .padB110s {
    padding-bottom: 110px !important;
  }
  .padA110s {
    padding: 110px !important;
  }
  .padL120s {
    padding-left: 120px !important;
  }
  .padR120s {
    padding-right: 120px !important;
  }
  .padT120s {
    padding-top: 120px !important;
  }
  .padB120s {
    padding-bottom: 120px !important;
  }
  .padA120s {
    padding: 120px !important;
  }
  .padL130s {
    padding-left: 130px !important;
  }
  .padR130s {
    padding-right: 130px !important;
  }
  .padT130s {
    padding-top: 130px !important;
  }
  .padB130s {
    padding-bottom: 130px !important;
  }
  .padA130s {
    padding: 130px !important;
  }
  .padL140s {
    padding-left: 140px !important;
  }
  .padR140s {
    padding-right: 140px !important;
  }
  .padT140s {
    padding-top: 140px !important;
  }
  .padB140s {
    padding-bottom: 140px !important;
  }
  .padA140s {
    padding: 140px !important;
  }
  .padL150s {
    padding-left: 150px !important;
  }
  .padR150s {
    padding-right: 150px !important;
  }
  .padT150s {
    padding-top: 150px !important;
  }
  .padB150s {
    padding-bottom: 150px !important;
  }
  .padA150s {
    padding: 150px !important;
  }
  .padL160s {
    padding-left: 160px !important;
  }
  .padR160s {
    padding-right: 160px !important;
  }
  .padT160s {
    padding-top: 160px !important;
  }
  .padB160s {
    padding-bottom: 160px !important;
  }
  .padA160s {
    padding: 160px !important;
  }
  .padL170s {
    padding-left: 170px !important;
  }
  .padR170s {
    padding-right: 170px !important;
  }
  .padT170s {
    padding-top: 170px !important;
  }
  .padB170s {
    padding-bottom: 170px !important;
  }
  .padA170s {
    padding: 170px !important;
  }
  .padL180s {
    padding-left: 180px !important;
  }
  .padR180s {
    padding-right: 180px !important;
  }
  .padT180s {
    padding-top: 180px !important;
  }
  .padB180s {
    padding-bottom: 180px !important;
  }
  .padA180s {
    padding: 180px !important;
  }
  .padL190s {
    padding-left: 190px !important;
  }
  .padR190s {
    padding-right: 190px !important;
  }
  .padT190s {
    padding-top: 190px !important;
  }
  .padB190s {
    padding-bottom: 190px !important;
  }
  .padA190s {
    padding: 190px !important;
  }
  .padL200s {
    padding-left: 200px !important;
  }
  .padR200s {
    padding-right: 200px !important;
  }
  .padT200s {
    padding-top: 200px !important;
  }
  .padB200s {
    padding-bottom: 200px !important;
  }
  .padA200s {
    padding: 200px !important;
  }
  .padCLs {
    padding-left: 0px !important;
  }
  .padCRs {
    padding-right: 0px !important;
  }
  .padCTs {
    padding-top: 0px !important;
  }
  .padCBs {
    padding-bottom: 0px !important;
  }
  .padCAs {
    padding: 0px !important;
  }
  .padCPs {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .padCVs {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
/* tablet
-------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  input, label {
    vertical-align: middle;
  }
  input[type=text],
input[type=password],
textarea {
    width: 100%;
    padding: 5px 10px;
    margin: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  select {
    width: 100%;
    height: 35px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .formBox10 {
    width: 3em !important;
  }
  .formBox30 {
    width: 30px !important;
  }
  .formBox40 {
    width: 40px !important;
  }
  .formBox50 {
    width: 50px !important;
  }
  .formBox60 {
    width: 60px !important;
  }
  .formBox70 {
    width: 70px !important;
  }
  .formBox80 {
    width: 80px !important;
  }
  .formBox90 {
    width: 90px !important;
  }
  .formBox100 {
    width: 100px !important;
  }
  .formBox150 {
    width: 150px !important;
  }
  .formBox200 {
    width: 200px !important;
  }
  .formBox250 {
    width: 250px !important;
  }
  .formBox300 {
    width: 300px !important;
  }
  .formBox400 {
    width: 400px !important;
  }
  .formBox450 {
    width: 450px !important;
  }
  .formBox500 {
    width: 500px !important;
  }
  .calendar {
    width: 9em !important;
  }
  .formTopLvDomain {
    width: 8em;
    height: 30px;
    vertical-align: middle;
  }
  .formDomain {
    width: 160px !important;
  }
  .formSubDomain {
    width: 120px !important;
  }
  .formTopLevelDomain {
    width: auto !important;
  }
  .formFolder {
    width: 120px !important;
  }
  .formTextArea01 {
    width: 100%;
    height: 200px;
  }
  .accompany {
    font-size: 11px;
    padding-top: 2px;
    color: #1f66a3;
  }
  .example {
    font-size: 11px;
    margin-bottom: 2px;
    color: #999;
  }
  .attention {
    color: #666;
    font-size: 11px;
    margin-top: 3px;
  }
  .est {
    color: #c00;
    font-size: 11px;
    margin-left: 0.5em;
  }
  .formParaList li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
  }
  .formParaListInline {
    display: inline-block;
    vertical-align: middle;
  }
  .formParaListInline li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
  }
  .formVertList li {
    display: block;
    list-style-type: none;
    margin-bottom: 10px;
  }
  .ruleBase {
    width: 90%;
    padding: 10px;
    margin: 0px auto;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    height: 150px;
    overflow: auto;
    font-size: 14px;
    text-align: left;
  }
  .btnArea {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .btnArea li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
  }
  .btnArea li input {
    vertical-align: top;
  }
  .errorCol input,
.errorCol textarea {
    border: 1px solid #ccc;
    background-color: #fee;
  }
  #errorArea ul {
    margin-bottom: 20px;
  }
  #errorArea ul li {
    padding: 4px 0px;
    padding-left: 45px;
    background: url("../images/icon/ico_error_pc.png") no-repeat 15px center;
  }
  @import "../js/boxer/jquery.fs.boxer.css";
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
  }
  a {
    color: #5e4d42;
    text-decoration: none;
    text-decoration: underline;
  }
  a:hover {
    color: #666;
  }
  a:active {
    color: #5e4d42;
  }
  a:visited {
    color: #5e4d42;
  }
  a:focus {
    color: #5e4d42;
  }
  em {
    font-style: normal;
    font-size: 138.5%;
    font-weight: bold;
  }
  sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
  }
  sup {
    bottom: 1ex;
  }
  sub {
    top: 0.5ex;
  }
  header {
    height: 60px;
    background-color: #212120;
  }
  header #headerContents {
    width: 100%;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header #headerContents #headerRight {
    float: right;
  }
  header #headerContents #headerRight .logoutBtnBase {
    display: inline-block;
    vertical-align: middle;
  }
  header #headerContents #headerRight .logoutBtnBase a {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 15px 0px 30px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    line-height: 60px;
    text-decoration: none;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-image: url(../images/icon/ico_logout_1.svg);
    color: #fff;
  }
  header #headerContents #headerRight .mainte a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    line-height: 60px;
    padding-right: 110px;
    margin-right: 15px;
    background-size: 100px 25px;
  }
  header #headerContents #serviceLogo {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    margin-right: 20px;
  }
  header #headerContents #serviceLogo img {
    width: auto;
    height: 28px;
    padding-top: 16px;
  }
  header #headerContents #accountNameMain {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    line-height: 60px;
    color: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  header::after {
    content: "";
    display: block;
    clear: both;
  }
  footer {
    height: 60px;
  }
  .copyright {
    font-size: 10px;
    padding: 15px 0px;
    padding-top: 4vh;
  }
  #contents {
    padding-bottom: 80px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #pageTop #slideMain {
    background-color: #f5f3ef;
  }
  #menuActiveCover {
    position: fixed;
    z-index: -100;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    -o-transition-property: transform, background-color;
    transition-property: transform, background-color;
    transition-property: transform, background-color, -webkit-transform;
  }
  #menuActiveCover.active {
    z-index: 11;
  }
  #menuActiveCover.activeRight, #menuActiveCover.activeLeft {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #menuActiveCover.activeRight {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  #menuActiveCover.activeLeft {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
  #slideMain {
    position: relative;
    background-color: #fff;
    z-index: 1;
    width: 100vw;
    height: 100svh;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    overflow: auto;
  }
  #slideMain.activeRight {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
    position: fixed;
  }
  #slideMain.activeLeft {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
    position: fixed;
  }
  .slidemenu {
    top: 0;
    width: 300px;
    position: fixed;
    top: 0;
    z-index: -5;
    background-color: #333;
    height: 100svh;
    overflow: auto;
  }
  .slidemenu .slidemenuHeader {
    position: relative;
    height: 49px;
    padding-left: 30px;
    color: #ccc;
    font-size: 15px;
    border-bottom: 1px solid #000;
    background: url(../images/icon/ico_side_menu.png) no-repeat 12px 9px;
    background-size: 30px 30px;
    background-color: #5e4d42;
  }
  .slidemenu .slidemenuHeader div {
    padding: 10px 0px 0px 19px;
    text-decoration: none;
    position: relative;
  }
  .slidemenu .slidemenuHeader #headBtnBase {
    position: absolute;
    top: 9px;
    right: 15px;
  }
  .slidemenu .slidemenuHeader .headBtn {
    display: table-cell;
    height: 28px;
    padding: 0px 10px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), to(#ccc));
    background: -o-linear-gradient(#fff, #fff 50%, #ccc);
    background: linear-gradient(#fff, #fff 50%, #ccc);
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  }
  .slidemenu .slidemenuHeader .headBtn:link, .slidemenu .slidemenuHeader .headBtn:visited, .slidemenu .slidemenuHeader .headBtn:hover {
    color: #333;
    text-decoration: none;
  }
  .slidemenu#slideMenuLeft {
    left: 0;
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  .slidemenu#slideMenuRight {
    right: 0;
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
  .slidemenu#slideMenuLeft.active, .slidemenu#slideMenuRight.active {
    z-index: -5;
    position: absolute;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  .slidemenu#slideMenuLeft.hide, .slidemenu#slideMenuRight.hide {
    z-index: -6;
    position: fixed;
  }
  .slidemenu .slidemenuBody {
    height: 100%;
    position: relative;
  }
  .slidemenu .slidemenuBody .slidemenuContent {
    position: relative;
  }
  .slidemenu .sideMenuSec {
    padding-bottom: 30px;
  }
  .slidemenu .sideMenuSec .title {
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    background-color: #222;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 2px 12px;
    color: #888;
  }
  .slidemenu .sideMenuSec ul li {
    list-style: none;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    line-height: 1.8;
  }
  .slidemenu .sideMenuSec ul li.naviTit {
    color: #fff;
    font-size: 77%;
    padding: 5px 0 4px 12px;
    background-color: #262626;
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #000;
  }
  .slidemenu .sideMenuSec ul li a {
    padding: 15px 0 15px 22px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }
  .slidemenu .sideMenuSec ul li a span {
    display: block;
    color: #888;
    font-size: 68%;
    line-height: 123.1%;
    font-weight: normal;
  }
  .slidemenu#slideMenuLeft {
    background-color: #f3f3f3;
    border-right: 1px solid #ccc;
  }
  #slideMain {
    background-color: #f5f3ef;
  }
  .personalSec {
    width: 100%;
    text-align: center;
  }
  .personalSec .inner {
    padding: 6vh 10px 10px 10px;
    position: relative;
  }
  .personalSec .inner .photo {
    margin-bottom: 2.5vh;
  }
  .personalSec .inner .photo.planMark2::after {
    letter-spacing: 0em;
  }
  .personalSec .inner .name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .personalSec .inner .url {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    line-height: 20px;
    color: #999;
    margin-bottom: 3.5vh;
  }
  .personalSec .inner .music {
    margin-bottom: 2vh;
  }
  .personalSec .inner .music .name {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
    color: #999;
    margin-bottom: 5px;
  }
  .personalSec .inner .music .num {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .personalSec .inner .music .gauge {
    margin-bottom: 5px;
  }
  .personalSec .inner .exDate .name {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
    color: #999;
    margin-bottom: 5px;
  }
  .personalSec .inner .exDate .date {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: -5px;
    letter-spacing: 0.1em;
  }
  .personalSec .inner .btnLogout {
    padding-top: 5vh;
  }
  .personalSec .inner .btnLogout a {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 16px 30px;
    color: #5e4d42;
    background-color: none;
    border: 1px solid #5e4d42;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    color: #5e4d42;
    text-decoration: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .personalSec .inner .btnLogout a:hover {
    color: rgba(94, 77, 66, 0.7);
  }
  .personalSec .inner .btnLogout a:active {
    color: #5e4d42;
  }
  .personalSec .inner .btnLogout a:visited {
    color: #5e4d42;
  }
  .personalSec .inner .btnLogout a:focus {
    color: #5e4d42;
  }
  .personalSec .inner .btnLogout a:hover {
    color: rgba(94, 77, 66, 0.7);
    background-color: none;
    border: 1px solid rgba(94, 77, 66, 0.7);
  }
  .personalSec .inner {
    padding: 80px 10px 10px 10px;
  }
  #sideBarPc {
    display: none;
  }
  #gNaviSec .inner {
    width: 100%;
    margin: 0px auto;
    background-color: #5e4d42;
  }
  #gNaviSec .inner::after {
    content: "";
    display: block;
    clear: both;
  }
  #gNaviSec .inner ul {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 25px;
  }
  #gNaviSec .inner ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2%;
  }
  #gNaviSec .inner ul li a {
    display: block;
    background-color: #5e4d42;
    color: #fff;
    padding: 10px 10px 10px 37px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  #gNaviSec .inner ul li a:hover {
    opacity: 0.5;
  }
  #gNaviSec .inner ul li#naviBasic a {
    background-image: url(../images/icon/ico_basic_1.svg);
  }
  #gNaviSec .inner ul li#naviContents a {
    background-image: url(../images/icon/ico_contents_1.svg);
  }
  #gNaviSec .inner ul li#naviArtist a {
    background-image: url(../images/icon/ico_user_1.svg);
  }
  #gNaviSec .inner ul li#naviDeliv a {
    background-image: url(../images/icon/ico_deliv_1.svg);
  }
  #gNaviSec .inner ul li#naviLink a {
    background-image: url(../images/icon/ico_link_1.svg);
  }
  #gNaviSec .inner ul li#naviAccess a {
    background-image: url(../images/icon/ico_log_1.svg);
  }
  #gNaviSec .inner {
    min-width: auto;
  }
  #gNaviSec .inner ul {
    padding: 0px 15px;
    text-align: center;
  }
  #gNaviSec .inner ul li {
    margin-right: 10px;
  }
  #gNaviSec .inner ul li a {
    padding: 30px 10px 5px 10px;
    background-position: center 7px;
    background-size: 22px auto;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0em;
  }
  #fMenu {
    z-index: 10;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  #fMenu.activeRight {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  #fMenu.activeLeft {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
  #fMenu.hideRight {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  #fMenu.hideLeft {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
  #fMenu.show {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  #fMenu ul {
    display: block;
    float: left;
    width: 100%;
  }
  #fMenu ul li {
    display: block;
    float: left;
    width: 25%;
  }
  #fMenu ul li a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding-top: 37px;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: -0.05em;
    opacity: 0.8;
  }
  #fMenu ul li a:link, #fMenu ul li a:visited, #fMenu ul li a:hover {
    color: #fff;
    text-decoration: none;
  }
  #fMenu ul li#fMenu1 a {
    background: url(../images/common/btn_fix_1.svg) no-repeat center 6px;
    background-size: 30px 30px;
  }
  #fMenu ul li#fMenu2 a {
    background: url(../images/common/btn_fix_2.svg) no-repeat center 6px;
    background-size: 30px 30px;
  }
  #fMenu ul li#fMenu3 a {
    background: url(../images/common/btn_fix_3.svg) no-repeat center 6px;
    background-size: 30px 30px;
  }
  #fMenu ul li#fMenu4 a {
    background: url(../images/common/btn_fix_4.svg) no-repeat center 6px;
    background-size: 30px 30px;
  }
  #fMenu ul li#fMenu5 a {
    background: url(../images/common/btn_fix_5.svg) no-repeat center 6px;
    background-size: 30px 30px;
  }
  #crumbList {
    background-color: #fff;
    padding: 5px 35px;
  }
  #crumbList li {
    display: inline;
    margin-left: 0.6em;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  #crumbList li::before {
    content: "＞";
    margin-right: 1em;
  }
  #crumbList li#crumbHome {
    margin: 0px;
    padding: 0px;
    padding-left: 22px;
    background: url("../images/icon/ico_home_2.svg") no-repeat left center;
    background-size: 15px auto;
  }
  #crumbList li#crumbHome::before {
    content: "";
  }
  #crumbList li a:link, #crumbList li a:visited {
    text-decoration: none;
    color: #666;
  }
  #crumbList li a:hover {
    text-decoration: underline;
  }
  .titPage {
    background-color: #5e4d42;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 5px 15px;
  }
  .titFunc {
    padding: 0px 0px 18px 0px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .titSub {
    color: #212120;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 0px 15px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 8px;
    background-color: #aaa;
    color: #fff;
  }
  .titTextSub {
    border-radius: 5px;
    padding: 3px 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .cautText1 {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  /* レイアウト*/
  .contentsInfo1 {
    padding: 10px 15px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 10px;
  }
  .inputCaution {
    padding: 10px 15px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 10px;
  }
  .formCautBox {
    padding: 10px 15px;
    margin-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 10px;
  }
  .btnLogin1 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 16px 30px;
    color: #fff;
    background-color: #212120;
    border: none;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    min-width: auto;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 5px 35px;
  }
  .btnLogin1:hover {
    color: #fff;
  }
  .btnLogin1:active {
    color: #fff;
  }
  .btnLogin1:visited {
    color: #fff;
  }
  .btnLogin1:focus {
    color: #fff;
  }
  .btnLogin1:hover {
    color: #fff;
    background-color: rgba(33, 33, 32, 0.7);
    border: none;
  }
  .btn1 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 16px 30px;
    color: #fff;
    background-color: #365b75;
    border: none;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .btn1:hover {
    color: #fff;
  }
  .btn1:active {
    color: #fff;
  }
  .btn1:visited {
    color: #fff;
  }
  .btn1:focus {
    color: #fff;
  }
  .btn1:hover {
    color: #fff;
    background-color: rgba(54, 91, 117, 0.7);
    border: none;
  }
  .btnReturn1 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 16px 30px;
    color: #fff;
    background-color: #999;
    border: none;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .btnReturn1:hover {
    color: #fff;
  }
  .btnReturn1:active {
    color: #fff;
  }
  .btnReturn1:visited {
    color: #fff;
  }
  .btnReturn1:focus {
    color: #fff;
  }
  .btnReturn1:hover {
    color: #fff;
    background-color: rgba(153, 153, 153, 0.7);
    border: none;
  }
  .btnAdd1 {
    padding: 15px 25px;
    padding-right: 15px;
    background-position: 15px center;
    background-size: 23px 23px;
  }
  .btnAdd2 {
    padding: 8px 15px 8px 40px;
    padding-right: 15px;
    background-position: 10px center;
    background-size: 23px 23px;
    min-width: 150px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .btnDel1 {
    padding: 0px 10px 0px 35px;
    padding-right: 15px;
    background-position: 10px center;
    background-size: 19px 19px;
    min-width: 80px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    line-height: 29px;
    height: 29px;
    margin-left: 10px;
  }
  .btnEdit1 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 16px 30px;
    color: #365b75;
    background-color: none;
    border: 1px solid #365b75;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    color: #365b75;
    text-decoration: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    min-width: auto;
    padding: 3px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .btnEdit1:hover {
    color: rgba(54, 91, 117, 0.7);
  }
  .btnEdit1:active {
    color: #365b75;
  }
  .btnEdit1:visited {
    color: #365b75;
  }
  .btnEdit1:focus {
    color: #365b75;
  }
  .btnEdit1:hover {
    color: rgba(54, 91, 117, 0.7);
    background-color: none;
    border: 1px solid rgba(54, 91, 117, 0.7);
  }
  .btnPrint1 {
    padding: 15px 30px 15px 70px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    background-size: 40px auto;
  }
  .btnTplActive {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .list1 li {
    padding-left: 1.8em;
    margin-bottom: 7px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .list1 li::before {
    margin-left: -1.8em;
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
  }
  .colGroup1_1 {
    width: 30%;
  }
  .colGroup1_2 {
    width: 70%;
  }
  .colGroup2_1 {
    width: 130px;
    table-layout: fixed;
  }
  .colGroup2_2 {
    width: 120px;
    table-layout: fixed;
  }
  .colGroup2_3 {
    width: auto;
  }
  .colGroup3_1 {
    width: 40%;
  }
  .colGroup3_2 {
    width: 20%;
  }
  .colGroup3_3 {
    width: 40%;
  }
  .colGroup4_1 {
    width: 30%;
  }
  .colGroup4_2 {
    width: 20%;
  }
  .colGroup4_3 {
    width: 30%;
  }
  .colGroup4_4 {
    width: 20%;
  }
  .colGroup5_1 {
    width: 30%;
  }
  .colGroup5_2 {
    width: 70%;
  }
  /* テーブル */
  .rpsTable.rpsTableTab {
    display: block;
    border: none;
    border-radius: 0px;
  }
  .rpsTable.rpsTableTab tr {
    width: 100%;
  }
  .rpsTable.rpsTableTab tr:first-child > *:first-child {
    border-radius: 0px;
  }
  .rpsTable.rpsTableTab tr:first-child > *:last-child {
    border-radius: 0px;
  }
  .rpsTable.rpsTableTab tr:first-child > *:last-child:only-child {
    border-radius: 0px;
  }
  .rpsTable.rpsTableTab tr:last-child > *:first-child {
    border-radius: 0px;
  }
  .rpsTable.rpsTableTab tr:last-child > *:last-child {
    border-radius: 0px;
  }
  .rpsTable.rpsTableTab tr:only-child > *:first-child {
    border-radius: 0px;
  }
  .rpsTable.rpsTableTab tr:only-child > *:last-child {
    border-radius: 0px;
  }
  .rpsTable.rpsTableTab tbody {
    display: block;
  }
  .rpsTable.rpsTableTab tr {
    display: block;
  }
  .rpsTable.rpsTableTab th, .rpsTable.rpsTableTab td {
    display: list-item;
    list-style-type: none;
    border: none;
    text-align: left;
  }
  .rpsTable.rpsTableTab th {
    background-color: #eee;
    padding: 3px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .rpsTable.rpsTableTab td {
    margin-bottom: 10px;
  }
  .tbNone {
    display: none !important;
  }
  .spOnly {
    display: none !important;
  }
  .pcOnly {
    display: none !important;
  }
  .acdSec {
    position: relative;
  }
  .acdSec .switch {
    cursor: pointer;
    position: relative;
  }
  .acdSec .switch::after, .acdSec .switch::before {
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    right: 20px;
    top: 50%;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -10.3px;
    -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
            transform: rotate(-225deg);
    content: "";
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .acdSec .switch::after {
    border-top: 3px solid #999;
  }
  .acdSec .switch::before {
    border-right: 3px solid #999;
  }
  .acdSec .switch.active::after, .acdSec .switch.active::before {
    margin-top: -3.7px;
  }
  .acdSec .switch.active::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .acdSec .switch.active::before {
    -webkit-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  .acdSec .contents {
    display: none;
  }
  .layBoxLine {
    padding: 0px 20px;
  }
  .layBoxBase1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .cntBox1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 20px;
  }
  .cntBox1 .boxTitle {
    padding: 3px 15px;
  }
  .cntBox1 .inner {
    padding: 15px;
  }
  .mainSec {
    padding: 25px;
  }
  .functionPanel {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .functionPanel .subMenuBase {
    display: none;
  }
  .functionPanel .functionBase {
    position: relative;
    background-color: #fff;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .topRecordSec section .listTitle {
    padding: 12px 15px;
    padding-right: 40px;
  }
  .topRecordSec section .listTitle .date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .topRecordSec section .listTitle .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .topRecordSec section .contents {
    padding: 15px;
    padding-top: 0px;
  }
  .topRecordSec section .listCnt {
    padding: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .topBnr1 {
    text-align: center;
    padding: 10px;
  }
  .topBnr1 img {
    width: 100%;
    vertical-align: bottom;
  }
  .topAcountActiveDaySec {
    min-height: 100px;
  }
  .topAcountActiveDaySec .info {
    height: 100px;
    padding-left: 120px;
  }
  .topAcountActiveDaySec .info .title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .topAcountActiveDaySec .info .spl {
    padding-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .acountActiveDayMeter {
    width: 100px;
  }
  .acountActiveDayMeter figure {
    width: 100px;
    padding-bottom: 100px;
  }
  .acountActiveDayMeter figcaption {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.1;
  }
  .acountActiveDayMeter figcaption span {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.1;
  }
  .scheduleCtlSec {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .scheduleCtlSec .scheduleCtlBox {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 15px 20px 20px 20px;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList {
    margin-bottom: 10px;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList .prevYear, .scheduleCtlSec .scheduleCtlBox .scheduleYearList .nextYear {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList .prevYear a, .scheduleCtlSec .scheduleCtlBox .scheduleYearList .nextYear a {
    padding: 5px 10px;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList .thisYear {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.8;
    padding: 0px 25px;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList {
    display: block;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList .all {
    display: inline-block;
    vertical-align: middle;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList ul {
    display: inline-block;
    vertical-align: middle;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList ul li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 2px;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList a, .scheduleCtlSec .scheduleCtlBox .scheduleMonthList .thisMonth {
    display: inline-block;
    vertical-align: middle;
    vertical-align: bottom;
    border-radius: 5px;
    padding: 0px 8px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .genreListBase .title {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .genreListBase .listBase {
    margin-bottom: 20px;
  }
  .genreListBase .listBase ul li {
    width: 32%;
  }
  .recordViewInfo {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #999;
    margin-bottom: 10px;
    text-align: left;
  }
  .addNewRecordBtnBase {
    position: absolute;
    right: 30px;
    top: 25px;
  }
  .addNewBtnBase {
    text-align: right;
    padding-top: 10px;
    margin-bottom: -15px;
  }
  .chkDelBtnBase {
    text-align: right;
    padding-top: 16px;
  }
  .chkDelBtnBase a {
    display: inline-block;
    vertical-align: middle;
    background-color: #777;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
    padding: 4px 10px 4px 33px;
    border-radius: 5px;
    position: relative;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    background-image: url(../images/icon/ico_trash_1.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
  }
  .chkDelBtnBase a::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-bottom-color: #777;
    border-width: 10px 10px 10px 10px;
    margin-left: -10px;
    right: 22px;
    top: -20px;
  }
  .chkDelBtnBase a:hover {
    opacity: 0.7;
  }
  .recListTable {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .recListTable tr th, .recListTable tr td {
    padding: 13px 20px;
  }
  .recListTable tr th.dateCell, .recListTable tr td.dateCell {
    text-align: center;
    white-space: nowrap;
    width: 100px;
  }
  .recListTable tr th.image, .recListTable tr td.image {
    width: 80px;
  }
  .recListTable tr th.image img, .recListTable tr td.image img {
    vertical-align: bottom;
  }
  .recListTable tr th.banner img, .recListTable tr td.banner img {
    vertical-align: bottom;
  }
  .recListTable tr th.disc, .recListTable tr td.disc {
    width: 80px;
  }
  .recListTable tr th.disc img, .recListTable tr td.disc img {
    vertical-align: bottom;
  }
  .recListTable tr th.utlCell, .recListTable tr td.utlCell {
    white-space: nowrap;
    text-align: center;
  }
  .recListTable tr th.sortCell, .recListTable tr td.sortCell {
    width: 70px;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .recListTable tr th.editCell, .recListTable tr td.editCell {
    width: 100px;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .recListTable tr th.delChkCell, .recListTable tr td.delChkCell {
    text-align: center;
    width: 60px;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .recListTable tr th.tckIdCell, .recListTable tr td.tckIdCell {
    text-align: center;
    width: 80px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .recListTable tr th.tckNameCell, .recListTable tr td.tckNameCell {
    width: 200px;
  }
  .recListTable tr th.tckNameCell span, .recListTable tr td.tckNameCell span {
    letter-spacing: 0em;
  }
  .recListTable tr th.tckNumCell, .recListTable tr td.tckNumCell {
    text-align: center;
    width: 80px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .recListTable tr th.tckMail, .recListTable tr td.tckMail {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .recListTable tr th.viewCell, .recListTable tr td.viewCell {
    text-align: center;
  }
  .recListTable tr th.viewCell a, .recListTable tr td.viewCell a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 16px;
    font-size: 0;
  }
  .recListTable tr th.viewCell a::before, .recListTable tr td.viewCell a::before {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 16px;
    background-color: #4d9f49;
    top: 0px;
    left: 0px;
    border-radius: 8px;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .recListTable tr th.viewCell a::after, .recListTable tr td.viewCell a::after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    top: 2px;
    left: 2px;
    border-radius: 6px;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .recListTable tr th.spUtl, .recListTable tr td.spUtl {
    display: none;
  }
  .recListTable tr th .sortBtnbase, .recListTable tr td .sortBtnbase {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    overflow: hidden;
    width: 24px;
  }
  .recListTable tr th .sortBtnbase li, .recListTable tr td .sortBtnbase li {
    border-top: 1px solid #fff;
  }
  .recListTable tr th .sortBtnbase li:first-child, .recListTable tr td .sortBtnbase li:first-child {
    border-top: none;
  }
  .recListTable tr th .sortBtnbase li a, .recListTable tr td .sortBtnbase li a {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    font-size: 0;
    width: 24px;
    height: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ccc;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .recListTable tr th .sortBtnbase li a img, .recListTable tr td .sortBtnbase li a img {
    fill: #ccc;
  }
  .recListTable tr th .sortBtnbase li a.up, .recListTable tr td .sortBtnbase li a.up {
    background-image: url(../images/icon/ico_arrow_up_1.svg);
  }
  .recListTable tr th .sortBtnbase li a.down, .recListTable tr td .sortBtnbase li a.down {
    background-image: url(../images/icon/ico_arrow_down_1.svg);
  }
  .recListTable tr th .sortBtnbase li a:hover, .recListTable tr td .sortBtnbase li a:hover {
    background-color: #666;
  }
  .recListTable tr.hide th, .recListTable tr.hide td {
    background-color: #e5e5e5;
  }
  .recListTable tr.hide td.viewCell a::before {
    background-color: #bbb;
  }
  .recListTable tr.hide td.viewCell a::after {
    left: 11px;
    background-color: #5e4d42;
  }
  .inputMapBase {
    height: 360px;
  }
  .highPackCaut {
    color: #c44;
    border-radius: 10px;
    padding: 15px 30px;
    border: 2px solid #c44;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .indexMenuSec {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .indexMenuSec .indexInfo {
    padding: 20px 25px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .indexMenuSec ul li {
    width: 33.333333%;
    padding: 1%;
  }
  .indexMenuSec ul li a {
    padding: 10px;
  }
  .indexMenuSec ul li a .imgBase img {
    width: 60px;
  }
  .indexMenuSec ul li a .textBase .contents {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  /**
  * チケット印刷用CSS
  */
  /**************************************
  汎用
  **************************************/
  /* モーダル */
  @-webkit-keyframes viewModal {
    0% {
      scale: 1.1;
      opacity: 0;
    }
    100% {
      scale: 1;
      opacity: 1;
    }
  }
  @keyframes viewModal {
    0% {
      scale: 1.1;
      opacity: 0;
    }
    100% {
      scale: 1;
      opacity: 1;
    }
  }
  .inputChkBase > span {
    position: relative;
  }
  .inputChkBase > span .resultChk {
    position: absolute;
    z-index: 10;
    top: -1.5em;
    left: -50px;
  }
  .inputChkBase > span .resultChk .inner {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
  }
  .inputChkBase > span .resultChk .inner span {
    color: #fff;
    display: block;
    padding: 6px 10px;
    border-radius: 3px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 180px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .inputChkBase > span .resultChk .inner span.ng {
    background-color: #c44;
    position: relative;
  }
  .inputChkBase > span .resultChk .inner span.ng::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-top-color: #c44;
    border-width: 10px 8px 10px 8px;
    margin-left: -8px;
    left: 65px;
    bottom: -20px;
  }
  .inputChkBase > span .resultChk .inner span.ok {
    background-color: #212120;
    position: relative;
    text-align: center;
    min-width: 130px;
  }
  .inputChkBase > span .resultChk .inner span.ok::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-top-color: #212120;
    border-width: 10px 8px 10px 8px;
    margin-left: -8px;
    left: 65px;
    bottom: -20px;
  }
  /* -----------------------
  contents:ログイン
  ----------------------- */
  #loginSec {
    width: 100%;
    height: 100%;
  }
  #loginSec #loginBox {
    width: 260px;
    margin: 0px auto;
  }
  #loginSec #loginBox #loginLogBase {
    position: relative;
  }
  #loginSec #loginBox #loginLogBase .mainLogoBaseLogin {
    text-align: center;
    padding: 40px 0px 30px 0px;
  }
  #loginSec #loginBox #loginLogBase .mainLogoBaseLogin img {
    width: 180px;
  }
  #loginSec #loginBox #loginId {
    margin-bottom: 10px;
  }
  #loginSec #loginBox #loginPs {
    margin-bottom: 20px;
  }
  #loginSec #loginBox #loginBtn {
    margin-bottom: 10px;
    text-align: center;
  }
  #loginSec #loginBox .inputTitle {
    display: none;
  }
  #loginSec #loginForgot {
    margin-bottom: 25px;
    text-align: center;
  }
  #loginSec .loginErrorBox {
    position: absolute;
    bottom: 10px;
    left: -10px;
    background: rgba(150, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    width: 260px;
    padding: 15px 10px;
    border-radius: 5px;
    /* Firefox用 */
    -moz-border-radius: 5px;
    /* Safari,Google Chrome用 */
    -webkit-border-radius: 5px;
  }
  #loginSec .loginErrorBox:before {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 15%;
    border: 12px solid transparent;
    border-top: 20px solid rgba(150, 0, 0, 0.8);
  }
  #loginSec .loginErrorBox ul {
    display: block;
    float: left;
    width: 100%;
  }
  #loginSec .loginErrorBox ul li {
    display: block;
    float: left;
    width: 90%;
    padding: 10px 5% 0px 5%;
    margin-top: 10px;
    border-top: 1px dotted rgba(255, 255, 255, 0.4);
    text-align: left;
    font-size: 12px;
  }
  #loginSec .loginErrorBox ul li:first-child {
    padding-top: 0px;
    margin-top: 0px;
    border-top: none;
  }
  /* -----------------------
  contents:初回ログインメンテナンス
  ----------------------- */
  #firstOpenSec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #firstOpenSec .image {
    max-width: 760px;
    margin-bottom: 30px;
  }
  #firstOpenSec .btnBase {
    width: 300px;
  }
  /* -----------------------
  contents:パスワードを忘れた方
  ----------------------- */
  .font10t {
    font-size: 10px !important;
    font-size: 1rem !important;
    line-height: 1.8 !important;
  }
  .font11t {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
  }
  .font12t {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 1.8 !important;
  }
  .font13t {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    line-height: 1.8 !important;
  }
  .font14t {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 1.8 !important;
  }
  .font15t {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    line-height: 1.8 !important;
  }
  .font16t {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 1.8 !important;
  }
  .font17t {
    font-size: 17px !important;
    font-size: 1.7rem !important;
    line-height: 1.8 !important;
  }
  .font18t {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    line-height: 1.8 !important;
  }
  .font19t {
    font-size: 19px !important;
    font-size: 1.9rem !important;
    line-height: 1.8 !important;
  }
  .font20t {
    font-size: 20px !important;
    font-size: 2rem !important;
    line-height: 1.8 !important;
  }
  .font21t {
    font-size: 21px !important;
    font-size: 2.1rem !important;
    line-height: 1.8 !important;
  }
  .font22t {
    font-size: 22px !important;
    font-size: 2.2rem !important;
    line-height: 1.8 !important;
  }
  .font23t {
    font-size: 23px !important;
    font-size: 2.3rem !important;
    line-height: 1.8 !important;
  }
  .font24t {
    font-size: 24px !important;
    font-size: 2.4rem !important;
    line-height: 1.8 !important;
  }
  .font25t {
    font-size: 25px !important;
    font-size: 2.5rem !important;
    line-height: 1.8 !important;
  }
  .font26t {
    font-size: 26px !important;
    font-size: 2.6rem !important;
    line-height: 1.8 !important;
  }
  .font27t {
    font-size: 27px !important;
    font-size: 2.7rem !important;
    line-height: 1.8 !important;
  }
  .font28t {
    font-size: 28px !important;
    font-size: 2.8rem !important;
    line-height: 1.8 !important;
  }
  .font29t {
    font-size: 29px !important;
    font-size: 2.9rem !important;
    line-height: 1.8 !important;
  }
  .font30t {
    font-size: 30px !important;
    font-size: 3rem !important;
    line-height: 1.8 !important;
  }
  .width1t {
    width: 1% !important;
  }
  .width2t {
    width: 2% !important;
  }
  .width3t {
    width: 3% !important;
  }
  .width4t {
    width: 4% !important;
  }
  .width5t {
    width: 5% !important;
  }
  .width6t {
    width: 6% !important;
  }
  .width7t {
    width: 7% !important;
  }
  .width8t {
    width: 8% !important;
  }
  .width9t {
    width: 9% !important;
  }
  .width10t {
    width: 10% !important;
  }
  .width11t {
    width: 11% !important;
  }
  .width12t {
    width: 12% !important;
  }
  .width13t {
    width: 13% !important;
  }
  .width14t {
    width: 14% !important;
  }
  .width15t {
    width: 15% !important;
  }
  .width16t {
    width: 16% !important;
  }
  .width17t {
    width: 17% !important;
  }
  .width18t {
    width: 18% !important;
  }
  .width19t {
    width: 19% !important;
  }
  .width20t {
    width: 20% !important;
  }
  .width21t {
    width: 21% !important;
  }
  .width22t {
    width: 22% !important;
  }
  .width23t {
    width: 23% !important;
  }
  .width24t {
    width: 24% !important;
  }
  .width25t {
    width: 25% !important;
  }
  .width26t {
    width: 26% !important;
  }
  .width27t {
    width: 27% !important;
  }
  .width28t {
    width: 28% !important;
  }
  .width29t {
    width: 29% !important;
  }
  .width30t {
    width: 30% !important;
  }
  .width31t {
    width: 31% !important;
  }
  .width32t {
    width: 32% !important;
  }
  .width33t {
    width: 33% !important;
  }
  .width34t {
    width: 34% !important;
  }
  .width35t {
    width: 35% !important;
  }
  .width36t {
    width: 36% !important;
  }
  .width37t {
    width: 37% !important;
  }
  .width38t {
    width: 38% !important;
  }
  .width39t {
    width: 39% !important;
  }
  .width40t {
    width: 40% !important;
  }
  .width41t {
    width: 41% !important;
  }
  .width42t {
    width: 42% !important;
  }
  .width43t {
    width: 43% !important;
  }
  .width44t {
    width: 44% !important;
  }
  .width45t {
    width: 45% !important;
  }
  .width46t {
    width: 46% !important;
  }
  .width47t {
    width: 47% !important;
  }
  .width48t {
    width: 48% !important;
  }
  .width49t {
    width: 49% !important;
  }
  .width50t {
    width: 50% !important;
  }
  .width51t {
    width: 51% !important;
  }
  .width52t {
    width: 52% !important;
  }
  .width53t {
    width: 53% !important;
  }
  .width54t {
    width: 54% !important;
  }
  .width55t {
    width: 55% !important;
  }
  .width56t {
    width: 56% !important;
  }
  .width57t {
    width: 57% !important;
  }
  .width58t {
    width: 58% !important;
  }
  .width59t {
    width: 59% !important;
  }
  .width60t {
    width: 60% !important;
  }
  .width61t {
    width: 61% !important;
  }
  .width62t {
    width: 62% !important;
  }
  .width63t {
    width: 63% !important;
  }
  .width64t {
    width: 64% !important;
  }
  .width65t {
    width: 65% !important;
  }
  .width66t {
    width: 66% !important;
  }
  .width67t {
    width: 67% !important;
  }
  .width68t {
    width: 68% !important;
  }
  .width69t {
    width: 69% !important;
  }
  .width70t {
    width: 70% !important;
  }
  .width71t {
    width: 71% !important;
  }
  .width72t {
    width: 72% !important;
  }
  .width73t {
    width: 73% !important;
  }
  .width74t {
    width: 74% !important;
  }
  .width75t {
    width: 75% !important;
  }
  .width76t {
    width: 76% !important;
  }
  .width77t {
    width: 77% !important;
  }
  .width78t {
    width: 78% !important;
  }
  .width79t {
    width: 79% !important;
  }
  .width80t {
    width: 80% !important;
  }
  .width81t {
    width: 81% !important;
  }
  .width82t {
    width: 82% !important;
  }
  .width83t {
    width: 83% !important;
  }
  .width84t {
    width: 84% !important;
  }
  .width85t {
    width: 85% !important;
  }
  .width86t {
    width: 86% !important;
  }
  .width87t {
    width: 87% !important;
  }
  .width88t {
    width: 88% !important;
  }
  .width89t {
    width: 89% !important;
  }
  .width90t {
    width: 90% !important;
  }
  .width91t {
    width: 91% !important;
  }
  .width92t {
    width: 92% !important;
  }
  .width93t {
    width: 93% !important;
  }
  .width94t {
    width: 94% !important;
  }
  .width95t {
    width: 95% !important;
  }
  .width96t {
    width: 96% !important;
  }
  .width97t {
    width: 97% !important;
  }
  .width98t {
    width: 98% !important;
  }
  .width99t {
    width: 99% !important;
  }
  .width100t {
    width: 100% !important;
  }
  .marL1t {
    margin-left: 1px !important;
  }
  .marR1t {
    margin-right: 1px !important;
  }
  .marT1t {
    margin-top: 1px !important;
  }
  .marB1t {
    margin-bottom: 1px !important;
  }
  .marA1t {
    margin: 1px !important;
  }
  .marL2t {
    margin-left: 2px !important;
  }
  .marR2t {
    margin-right: 2px !important;
  }
  .marT2t {
    margin-top: 2px !important;
  }
  .marB2t {
    margin-bottom: 2px !important;
  }
  .marA2t {
    margin: 2px !important;
  }
  .marL3t {
    margin-left: 3px !important;
  }
  .marR3t {
    margin-right: 3px !important;
  }
  .marT3t {
    margin-top: 3px !important;
  }
  .marB3t {
    margin-bottom: 3px !important;
  }
  .marA3t {
    margin: 3px !important;
  }
  .marL4t {
    margin-left: 4px !important;
  }
  .marR4t {
    margin-right: 4px !important;
  }
  .marT4t {
    margin-top: 4px !important;
  }
  .marB4t {
    margin-bottom: 4px !important;
  }
  .marA4t {
    margin: 4px !important;
  }
  .marL5t {
    margin-left: 5px !important;
  }
  .marR5t {
    margin-right: 5px !important;
  }
  .marT5t {
    margin-top: 5px !important;
  }
  .marB5t {
    margin-bottom: 5px !important;
  }
  .marA5t {
    margin: 5px !important;
  }
  .marL6t {
    margin-left: 6px !important;
  }
  .marR6t {
    margin-right: 6px !important;
  }
  .marT6t {
    margin-top: 6px !important;
  }
  .marB6t {
    margin-bottom: 6px !important;
  }
  .marA6t {
    margin: 6px !important;
  }
  .marL7t {
    margin-left: 7px !important;
  }
  .marR7t {
    margin-right: 7px !important;
  }
  .marT7t {
    margin-top: 7px !important;
  }
  .marB7t {
    margin-bottom: 7px !important;
  }
  .marA7t {
    margin: 7px !important;
  }
  .marL8t {
    margin-left: 8px !important;
  }
  .marR8t {
    margin-right: 8px !important;
  }
  .marT8t {
    margin-top: 8px !important;
  }
  .marB8t {
    margin-bottom: 8px !important;
  }
  .marA8t {
    margin: 8px !important;
  }
  .marL9t {
    margin-left: 9px !important;
  }
  .marR9t {
    margin-right: 9px !important;
  }
  .marT9t {
    margin-top: 9px !important;
  }
  .marB9t {
    margin-bottom: 9px !important;
  }
  .marA9t {
    margin: 9px !important;
  }
  .marL10t {
    margin-left: 10px !important;
  }
  .marR10t {
    margin-right: 10px !important;
  }
  .marT10t {
    margin-top: 10px !important;
  }
  .marB10t {
    margin-bottom: 10px !important;
  }
  .marA10t {
    margin: 10px !important;
  }
  .marL11t {
    margin-left: 11px !important;
  }
  .marR11t {
    margin-right: 11px !important;
  }
  .marT11t {
    margin-top: 11px !important;
  }
  .marB11t {
    margin-bottom: 11px !important;
  }
  .marA11t {
    margin: 11px !important;
  }
  .marL12t {
    margin-left: 12px !important;
  }
  .marR12t {
    margin-right: 12px !important;
  }
  .marT12t {
    margin-top: 12px !important;
  }
  .marB12t {
    margin-bottom: 12px !important;
  }
  .marA12t {
    margin: 12px !important;
  }
  .marL13t {
    margin-left: 13px !important;
  }
  .marR13t {
    margin-right: 13px !important;
  }
  .marT13t {
    margin-top: 13px !important;
  }
  .marB13t {
    margin-bottom: 13px !important;
  }
  .marA13t {
    margin: 13px !important;
  }
  .marL14t {
    margin-left: 14px !important;
  }
  .marR14t {
    margin-right: 14px !important;
  }
  .marT14t {
    margin-top: 14px !important;
  }
  .marB14t {
    margin-bottom: 14px !important;
  }
  .marA14t {
    margin: 14px !important;
  }
  .marL15t {
    margin-left: 15px !important;
  }
  .marR15t {
    margin-right: 15px !important;
  }
  .marT15t {
    margin-top: 15px !important;
  }
  .marB15t {
    margin-bottom: 15px !important;
  }
  .marA15t {
    margin: 15px !important;
  }
  .marL16t {
    margin-left: 16px !important;
  }
  .marR16t {
    margin-right: 16px !important;
  }
  .marT16t {
    margin-top: 16px !important;
  }
  .marB16t {
    margin-bottom: 16px !important;
  }
  .marA16t {
    margin: 16px !important;
  }
  .marL17t {
    margin-left: 17px !important;
  }
  .marR17t {
    margin-right: 17px !important;
  }
  .marT17t {
    margin-top: 17px !important;
  }
  .marB17t {
    margin-bottom: 17px !important;
  }
  .marA17t {
    margin: 17px !important;
  }
  .marL18t {
    margin-left: 18px !important;
  }
  .marR18t {
    margin-right: 18px !important;
  }
  .marT18t {
    margin-top: 18px !important;
  }
  .marB18t {
    margin-bottom: 18px !important;
  }
  .marA18t {
    margin: 18px !important;
  }
  .marL19t {
    margin-left: 19px !important;
  }
  .marR19t {
    margin-right: 19px !important;
  }
  .marT19t {
    margin-top: 19px !important;
  }
  .marB19t {
    margin-bottom: 19px !important;
  }
  .marA19t {
    margin: 19px !important;
  }
  .marL20t {
    margin-left: 20px !important;
  }
  .marR20t {
    margin-right: 20px !important;
  }
  .marT20t {
    margin-top: 20px !important;
  }
  .marB20t {
    margin-bottom: 20px !important;
  }
  .marA20t {
    margin: 20px !important;
  }
  .marL21t {
    margin-left: 21px !important;
  }
  .marR21t {
    margin-right: 21px !important;
  }
  .marT21t {
    margin-top: 21px !important;
  }
  .marB21t {
    margin-bottom: 21px !important;
  }
  .marA21t {
    margin: 21px !important;
  }
  .marL22t {
    margin-left: 22px !important;
  }
  .marR22t {
    margin-right: 22px !important;
  }
  .marT22t {
    margin-top: 22px !important;
  }
  .marB22t {
    margin-bottom: 22px !important;
  }
  .marA22t {
    margin: 22px !important;
  }
  .marL23t {
    margin-left: 23px !important;
  }
  .marR23t {
    margin-right: 23px !important;
  }
  .marT23t {
    margin-top: 23px !important;
  }
  .marB23t {
    margin-bottom: 23px !important;
  }
  .marA23t {
    margin: 23px !important;
  }
  .marL24t {
    margin-left: 24px !important;
  }
  .marR24t {
    margin-right: 24px !important;
  }
  .marT24t {
    margin-top: 24px !important;
  }
  .marB24t {
    margin-bottom: 24px !important;
  }
  .marA24t {
    margin: 24px !important;
  }
  .marL25t {
    margin-left: 25px !important;
  }
  .marR25t {
    margin-right: 25px !important;
  }
  .marT25t {
    margin-top: 25px !important;
  }
  .marB25t {
    margin-bottom: 25px !important;
  }
  .marA25t {
    margin: 25px !important;
  }
  .marL26t {
    margin-left: 26px !important;
  }
  .marR26t {
    margin-right: 26px !important;
  }
  .marT26t {
    margin-top: 26px !important;
  }
  .marB26t {
    margin-bottom: 26px !important;
  }
  .marA26t {
    margin: 26px !important;
  }
  .marL27t {
    margin-left: 27px !important;
  }
  .marR27t {
    margin-right: 27px !important;
  }
  .marT27t {
    margin-top: 27px !important;
  }
  .marB27t {
    margin-bottom: 27px !important;
  }
  .marA27t {
    margin: 27px !important;
  }
  .marL28t {
    margin-left: 28px !important;
  }
  .marR28t {
    margin-right: 28px !important;
  }
  .marT28t {
    margin-top: 28px !important;
  }
  .marB28t {
    margin-bottom: 28px !important;
  }
  .marA28t {
    margin: 28px !important;
  }
  .marL29t {
    margin-left: 29px !important;
  }
  .marR29t {
    margin-right: 29px !important;
  }
  .marT29t {
    margin-top: 29px !important;
  }
  .marB29t {
    margin-bottom: 29px !important;
  }
  .marA29t {
    margin: 29px !important;
  }
  .marL30t {
    margin-left: 30px !important;
  }
  .marR30t {
    margin-right: 30px !important;
  }
  .marT30t {
    margin-top: 30px !important;
  }
  .marB30t {
    margin-bottom: 30px !important;
  }
  .marA30t {
    margin: 30px !important;
  }
  .marL35t {
    margin-left: 35px !important;
  }
  .marR35t {
    margin-right: 35px !important;
  }
  .marT35t {
    margin-top: 35px !important;
  }
  .marB35t {
    margin-bottom: 35px !important;
  }
  .marA35t {
    margin: 35px !important;
  }
  .marL40t {
    margin-left: 40px !important;
  }
  .marR40t {
    margin-right: 40px !important;
  }
  .marT40t {
    margin-top: 40px !important;
  }
  .marB40t {
    margin-bottom: 40px !important;
  }
  .marA40t {
    margin: 40px !important;
  }
  .marL45t {
    margin-left: 45px !important;
  }
  .marR45t {
    margin-right: 45px !important;
  }
  .marT45t {
    margin-top: 45px !important;
  }
  .marB45t {
    margin-bottom: 45px !important;
  }
  .marA45t {
    margin: 45px !important;
  }
  .marL50t {
    margin-left: 50px !important;
  }
  .marR50t {
    margin-right: 50px !important;
  }
  .marT50t {
    margin-top: 50px !important;
  }
  .marB50t {
    margin-bottom: 50px !important;
  }
  .marA50t {
    margin: 50px !important;
  }
  .marL55t {
    margin-left: 55px !important;
  }
  .marR55t {
    margin-right: 55px !important;
  }
  .marT55t {
    margin-top: 55px !important;
  }
  .marB55t {
    margin-bottom: 55px !important;
  }
  .marA55t {
    margin: 55px !important;
  }
  .marL60t {
    margin-left: 60px !important;
  }
  .marR60t {
    margin-right: 60px !important;
  }
  .marT60t {
    margin-top: 60px !important;
  }
  .marB60t {
    margin-bottom: 60px !important;
  }
  .marA60t {
    margin: 60px !important;
  }
  .marL65t {
    margin-left: 65px !important;
  }
  .marR65t {
    margin-right: 65px !important;
  }
  .marT65t {
    margin-top: 65px !important;
  }
  .marB65t {
    margin-bottom: 65px !important;
  }
  .marA65t {
    margin: 65px !important;
  }
  .marL70t {
    margin-left: 70px !important;
  }
  .marR70t {
    margin-right: 70px !important;
  }
  .marT70t {
    margin-top: 70px !important;
  }
  .marB70t {
    margin-bottom: 70px !important;
  }
  .marA70t {
    margin: 70px !important;
  }
  .marL75t {
    margin-left: 75px !important;
  }
  .marR75t {
    margin-right: 75px !important;
  }
  .marT75t {
    margin-top: 75px !important;
  }
  .marB75t {
    margin-bottom: 75px !important;
  }
  .marA75t {
    margin: 75px !important;
  }
  .marL80t {
    margin-left: 80px !important;
  }
  .marR80t {
    margin-right: 80px !important;
  }
  .marT80t {
    margin-top: 80px !important;
  }
  .marB80t {
    margin-bottom: 80px !important;
  }
  .marA80t {
    margin: 80px !important;
  }
  .marL85t {
    margin-left: 85px !important;
  }
  .marR85t {
    margin-right: 85px !important;
  }
  .marT85t {
    margin-top: 85px !important;
  }
  .marB85t {
    margin-bottom: 85px !important;
  }
  .marA85t {
    margin: 85px !important;
  }
  .marL90t {
    margin-left: 90px !important;
  }
  .marR90t {
    margin-right: 90px !important;
  }
  .marT90t {
    margin-top: 90px !important;
  }
  .marB90t {
    margin-bottom: 90px !important;
  }
  .marA90t {
    margin: 90px !important;
  }
  .marL95t {
    margin-left: 95px !important;
  }
  .marR95t {
    margin-right: 95px !important;
  }
  .marT95t {
    margin-top: 95px !important;
  }
  .marB95t {
    margin-bottom: 95px !important;
  }
  .marA95t {
    margin: 95px !important;
  }
  .marL100t {
    margin-left: 100px !important;
  }
  .marR100t {
    margin-right: 100px !important;
  }
  .marT100t {
    margin-top: 100px !important;
  }
  .marB100t {
    margin-bottom: 100px !important;
  }
  .marA100t {
    margin: 100px !important;
  }
  .marL110t {
    margin-left: 110px !important;
  }
  .marR110t {
    margin-right: 110px !important;
  }
  .marT110t {
    margin-top: 110px !important;
  }
  .marB110t {
    margin-bottom: 110px !important;
  }
  .marA110t {
    margin: 110px !important;
  }
  .marL120t {
    margin-left: 120px !important;
  }
  .marR120t {
    margin-right: 120px !important;
  }
  .marT120t {
    margin-top: 120px !important;
  }
  .marB120t {
    margin-bottom: 120px !important;
  }
  .marA120t {
    margin: 120px !important;
  }
  .marL130t {
    margin-left: 130px !important;
  }
  .marR130t {
    margin-right: 130px !important;
  }
  .marT130t {
    margin-top: 130px !important;
  }
  .marB130t {
    margin-bottom: 130px !important;
  }
  .marA130t {
    margin: 130px !important;
  }
  .marL140t {
    margin-left: 140px !important;
  }
  .marR140t {
    margin-right: 140px !important;
  }
  .marT140t {
    margin-top: 140px !important;
  }
  .marB140t {
    margin-bottom: 140px !important;
  }
  .marA140t {
    margin: 140px !important;
  }
  .marL150t {
    margin-left: 150px !important;
  }
  .marR150t {
    margin-right: 150px !important;
  }
  .marT150t {
    margin-top: 150px !important;
  }
  .marB150t {
    margin-bottom: 150px !important;
  }
  .marA150t {
    margin: 150px !important;
  }
  .marL160t {
    margin-left: 160px !important;
  }
  .marR160t {
    margin-right: 160px !important;
  }
  .marT160t {
    margin-top: 160px !important;
  }
  .marB160t {
    margin-bottom: 160px !important;
  }
  .marA160t {
    margin: 160px !important;
  }
  .marL170t {
    margin-left: 170px !important;
  }
  .marR170t {
    margin-right: 170px !important;
  }
  .marT170t {
    margin-top: 170px !important;
  }
  .marB170t {
    margin-bottom: 170px !important;
  }
  .marA170t {
    margin: 170px !important;
  }
  .marL180t {
    margin-left: 180px !important;
  }
  .marR180t {
    margin-right: 180px !important;
  }
  .marT180t {
    margin-top: 180px !important;
  }
  .marB180t {
    margin-bottom: 180px !important;
  }
  .marA180t {
    margin: 180px !important;
  }
  .marL190t {
    margin-left: 190px !important;
  }
  .marR190t {
    margin-right: 190px !important;
  }
  .marT190t {
    margin-top: 190px !important;
  }
  .marB190t {
    margin-bottom: 190px !important;
  }
  .marA190t {
    margin: 190px !important;
  }
  .marL200t {
    margin-left: 200px !important;
  }
  .marR200t {
    margin-right: 200px !important;
  }
  .marT200t {
    margin-top: 200px !important;
  }
  .marB200t {
    margin-bottom: 200px !important;
  }
  .marA200t {
    margin: 200px !important;
  }
  .marCLt {
    margin-left: 0px !important;
  }
  .marCRt {
    margin-right: 0px !important;
  }
  .marCTt {
    margin-top: 0px !important;
  }
  .marCBt {
    margin-bottom: 0px !important;
  }
  .marCAt {
    margin: 0px !important;
  }
  .marCPt {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .marCVt {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .padL1t {
    padding-left: 1px !important;
  }
  .padR1t {
    padding-right: 1px !important;
  }
  .padT1t {
    padding-top: 1px !important;
  }
  .padB1t {
    padding-bottom: 1px !important;
  }
  .padA1t {
    padding: 1px !important;
  }
  .padL2t {
    padding-left: 2px !important;
  }
  .padR2t {
    padding-right: 2px !important;
  }
  .padT2t {
    padding-top: 2px !important;
  }
  .padB2t {
    padding-bottom: 2px !important;
  }
  .padA2t {
    padding: 2px !important;
  }
  .padL3t {
    padding-left: 3px !important;
  }
  .padR3t {
    padding-right: 3px !important;
  }
  .padT3t {
    padding-top: 3px !important;
  }
  .padB3t {
    padding-bottom: 3px !important;
  }
  .padA3t {
    padding: 3px !important;
  }
  .padL4t {
    padding-left: 4px !important;
  }
  .padR4t {
    padding-right: 4px !important;
  }
  .padT4t {
    padding-top: 4px !important;
  }
  .padB4t {
    padding-bottom: 4px !important;
  }
  .padA4t {
    padding: 4px !important;
  }
  .padL5t {
    padding-left: 5px !important;
  }
  .padR5t {
    padding-right: 5px !important;
  }
  .padT5t {
    padding-top: 5px !important;
  }
  .padB5t {
    padding-bottom: 5px !important;
  }
  .padA5t {
    padding: 5px !important;
  }
  .padL6t {
    padding-left: 6px !important;
  }
  .padR6t {
    padding-right: 6px !important;
  }
  .padT6t {
    padding-top: 6px !important;
  }
  .padB6t {
    padding-bottom: 6px !important;
  }
  .padA6t {
    padding: 6px !important;
  }
  .padL7t {
    padding-left: 7px !important;
  }
  .padR7t {
    padding-right: 7px !important;
  }
  .padT7t {
    padding-top: 7px !important;
  }
  .padB7t {
    padding-bottom: 7px !important;
  }
  .padA7t {
    padding: 7px !important;
  }
  .padL8t {
    padding-left: 8px !important;
  }
  .padR8t {
    padding-right: 8px !important;
  }
  .padT8t {
    padding-top: 8px !important;
  }
  .padB8t {
    padding-bottom: 8px !important;
  }
  .padA8t {
    padding: 8px !important;
  }
  .padL9t {
    padding-left: 9px !important;
  }
  .padR9t {
    padding-right: 9px !important;
  }
  .padT9t {
    padding-top: 9px !important;
  }
  .padB9t {
    padding-bottom: 9px !important;
  }
  .padA9t {
    padding: 9px !important;
  }
  .padL10t {
    padding-left: 10px !important;
  }
  .padR10t {
    padding-right: 10px !important;
  }
  .padT10t {
    padding-top: 10px !important;
  }
  .padB10t {
    padding-bottom: 10px !important;
  }
  .padA10t {
    padding: 10px !important;
  }
  .padL11t {
    padding-left: 11px !important;
  }
  .padR11t {
    padding-right: 11px !important;
  }
  .padT11t {
    padding-top: 11px !important;
  }
  .padB11t {
    padding-bottom: 11px !important;
  }
  .padA11t {
    padding: 11px !important;
  }
  .padL12t {
    padding-left: 12px !important;
  }
  .padR12t {
    padding-right: 12px !important;
  }
  .padT12t {
    padding-top: 12px !important;
  }
  .padB12t {
    padding-bottom: 12px !important;
  }
  .padA12t {
    padding: 12px !important;
  }
  .padL13t {
    padding-left: 13px !important;
  }
  .padR13t {
    padding-right: 13px !important;
  }
  .padT13t {
    padding-top: 13px !important;
  }
  .padB13t {
    padding-bottom: 13px !important;
  }
  .padA13t {
    padding: 13px !important;
  }
  .padL14t {
    padding-left: 14px !important;
  }
  .padR14t {
    padding-right: 14px !important;
  }
  .padT14t {
    padding-top: 14px !important;
  }
  .padB14t {
    padding-bottom: 14px !important;
  }
  .padA14t {
    padding: 14px !important;
  }
  .padL15t {
    padding-left: 15px !important;
  }
  .padR15t {
    padding-right: 15px !important;
  }
  .padT15t {
    padding-top: 15px !important;
  }
  .padB15t {
    padding-bottom: 15px !important;
  }
  .padA15t {
    padding: 15px !important;
  }
  .padL16t {
    padding-left: 16px !important;
  }
  .padR16t {
    padding-right: 16px !important;
  }
  .padT16t {
    padding-top: 16px !important;
  }
  .padB16t {
    padding-bottom: 16px !important;
  }
  .padA16t {
    padding: 16px !important;
  }
  .padL17t {
    padding-left: 17px !important;
  }
  .padR17t {
    padding-right: 17px !important;
  }
  .padT17t {
    padding-top: 17px !important;
  }
  .padB17t {
    padding-bottom: 17px !important;
  }
  .padA17t {
    padding: 17px !important;
  }
  .padL18t {
    padding-left: 18px !important;
  }
  .padR18t {
    padding-right: 18px !important;
  }
  .padT18t {
    padding-top: 18px !important;
  }
  .padB18t {
    padding-bottom: 18px !important;
  }
  .padA18t {
    padding: 18px !important;
  }
  .padL19t {
    padding-left: 19px !important;
  }
  .padR19t {
    padding-right: 19px !important;
  }
  .padT19t {
    padding-top: 19px !important;
  }
  .padB19t {
    padding-bottom: 19px !important;
  }
  .padA19t {
    padding: 19px !important;
  }
  .padL20t {
    padding-left: 20px !important;
  }
  .padR20t {
    padding-right: 20px !important;
  }
  .padT20t {
    padding-top: 20px !important;
  }
  .padB20t {
    padding-bottom: 20px !important;
  }
  .padA20t {
    padding: 20px !important;
  }
  .padL21t {
    padding-left: 21px !important;
  }
  .padR21t {
    padding-right: 21px !important;
  }
  .padT21t {
    padding-top: 21px !important;
  }
  .padB21t {
    padding-bottom: 21px !important;
  }
  .padA21t {
    padding: 21px !important;
  }
  .padL22t {
    padding-left: 22px !important;
  }
  .padR22t {
    padding-right: 22px !important;
  }
  .padT22t {
    padding-top: 22px !important;
  }
  .padB22t {
    padding-bottom: 22px !important;
  }
  .padA22t {
    padding: 22px !important;
  }
  .padL23t {
    padding-left: 23px !important;
  }
  .padR23t {
    padding-right: 23px !important;
  }
  .padT23t {
    padding-top: 23px !important;
  }
  .padB23t {
    padding-bottom: 23px !important;
  }
  .padA23t {
    padding: 23px !important;
  }
  .padL24t {
    padding-left: 24px !important;
  }
  .padR24t {
    padding-right: 24px !important;
  }
  .padT24t {
    padding-top: 24px !important;
  }
  .padB24t {
    padding-bottom: 24px !important;
  }
  .padA24t {
    padding: 24px !important;
  }
  .padL25t {
    padding-left: 25px !important;
  }
  .padR25t {
    padding-right: 25px !important;
  }
  .padT25t {
    padding-top: 25px !important;
  }
  .padB25t {
    padding-bottom: 25px !important;
  }
  .padA25t {
    padding: 25px !important;
  }
  .padL26t {
    padding-left: 26px !important;
  }
  .padR26t {
    padding-right: 26px !important;
  }
  .padT26t {
    padding-top: 26px !important;
  }
  .padB26t {
    padding-bottom: 26px !important;
  }
  .padA26t {
    padding: 26px !important;
  }
  .padL27t {
    padding-left: 27px !important;
  }
  .padR27t {
    padding-right: 27px !important;
  }
  .padT27t {
    padding-top: 27px !important;
  }
  .padB27t {
    padding-bottom: 27px !important;
  }
  .padA27t {
    padding: 27px !important;
  }
  .padL28t {
    padding-left: 28px !important;
  }
  .padR28t {
    padding-right: 28px !important;
  }
  .padT28t {
    padding-top: 28px !important;
  }
  .padB28t {
    padding-bottom: 28px !important;
  }
  .padA28t {
    padding: 28px !important;
  }
  .padL29t {
    padding-left: 29px !important;
  }
  .padR29t {
    padding-right: 29px !important;
  }
  .padT29t {
    padding-top: 29px !important;
  }
  .padB29t {
    padding-bottom: 29px !important;
  }
  .padA29t {
    padding: 29px !important;
  }
  .padL30t {
    padding-left: 30px !important;
  }
  .padR30t {
    padding-right: 30px !important;
  }
  .padT30t {
    padding-top: 30px !important;
  }
  .padB30t {
    padding-bottom: 30px !important;
  }
  .padA30t {
    padding: 30px !important;
  }
  .padL35t {
    padding-left: 35px !important;
  }
  .padR35t {
    padding-right: 35px !important;
  }
  .padT35t {
    padding-top: 35px !important;
  }
  .padB35t {
    padding-bottom: 35px !important;
  }
  .padA35t {
    padding: 35px !important;
  }
  .padL40t {
    padding-left: 40px !important;
  }
  .padR40t {
    padding-right: 40px !important;
  }
  .padT40t {
    padding-top: 40px !important;
  }
  .padB40t {
    padding-bottom: 40px !important;
  }
  .padA40t {
    padding: 40px !important;
  }
  .padL45t {
    padding-left: 45px !important;
  }
  .padR45t {
    padding-right: 45px !important;
  }
  .padT45t {
    padding-top: 45px !important;
  }
  .padB45t {
    padding-bottom: 45px !important;
  }
  .padA45t {
    padding: 45px !important;
  }
  .padL50t {
    padding-left: 50px !important;
  }
  .padR50t {
    padding-right: 50px !important;
  }
  .padT50t {
    padding-top: 50px !important;
  }
  .padB50t {
    padding-bottom: 50px !important;
  }
  .padA50t {
    padding: 50px !important;
  }
  .padL55t {
    padding-left: 55px !important;
  }
  .padR55t {
    padding-right: 55px !important;
  }
  .padT55t {
    padding-top: 55px !important;
  }
  .padB55t {
    padding-bottom: 55px !important;
  }
  .padA55t {
    padding: 55px !important;
  }
  .padL60t {
    padding-left: 60px !important;
  }
  .padR60t {
    padding-right: 60px !important;
  }
  .padT60t {
    padding-top: 60px !important;
  }
  .padB60t {
    padding-bottom: 60px !important;
  }
  .padA60t {
    padding: 60px !important;
  }
  .padL65t {
    padding-left: 65px !important;
  }
  .padR65t {
    padding-right: 65px !important;
  }
  .padT65t {
    padding-top: 65px !important;
  }
  .padB65t {
    padding-bottom: 65px !important;
  }
  .padA65t {
    padding: 65px !important;
  }
  .padL70t {
    padding-left: 70px !important;
  }
  .padR70t {
    padding-right: 70px !important;
  }
  .padT70t {
    padding-top: 70px !important;
  }
  .padB70t {
    padding-bottom: 70px !important;
  }
  .padA70t {
    padding: 70px !important;
  }
  .padL75t {
    padding-left: 75px !important;
  }
  .padR75t {
    padding-right: 75px !important;
  }
  .padT75t {
    padding-top: 75px !important;
  }
  .padB75t {
    padding-bottom: 75px !important;
  }
  .padA75t {
    padding: 75px !important;
  }
  .padL80t {
    padding-left: 80px !important;
  }
  .padR80t {
    padding-right: 80px !important;
  }
  .padT80t {
    padding-top: 80px !important;
  }
  .padB80t {
    padding-bottom: 80px !important;
  }
  .padA80t {
    padding: 80px !important;
  }
  .padL85t {
    padding-left: 85px !important;
  }
  .padR85t {
    padding-right: 85px !important;
  }
  .padT85t {
    padding-top: 85px !important;
  }
  .padB85t {
    padding-bottom: 85px !important;
  }
  .padA85t {
    padding: 85px !important;
  }
  .padL90t {
    padding-left: 90px !important;
  }
  .padR90t {
    padding-right: 90px !important;
  }
  .padT90t {
    padding-top: 90px !important;
  }
  .padB90t {
    padding-bottom: 90px !important;
  }
  .padA90t {
    padding: 90px !important;
  }
  .padL95t {
    padding-left: 95px !important;
  }
  .padR95t {
    padding-right: 95px !important;
  }
  .padT95t {
    padding-top: 95px !important;
  }
  .padB95t {
    padding-bottom: 95px !important;
  }
  .padA95t {
    padding: 95px !important;
  }
  .padL100t {
    padding-left: 100px !important;
  }
  .padR100t {
    padding-right: 100px !important;
  }
  .padT100t {
    padding-top: 100px !important;
  }
  .padB100t {
    padding-bottom: 100px !important;
  }
  .padA100t {
    padding: 100px !important;
  }
  .padL110t {
    padding-left: 110px !important;
  }
  .padR110t {
    padding-right: 110px !important;
  }
  .padT110t {
    padding-top: 110px !important;
  }
  .padB110t {
    padding-bottom: 110px !important;
  }
  .padA110t {
    padding: 110px !important;
  }
  .padL120t {
    padding-left: 120px !important;
  }
  .padR120t {
    padding-right: 120px !important;
  }
  .padT120t {
    padding-top: 120px !important;
  }
  .padB120t {
    padding-bottom: 120px !important;
  }
  .padA120t {
    padding: 120px !important;
  }
  .padL130t {
    padding-left: 130px !important;
  }
  .padR130t {
    padding-right: 130px !important;
  }
  .padT130t {
    padding-top: 130px !important;
  }
  .padB130t {
    padding-bottom: 130px !important;
  }
  .padA130t {
    padding: 130px !important;
  }
  .padL140t {
    padding-left: 140px !important;
  }
  .padR140t {
    padding-right: 140px !important;
  }
  .padT140t {
    padding-top: 140px !important;
  }
  .padB140t {
    padding-bottom: 140px !important;
  }
  .padA140t {
    padding: 140px !important;
  }
  .padL150t {
    padding-left: 150px !important;
  }
  .padR150t {
    padding-right: 150px !important;
  }
  .padT150t {
    padding-top: 150px !important;
  }
  .padB150t {
    padding-bottom: 150px !important;
  }
  .padA150t {
    padding: 150px !important;
  }
  .padL160t {
    padding-left: 160px !important;
  }
  .padR160t {
    padding-right: 160px !important;
  }
  .padT160t {
    padding-top: 160px !important;
  }
  .padB160t {
    padding-bottom: 160px !important;
  }
  .padA160t {
    padding: 160px !important;
  }
  .padL170t {
    padding-left: 170px !important;
  }
  .padR170t {
    padding-right: 170px !important;
  }
  .padT170t {
    padding-top: 170px !important;
  }
  .padB170t {
    padding-bottom: 170px !important;
  }
  .padA170t {
    padding: 170px !important;
  }
  .padL180t {
    padding-left: 180px !important;
  }
  .padR180t {
    padding-right: 180px !important;
  }
  .padT180t {
    padding-top: 180px !important;
  }
  .padB180t {
    padding-bottom: 180px !important;
  }
  .padA180t {
    padding: 180px !important;
  }
  .padL190t {
    padding-left: 190px !important;
  }
  .padR190t {
    padding-right: 190px !important;
  }
  .padT190t {
    padding-top: 190px !important;
  }
  .padB190t {
    padding-bottom: 190px !important;
  }
  .padA190t {
    padding: 190px !important;
  }
  .padL200t {
    padding-left: 200px !important;
  }
  .padR200t {
    padding-right: 200px !important;
  }
  .padT200t {
    padding-top: 200px !important;
  }
  .padB200t {
    padding-bottom: 200px !important;
  }
  .padA200t {
    padding: 200px !important;
  }
  .padCLt {
    padding-left: 0px !important;
  }
  .padCRt {
    padding-right: 0px !important;
  }
  .padCTt {
    padding-top: 0px !important;
  }
  .padCBt {
    padding-bottom: 0px !important;
  }
  .padCAt {
    padding: 0px !important;
  }
  .padCPt {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .padCVt {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 1025px) {
  input, label {
    vertical-align: middle;
  }
  input[type=text],
input[type=password],
textarea {
    width: 100%;
    padding: 5px 10px;
    margin: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  select {
    width: 100%;
    height: 35px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .formBox10 {
    width: 3em !important;
  }
  .formBox30 {
    width: 30px !important;
  }
  .formBox40 {
    width: 40px !important;
  }
  .formBox50 {
    width: 50px !important;
  }
  .formBox60 {
    width: 60px !important;
  }
  .formBox70 {
    width: 70px !important;
  }
  .formBox80 {
    width: 80px !important;
  }
  .formBox90 {
    width: 90px !important;
  }
  .formBox100 {
    width: 100px !important;
  }
  .formBox150 {
    width: 150px !important;
  }
  .formBox200 {
    width: 200px !important;
  }
  .formBox250 {
    width: 250px !important;
  }
  .formBox300 {
    width: 300px !important;
  }
  .formBox400 {
    width: 400px !important;
  }
  .formBox450 {
    width: 450px !important;
  }
  .formBox500 {
    width: 500px !important;
  }
  .calendar {
    width: 9em !important;
  }
  .formTopLvDomain {
    width: 8em;
    height: 30px;
    vertical-align: middle;
  }
  .formDomain {
    width: 160px !important;
  }
  .formSubDomain {
    width: 120px !important;
  }
  .formTopLevelDomain {
    width: auto !important;
  }
  .formFolder {
    width: 120px !important;
  }
  .formTextArea01 {
    width: 100%;
    height: 200px;
  }
  .accompany {
    font-size: 11px;
    padding-top: 2px;
    color: #1f66a3;
  }
  .example {
    font-size: 11px;
    margin-bottom: 2px;
    color: #999;
  }
  .attention {
    color: #666;
    font-size: 11px;
    margin-top: 3px;
  }
  .est {
    color: #c00;
    font-size: 11px;
    margin-left: 0.5em;
  }
  .formParaList li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
  }
  .formParaListInline {
    display: inline-block;
    vertical-align: middle;
  }
  .formParaListInline li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
  }
  .formVertList li {
    display: block;
    list-style-type: none;
    margin-bottom: 10px;
  }
  .ruleBase {
    width: 90%;
    padding: 10px;
    margin: 0px auto;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    height: 150px;
    overflow: auto;
    font-size: 14px;
    text-align: left;
  }
  .btnArea {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .btnArea li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
  }
  .btnArea li input {
    vertical-align: top;
  }
  .errorCol input,
.errorCol textarea {
    border: 1px solid #ccc;
    background-color: #fee;
  }
  #errorArea ul {
    margin-bottom: 20px;
  }
  #errorArea ul li {
    padding: 4px 0px;
    padding-left: 45px;
    background: url("../images/icon/ico_error_pc.png") no-repeat 15px center;
  }
  @import "../js/boxer/jquery.fs.boxer.css";
  html {
    height: 100%;
  }
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 500;
  }
  a {
    color: #5e4d42;
    text-decoration: none;
    text-decoration: underline;
  }
  a:hover {
    color: #666;
  }
  a:active {
    color: #5e4d42;
  }
  a:visited {
    color: #5e4d42;
  }
  a:focus {
    color: #5e4d42;
  }
  table tr th, table tr td {
    padding: 10px 20px;
    font-weight: 500;
  }
  em {
    font-style: normal;
    font-size: 138.5%;
    font-weight: bold;
  }
  sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
  }
  sup {
    bottom: 1ex;
  }
  sub {
    top: 0.5ex;
  }
  div#wrapper {
    width: 100%;
    padding-left: 240px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header {
    height: 60px;
    background-color: #212120;
  }
  header #headerContents {
    width: 100%;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header #headerContents #headerRight {
    float: right;
  }
  header #headerContents #headerRight .logoutBtnBase {
    display: inline-block;
    vertical-align: middle;
  }
  header #headerContents #headerRight .logoutBtnBase a {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 15px 0px 30px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    line-height: 60px;
    text-decoration: none;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-image: url(../images/icon/ico_logout_1.svg);
    color: #fff;
  }
  header #headerContents #headerRight .mainte a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    line-height: 60px;
    padding-right: 110px;
    margin-right: 15px;
    background-size: 100px 25px;
  }
  header #headerContents #serviceLogo {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    margin-right: 20px;
  }
  header #headerContents #serviceLogo img {
    width: auto;
    height: 28px;
    padding-top: 16px;
  }
  header #headerContents #accountNameMain {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    line-height: 60px;
    color: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  header::after {
    content: "";
    display: block;
    clear: both;
  }
  footer {
    height: 100px;
  }
  .copyright {
    padding-top: 15px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
    position: absolute;
    width: 100%;
    bottom: 12px;
  }
  #sideClm {
    position: relative;
    width: 240px;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    overflow: auto;
    direction: rtl;
    background-color: #ddd;
  }
  #contents {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #slideMain {
    background-color: #f5f3ef;
  }
  .slidemenu {
    display: none;
  }
  .personalSec {
    width: 100%;
    text-align: center;
    background-color: #353535;
    color: #fff;
  }
  .personalSec .inner {
    padding: 30px 10px 4.5vh 10px;
  }
  .personalSec .inner .photo {
    margin-bottom: 10px;
  }
  .personalSec .inner .url {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
    color: #aaa;
    margin-bottom: 2.5vh;
  }
  .personalSec .inner .music {
    margin-bottom: 1.5vh;
  }
  .personalSec .inner .music .name {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
    color: #666;
    margin-bottom: 5px;
  }
  .personalSec .inner .music .num {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
  }
  .personalSec .inner .music .gauge {
    margin-bottom: 5px;
  }
  .personalSec .inner .exDate .name {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
    color: #666;
    margin-bottom: 5px;
  }
  .personalSec .inner .exDate .date {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    margin-top: -5px;
    letter-spacing: 0.1em;
  }
  #sideBarPc {
    direction: ltr;
  }
  #sideBarPc .sideMenuSec .title {
    background-color: #ddd;
    color: #333;
    font-size: 11px;
    padding: 0px 10px;
  }
  #sideBarPc .sideMenuSec ul {
    display: block;
  }
  #sideBarPc .sideMenuSec ul:last-child {
    border-bottom: 1px solid #ddd;
  }
  #sideBarPc .sideMenuSec ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  #sideBarPc .sideMenuSec ul li a {
    padding: 12px 20px 12px 48px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #333;
    background-color: #ddd;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
  }
  #sideBarPc .sideMenuSec ul li a:hover {
    background-color: #5e4d42;
    color: #fff;
  }
  #sideBarPc .sideMenuSec ul li#sideMenuTop a {
    background-image: url(../images/icon/ico_home_1.svg);
  }
  #sideBarPc .sideMenuSec ul li#sideMenuGuide a {
    background-image: url(../images/icon/ico_beginner_1.svg);
  }
  #sideBarPc .sideMenuSec ul li#sideMenuSetting a {
    background-image: url(../images/icon/ico_setting_1.svg);
  }
  #sideBarPc .sideMenuSec ul li#sideMenuContact a {
    background-image: url(../images/icon/ico_contact_1.svg);
  }
  #sideBarPc .sideMenuSec ul li#sideMenuCheck a {
    background-image: url(../images/icon/ico_internet_1.svg);
  }
  #sideBarPc .sideMenuSec ul li#sideMenuChange a {
    background-image: url(../images/icon/ico_change_1.svg);
  }
  #gNaviSec .inner {
    width: 100%;
    margin: 0px auto;
    background-color: #5e4d42;
  }
  #gNaviSec .inner::after {
    content: "";
    display: block;
    clear: both;
  }
  #gNaviSec .inner ul {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 25px;
  }
  #gNaviSec .inner ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2%;
  }
  #gNaviSec .inner ul li a {
    display: block;
    background-color: #5e4d42;
    color: #fff;
    padding: 10px 10px 10px 37px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  #gNaviSec .inner ul li a:hover {
    opacity: 0.5;
  }
  #gNaviSec .inner ul li#naviBasic a {
    background-image: url(../images/icon/ico_basic_1.svg);
  }
  #gNaviSec .inner ul li#naviContents a {
    background-image: url(../images/icon/ico_contents_1.svg);
  }
  #gNaviSec .inner ul li#naviArtist a {
    background-image: url(../images/icon/ico_user_1.svg);
  }
  #gNaviSec .inner ul li#naviDeliv a {
    background-image: url(../images/icon/ico_deliv_1.svg);
  }
  #gNaviSec .inner ul li#naviLink a {
    background-image: url(../images/icon/ico_link_1.svg);
  }
  #gNaviSec .inner ul li#naviAccess a {
    background-image: url(../images/icon/ico_log_1.svg);
  }
  #fMenu {
    display: none;
  }
  #crumbList {
    background-color: #fff;
    padding: 5px 35px;
  }
  #crumbList li {
    display: inline;
    margin-left: 0.6em;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
  }
  #crumbList li::before {
    content: "＞";
    margin-right: 1em;
  }
  #crumbList li#crumbHome {
    margin: 0px;
    padding: 0px;
    padding-left: 22px;
    background: url("../images/icon/ico_home_2.svg") no-repeat left center;
    background-size: 15px auto;
  }
  #crumbList li#crumbHome::before {
    content: "";
  }
  #crumbList li a:link, #crumbList li a:visited {
    text-decoration: none;
    color: #666;
  }
  #crumbList li a:hover {
    text-decoration: underline;
  }
  .titPage {
    padding: 25px 35px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
  }
  .titFunc {
    padding: 0px 0px 18px 0px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
  }
  .titSub {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 8px;
    background-color: #aaa;
    color: #fff;
  }
  .titTextSub {
    border-radius: 5px;
    padding: 3px 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .cautText1 {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  /* レイアウト*/
  .contentsInfo1 {
    border-radius: 10px;
    padding: 20px 25px;
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .inputCaution {
    border-radius: 10px;
    padding: 10px 25px;
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .formCautBox {
    border-radius: 10px;
    padding: 20px 25px;
    margin-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .btnLogin1 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 16px 30px;
    color: #fff;
    background-color: #212120;
    border: none;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    min-width: auto;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    padding: 5px 35px;
  }
  .btnLogin1:hover {
    color: #fff;
  }
  .btnLogin1:active {
    color: #fff;
  }
  .btnLogin1:visited {
    color: #fff;
  }
  .btnLogin1:focus {
    color: #fff;
  }
  .btnLogin1:hover {
    color: #fff;
    background-color: rgba(33, 33, 32, 0.7);
    border: none;
  }
  .btn1 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 16px 30px;
    color: #fff;
    background-color: #365b75;
    border: none;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .btn1:hover {
    color: #fff;
  }
  .btn1:active {
    color: #fff;
  }
  .btn1:visited {
    color: #fff;
  }
  .btn1:focus {
    color: #fff;
  }
  .btn1:hover {
    color: #fff;
    background-color: rgba(54, 91, 117, 0.7);
    border: none;
  }
  .btnReturn1 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 16px 30px;
    color: #fff;
    background-color: #999;
    border: none;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .btnReturn1:hover {
    color: #fff;
  }
  .btnReturn1:active {
    color: #fff;
  }
  .btnReturn1:visited {
    color: #fff;
  }
  .btnReturn1:focus {
    color: #fff;
  }
  .btnReturn1:hover {
    color: #fff;
    background-color: rgba(153, 153, 153, 0.7);
    border: none;
  }
  .btnAdd1 {
    padding: 15px 25px;
    padding-right: 15px;
    background-position: 15px center;
    background-size: 23px 23px;
  }
  .btnAdd2 {
    padding: 8px 15px 8px 40px;
    padding-right: 15px;
    background-position: 10px center;
    background-size: 23px 23px;
    min-width: 150px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .btnDel1 {
    padding: 0px 10px 0px 35px;
    padding-right: 15px;
    background-position: 10px center;
    background-size: 19px 19px;
    min-width: 80px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    line-height: 29px;
    height: 29px;
    margin-left: 10px;
  }
  .btnEdit1 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 16px 30px;
    color: #365b75;
    background-color: none;
    border: 1px solid #365b75;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    color: #365b75;
    text-decoration: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    min-width: auto;
    padding: 3px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .btnEdit1:hover {
    color: rgba(54, 91, 117, 0.7);
  }
  .btnEdit1:active {
    color: #365b75;
  }
  .btnEdit1:visited {
    color: #365b75;
  }
  .btnEdit1:focus {
    color: #365b75;
  }
  .btnEdit1:hover {
    color: rgba(54, 91, 117, 0.7);
    background-color: none;
    border: 1px solid rgba(54, 91, 117, 0.7);
  }
  .btnPrint1 {
    padding: 15px 30px 15px 70px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    background-size: 40px auto;
  }
  .btnTplActive {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .oListDefault li {
    list-style-type: decimal;
    margin-left: 23px;
    margin-bottom: 10px;
  }
  .oListDefault li ol {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .oListDefault li ol li {
    list-style-type: upper-roman;
  }
  .list1 li {
    padding-left: 1.8em;
    margin-bottom: 7px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .list1 li::before {
    margin-left: -1.8em;
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
  }
  .colGroup1_1 {
    width: 20%;
  }
  .colGroup1_2 {
    width: 80%;
  }
  .colGroup2_1 {
    width: 130px;
    table-layout: fixed;
  }
  .colGroup2_2 {
    width: 100px;
    table-layout: fixed;
  }
  .colGroup2_3 {
    width: auto;
  }
  .colGroup3_1 {
    width: 40%;
  }
  .colGroup3_2 {
    width: 20%;
  }
  .colGroup3_3 {
    width: 40%;
  }
  .colGroup4_1 {
    width: 20%;
  }
  .colGroup4_2 {
    width: 30%;
  }
  .colGroup4_3 {
    width: 10%;
  }
  .colGroup4_4 {
    width: 40%;
  }
  .colGroup5_1 {
    width: 27%;
  }
  .colGroup5_2 {
    width: 73%;
  }
  /* テーブル */
  .pcNone {
    display: none !important;
  }
  .spOnly {
    display: none !important;
  }
  .tbOnly {
    display: none !important;
  }
  .acdSec {
    position: relative;
  }
  .acdSec .switch {
    cursor: pointer;
    position: relative;
  }
  .acdSec .switch::after, .acdSec .switch::before {
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    right: 20px;
    top: 50%;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -10.3px;
    -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
            transform: rotate(-225deg);
    content: "";
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .acdSec .switch::after {
    border-top: 3px solid #999;
  }
  .acdSec .switch::before {
    border-right: 3px solid #999;
  }
  .acdSec .switch.active::after, .acdSec .switch.active::before {
    margin-top: -3.7px;
  }
  .acdSec .switch.active::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .acdSec .switch.active::before {
    -webkit-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  .acdSec .contents {
    display: none;
  }
  .topPanel {
    padding-bottom: 30px;
  }
  .layBoxLine {
    padding: 0px 15px 0px 15px;
  }
  .layBoxBase1 {
    float: left;
    padding: 0px 15px;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cntBox1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 30px;
  }
  .cntBox1 .boxTitle {
    padding: 3px 15px;
  }
  .cntBox1 .inner {
    padding: 15px;
  }
  .mainSec {
    padding: 0px 35px;
  }
  .functionPanel {
    margin-bottom: 50px;
    background-color: #ddd;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .functionPanel .functionBase {
    position: relative;
    float: right;
    width: 80%;
    background-color: #fff;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .functionPanel .subMenuBase {
    float: left;
    width: 20%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .functionPanel .subMenuBase ul li {
    display: block;
    border-bottom: 1px solid #fff;
  }
  .functionPanel .subMenuBase ul li:last-child {
    border-bottom: none;
  }
  .functionPanel .subMenuBase ul li a {
    display: block;
    padding: 18px 20px;
    background-color: #999185;
    text-decoration: none;
    color: #fff;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .functionPanel .subMenuBase ul li a:hover {
    background-color: rgba(153, 145, 133, 0.7);
  }
  .functionPanel .subMenuBase ul li a.active {
    position: relative;
  }
  .functionPanel .subMenuBase ul li a.active::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-right-color: #fff;
    border-width: 8px 10px 8px 10px;
    margin-top: -8px;
    right: 0;
    top: 50%;
  }
  .functionPanel .subMenuBase ul:not(#menuBoxcontact):not(#menuBoxcontactplanchange):not(#menuBoxcontactwithdrawal) li:first-child a {
    padding: 10px 20px;
    background-color: #645e54;
  }
  .functionPanel .subMenuBase ul:not(#menuBoxcontact):not(#menuBoxcontactplanchange):not(#menuBoxcontactwithdrawal) li:first-child a:hover {
    background-color: rgba(100, 94, 84, 0.7);
  }
  .functionPanel #menuBoxbase #menubase,
.functionPanel #menuBoxbasesite #menubasesite,
.functionPanel #menuBoxbasenav #menubasenav,
.functionPanel #menuBoxbaseseo #menubaseseo,
.functionPanel #menuBoxbasetemplate #menubasetemplate,
.functionPanel #menuBoxbasesmp #menubasesmp,
.functionPanel #menuBoxcontents #menucontents,
.functionPanel #menuBoxcontentsslider #menucontentsslider,
.functionPanel #menuBoxcontentssliderregist #menucontentsslider,
.functionPanel #menuBoxcontentsslidermod #menucontentsslider,
.functionPanel #menuBoxcontentstopics #menucontentstopics,
.functionPanel #menuBoxcontentstopicsregist #menucontentstopics,
.functionPanel #menuBoxcontentstopicsmod #menucontentstopics,
.functionPanel #menuBoxcontentsmedia #menucontentsmedia,
.functionPanel #menuBoxcontentsmediaregist #menucontentsmedia,
.functionPanel #menuBoxcontentsmediamod #menucontentsmedia,
.functionPanel #menuBoxcontentsschedule #menucontentsschedule,
.functionPanel #menuBoxcontentsscheduleregist #menucontentsschedule,
.functionPanel #menuBoxcontentsschedulemod #menucontentsschedule,
.functionPanel #menuBoxcontentsticket #menucontentsschedule,
.functionPanel #menuBoxcontentstopbanner #menucontentstopbanner,
.functionPanel #menuBoxcontentstopbannerregist #menucontentstopbanner,
.functionPanel #menuBoxcontentstopbannermod #menucontentstopbanner,
.functionPanel #menuBoxcontentsbanner #menucontentsbanner,
.functionPanel #menuBoxcontentsbannerregist #menucontentsbanner,
.functionPanel #menuBoxcontentsbannermod #menucontentsbanner,
.functionPanel #menuBoxartist #menuartist,
.functionPanel #menuBoxartistprofile #menuartistprofile,
.functionPanel #menuBoxartistmember #menuartistmember,
.functionPanel #menuBoxartistmemberregist #menuartistmember,
.functionPanel #menuBoxartistmembermod #menuartistmember,
.functionPanel #menuBoxartistbio #menuartistbio,
.functionPanel #menuBoxartistbioregist #menuartistbio,
.functionPanel #menuBoxartistbiomod #menuartistbio,
.functionPanel #menuBoxartistdisco #menuartistdisco,
.functionPanel #menuBoxartistdiscoregist #menuartistdisco,
.functionPanel #menuBoxartistdiscomod #menuartistdisco,
.functionPanel #menuBoxartistgoods #menuartistgoods,
.functionPanel #menuBoxartistgoodsregist #menuartistgoods,
.functionPanel #menuBoxartistgoodsmod #menuartistgoods,
.functionPanel #menuBoxartistgallerycategory #menuartistgallerycategory,
.functionPanel #menuBoxartistgallerycategoryregist #menuartistgallerycategory,
.functionPanel #menuBoxartistgallerycategorymod #menuartistgallerycategory,
.functionPanel #menuBoxartistgallery #menuartistgallerycategory,
.functionPanel #menuBoxartistgalleryregist #menuartistgallerycategory,
.functionPanel #menuBoxartistgallerymod #menuartistgallerycategory,
.functionPanel #menuBoxmv #menumv,
.functionPanel #menuBoxmvmusic #menumvmusic,
.functionPanel #menuBoxmvmusicregist #menumvmusic,
.functionPanel #menuBoxmvmusicmod #menumvmusic,
.functionPanel #menuBoxmvmovie #menumvmovie,
.functionPanel #menuBoxmvmovieregist #menumvmovie,
.functionPanel #menuBoxmvmoviemod #menumvmovie,
.functionPanel #menuBoxlink #menulink,
.functionPanel #menuBoxlinklinksite #menulinklinksite,
.functionPanel #menuBoxlinklinksiteregist #menulinklinksite,
.functionPanel #menuBoxlinklinksitemod #menulinklinksite,
.functionPanel #menuBoxlinkcategory #menulinkcategory,
.functionPanel #menuBoxlinkcategoryregist #menulinkcategory,
.functionPanel #menuBoxlinkcategorymod #menulinkcategory,
.functionPanel #menuBoxsystem #menusystem,
.functionPanel #menuBoxsystemuser #menusystemuser,
.functionPanel #menuBoxsystemparameter #menusystemparameter,
.functionPanel #menuBoxcontact #menucontact,
.functionPanel #menuBoxcontactplanchange #menucontactplanchange,
.functionPanel #menuBoxcontactwithdrawal #menucontactwithdrawal {
    position: relative;
  }
  .functionPanel #menuBoxbase #menubase::before,
.functionPanel #menuBoxbasesite #menubasesite::before,
.functionPanel #menuBoxbasenav #menubasenav::before,
.functionPanel #menuBoxbaseseo #menubaseseo::before,
.functionPanel #menuBoxbasetemplate #menubasetemplate::before,
.functionPanel #menuBoxbasesmp #menubasesmp::before,
.functionPanel #menuBoxcontents #menucontents::before,
.functionPanel #menuBoxcontentsslider #menucontentsslider::before,
.functionPanel #menuBoxcontentssliderregist #menucontentsslider::before,
.functionPanel #menuBoxcontentsslidermod #menucontentsslider::before,
.functionPanel #menuBoxcontentstopics #menucontentstopics::before,
.functionPanel #menuBoxcontentstopicsregist #menucontentstopics::before,
.functionPanel #menuBoxcontentstopicsmod #menucontentstopics::before,
.functionPanel #menuBoxcontentsmedia #menucontentsmedia::before,
.functionPanel #menuBoxcontentsmediaregist #menucontentsmedia::before,
.functionPanel #menuBoxcontentsmediamod #menucontentsmedia::before,
.functionPanel #menuBoxcontentsschedule #menucontentsschedule::before,
.functionPanel #menuBoxcontentsscheduleregist #menucontentsschedule::before,
.functionPanel #menuBoxcontentsschedulemod #menucontentsschedule::before,
.functionPanel #menuBoxcontentsticket #menucontentsschedule::before,
.functionPanel #menuBoxcontentstopbanner #menucontentstopbanner::before,
.functionPanel #menuBoxcontentstopbannerregist #menucontentstopbanner::before,
.functionPanel #menuBoxcontentstopbannermod #menucontentstopbanner::before,
.functionPanel #menuBoxcontentsbanner #menucontentsbanner::before,
.functionPanel #menuBoxcontentsbannerregist #menucontentsbanner::before,
.functionPanel #menuBoxcontentsbannermod #menucontentsbanner::before,
.functionPanel #menuBoxartist #menuartist::before,
.functionPanel #menuBoxartistprofile #menuartistprofile::before,
.functionPanel #menuBoxartistmember #menuartistmember::before,
.functionPanel #menuBoxartistmemberregist #menuartistmember::before,
.functionPanel #menuBoxartistmembermod #menuartistmember::before,
.functionPanel #menuBoxartistbio #menuartistbio::before,
.functionPanel #menuBoxartistbioregist #menuartistbio::before,
.functionPanel #menuBoxartistbiomod #menuartistbio::before,
.functionPanel #menuBoxartistdisco #menuartistdisco::before,
.functionPanel #menuBoxartistdiscoregist #menuartistdisco::before,
.functionPanel #menuBoxartistdiscomod #menuartistdisco::before,
.functionPanel #menuBoxartistgoods #menuartistgoods::before,
.functionPanel #menuBoxartistgoodsregist #menuartistgoods::before,
.functionPanel #menuBoxartistgoodsmod #menuartistgoods::before,
.functionPanel #menuBoxartistgallerycategory #menuartistgallerycategory::before,
.functionPanel #menuBoxartistgallerycategoryregist #menuartistgallerycategory::before,
.functionPanel #menuBoxartistgallerycategorymod #menuartistgallerycategory::before,
.functionPanel #menuBoxartistgallery #menuartistgallerycategory::before,
.functionPanel #menuBoxartistgalleryregist #menuartistgallerycategory::before,
.functionPanel #menuBoxartistgallerymod #menuartistgallerycategory::before,
.functionPanel #menuBoxmv #menumv::before,
.functionPanel #menuBoxmvmusic #menumvmusic::before,
.functionPanel #menuBoxmvmusicregist #menumvmusic::before,
.functionPanel #menuBoxmvmusicmod #menumvmusic::before,
.functionPanel #menuBoxmvmovie #menumvmovie::before,
.functionPanel #menuBoxmvmovieregist #menumvmovie::before,
.functionPanel #menuBoxmvmoviemod #menumvmovie::before,
.functionPanel #menuBoxlink #menulink::before,
.functionPanel #menuBoxlinklinksite #menulinklinksite::before,
.functionPanel #menuBoxlinklinksiteregist #menulinklinksite::before,
.functionPanel #menuBoxlinklinksitemod #menulinklinksite::before,
.functionPanel #menuBoxlinkcategory #menulinkcategory::before,
.functionPanel #menuBoxlinkcategoryregist #menulinkcategory::before,
.functionPanel #menuBoxlinkcategorymod #menulinkcategory::before,
.functionPanel #menuBoxsystem #menusystem::before,
.functionPanel #menuBoxsystemuser #menusystemuser::before,
.functionPanel #menuBoxsystemparameter #menusystemparameter::before,
.functionPanel #menuBoxcontact #menucontact::before,
.functionPanel #menuBoxcontactplanchange #menucontactplanchange::before,
.functionPanel #menuBoxcontactwithdrawal #menucontactwithdrawal::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-right-color: #fff;
    border-width: 8px 10px 8px 10px;
    margin-top: -8px;
    right: 0;
    top: 50%;
  }
  .topRecordSec section .listTitle {
    padding: 12px 15px;
    padding-right: 40px;
  }
  .topRecordSec section .listTitle .date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .topRecordSec section .listTitle .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .topRecordSec section .contents {
    padding: 15px;
    padding-top: 0px;
  }
  .topRecordSec section .listCnt {
    padding: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .topBnr1 {
    text-align: center;
    padding: 10px;
  }
  .topBnr1 img {
    width: 100%;
    vertical-align: bottom;
  }
  .topAcountActiveDaySec {
    min-height: 100px;
  }
  .topAcountActiveDaySec .info {
    height: 100px;
    padding-left: 120px;
  }
  .topAcountActiveDaySec .info .title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .topAcountActiveDaySec .info .spl {
    padding-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .acountActiveDayMeter {
    width: 100px;
  }
  .acountActiveDayMeter figure {
    width: 100px;
    padding-bottom: 100px;
  }
  .acountActiveDayMeter figcaption {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.1;
  }
  .acountActiveDayMeter figcaption span {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.1;
  }
  .scheduleCtlSec {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .scheduleCtlSec .scheduleCtlBox {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 15px 20px 20px 20px;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList {
    margin-bottom: 10px;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList .prevYear, .scheduleCtlSec .scheduleCtlBox .scheduleYearList .nextYear {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList .prevYear a, .scheduleCtlSec .scheduleCtlBox .scheduleYearList .nextYear a {
    padding: 5px 10px;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleYearList .thisYear {
    font-size: 30px;
    font-size: 3rem;
    line-height: 2;
    padding: 0px 25px;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList {
    display: block;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList .all {
    display: inline-block;
    vertical-align: middle;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList ul {
    display: inline-block;
    vertical-align: middle;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList ul li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 2px;
  }
  .scheduleCtlSec .scheduleCtlBox .scheduleMonthList a, .scheduleCtlSec .scheduleCtlBox .scheduleMonthList .thisMonth {
    display: inline-block;
    vertical-align: middle;
    vertical-align: bottom;
    border-radius: 5px;
    padding: 0px 8px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 5px;
  }
  .genreListBase .title {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .genreListBase .listBase {
    margin-bottom: 20px;
  }
  .genreListBase .listBase ul li {
    width: 32%;
  }
  .recordViewInfo {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    color: #999;
    margin-bottom: 10px;
    text-align: left;
  }
  .addNewRecordBtnBase {
    position: absolute;
    right: 30px;
    top: 25px;
  }
  .addNewBtnBase {
    text-align: right;
    padding-top: 10px;
    margin-bottom: -15px;
  }
  .pager {
    padding: 5px 0px 10px 0px;
  }
  .pager a, .pager span {
    margin: 4px 2px;
  }
  .chkDelBtnBase {
    text-align: right;
    padding-top: 16px;
  }
  .chkDelBtnBase a {
    display: inline-block;
    vertical-align: middle;
    background-color: #777;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
    padding: 4px 10px 4px 33px;
    border-radius: 5px;
    position: relative;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    background-image: url(../images/icon/ico_trash_1.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
  }
  .chkDelBtnBase a::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-bottom-color: #777;
    border-width: 10px 10px 10px 10px;
    margin-left: -10px;
    right: 22px;
    top: -20px;
  }
  .chkDelBtnBase a:hover {
    opacity: 0.7;
  }
  .recListTable {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .recListTable tr th, .recListTable tr td {
    padding: 13px 20px;
  }
  .recListTable tr th.dateCell, .recListTable tr td.dateCell {
    text-align: center;
    white-space: nowrap;
    width: 100px;
  }
  .recListTable tr th.image, .recListTable tr td.image {
    width: 80px;
  }
  .recListTable tr th.image img, .recListTable tr td.image img {
    vertical-align: bottom;
  }
  .recListTable tr th.banner img, .recListTable tr td.banner img {
    vertical-align: bottom;
  }
  .recListTable tr th.disc, .recListTable tr td.disc {
    width: 80px;
  }
  .recListTable tr th.disc img, .recListTable tr td.disc img {
    vertical-align: bottom;
  }
  .recListTable tr th.utlCell, .recListTable tr td.utlCell {
    white-space: nowrap;
    text-align: center;
  }
  .recListTable tr th.sortCell, .recListTable tr td.sortCell {
    width: 70px;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .recListTable tr th.editCell, .recListTable tr td.editCell {
    width: 100px;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .recListTable tr th.delChkCell, .recListTable tr td.delChkCell {
    text-align: center;
    width: 60px;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .recListTable tr th.tckIdCell, .recListTable tr td.tckIdCell {
    text-align: center;
    width: 80px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .recListTable tr th.tckNameCell, .recListTable tr td.tckNameCell {
    width: 200px;
  }
  .recListTable tr th.tckNameCell span, .recListTable tr td.tckNameCell span {
    letter-spacing: 0em;
  }
  .recListTable tr th.tckNumCell, .recListTable tr td.tckNumCell {
    text-align: center;
    width: 80px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .recListTable tr th.tckMail, .recListTable tr td.tckMail {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .recListTable tr th.viewCell, .recListTable tr td.viewCell {
    text-align: center;
  }
  .recListTable tr th.viewCell a, .recListTable tr td.viewCell a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 16px;
    font-size: 0;
  }
  .recListTable tr th.viewCell a::before, .recListTable tr td.viewCell a::before {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 16px;
    background-color: #4d9f49;
    top: 0px;
    left: 0px;
    border-radius: 8px;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .recListTable tr th.viewCell a::after, .recListTable tr td.viewCell a::after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    top: 2px;
    left: 2px;
    border-radius: 6px;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .recListTable tr th.spUtl, .recListTable tr td.spUtl {
    display: none;
  }
  .recListTable tr th .sortBtnbase, .recListTable tr td .sortBtnbase {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    overflow: hidden;
    width: 24px;
  }
  .recListTable tr th .sortBtnbase li, .recListTable tr td .sortBtnbase li {
    border-top: 1px solid #fff;
  }
  .recListTable tr th .sortBtnbase li:first-child, .recListTable tr td .sortBtnbase li:first-child {
    border-top: none;
  }
  .recListTable tr th .sortBtnbase li a, .recListTable tr td .sortBtnbase li a {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    font-size: 0;
    width: 24px;
    height: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ccc;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .recListTable tr th .sortBtnbase li a img, .recListTable tr td .sortBtnbase li a img {
    fill: #ccc;
  }
  .recListTable tr th .sortBtnbase li a.up, .recListTable tr td .sortBtnbase li a.up {
    background-image: url(../images/icon/ico_arrow_up_1.svg);
  }
  .recListTable tr th .sortBtnbase li a.down, .recListTable tr td .sortBtnbase li a.down {
    background-image: url(../images/icon/ico_arrow_down_1.svg);
  }
  .recListTable tr th .sortBtnbase li a:hover, .recListTable tr td .sortBtnbase li a:hover {
    background-color: #666;
  }
  .recListTable tr.hide th, .recListTable tr.hide td {
    background-color: #e5e5e5;
  }
  .recListTable tr.hide td.viewCell a::before {
    background-color: #bbb;
  }
  .recListTable tr.hide td.viewCell a::after {
    left: 11px;
    background-color: #5e4d42;
  }
  .inputMapBase {
    height: 360px;
  }
  .highPackCaut {
    color: #c44;
    border-radius: 10px;
    padding: 15px 30px;
    border: 2px solid #c44;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .indexMenuSec {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .indexMenuSec .indexInfo {
    padding: 20px 25px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .indexMenuSec ul li {
    width: 25%;
    padding: 1%;
  }
  .indexMenuSec ul li a {
    padding: 10px;
  }
  .indexMenuSec ul li a .imgBase img {
    width: 60px;
  }
  .indexMenuSec ul li a .textBase .contents {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  /**
  * チケット印刷用CSS
  */
  /**************************************
  汎用
  **************************************/
  /* モーダル */
  @-webkit-keyframes viewModal {
    0% {
      scale: 1.1;
      opacity: 0;
    }
    100% {
      scale: 1;
      opacity: 1;
    }
  }
  @keyframes viewModal {
    0% {
      scale: 1.1;
      opacity: 0;
    }
    100% {
      scale: 1;
      opacity: 1;
    }
  }
  .inputChkBase > span {
    position: relative;
  }
  .inputChkBase > span .resultChk {
    position: absolute;
    z-index: 10;
    top: -1.5em;
    left: -50px;
  }
  .inputChkBase > span .resultChk .inner {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
  }
  .inputChkBase > span .resultChk .inner span {
    color: #fff;
    display: block;
    padding: 6px 10px;
    border-radius: 3px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 180px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .inputChkBase > span .resultChk .inner span.ng {
    background-color: #c44;
    position: relative;
  }
  .inputChkBase > span .resultChk .inner span.ng::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-top-color: #c44;
    border-width: 10px 8px 10px 8px;
    margin-left: -8px;
    left: 65px;
    bottom: -20px;
  }
  .inputChkBase > span .resultChk .inner span.ok {
    background-color: #212120;
    position: relative;
    text-align: center;
    min-width: 130px;
  }
  .inputChkBase > span .resultChk .inner span.ok::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-top-color: #212120;
    border-width: 10px 8px 10px 8px;
    margin-left: -8px;
    left: 65px;
    bottom: -20px;
  }
  /* -----------------------
  contents:ログイン
  ----------------------- */
  #loginSec {
    width: 100%;
    padding: 120px 0px 10px 0px;
    background-color: #f5f3ef;
  }
  #loginSec #loginBox {
    position: relative;
    width: 550px;
    padding: 25px;
    margin: 0px auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
  #loginSec #loginBox .mainLogoBaseLogin {
    float: left;
    border-right: 1px solid #ddd;
    padding: 65px 40px 65px 10px;
  }
  #loginSec #loginBox .mainLogoBaseLogin img {
    width: 180px;
  }
  #loginSec #loginBox #loginId {
    margin-bottom: 10px;
  }
  #loginSec #loginBox #loginPs {
    margin-bottom: 20px;
  }
  #loginSec #loginBox #loginInputBase {
    float: left;
    padding-left: 50px;
    padding-top: 5px;
  }
  #loginSec #loginBox #loginFormInputName {
    width: 250px;
    padding: 5px 5px;
    font-size: 138.5%;
  }
  #loginSec #loginBox #loginFormInputPass {
    width: 250px;
    padding: 5px 5px;
    font-size: 138.5%;
  }
  #loginSec #loginBox .inputTitle {
    font-size: 85%;
    color: #94887d;
  }
  #loginSec #loginBox .loginErrorBox {
    position: absolute;
    bottom: 240px;
    left: 270px;
    background: rgba(200, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    width: 330px;
    padding: 15px 10px;
    border-radius: 5px;
    /* Firefox用 */
    -moz-border-radius: 5px;
    /* Safari,Google Chrome用 */
    -webkit-border-radius: 5px;
  }
  #loginSec #loginBox .loginErrorBox:before {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 15%;
    border: 12px solid transparent;
    border-top: 20px solid rgba(200, 0, 0, 0.8);
  }
  #loginSec #loginBox .loginErrorBox ul {
    display: block;
    float: left;
    width: 100%;
  }
  #loginSec #loginBox .loginErrorBox ul li {
    display: block;
    float: left;
    width: 90%;
    padding: 10px 5% 0px 5%;
    margin-top: 10px;
    border-top: 1px dotted rgba(255, 255, 255, 0.4);
    text-align: left;
    font-size: 12px;
  }
  #loginSec #loginBox .loginErrorBox ul li:first-child {
    padding-top: 0px;
    margin-top: 0px;
    border-top: none;
  }
  #loginSec #loginForgot {
    padding-top: 30px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 93%;
  }
  /* -----------------------
  contents:初回ログインメンテナンス
  ----------------------- */
  #firstOpenSec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #firstOpenSec .image {
    max-width: 760px;
    margin-bottom: 30px;
  }
  #firstOpenSec .btnBase {
    width: 300px;
  }
  /* -----------------------
  contents:パスワードを忘れた方
  ----------------------- */
  .reminderBox {
    position: relative;
    width: 700px;
    padding: 25px;
    margin: 0px auto;
    margin-top: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
  .font10p {
    font-size: 10px !important;
    font-size: 1rem !important;
    line-height: 2 !important;
  }
  .font11p {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    line-height: 2 !important;
  }
  .font12p {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 2 !important;
  }
  .font13p {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    line-height: 2 !important;
  }
  .font14p {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 2 !important;
  }
  .font15p {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    line-height: 2 !important;
  }
  .font16p {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 2 !important;
  }
  .font17p {
    font-size: 17px !important;
    font-size: 1.7rem !important;
    line-height: 2 !important;
  }
  .font18p {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    line-height: 2 !important;
  }
  .font19p {
    font-size: 19px !important;
    font-size: 1.9rem !important;
    line-height: 2 !important;
  }
  .font20p {
    font-size: 20px !important;
    font-size: 2rem !important;
    line-height: 2 !important;
  }
  .font21p {
    font-size: 21px !important;
    font-size: 2.1rem !important;
    line-height: 2 !important;
  }
  .font22p {
    font-size: 22px !important;
    font-size: 2.2rem !important;
    line-height: 2 !important;
  }
  .font23p {
    font-size: 23px !important;
    font-size: 2.3rem !important;
    line-height: 2 !important;
  }
  .font24p {
    font-size: 24px !important;
    font-size: 2.4rem !important;
    line-height: 2 !important;
  }
  .font25p {
    font-size: 25px !important;
    font-size: 2.5rem !important;
    line-height: 2 !important;
  }
  .font26p {
    font-size: 26px !important;
    font-size: 2.6rem !important;
    line-height: 2 !important;
  }
  .font27p {
    font-size: 27px !important;
    font-size: 2.7rem !important;
    line-height: 2 !important;
  }
  .font28p {
    font-size: 28px !important;
    font-size: 2.8rem !important;
    line-height: 2 !important;
  }
  .font29p {
    font-size: 29px !important;
    font-size: 2.9rem !important;
    line-height: 2 !important;
  }
  .font30p {
    font-size: 30px !important;
    font-size: 3rem !important;
    line-height: 2 !important;
  }
  .width1p {
    width: 1% !important;
  }
  .width2p {
    width: 2% !important;
  }
  .width3p {
    width: 3% !important;
  }
  .width4p {
    width: 4% !important;
  }
  .width5p {
    width: 5% !important;
  }
  .width6p {
    width: 6% !important;
  }
  .width7p {
    width: 7% !important;
  }
  .width8p {
    width: 8% !important;
  }
  .width9p {
    width: 9% !important;
  }
  .width10p {
    width: 10% !important;
  }
  .width11p {
    width: 11% !important;
  }
  .width12p {
    width: 12% !important;
  }
  .width13p {
    width: 13% !important;
  }
  .width14p {
    width: 14% !important;
  }
  .width15p {
    width: 15% !important;
  }
  .width16p {
    width: 16% !important;
  }
  .width17p {
    width: 17% !important;
  }
  .width18p {
    width: 18% !important;
  }
  .width19p {
    width: 19% !important;
  }
  .width20p {
    width: 20% !important;
  }
  .width21p {
    width: 21% !important;
  }
  .width22p {
    width: 22% !important;
  }
  .width23p {
    width: 23% !important;
  }
  .width24p {
    width: 24% !important;
  }
  .width25p {
    width: 25% !important;
  }
  .width26p {
    width: 26% !important;
  }
  .width27p {
    width: 27% !important;
  }
  .width28p {
    width: 28% !important;
  }
  .width29p {
    width: 29% !important;
  }
  .width30p {
    width: 30% !important;
  }
  .width31p {
    width: 31% !important;
  }
  .width32p {
    width: 32% !important;
  }
  .width33p {
    width: 33% !important;
  }
  .width34p {
    width: 34% !important;
  }
  .width35p {
    width: 35% !important;
  }
  .width36p {
    width: 36% !important;
  }
  .width37p {
    width: 37% !important;
  }
  .width38p {
    width: 38% !important;
  }
  .width39p {
    width: 39% !important;
  }
  .width40p {
    width: 40% !important;
  }
  .width41p {
    width: 41% !important;
  }
  .width42p {
    width: 42% !important;
  }
  .width43p {
    width: 43% !important;
  }
  .width44p {
    width: 44% !important;
  }
  .width45p {
    width: 45% !important;
  }
  .width46p {
    width: 46% !important;
  }
  .width47p {
    width: 47% !important;
  }
  .width48p {
    width: 48% !important;
  }
  .width49p {
    width: 49% !important;
  }
  .width50p {
    width: 50% !important;
  }
  .width51p {
    width: 51% !important;
  }
  .width52p {
    width: 52% !important;
  }
  .width53p {
    width: 53% !important;
  }
  .width54p {
    width: 54% !important;
  }
  .width55p {
    width: 55% !important;
  }
  .width56p {
    width: 56% !important;
  }
  .width57p {
    width: 57% !important;
  }
  .width58p {
    width: 58% !important;
  }
  .width59p {
    width: 59% !important;
  }
  .width60p {
    width: 60% !important;
  }
  .width61p {
    width: 61% !important;
  }
  .width62p {
    width: 62% !important;
  }
  .width63p {
    width: 63% !important;
  }
  .width64p {
    width: 64% !important;
  }
  .width65p {
    width: 65% !important;
  }
  .width66p {
    width: 66% !important;
  }
  .width67p {
    width: 67% !important;
  }
  .width68p {
    width: 68% !important;
  }
  .width69p {
    width: 69% !important;
  }
  .width70p {
    width: 70% !important;
  }
  .width71p {
    width: 71% !important;
  }
  .width72p {
    width: 72% !important;
  }
  .width73p {
    width: 73% !important;
  }
  .width74p {
    width: 74% !important;
  }
  .width75p {
    width: 75% !important;
  }
  .width76p {
    width: 76% !important;
  }
  .width77p {
    width: 77% !important;
  }
  .width78p {
    width: 78% !important;
  }
  .width79p {
    width: 79% !important;
  }
  .width80p {
    width: 80% !important;
  }
  .width81p {
    width: 81% !important;
  }
  .width82p {
    width: 82% !important;
  }
  .width83p {
    width: 83% !important;
  }
  .width84p {
    width: 84% !important;
  }
  .width85p {
    width: 85% !important;
  }
  .width86p {
    width: 86% !important;
  }
  .width87p {
    width: 87% !important;
  }
  .width88p {
    width: 88% !important;
  }
  .width89p {
    width: 89% !important;
  }
  .width90p {
    width: 90% !important;
  }
  .width91p {
    width: 91% !important;
  }
  .width92p {
    width: 92% !important;
  }
  .width93p {
    width: 93% !important;
  }
  .width94p {
    width: 94% !important;
  }
  .width95p {
    width: 95% !important;
  }
  .width96p {
    width: 96% !important;
  }
  .width97p {
    width: 97% !important;
  }
  .width98p {
    width: 98% !important;
  }
  .width99p {
    width: 99% !important;
  }
  .width100p {
    width: 100% !important;
  }
  .marL1p {
    margin-left: 1px !important;
  }
  .marR1p {
    margin-right: 1px !important;
  }
  .marT1p {
    margin-top: 1px !important;
  }
  .marB1p {
    margin-bottom: 1px !important;
  }
  .marA1p {
    margin: 1px !important;
  }
  .marL2p {
    margin-left: 2px !important;
  }
  .marR2p {
    margin-right: 2px !important;
  }
  .marT2p {
    margin-top: 2px !important;
  }
  .marB2p {
    margin-bottom: 2px !important;
  }
  .marA2p {
    margin: 2px !important;
  }
  .marL3p {
    margin-left: 3px !important;
  }
  .marR3p {
    margin-right: 3px !important;
  }
  .marT3p {
    margin-top: 3px !important;
  }
  .marB3p {
    margin-bottom: 3px !important;
  }
  .marA3p {
    margin: 3px !important;
  }
  .marL4p {
    margin-left: 4px !important;
  }
  .marR4p {
    margin-right: 4px !important;
  }
  .marT4p {
    margin-top: 4px !important;
  }
  .marB4p {
    margin-bottom: 4px !important;
  }
  .marA4p {
    margin: 4px !important;
  }
  .marL5p {
    margin-left: 5px !important;
  }
  .marR5p {
    margin-right: 5px !important;
  }
  .marT5p {
    margin-top: 5px !important;
  }
  .marB5p {
    margin-bottom: 5px !important;
  }
  .marA5p {
    margin: 5px !important;
  }
  .marL6p {
    margin-left: 6px !important;
  }
  .marR6p {
    margin-right: 6px !important;
  }
  .marT6p {
    margin-top: 6px !important;
  }
  .marB6p {
    margin-bottom: 6px !important;
  }
  .marA6p {
    margin: 6px !important;
  }
  .marL7p {
    margin-left: 7px !important;
  }
  .marR7p {
    margin-right: 7px !important;
  }
  .marT7p {
    margin-top: 7px !important;
  }
  .marB7p {
    margin-bottom: 7px !important;
  }
  .marA7p {
    margin: 7px !important;
  }
  .marL8p {
    margin-left: 8px !important;
  }
  .marR8p {
    margin-right: 8px !important;
  }
  .marT8p {
    margin-top: 8px !important;
  }
  .marB8p {
    margin-bottom: 8px !important;
  }
  .marA8p {
    margin: 8px !important;
  }
  .marL9p {
    margin-left: 9px !important;
  }
  .marR9p {
    margin-right: 9px !important;
  }
  .marT9p {
    margin-top: 9px !important;
  }
  .marB9p {
    margin-bottom: 9px !important;
  }
  .marA9p {
    margin: 9px !important;
  }
  .marL10p {
    margin-left: 10px !important;
  }
  .marR10p {
    margin-right: 10px !important;
  }
  .marT10p {
    margin-top: 10px !important;
  }
  .marB10p {
    margin-bottom: 10px !important;
  }
  .marA10p {
    margin: 10px !important;
  }
  .marL11p {
    margin-left: 11px !important;
  }
  .marR11p {
    margin-right: 11px !important;
  }
  .marT11p {
    margin-top: 11px !important;
  }
  .marB11p {
    margin-bottom: 11px !important;
  }
  .marA11p {
    margin: 11px !important;
  }
  .marL12p {
    margin-left: 12px !important;
  }
  .marR12p {
    margin-right: 12px !important;
  }
  .marT12p {
    margin-top: 12px !important;
  }
  .marB12p {
    margin-bottom: 12px !important;
  }
  .marA12p {
    margin: 12px !important;
  }
  .marL13p {
    margin-left: 13px !important;
  }
  .marR13p {
    margin-right: 13px !important;
  }
  .marT13p {
    margin-top: 13px !important;
  }
  .marB13p {
    margin-bottom: 13px !important;
  }
  .marA13p {
    margin: 13px !important;
  }
  .marL14p {
    margin-left: 14px !important;
  }
  .marR14p {
    margin-right: 14px !important;
  }
  .marT14p {
    margin-top: 14px !important;
  }
  .marB14p {
    margin-bottom: 14px !important;
  }
  .marA14p {
    margin: 14px !important;
  }
  .marL15p {
    margin-left: 15px !important;
  }
  .marR15p {
    margin-right: 15px !important;
  }
  .marT15p {
    margin-top: 15px !important;
  }
  .marB15p {
    margin-bottom: 15px !important;
  }
  .marA15p {
    margin: 15px !important;
  }
  .marL16p {
    margin-left: 16px !important;
  }
  .marR16p {
    margin-right: 16px !important;
  }
  .marT16p {
    margin-top: 16px !important;
  }
  .marB16p {
    margin-bottom: 16px !important;
  }
  .marA16p {
    margin: 16px !important;
  }
  .marL17p {
    margin-left: 17px !important;
  }
  .marR17p {
    margin-right: 17px !important;
  }
  .marT17p {
    margin-top: 17px !important;
  }
  .marB17p {
    margin-bottom: 17px !important;
  }
  .marA17p {
    margin: 17px !important;
  }
  .marL18p {
    margin-left: 18px !important;
  }
  .marR18p {
    margin-right: 18px !important;
  }
  .marT18p {
    margin-top: 18px !important;
  }
  .marB18p {
    margin-bottom: 18px !important;
  }
  .marA18p {
    margin: 18px !important;
  }
  .marL19p {
    margin-left: 19px !important;
  }
  .marR19p {
    margin-right: 19px !important;
  }
  .marT19p {
    margin-top: 19px !important;
  }
  .marB19p {
    margin-bottom: 19px !important;
  }
  .marA19p {
    margin: 19px !important;
  }
  .marL20p {
    margin-left: 20px !important;
  }
  .marR20p {
    margin-right: 20px !important;
  }
  .marT20p {
    margin-top: 20px !important;
  }
  .marB20p {
    margin-bottom: 20px !important;
  }
  .marA20p {
    margin: 20px !important;
  }
  .marL21p {
    margin-left: 21px !important;
  }
  .marR21p {
    margin-right: 21px !important;
  }
  .marT21p {
    margin-top: 21px !important;
  }
  .marB21p {
    margin-bottom: 21px !important;
  }
  .marA21p {
    margin: 21px !important;
  }
  .marL22p {
    margin-left: 22px !important;
  }
  .marR22p {
    margin-right: 22px !important;
  }
  .marT22p {
    margin-top: 22px !important;
  }
  .marB22p {
    margin-bottom: 22px !important;
  }
  .marA22p {
    margin: 22px !important;
  }
  .marL23p {
    margin-left: 23px !important;
  }
  .marR23p {
    margin-right: 23px !important;
  }
  .marT23p {
    margin-top: 23px !important;
  }
  .marB23p {
    margin-bottom: 23px !important;
  }
  .marA23p {
    margin: 23px !important;
  }
  .marL24p {
    margin-left: 24px !important;
  }
  .marR24p {
    margin-right: 24px !important;
  }
  .marT24p {
    margin-top: 24px !important;
  }
  .marB24p {
    margin-bottom: 24px !important;
  }
  .marA24p {
    margin: 24px !important;
  }
  .marL25p {
    margin-left: 25px !important;
  }
  .marR25p {
    margin-right: 25px !important;
  }
  .marT25p {
    margin-top: 25px !important;
  }
  .marB25p {
    margin-bottom: 25px !important;
  }
  .marA25p {
    margin: 25px !important;
  }
  .marL26p {
    margin-left: 26px !important;
  }
  .marR26p {
    margin-right: 26px !important;
  }
  .marT26p {
    margin-top: 26px !important;
  }
  .marB26p {
    margin-bottom: 26px !important;
  }
  .marA26p {
    margin: 26px !important;
  }
  .marL27p {
    margin-left: 27px !important;
  }
  .marR27p {
    margin-right: 27px !important;
  }
  .marT27p {
    margin-top: 27px !important;
  }
  .marB27p {
    margin-bottom: 27px !important;
  }
  .marA27p {
    margin: 27px !important;
  }
  .marL28p {
    margin-left: 28px !important;
  }
  .marR28p {
    margin-right: 28px !important;
  }
  .marT28p {
    margin-top: 28px !important;
  }
  .marB28p {
    margin-bottom: 28px !important;
  }
  .marA28p {
    margin: 28px !important;
  }
  .marL29p {
    margin-left: 29px !important;
  }
  .marR29p {
    margin-right: 29px !important;
  }
  .marT29p {
    margin-top: 29px !important;
  }
  .marB29p {
    margin-bottom: 29px !important;
  }
  .marA29p {
    margin: 29px !important;
  }
  .marL30p {
    margin-left: 30px !important;
  }
  .marR30p {
    margin-right: 30px !important;
  }
  .marT30p {
    margin-top: 30px !important;
  }
  .marB30p {
    margin-bottom: 30px !important;
  }
  .marA30p {
    margin: 30px !important;
  }
  .marL35p {
    margin-left: 35px !important;
  }
  .marR35p {
    margin-right: 35px !important;
  }
  .marT35p {
    margin-top: 35px !important;
  }
  .marB35p {
    margin-bottom: 35px !important;
  }
  .marA35p {
    margin: 35px !important;
  }
  .marL40p {
    margin-left: 40px !important;
  }
  .marR40p {
    margin-right: 40px !important;
  }
  .marT40p {
    margin-top: 40px !important;
  }
  .marB40p {
    margin-bottom: 40px !important;
  }
  .marA40p {
    margin: 40px !important;
  }
  .marL45p {
    margin-left: 45px !important;
  }
  .marR45p {
    margin-right: 45px !important;
  }
  .marT45p {
    margin-top: 45px !important;
  }
  .marB45p {
    margin-bottom: 45px !important;
  }
  .marA45p {
    margin: 45px !important;
  }
  .marL50p {
    margin-left: 50px !important;
  }
  .marR50p {
    margin-right: 50px !important;
  }
  .marT50p {
    margin-top: 50px !important;
  }
  .marB50p {
    margin-bottom: 50px !important;
  }
  .marA50p {
    margin: 50px !important;
  }
  .marL55p {
    margin-left: 55px !important;
  }
  .marR55p {
    margin-right: 55px !important;
  }
  .marT55p {
    margin-top: 55px !important;
  }
  .marB55p {
    margin-bottom: 55px !important;
  }
  .marA55p {
    margin: 55px !important;
  }
  .marL60p {
    margin-left: 60px !important;
  }
  .marR60p {
    margin-right: 60px !important;
  }
  .marT60p {
    margin-top: 60px !important;
  }
  .marB60p {
    margin-bottom: 60px !important;
  }
  .marA60p {
    margin: 60px !important;
  }
  .marL65p {
    margin-left: 65px !important;
  }
  .marR65p {
    margin-right: 65px !important;
  }
  .marT65p {
    margin-top: 65px !important;
  }
  .marB65p {
    margin-bottom: 65px !important;
  }
  .marA65p {
    margin: 65px !important;
  }
  .marL70p {
    margin-left: 70px !important;
  }
  .marR70p {
    margin-right: 70px !important;
  }
  .marT70p {
    margin-top: 70px !important;
  }
  .marB70p {
    margin-bottom: 70px !important;
  }
  .marA70p {
    margin: 70px !important;
  }
  .marL75p {
    margin-left: 75px !important;
  }
  .marR75p {
    margin-right: 75px !important;
  }
  .marT75p {
    margin-top: 75px !important;
  }
  .marB75p {
    margin-bottom: 75px !important;
  }
  .marA75p {
    margin: 75px !important;
  }
  .marL80p {
    margin-left: 80px !important;
  }
  .marR80p {
    margin-right: 80px !important;
  }
  .marT80p {
    margin-top: 80px !important;
  }
  .marB80p {
    margin-bottom: 80px !important;
  }
  .marA80p {
    margin: 80px !important;
  }
  .marL85p {
    margin-left: 85px !important;
  }
  .marR85p {
    margin-right: 85px !important;
  }
  .marT85p {
    margin-top: 85px !important;
  }
  .marB85p {
    margin-bottom: 85px !important;
  }
  .marA85p {
    margin: 85px !important;
  }
  .marL90p {
    margin-left: 90px !important;
  }
  .marR90p {
    margin-right: 90px !important;
  }
  .marT90p {
    margin-top: 90px !important;
  }
  .marB90p {
    margin-bottom: 90px !important;
  }
  .marA90p {
    margin: 90px !important;
  }
  .marL95p {
    margin-left: 95px !important;
  }
  .marR95p {
    margin-right: 95px !important;
  }
  .marT95p {
    margin-top: 95px !important;
  }
  .marB95p {
    margin-bottom: 95px !important;
  }
  .marA95p {
    margin: 95px !important;
  }
  .marL100p {
    margin-left: 100px !important;
  }
  .marR100p {
    margin-right: 100px !important;
  }
  .marT100p {
    margin-top: 100px !important;
  }
  .marB100p {
    margin-bottom: 100px !important;
  }
  .marA100p {
    margin: 100px !important;
  }
  .marL110p {
    margin-left: 110px !important;
  }
  .marR110p {
    margin-right: 110px !important;
  }
  .marT110p {
    margin-top: 110px !important;
  }
  .marB110p {
    margin-bottom: 110px !important;
  }
  .marA110p {
    margin: 110px !important;
  }
  .marL120p {
    margin-left: 120px !important;
  }
  .marR120p {
    margin-right: 120px !important;
  }
  .marT120p {
    margin-top: 120px !important;
  }
  .marB120p {
    margin-bottom: 120px !important;
  }
  .marA120p {
    margin: 120px !important;
  }
  .marL130p {
    margin-left: 130px !important;
  }
  .marR130p {
    margin-right: 130px !important;
  }
  .marT130p {
    margin-top: 130px !important;
  }
  .marB130p {
    margin-bottom: 130px !important;
  }
  .marA130p {
    margin: 130px !important;
  }
  .marL140p {
    margin-left: 140px !important;
  }
  .marR140p {
    margin-right: 140px !important;
  }
  .marT140p {
    margin-top: 140px !important;
  }
  .marB140p {
    margin-bottom: 140px !important;
  }
  .marA140p {
    margin: 140px !important;
  }
  .marL150p {
    margin-left: 150px !important;
  }
  .marR150p {
    margin-right: 150px !important;
  }
  .marT150p {
    margin-top: 150px !important;
  }
  .marB150p {
    margin-bottom: 150px !important;
  }
  .marA150p {
    margin: 150px !important;
  }
  .marL160p {
    margin-left: 160px !important;
  }
  .marR160p {
    margin-right: 160px !important;
  }
  .marT160p {
    margin-top: 160px !important;
  }
  .marB160p {
    margin-bottom: 160px !important;
  }
  .marA160p {
    margin: 160px !important;
  }
  .marL170p {
    margin-left: 170px !important;
  }
  .marR170p {
    margin-right: 170px !important;
  }
  .marT170p {
    margin-top: 170px !important;
  }
  .marB170p {
    margin-bottom: 170px !important;
  }
  .marA170p {
    margin: 170px !important;
  }
  .marL180p {
    margin-left: 180px !important;
  }
  .marR180p {
    margin-right: 180px !important;
  }
  .marT180p {
    margin-top: 180px !important;
  }
  .marB180p {
    margin-bottom: 180px !important;
  }
  .marA180p {
    margin: 180px !important;
  }
  .marL190p {
    margin-left: 190px !important;
  }
  .marR190p {
    margin-right: 190px !important;
  }
  .marT190p {
    margin-top: 190px !important;
  }
  .marB190p {
    margin-bottom: 190px !important;
  }
  .marA190p {
    margin: 190px !important;
  }
  .marL200p {
    margin-left: 200px !important;
  }
  .marR200p {
    margin-right: 200px !important;
  }
  .marT200p {
    margin-top: 200px !important;
  }
  .marB200p {
    margin-bottom: 200px !important;
  }
  .marA200p {
    margin: 200px !important;
  }
  .marCLp {
    margin-left: 0px !important;
  }
  .marCRp {
    margin-right: 0px !important;
  }
  .marCTp {
    margin-top: 0px !important;
  }
  .marCBp {
    margin-bottom: 0px !important;
  }
  .marCAp {
    margin: 0px !important;
  }
  .marCPp {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .marCVp {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .padL1p {
    padding-left: 1px !important;
  }
  .padR1p {
    padding-right: 1px !important;
  }
  .padT1p {
    padding-top: 1px !important;
  }
  .padB1p {
    padding-bottom: 1px !important;
  }
  .padA1p {
    padding: 1px !important;
  }
  .padL2p {
    padding-left: 2px !important;
  }
  .padR2p {
    padding-right: 2px !important;
  }
  .padT2p {
    padding-top: 2px !important;
  }
  .padB2p {
    padding-bottom: 2px !important;
  }
  .padA2p {
    padding: 2px !important;
  }
  .padL3p {
    padding-left: 3px !important;
  }
  .padR3p {
    padding-right: 3px !important;
  }
  .padT3p {
    padding-top: 3px !important;
  }
  .padB3p {
    padding-bottom: 3px !important;
  }
  .padA3p {
    padding: 3px !important;
  }
  .padL4p {
    padding-left: 4px !important;
  }
  .padR4p {
    padding-right: 4px !important;
  }
  .padT4p {
    padding-top: 4px !important;
  }
  .padB4p {
    padding-bottom: 4px !important;
  }
  .padA4p {
    padding: 4px !important;
  }
  .padL5p {
    padding-left: 5px !important;
  }
  .padR5p {
    padding-right: 5px !important;
  }
  .padT5p {
    padding-top: 5px !important;
  }
  .padB5p {
    padding-bottom: 5px !important;
  }
  .padA5p {
    padding: 5px !important;
  }
  .padL6p {
    padding-left: 6px !important;
  }
  .padR6p {
    padding-right: 6px !important;
  }
  .padT6p {
    padding-top: 6px !important;
  }
  .padB6p {
    padding-bottom: 6px !important;
  }
  .padA6p {
    padding: 6px !important;
  }
  .padL7p {
    padding-left: 7px !important;
  }
  .padR7p {
    padding-right: 7px !important;
  }
  .padT7p {
    padding-top: 7px !important;
  }
  .padB7p {
    padding-bottom: 7px !important;
  }
  .padA7p {
    padding: 7px !important;
  }
  .padL8p {
    padding-left: 8px !important;
  }
  .padR8p {
    padding-right: 8px !important;
  }
  .padT8p {
    padding-top: 8px !important;
  }
  .padB8p {
    padding-bottom: 8px !important;
  }
  .padA8p {
    padding: 8px !important;
  }
  .padL9p {
    padding-left: 9px !important;
  }
  .padR9p {
    padding-right: 9px !important;
  }
  .padT9p {
    padding-top: 9px !important;
  }
  .padB9p {
    padding-bottom: 9px !important;
  }
  .padA9p {
    padding: 9px !important;
  }
  .padL10p {
    padding-left: 10px !important;
  }
  .padR10p {
    padding-right: 10px !important;
  }
  .padT10p {
    padding-top: 10px !important;
  }
  .padB10p {
    padding-bottom: 10px !important;
  }
  .padA10p {
    padding: 10px !important;
  }
  .padL11p {
    padding-left: 11px !important;
  }
  .padR11p {
    padding-right: 11px !important;
  }
  .padT11p {
    padding-top: 11px !important;
  }
  .padB11p {
    padding-bottom: 11px !important;
  }
  .padA11p {
    padding: 11px !important;
  }
  .padL12p {
    padding-left: 12px !important;
  }
  .padR12p {
    padding-right: 12px !important;
  }
  .padT12p {
    padding-top: 12px !important;
  }
  .padB12p {
    padding-bottom: 12px !important;
  }
  .padA12p {
    padding: 12px !important;
  }
  .padL13p {
    padding-left: 13px !important;
  }
  .padR13p {
    padding-right: 13px !important;
  }
  .padT13p {
    padding-top: 13px !important;
  }
  .padB13p {
    padding-bottom: 13px !important;
  }
  .padA13p {
    padding: 13px !important;
  }
  .padL14p {
    padding-left: 14px !important;
  }
  .padR14p {
    padding-right: 14px !important;
  }
  .padT14p {
    padding-top: 14px !important;
  }
  .padB14p {
    padding-bottom: 14px !important;
  }
  .padA14p {
    padding: 14px !important;
  }
  .padL15p {
    padding-left: 15px !important;
  }
  .padR15p {
    padding-right: 15px !important;
  }
  .padT15p {
    padding-top: 15px !important;
  }
  .padB15p {
    padding-bottom: 15px !important;
  }
  .padA15p {
    padding: 15px !important;
  }
  .padL16p {
    padding-left: 16px !important;
  }
  .padR16p {
    padding-right: 16px !important;
  }
  .padT16p {
    padding-top: 16px !important;
  }
  .padB16p {
    padding-bottom: 16px !important;
  }
  .padA16p {
    padding: 16px !important;
  }
  .padL17p {
    padding-left: 17px !important;
  }
  .padR17p {
    padding-right: 17px !important;
  }
  .padT17p {
    padding-top: 17px !important;
  }
  .padB17p {
    padding-bottom: 17px !important;
  }
  .padA17p {
    padding: 17px !important;
  }
  .padL18p {
    padding-left: 18px !important;
  }
  .padR18p {
    padding-right: 18px !important;
  }
  .padT18p {
    padding-top: 18px !important;
  }
  .padB18p {
    padding-bottom: 18px !important;
  }
  .padA18p {
    padding: 18px !important;
  }
  .padL19p {
    padding-left: 19px !important;
  }
  .padR19p {
    padding-right: 19px !important;
  }
  .padT19p {
    padding-top: 19px !important;
  }
  .padB19p {
    padding-bottom: 19px !important;
  }
  .padA19p {
    padding: 19px !important;
  }
  .padL20p {
    padding-left: 20px !important;
  }
  .padR20p {
    padding-right: 20px !important;
  }
  .padT20p {
    padding-top: 20px !important;
  }
  .padB20p {
    padding-bottom: 20px !important;
  }
  .padA20p {
    padding: 20px !important;
  }
  .padL21p {
    padding-left: 21px !important;
  }
  .padR21p {
    padding-right: 21px !important;
  }
  .padT21p {
    padding-top: 21px !important;
  }
  .padB21p {
    padding-bottom: 21px !important;
  }
  .padA21p {
    padding: 21px !important;
  }
  .padL22p {
    padding-left: 22px !important;
  }
  .padR22p {
    padding-right: 22px !important;
  }
  .padT22p {
    padding-top: 22px !important;
  }
  .padB22p {
    padding-bottom: 22px !important;
  }
  .padA22p {
    padding: 22px !important;
  }
  .padL23p {
    padding-left: 23px !important;
  }
  .padR23p {
    padding-right: 23px !important;
  }
  .padT23p {
    padding-top: 23px !important;
  }
  .padB23p {
    padding-bottom: 23px !important;
  }
  .padA23p {
    padding: 23px !important;
  }
  .padL24p {
    padding-left: 24px !important;
  }
  .padR24p {
    padding-right: 24px !important;
  }
  .padT24p {
    padding-top: 24px !important;
  }
  .padB24p {
    padding-bottom: 24px !important;
  }
  .padA24p {
    padding: 24px !important;
  }
  .padL25p {
    padding-left: 25px !important;
  }
  .padR25p {
    padding-right: 25px !important;
  }
  .padT25p {
    padding-top: 25px !important;
  }
  .padB25p {
    padding-bottom: 25px !important;
  }
  .padA25p {
    padding: 25px !important;
  }
  .padL26p {
    padding-left: 26px !important;
  }
  .padR26p {
    padding-right: 26px !important;
  }
  .padT26p {
    padding-top: 26px !important;
  }
  .padB26p {
    padding-bottom: 26px !important;
  }
  .padA26p {
    padding: 26px !important;
  }
  .padL27p {
    padding-left: 27px !important;
  }
  .padR27p {
    padding-right: 27px !important;
  }
  .padT27p {
    padding-top: 27px !important;
  }
  .padB27p {
    padding-bottom: 27px !important;
  }
  .padA27p {
    padding: 27px !important;
  }
  .padL28p {
    padding-left: 28px !important;
  }
  .padR28p {
    padding-right: 28px !important;
  }
  .padT28p {
    padding-top: 28px !important;
  }
  .padB28p {
    padding-bottom: 28px !important;
  }
  .padA28p {
    padding: 28px !important;
  }
  .padL29p {
    padding-left: 29px !important;
  }
  .padR29p {
    padding-right: 29px !important;
  }
  .padT29p {
    padding-top: 29px !important;
  }
  .padB29p {
    padding-bottom: 29px !important;
  }
  .padA29p {
    padding: 29px !important;
  }
  .padL30p {
    padding-left: 30px !important;
  }
  .padR30p {
    padding-right: 30px !important;
  }
  .padT30p {
    padding-top: 30px !important;
  }
  .padB30p {
    padding-bottom: 30px !important;
  }
  .padA30p {
    padding: 30px !important;
  }
  .padL35p {
    padding-left: 35px !important;
  }
  .padR35p {
    padding-right: 35px !important;
  }
  .padT35p {
    padding-top: 35px !important;
  }
  .padB35p {
    padding-bottom: 35px !important;
  }
  .padA35p {
    padding: 35px !important;
  }
  .padL40p {
    padding-left: 40px !important;
  }
  .padR40p {
    padding-right: 40px !important;
  }
  .padT40p {
    padding-top: 40px !important;
  }
  .padB40p {
    padding-bottom: 40px !important;
  }
  .padA40p {
    padding: 40px !important;
  }
  .padL45p {
    padding-left: 45px !important;
  }
  .padR45p {
    padding-right: 45px !important;
  }
  .padT45p {
    padding-top: 45px !important;
  }
  .padB45p {
    padding-bottom: 45px !important;
  }
  .padA45p {
    padding: 45px !important;
  }
  .padL50p {
    padding-left: 50px !important;
  }
  .padR50p {
    padding-right: 50px !important;
  }
  .padT50p {
    padding-top: 50px !important;
  }
  .padB50p {
    padding-bottom: 50px !important;
  }
  .padA50p {
    padding: 50px !important;
  }
  .padL55p {
    padding-left: 55px !important;
  }
  .padR55p {
    padding-right: 55px !important;
  }
  .padT55p {
    padding-top: 55px !important;
  }
  .padB55p {
    padding-bottom: 55px !important;
  }
  .padA55p {
    padding: 55px !important;
  }
  .padL60p {
    padding-left: 60px !important;
  }
  .padR60p {
    padding-right: 60px !important;
  }
  .padT60p {
    padding-top: 60px !important;
  }
  .padB60p {
    padding-bottom: 60px !important;
  }
  .padA60p {
    padding: 60px !important;
  }
  .padL65p {
    padding-left: 65px !important;
  }
  .padR65p {
    padding-right: 65px !important;
  }
  .padT65p {
    padding-top: 65px !important;
  }
  .padB65p {
    padding-bottom: 65px !important;
  }
  .padA65p {
    padding: 65px !important;
  }
  .padL70p {
    padding-left: 70px !important;
  }
  .padR70p {
    padding-right: 70px !important;
  }
  .padT70p {
    padding-top: 70px !important;
  }
  .padB70p {
    padding-bottom: 70px !important;
  }
  .padA70p {
    padding: 70px !important;
  }
  .padL75p {
    padding-left: 75px !important;
  }
  .padR75p {
    padding-right: 75px !important;
  }
  .padT75p {
    padding-top: 75px !important;
  }
  .padB75p {
    padding-bottom: 75px !important;
  }
  .padA75p {
    padding: 75px !important;
  }
  .padL80p {
    padding-left: 80px !important;
  }
  .padR80p {
    padding-right: 80px !important;
  }
  .padT80p {
    padding-top: 80px !important;
  }
  .padB80p {
    padding-bottom: 80px !important;
  }
  .padA80p {
    padding: 80px !important;
  }
  .padL85p {
    padding-left: 85px !important;
  }
  .padR85p {
    padding-right: 85px !important;
  }
  .padT85p {
    padding-top: 85px !important;
  }
  .padB85p {
    padding-bottom: 85px !important;
  }
  .padA85p {
    padding: 85px !important;
  }
  .padL90p {
    padding-left: 90px !important;
  }
  .padR90p {
    padding-right: 90px !important;
  }
  .padT90p {
    padding-top: 90px !important;
  }
  .padB90p {
    padding-bottom: 90px !important;
  }
  .padA90p {
    padding: 90px !important;
  }
  .padL95p {
    padding-left: 95px !important;
  }
  .padR95p {
    padding-right: 95px !important;
  }
  .padT95p {
    padding-top: 95px !important;
  }
  .padB95p {
    padding-bottom: 95px !important;
  }
  .padA95p {
    padding: 95px !important;
  }
  .padL100p {
    padding-left: 100px !important;
  }
  .padR100p {
    padding-right: 100px !important;
  }
  .padT100p {
    padding-top: 100px !important;
  }
  .padB100p {
    padding-bottom: 100px !important;
  }
  .padA100p {
    padding: 100px !important;
  }
  .padL110p {
    padding-left: 110px !important;
  }
  .padR110p {
    padding-right: 110px !important;
  }
  .padT110p {
    padding-top: 110px !important;
  }
  .padB110p {
    padding-bottom: 110px !important;
  }
  .padA110p {
    padding: 110px !important;
  }
  .padL120p {
    padding-left: 120px !important;
  }
  .padR120p {
    padding-right: 120px !important;
  }
  .padT120p {
    padding-top: 120px !important;
  }
  .padB120p {
    padding-bottom: 120px !important;
  }
  .padA120p {
    padding: 120px !important;
  }
  .padL130p {
    padding-left: 130px !important;
  }
  .padR130p {
    padding-right: 130px !important;
  }
  .padT130p {
    padding-top: 130px !important;
  }
  .padB130p {
    padding-bottom: 130px !important;
  }
  .padA130p {
    padding: 130px !important;
  }
  .padL140p {
    padding-left: 140px !important;
  }
  .padR140p {
    padding-right: 140px !important;
  }
  .padT140p {
    padding-top: 140px !important;
  }
  .padB140p {
    padding-bottom: 140px !important;
  }
  .padA140p {
    padding: 140px !important;
  }
  .padL150p {
    padding-left: 150px !important;
  }
  .padR150p {
    padding-right: 150px !important;
  }
  .padT150p {
    padding-top: 150px !important;
  }
  .padB150p {
    padding-bottom: 150px !important;
  }
  .padA150p {
    padding: 150px !important;
  }
  .padL160p {
    padding-left: 160px !important;
  }
  .padR160p {
    padding-right: 160px !important;
  }
  .padT160p {
    padding-top: 160px !important;
  }
  .padB160p {
    padding-bottom: 160px !important;
  }
  .padA160p {
    padding: 160px !important;
  }
  .padL170p {
    padding-left: 170px !important;
  }
  .padR170p {
    padding-right: 170px !important;
  }
  .padT170p {
    padding-top: 170px !important;
  }
  .padB170p {
    padding-bottom: 170px !important;
  }
  .padA170p {
    padding: 170px !important;
  }
  .padL180p {
    padding-left: 180px !important;
  }
  .padR180p {
    padding-right: 180px !important;
  }
  .padT180p {
    padding-top: 180px !important;
  }
  .padB180p {
    padding-bottom: 180px !important;
  }
  .padA180p {
    padding: 180px !important;
  }
  .padL190p {
    padding-left: 190px !important;
  }
  .padR190p {
    padding-right: 190px !important;
  }
  .padT190p {
    padding-top: 190px !important;
  }
  .padB190p {
    padding-bottom: 190px !important;
  }
  .padA190p {
    padding: 190px !important;
  }
  .padL200p {
    padding-left: 200px !important;
  }
  .padR200p {
    padding-right: 200px !important;
  }
  .padT200p {
    padding-top: 200px !important;
  }
  .padB200p {
    padding-bottom: 200px !important;
  }
  .padA200p {
    padding: 200px !important;
  }
  .padCLp {
    padding-left: 0px !important;
  }
  .padCRp {
    padding-right: 0px !important;
  }
  .padCTp {
    padding-top: 0px !important;
  }
  .padCBp {
    padding-bottom: 0px !important;
  }
  .padCAp {
    padding: 0px !important;
  }
  .padCPp {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .padCVp {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}