@charset "UTF-8";
/*-----------------------------------------------
bootstrap
-----------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  min-height: 38px;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "> ";
  padding: 0 5px;
  color: #000;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*-----------------------------------------------
datetimepicker
-----------------------------------------------*/
/*-----------------------------------------------
FontAwesome
-----------------------------------------------*/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("/assets/bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/assets/bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/assets/bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/assets/bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/assets/bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

/*-----------------------------------------------
slider-pro
-----------------------------------------------*/
/*!
*  - v1.2.1
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: black;
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: white;
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url(/assets/bower_components/slider-pro/dist/css/images/openhand.cur), move;
}

.sp-grabbing {
  cursor: url(/assets/bower_components/slider-pro/dist/css/images/closedhand.cur), move;
}

.sp-selectable {
  cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: '\2195';
}

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.sp-selected-button {
  background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}
/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
}

/*
.sp-fade-arrows {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
	opacity: 1;
}
*/
.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  left: 20px;
}

.sp-horizontal .sp-next-arrow {
  right: 20px;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
}

/*
.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #FFF;
}

.sp-previous-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-previous-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-arrow:before {
	right: 30%;
	top: 0;
	-webkit-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	transform: skew(35deg, 0deg);
}

.sp-next-arrow:after {
	right: 30%;
	top: 50%;
	-webkit-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
	content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
	border-right: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
	border-left: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
	border-bottom: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
	border-top: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
*/
/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none !important;
  max-height: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro img.sp-layer {
  border: none;
}

/*-----------------------------------------------
reset
-----------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img {
  border: 0;
}

ul li,
ol li,
menu li {
  list-style: none;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  border: none;
}

q:before,
q:after {
  content: '';
}

/* & html5 */
article,
aside,
dialog,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section, main {
  display: block;
  word-wrap: break-word;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
section,
nav,
article,
aside,
hgroup,
header,
footer,
address,
address,
caption,
cite,
code,
dfn,
em,
th,
strong,
var,
small,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

/* chorome */
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/*-----------------------------------------------
function / variable
-----------------------------------------------*/
/*-----------------------------------------------
bootstrap
-----------------------------------------------*/
*[class^="col-"] {
  padding: 0;
}

.row {
  margin: 0;
  padding: 0;
}

.container {
  width: 980px;
  max-width: 980px;
  padding: 0;
}

.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}

.modal-open {
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    margin: 15% auto;
  }
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #EF5350;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.seven-cols .col-xs-1,
.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
  width: 14.285714285714285714285714285714%;
  *width: 14.285714285714285714285714285714%;
}

@media (min-width: 992px) {
  .seven-cols .col-xs-1,
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
@media (min-width: 1200px) {
  .seven-cols .col-xs-1,
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
.form-horizontal .form-group {
  margin: 0;
}

.popover {
  max-width: none;
}

/*-----------------------------------------------
all
-----------------------------------------------*/
html {
  height: 100%;
  min-height: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -khtml-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  line-height: 1.5;
  padding: 0 !important;
  font-size: 87%;
  font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  background: #fff;
  background-size: cover;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.split {
  padding: 0 1px;
}

i {
  speak: none;
}

/*-----------------------------------------------
container
-----------------------------------------------*/
.subMenu {
  position: relative;
  height: 50px;
  background: #9a1118;
}
.subMenu a {
  float: left;
  display: block;
  width: 245px;
  height: 50px;
  line-height: 22px;
  padding: 15px 15px 15px 45px;
  font-size: 90%;
  font-weight: bold;
  color: #fff;
}
.subMenu a.active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f2f2f2');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f2f2f2')";
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  color: #000;
}
.subMenu a i:nth-child(1) {
  top: 12px;
  left: 15px;
}
.subMenu a i:nth-child(2) {
  top: 14px;
  left: 19px;
}

.breadcrumbArea {
  height: 40px;
  font-size: 80%;
  background: #f2f2f2 url(/assets/images/breadcrumbAreaBg.png) no-repeat center top;
}
.breadcrumbArea .breadcrumb {
  line-height: 48px;
  margin-bottom: 0;
  background: none;
  border-radius: none;
}
.breadcrumbArea .breadcrumb a {
  color: #000;
}

/*-----------------------------------------------
main
-----------------------------------------------*/
main {
  background: url(/assets/images/mainBg.png) no-repeat center bottom #F9F9F9;
}

/*-----------------------------------------------
header
-----------------------------------------------*/
header {
  position: relative;
  z-index: 200;
}
header > .top {
  padding: 10px 0 0 3px;
}
header > .top p {
  display: block;
  float: left;
  padding: 5px 83px 0 0;
  letter-spacing: -.1px;
  font-size: 73%;
}
header > .top form {
  position: relative;
  float: left;
  width: 150px;
  height: 20px;
  margin-top: 3px;
  vertical-align: bottom;
}
header > .top form input {
  height: 23px;
  padding: 0 7px;
  background: #F4F4F4;
  border: none;
  border-radius: 0;
  box-shadow: inset 0px 0px 13px rgba(0, 0, 0, 0.03);
  font-size: 73%;
}
header > .top form i {
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 128%;
  color: #686868;
  cursor: pointer;
}
header > .top form i:hover {
  opacity: .8;
}
header > .top > div {
  height: 20px;
  margin-top: 1px;
}
header > .top > div .btn {
  width: 151px;
  padding: 0px 12px;
  height: 24px;
  line-height: 23px;
  text-align: center;
  background: 0 0;
  border: 1px solid #F3F3F5;
  border-radius: 0;
  font-size: 82%;
  font-weight: 700;
  color: #666;
}
header > .top > div .btn:nth-child(1) {
  margin: 0px 5px 0 13px;
}
header > .top > div .btn:last-child {
  background: #9a1118;
  color: #fff;
}
header > .bottom {
  padding-top: 17px;
}
header > .bottom h1 {
  float: left;
  width: 288px;
  height: 70px;
  background: url(/assets/images/min/logo.png) center no-repeat #fff;
  background-position-y: 3px;
}
header > .bottom h1.top {
  background: url(/assets/images/min/logoTop.png) center no-repeat #9a1118;
  background-position-y: 3px;
}
header > .bottom h1 a {
  display: block;
  width: 288px;
  height: 68px;
  background-size: 288px 66px;
}
header > .bottom h1 span {
  display: block;
  text-indent: -99999px;
}
header > .bottom nav#mainNav {
  z-index: 21;
  position: relative;
  float: left;
  width: 692px;
}
header > .bottom nav#mainNav ul {
  width: 692px;
  height: 70px;
}
header > .bottom nav#mainNav li {
  position: relative;
  float: left;
  width: 114.8px;
  height: 70px;
  text-align: center;
  background: #feffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNmZWZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjVmNWY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #feffff 70%, #f5f5f5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #feffff), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #feffff 70%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #feffff 70%, #f5f5f5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #feffff 70%, #f5f5f5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #feffff 70%, #f5f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f5f5f5',GradientType=0 );
  /* IE6-8 */
}
header > .bottom nav#mainNav li:last-child {
  width: 17%;
}
header > .bottom nav#mainNav li:last-child.hover, header > .bottom nav#mainNav li:last-child:hover {
  background: #fff;
}
header > .bottom nav#mainNav li:last-child.hover div, header > .bottom nav#mainNav li:last-child:hover div {
  height: 71px;
  border: solid 1px #c10f0f;
  border-bottom: solid 1px #fff;
  background: #fff\9;
}
header > .bottom nav#mainNav li:nth-child(1).hover a, header > .bottom nav#mainNav li:nth-child(1):hover a, header > .bottom nav#mainNav li:nth-child(2).hover a, header > .bottom nav#mainNav li:nth-child(2):hover a, header > .bottom nav#mainNav li:nth-child(3).hover a, header > .bottom nav#mainNav li:nth-child(3):hover a, header > .bottom nav#mainNav li:nth-child(4).hover a, header > .bottom nav#mainNav li:nth-child(4):hover a, header > .bottom nav#mainNav li:nth-child(5).hover a, header > .bottom nav#mainNav li:nth-child(5):hover a {
  color: #9a1118;
}
header > .bottom nav#mainNav li:before, header > .bottom nav#mainNav li:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 1px;
  height: 65x;
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-8 */
}
header > .bottom nav#mainNav li:before {
  left: 1px;
  left: 0px\9;
}
header > .bottom nav#mainNav li:after {
  right: 1px;
  right: 0px\9;
}
header > .bottom nav#mainNav li.active:before, header > .bottom nav#mainNav li.active:after {
  display: none;
}
header > .bottom nav#mainNav li.active div {
  border-top: solid 1px #9a1118;
  border-bottom: solid 1px transparent;
  border-right: solid 1px #9a1118;
  background: #9a1118;
}
header > .bottom nav#mainNav li.active div:hover {
  background: #fff;
}
header > .bottom nav#mainNav li.active a {
  color: #fff;
  background: #9a1118\9;
}
header > .bottom nav#mainNav li.active a:hover {
  background: #fff;
  color: #9a1118;
}
header > .bottom nav#mainNav li.active.noLower div {
  border: none;
}
header > .bottom nav#mainNav li:hover {
  background: #fff;
}
header > .bottom nav#mainNav li:hover a {
  opacity: 1;
  color: #9a1118;
}
header > .bottom nav#mainNav li > div {
  height: 70px;
  border-top: solid 1px #fff;
  border-left: solid 1px transparent;
  border-right: solid 1px #F9F9F9;
  border-bottom: solid 1px #fff;
}
header > .bottom nav#mainNav li a {
  display: block;
  height: 70px;
  padding-top: 20px;
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
}
header > .bottom nav#mainNav li i {
  position: relative;
  top: -2px;
  display: block;
  padding-top: 2px;
  font-size: 160%;
  color: #9a1118;
}
header #hideNav .content {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  display: none;
  z-index: 20;
  background-color: #fff;
  border-top: 1px solid #c10f0f;
  border-bottom: 1px solid #c10f0f;
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.3);
}
header #hideNav .content .container {
  padding: 40px 0;
}
header #hideNav .content .title {
  padding: 15px 0 15px 60px;
  font-weight: bold;
  border-bottom: solid 1px #e0e0e0;
  border-left: solid 1px #f7f7f7;
  border-right: solid 1px #e0e0e0;
  font-size: 110%;
}
header #hideNav .content .title a {
  position: relative;
}
header #hideNav .content .title.sqiareIcon i:nth-child(1) {
  top: -3px;
  left: -35px;
}
header #hideNav .content .title.sqiareIcon i:nth-child(2) {
  top: 3px;
  left: -27px;
  font-size: 100%;
}
header #hideNav .content .navList,
header #hideNav .content .navTable {
  margin-top: 1px;
  padding: 10px 10px;
  background: #fafafa;
  border: solid 1px #e0e0e0;
  border-top: none;
  font-size: 90%;
}
header #hideNav .content .navList li,
header #hideNav .content .navList td,
header #hideNav .content .navTable li,
header #hideNav .content .navTable td {
  float: left;
  display: block;
  width: 50%;
  border-bottom: solid 1px #e0e0e0;
}
header #hideNav .content .navList li:nth-child(even),
header #hideNav .content .navList td:nth-child(even),
header #hideNav .content .navTable li:nth-child(even),
header #hideNav .content .navTable td:nth-child(even) {
  border-left: solid 1px #e0e0e0;
}
header #hideNav .content .navList li a,
header #hideNav .content .navList td a,
header #hideNav .content .navTable li a,
header #hideNav .content .navTable td a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 30px;
  background-color: #fff;
}
header #hideNav .content .navList li i,
header #hideNav .content .navList td i,
header #hideNav .content .navTable li i,
header #hideNav .content .navTable td i {
  padding-right: 10px;
  color: #9a1118;
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 130%;
}
header #hideNav .content .navList.differentList li,
header #hideNav .content .navTable.differentList li {
  float: none;
  width: 280px;
  border-right: solid 1px #ededed;
  border-bottom: solid 1px #d8d8d8;
}
header #hideNav .content .navList.differentList li:nth-child(even),
header #hideNav .content .navTable.differentList li:nth-child(even) {
  margin-top: 2px;
  border-left: none;
}
header #hideNav .content .threeCol {
  float: left;
  width: 313px;
}
header #hideNav .content .threeCol + .threeCol {
  margin-left: 20px;
}
header #hideNav .content {
  top: 120px\0;
}
header #hideNav .content {
  top: 120px\9;
}
header #hideNav .feature li {
  float: left;
  width: 314px;
  margin-right: 20px;
}
header #hideNav .feature li.active {
  background: #fafafa;
  border: solid 1px #fafafa;
}
header #hideNav .feature div {
  padding: 20px;
  width: 100%;
  clear: both;
}
header #hideNav .feature div .navList {
  display: none;
  margin-top: 1px;
  background: #fafafa;
  border: solid 0px #fafafa;
}
header #hideNav .feature div .navList p {
  text-align: center;
}
header #hideNav .feature div .title {
  border-top: solid 1px transparent;
  border-left: solid 1px transparent;
}
header #hideNav .feature div .navTable {
  width: 100%;
}
header #hideNav .feature div .navTable tr:last-child td:nth-child(1) {
  border-bottom: none;
}
header #hideNav .feature div .navTable td {
  float: none;
  width: 50%;
  display: table-cell;
  background: #fff;
  vertical-align: top;
  border-right: solid 1px #e0e0e0;
}
header #hideNav .feature div .navTable td:nth-child(even) {
  border-left: solid 1px #e0e0e0;
}
header #hideNav .feature div .navTable td:hover {
  background: #fcdfde;
}
header #hideNav .feature a {
  line-height: 1.7;
}
header #hideNav .tv .left,
header #hideNav .tv .right {
  float: left;
}
header #hideNav .tv .left {
  width: 315px;
}
header #hideNav .tv .left .title:nth-child(1) {
  padding-top: 75px;
  background: url(/assets/images/min/iconNew.jpg) no-repeat;
  background-position: 50% 5px;
}
header #hideNav .tv .left .navList.dayOfTheWeek {
  padding: 0 15px 15px;
}
header #hideNav .tv .left .navList.dayOfTheWeek li {
  width: 65px;
  height: 65px;
  line-height: 45px;
  margin: 20px 0 0;
  border: none;
  text-align: center;
}
header #hideNav .tv .left .navList.dayOfTheWeek li:nth-child(5) {
  margin-left: 0;
}
header #hideNav .tv .left .navList.dayOfTheWeek li + li {
  margin-left: 7px;
}
header #hideNav .tv .left .navList.dayOfTheWeek li a {
  padding: 10px;
}
header #hideNav .tv .right {
  width: 645px;
  margin-left: 20px;
}
header #hideNav .information .threeCol:nth-child(1) .title {
  background: url(/assets/images/min/cinemachopLogo.png) no-repeat #fff;
  background-size: 200px auto;
  background-position: 50% 5px;
}
header #hideNav .information .threeCol:nth-child(1) .title span {
  display: inline-block;
  padding-top: 10px;
}
header #hideNav .information .threeCol:nth-child(2) .title {
  background: url(/assets/images/min/pinLogo.png) no-repeat #fff;
  background-size: 200px auto;
  background-position: 50% 5px;
}
header #hideNav .information .threeCol:nth-child(3) .title {
  background: url(/assets/images/min/msmLogo.png) no-repeat #fff;
  background-size: 200px auto;
  background-position: 50% 5px;
}
header #hideNav .information .title {
  height: 150px;
  line-height: 1.2;
  padding: 100px 20px 20px;
  text-align: center;
}
header #hideNav .support .threeCol:nth-child(1) ul li.title:nth-child(1), header #hideNav .support .threeCol:nth-child(1) ul li.title:nth-child(2) {
  height: 120px;
  padding-top: 85px;
}
header #hideNav .support .threeCol:nth-child(2) ul li.title:nth-child(1) {
  height: 120px;
  padding-top: 85px;
}
header #hideNav .support .threeCol:nth-child(1) ul li.title:nth-child(1) {
  background: url(/assets/images/min/iconGuide.png) no-repeat #fff;
  background-position: 50% 5px;
}
header #hideNav .support .threeCol:nth-child(1) ul li.title:nth-child(2) {
  background: url(/assets/images/min/iconQuo.jpg) no-repeat #fff;
  background-position: 50% 5px;
}
header #hideNav .support .threeCol:nth-child(2) .title:nth-child(1) {
  background: url(/assets/images/min/iconFaq.jpg) no-repeat #fff;
  background-position: 50% 5px;
}
header #hideNav .support .threeCol:nth-child(2) .title:nth-child(2) {
  height: 67px;
  padding-top: 25px;
  background: url(/assets/images/min/iconMob.jpg) right bottom no-repeat #fff;
  background-size: contain;
}
header #hideNav .support .threeCol:nth-child(2) .navList li a {
  padding: 15px 10px 14px 30px;
}
header #hideNav .support .threeCol:nth-child(2) .navList li i {
  top: 13px;
}
header #hideNav .support .threeCol:nth-child(3) .navList {
  margin-top: -5px;
  padding: 0;
  background: none;
  border: none;
}
header #hideNav .support .threeCol:nth-child(3) .navList li {
  width: 100%;
}
header #hideNav .support .threeCol:nth-child(3) .navList li a {
  padding: 20px 10px 19px 30px;
}
header #hideNav .support .threeCol:nth-child(3) .navList li:nth-child(even) {
  border-left: none;
}
header #hideNav .support .threeCol:nth-child(3) .navList li i {
  top: 20px;
}

/*-----------------------------------------------
footer
-----------------------------------------------*/
footer {
  border-top: solid 1px #E2E2E2;
}
footer .brand {
  padding: 25px 0;
}
footer .brand li + li a {
  border-left: solid 1px #e8e8e8;
}
footer .brand li:nth-child(1) a {
  background: url(/assets/images/min/footerLogoToei.jpg) center no-repeat;
}
footer .brand li:nth-child(2) a {
  background: url(/assets/images/min/footerLogoToeiAnim.jpg) center no-repeat;
}
footer .brand li:nth-child(3) a {
  background: url(/assets/images/min/footerLogoToeiVideo.jpg) center no-repeat;
}
footer .brand li a {
  float: left;
  display: block;
  width: 242px;
  height: 61px;
  text-indent: -99999px;
}
footer .brand li:last-child a {
  line-height: 61px;
  text-indent: 0;
  color: #460913;
}
footer .brand li:last-child a i {
  padding: 0 22px;
  color: #9a1118;
}
footer .brand li:last-child a span {
  letter-spacing: -1px;
  font-size: 110%;
  font-weight: bold;
}
footer .band {
  padding: 25px 0 0 0;
}
footer .band li + li a {
  border-left: solid 1px #e8e8e8;
}
footer .band li:nth-child(1) a {
  background: url(/assets/images/min/logoSky.png) center no-repeat;
  background-size: 70%;
}
footer .band li:nth-child(2) a {
  background: url(/assets/images/min/logoJcom.png) center no-repeat;
  background-size: 70%;
}
footer .band li:nth-child(3) a {
  background: url(/assets/images/min/logoCatv.png) center no-repeat;
  background-size: 70%;
}
footer .band li:nth-child(4) a {
  background: url(/assets/images/min/logoHikari.png) center no-repeat;
  background-size: 70%;
}
footer .band li a {
  float: left;
  display: block;
  width: 242px;
  height: 61px;
  text-indent: -99999px;
}
footer .pr {
  padding: 25px 0 0 0;
  overflow: hidden;
  position: relative;
}
footer .pr ul {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
}
footer .pr ul li {
  float: left;
  position: relative;
  left: -50%;
  margin-right: 5px;
  max-width: 234px;
}
footer .pr ul li:nth-child(0) {
  margin-right: 0;
}
footer .pr ul li:nth-child(0) {
  clear: both;
}
footer .pr ul li:nth-child(4) {
  margin-right: 0;
}
footer .pr ul li:nth-child(5) {
  clear: both;
}
footer .pr ul li:nth-child(8) {
  margin-right: 0;
}
footer .pr ul li:nth-child(10) {
  clear: both;
}
footer .pr ul li:nth-child(12) {
  margin-right: 0;
}
footer .pr ul li:nth-child(15) {
  clear: both;
}
footer .pr ul li:nth-child(16) {
  margin-right: 0;
}
footer .pr ul li:nth-child(20) {
  clear: both;
}
footer .pr ul li:nth-child(20) {
  margin-right: 0;
}
footer .pr ul li:nth-child(25) {
  clear: both;
}
footer .pr ul li:nth-child(24) {
  margin-right: 0;
}
footer .pr ul li:nth-child(30) {
  clear: both;
}
footer .pr ul li:nth-child(28) {
  margin-right: 0;
}
footer .pr ul li:nth-child(35) {
  clear: both;
}
footer .pr ul li:nth-child(32) {
  margin-right: 0;
}
footer .pr ul li:nth-child(40) {
  clear: both;
}
footer .pr ul li:nth-child(36) {
  margin-right: 0;
}
footer .pr ul li:nth-child(45) {
  clear: both;
}
footer .pr ul li:nth-child(40) {
  margin-right: 0;
}
footer .pr ul li:nth-child(50) {
  clear: both;
}
footer .pr ul li img {
  width: 100%;
}
footer .subjunct {
  background: url(/assets/images/min/footerSubjunctBg.jpg) top center;
  height: 41px;
  background-size: cover;
  text-align: right;
}
footer .subjunct li {
  display: inline-block;
}
footer .subjunct li:nth-child(1) {
  position: relative;
  top: -5px;
  left: 10px;
}
footer .subjunct li .fb_iframe_widget {
  top: -10px;
  left: 20px;
}
footer .subjunct li a.circleIcon {
  display: inline-block;
  width: 35px;
  height: 35px;
}
footer .subjunct li a.circleIcon i:nth-child(1) {
  color: #910102;
}
footer .subjunct li a.circleIcon i:nth-child(2) {
  color: #fff;
}
footer .subjunct li a.circleIcon .fa-facebook {
  top: 31%;
  left: 38%;
  font-size: 125%;
}
footer .subjunct li a.circleIcon span {
  display: none;
}
footer #pageTop {
  display: inline-block;
  width: auto;
  padding-left: 25px;
}
footer #pageTop i:nth-child(2) {
  top: 16%;
  left: 35px;
}
footer #pageTop span {
  float: right;
  display: block;
  margin-top: 8px;
  padding-left: 10px;
  color: #fff;
}
footer .footerMenu {
  padding: 50px 0;
}
footer .footerMenu li {
  display: block;
}
footer .footerMenu li a {
  display: block;
  padding: 12px 0;
  color: #000;
  font-size: 90%;
}
footer .footerMenu li a i {
  padding-right: 10px;
  color: #9a1118;
}
footer .copyArea {
  border-top: solid 1px #E2E2E2;
}
footer .copyArea > div.container {
  padding: 25px 0;
}
footer .copyArea .container {
  font-size: 73%;
}
footer .copyArea #copyright {
  padding-bottom: 25px;
  color: #aaaaaa;
}

/*-----------------------------------------------
displayChange
-----------------------------------------------*/
#displayChange {
  background: #9c0d0f;
  position: fixed !important;
  bottom: 20px;
  left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 70%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  z-index: 200;
  font-size: 32px;
}

@media (orientation: landscape) {
  #displayChange {
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
/*-----------------------------------------------
generic
-----------------------------------------------*/
/*---  generic style ---*/
.type {
  font-size: 73%;
  min-height: 20px;
}
.type .hd {
  background: #9a696f;
  display: inline-block;
  width: 42px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-top: solid 1px #babfc7;
  border-bottom: solid 1px #babfc7;
  color: #fff;
}
.type .tv {
  background: #475f83;
  display: inline-block;
  width: 42px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-top: solid 1px #babfc7;
  border-bottom: solid 1px #babfc7;
  color: #fff;
}
.type .toei {
  background: #9e8d5f;
  display: inline-block;
  width: 42px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-top: solid 1px #babfc7;
  border-bottom: solid 1px #babfc7;
  color: #fff;
}
.type .cc {
  background: #9a3668;
  display: inline-block;
  width: 42px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-top: solid 1px #babfc7;
  border-bottom: solid 1px #babfc7;
  color: #fff;
}
.type .monochrome {
  background: #777777;
  display: inline-block;
  width: 42px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-top: solid 1px #babfc7;
  border-bottom: solid 1px #babfc7;
  color: #fff;
}
.type .unpackage {
  background: #63807b;
  display: inline-block;
  width: 42px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-top: solid 1px #babfc7;
  border-bottom: solid 1px #babfc7;
  color: #fff;
}
.type li.monochrome {
  letter-spacing: -2px;
}

.color24 .time_4 .color {
  color: #943174;
}
.color24 .time_4 .dark {
  background: #e3cddc;
}
.color24 .time_4 .light {
  background: #eee3ea;
}
.color24 .time_5 .color {
  color: #8e347a;
}
.color24 .time_5 .dark {
  background: #e2cedd;
}
.color24 .time_5 .light {
  background: #ede3eb;
}
.color24 .time_6 .color {
  color: #B62C6A;
}
.color24 .time_6 .dark {
  background: #eaccda;
}
.color24 .time_6 .light {
  background: #f2e2e9;
}
.color24 .time_7 .color {
  color: #B52852;
}
.color24 .time_7 .dark {
  background: #eacbd4;
}
.color24 .time_7 .light {
  background: #f2e2e7;
}
.color24 .time_8 .color {
  color: #CF2C49;
}
.color24 .time_8 .dark {
  background: #F0CCD2;
}
.color24 .time_8 .light {
  background: #f4e2e6;
}
.color24 .time_9 .color {
  color: #D63D38;
}
.color24 .time_9 .dark {
  background: #f1d0cf;
}
.color24 .time_9 .light {
  background: #f5e4e4;
}
.color24 .time_10 .color {
  color: #DF4F34;
}
.color24 .time_10 .dark {
  background: #f3d4ce;
}
.color24 .time_10 .light {
  background: #f6e6e3;
}
.color24 .time_11 .color {
  color: #E87121;
}
.color24 .time_11 .dark {
  background: #f5dbca;
}
.color24 .time_11 .light {
  background: #f7eae1;
}
.color24 .time_12 .color {
  color: #e6922f;
}
.color24 .time_12 .dark {
  background: #f5e2cd;
}
.color24 .time_12 .light {
  background: #f7eee3;
}
.color24 .time_13 .color {
  color: #efab24;
}
.color24 .time_13 .dark {
  background: #f7e8ca;
}
.color24 .time_13 .light {
  background: #f8f0e2;
}
.color24 .time_14 .color {
  color: #f0c600;
}
.color24 .time_14 .dark {
  background: #f7eec2;
}
.color24 .time_14 .light {
  background: #f8f3de;
}
.color24 .time_15 .color {
  color: #cfbe19;
}
.color24 .time_15 .dark {
  background: #f0ecc8;
}
.color24 .time_15 .light {
  background: #f4f3e0;
}
.color24 .time_16 .color {
  color: #a6b620;
}
.color24 .time_16 .dark {
  background: #e7eac9;
}
.color24 .time_16 .light {
  background: #f0f2e1;
}
.color24 .time_17 .color {
  color: #5aa639;
}
.color24 .time_17 .dark {
  background: #d6e7cf;
}
.color24 .time_17 .light {
  background: #e8f0e4;
}
.color24 .time_18 .color {
  color: #11995b;
}
.color24 .time_18 .dark {
  background: #c6e4d6;
}
.color24 .time_18 .light {
  background: #e0eee8;
}
.color24 .time_19 .color {
  color: #079271;
}
.color24 .time_19 .dark {
  background: #c4e2db;
}
.color24 .time_19 .light {
  background: #dcede9;
}
.color24 .time_20 .color {
  color: #018683;
}
.color24 .time_20 .dark {
  background: #c3e0df;
}
.color24 .time_20 .light {
  background: #deecec;
}
.color24 .time_21 .color {
  color: #008194;
}
.color24 .time_21 .dark {
  background: #c2dfe3;
}
.color24 .time_21 .light {
  background: #deecee;
}
.color24 .time_22 .color {
  color: #066f9c;
}
.color24 .time_22 .dark {
  background: #c4dbe5;
}
.color24 .time_22 .light {
  background: #deeaef;
}
.color24 .time_23 .color {
  color: #10629e;
}
.color24 .time_23 .dark {
  background: #c6d8e5;
}
.color24 .time_23 .light {
  background: #dfe8ef;
}
.color24 .time_24 .color {
  color: #29559e;
}
.color24 .time_24 .dark {
  background: #cbd5e5;
}
.color24 .time_24 .light {
  background: #e2e7ef;
}
.color24 .time_25 .color {
  color: #525195;
}
.color24 .time_25 .dark {
  background: #d4d4e3;
}
.color24 .time_25 .light {
  background: #e7e7ee;
}
.color24 .time_26 .color {
  color: #6b4993;
}
.color24 .time_26 .dark {
  background: #dad2e3;
}
.color24 .time_26 .light {
  background: #e9e6ee;
}
.color24 .time_27 .color {
  color: #813c8c;
}
.color24 .time_27 .dark {
  background: #dfcfe1;
}
.color24 .time_27 .light {
  background: #ece4ed;
}

.dayOfTheWeek .mon {
  color: #b28500;
  background: #eae8da !important;
}
.dayOfTheWeek .tue {
  color: #698c00;
  background: #e0ead4 !important;
}
.dayOfTheWeek .wed {
  color: #008c8c;
  background: #cff3f2 !important;
}
.dayOfTheWeek .thu {
  color: #00238c;
  background: #d7deff !important;
}
.dayOfTheWeek .fri {
  color: #5900b2;
  background: #f5e1ff !important;
}
.dayOfTheWeek .sat {
  color: #8c008c;
  background: #e3cce5 !important;
}
.dayOfTheWeek .sun {
  color: #9a1117;
  background: #eecacf !important;
}

.dayOfTheWeekText:before {
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 23px;
  text-align: center;
}
.dayOfTheWeekText.mon:before {
  content: "月";
  color: #b28500;
  background: #eae8da;
}
.dayOfTheWeekText.tue:before {
  content: "火";
  color: #698c00;
  background: #e0ead4;
}
.dayOfTheWeekText.wed:before {
  content: "水";
  color: #008c8c;
  background: #cff3f2;
}
.dayOfTheWeekText.thu:before {
  content: "木";
  color: #00238c;
  background: #d7deff;
}
.dayOfTheWeekText.fri:before {
  content: "金";
  color: #5900b2;
  background: #f5e1ff;
}
.dayOfTheWeekText.sat:before {
  content: "土";
  color: #8c008c;
  background: #e3cce5;
}
.dayOfTheWeekText.sun:before {
  content: "日";
  color: #9a1117;
  background: #eecacf;
}

.prefectureColors .pref_1 .color {
  color: #10629e;
}
.prefectureColors .pref_1 a {
  color: #10629e;
}
.prefectureColors .pref_1 .dark {
  background: #c6d8e5;
}
.prefectureColors .pref_1 .light {
  background: #c6d8e5;
}
.prefectureColors .pref_2 .color {
  color: #008194;
}
.prefectureColors .pref_2 a {
  color: #008194;
}
.prefectureColors .pref_2 .dark {
  background: #004156;
}
.prefectureColors .pref_2 .light {
  background: #c2dfe3;
}
.prefectureColors .pref_3 .color {
  color: #11995b;
}
.prefectureColors .pref_3 a {
  color: #11995b;
}
.prefectureColors .pref_3 .dark {
  background: #015c20;
}
.prefectureColors .pref_3 .light {
  background: #c6e4d6;
}
.prefectureColors .pref_4 .color {
  color: #6b4993;
}
.prefectureColors .pref_4 a {
  color: #6b4993;
}
.prefectureColors .pref_4 .dark {
  background: #2d1555;
}
.prefectureColors .pref_4 .light {
  background: #dad2e3;
}
.prefectureColors .pref_5 .color {
  color: #e87121;
}
.prefectureColors .pref_5 a {
  color: #e87121;
}
.prefectureColors .pref_5 .dark {
  background: #d33204;
}
.prefectureColors .pref_5 .light {
  background: #f5dbca;
}
.prefectureColors .pref_6 .color {
  color: #6c8204;
}
.prefectureColors .pref_6 a {
  color: #6c8204;
}
.prefectureColors .pref_6 .dark {
  background: #6c8204;
}
.prefectureColors .pref_6 .light {
  background: #e7eac9;
}
.prefectureColors .pref_7 .color {
  color: #efab24;
}
.prefectureColors .pref_7 a {
  color: #efab24;
}
.prefectureColors .pref_7 .dark {
  background: #e07305;
}
.prefectureColors .pref_7 .light {
  background: #f7e8ca;
}
.prefectureColors .pref_8 .color {
  color: #d63d38;
}
.prefectureColors .pref_8 a {
  color: #d63d38;
}
.prefectureColors .pref_8 .dark {
  background: #b40f0c;
}
.prefectureColors .pref_8 .light {
  background: #f1d0cf;
}

.grayShadowBg {
  position: relative;
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 0%, #ededed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(0%, #f9f9f9), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 0%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 0%, #ededed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 0%, #ededed 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 0%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  /* IE6-8 */
}
.grayShadowBg:before, .grayShadowBg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 30px;
}
.grayShadowBg:after {
  bottom: 0px;
  box-shadow: 0px -6px 8px rgba(0, 0, 0, 0.03) inset;
}

/*---  area ---*/
.detailArea .top {
  overflow-y: hidden;
}
.detailArea .left,
.detailArea .right {
  float: left;
  width: 480px;
}
.detailArea .left .calender caption {
  padding-top: 15px;
  padding-bottom: 15px;
}
.detailArea .right {
  margin: 0 0 -500px 20px;
  padding: 0 25px 500px;
  background: #fff;
}
.detailArea .right h4 {
  padding: 20px 0;
  line-height: 1;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}
.detailArea .right dl {
  padding: 5px 0 25px;
}
.detailArea .right dl:nth-child(2) {
  margin-bottom: 25px;
  border-bottom: dotted 1px #000;
}
.detailArea .right dl.everyDay a {
  color: #3f8ea8;
}
.detailArea .right dl.once a {
  color: #8c2300;
}
.detailArea .right dl.week a {
  color: #5D7292;
}
.detailArea .right dl dt,
.detailArea .right dl dd {
  float: left;
}
.detailArea .right dl dt {
  width: 160px;
}
.detailArea .right dl a {
  line-height: 2;
  text-decoration: underline;
}
.detailArea .bottom p {
  clear: both;
  line-height: 2;
  padding-top: 30px;
  letter-spacing: -.8;
}
.detailArea .bottom .type {
  margin-right: 5px;
}

/*---  card ---*/
.card .transparentBg {
  position: relative;
}
.card .transparentBg .band {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 140, 140, 0.8);
}
.card .transparentBg .band.end {
  background: rgba(224, 115, 5, 0.8);
}
.card .band {
  padding: 2px;
  background: #008c8c;
  text-align: center;
  font-size: 73%;
  color: #fff;
}
.card .band.end {
  background: #E07305;
}

.cardBasic {
  float: left;
  display: block;
  width: 313px;
  margin-top: 20px;
  background: #fafafa;
  color: #000;
}
.cardBasic + .cardBasic {
  margin-left: 20px;
}
.cardBasic:nth-child(3n+1) {
  margin-left: 0px;
}
.cardBasic img {
  width: 100%;
  height: auto;
}
.cardBasic .title {
  height: 50px;
  font-weight: bold;
}
.cardBasic .top {
  padding: 15px 15px 0;
}
.cardBasic .top p {
  height: 45px;
  font-size: 90%;
}
.cardBasic .top .duration {
  height: 40px;
  font-size: 73%;
}
.cardBasic .bottom {
  margin-top: 5px;
  padding: 10px 15px;
  border-top: solid 1px #E2E2E2;
}

.cardSmall {
  float: left;
  display: block;
  width: 180px;
  margin-top: 20px;
  background: #fafafa;
  color: #000;
}
.cardSmall + .cardSmall {
  margin-left: 20px;
}
.cardSmall:nth-child(5n+1) {
  clear: both;
  margin-left: 0px;
}
.cardSmall .top {
  line-height: 0;
  text-align: center;
}
.cardSmall .top img {
  widows: auto;
  height: 100px;
}
.cardSmall .top .title {
  display: table;
  height: 100px;
  width: 178px;
  margin-left: 1px;
  line-height: 1.2;
  padding: 15px 20px;
  background: #fff;
  font-size: 85%;
  color: #000;
}
.cardSmall .top .title span {
  display: table-cell;
  vertical-align: middle;
}
.cardSmall .bottom .type {
  padding: 10px 0;
  min-height: 41px;
  border-bottom: solid 1px #9a1118;
}
.cardSmall .bottom .type li:nth-child(5) {
  margin-top: 3px;
}
.cardSmall .bottom .duration {
  line-height: 1.2;
  padding-top: 5px;
  font-size: 75%;
  color: #000;
}

.cardHorizontal {
  float: left;
  display: block;
  width: 480px;
  margin-top: 20px;
  background: #fafafa;
  color: #000;
  float: left;
  margin: 0 0 20px;
  background: #fff;
}
.cardHorizontal + .cardHorizontal {
  margin-left: 20px;
}
.cardHorizontal:nth-child(2n+1) {
  clear: both;
  margin-left: 0px;
}
.cardHorizontal img {
  float: left;
}
.cardHorizontal .right {
  position: relative;
  float: left;
  width: 300px;
  min-height: 101px;
  padding: 10px 10px 3px 10px;
}
.cardHorizontal .right .title {
  height: 50px;
  line-height: 1.2;
  font-size: 90%;
}
.cardHorizontal .right .duration {
  line-height: 1;
  padding-top: 5px;
  font-size: 73%;
}

.tvseries {
  padding-bottom: 40px;
}
.tvseries .cap {
  margin-bottom: 50px;
}
.tvseries .card {
  float: left;
  display: block;
  width: 180px;
  margin-top: 20px;
  background: #fafafa;
  color: #000;
  height: 210px;
  background-color: #fff;
}
.tvseries .card + .card {
  margin-left: 15px;
}
.tvseries .card:nth-child(5n+1) {
  margin-left: 0px;
}
.tvseries .card figure {
  line-height: 0;
  text-align: center;
}
.tvseries .card img {
  width: 100%;
  height: auto;
}
.tvseries .card .band {
  line-height: 1.5;
}
.tvseries .card .top {
  padding: 12px 5px 10px 7px;
  max-height: 85px;
}
.tvseries .card .top p {
  line-height: 1.2;
}
.tvseries .card .title {
  position: relative;
  min-height: 35px;
  line-height: 1.2;
  padding-left: 29px;
  font-size: 90%;
  text-align: left;
}
.tvseries .card p {
  font-size: 73%;
}

.tabBtnArea {
  height: 52px;
}
.tabBtnArea li + li a, .tabBtnArea li + li span {
  margin-left: 20px;
}
.tabBtnArea li.active a, .tabBtnArea li.active span {
  background-color: #a10000;
  border: solid 1px #c10f0f;
  box-shadow: 2px 4px 9px rgba(0, 0, 0, 0.1) inset;
  color: #fff;
}
.tabBtnArea li a:hover {
  background-color: #a10000;
  border: solid 1px #c10f0f;
  box-shadow: 2px 4px 9px rgba(0, 0, 0, 0.1) inset;
  color: #fff;
}
.tabBtnArea li a,
.tabBtnArea li span {
  z-index: 2;
  position: relative;
  float: left;
  display: block;
  width: 480px;
  padding: 10px 0px;
  text-align: center;
  background-color: #ededed;
  border: solid 1px #e2e2e2;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1) inset;
  font-size: 142%;
  font-weight: bold;
  color: #777777;
  cursor: pointer;
}

/*---  cap ---*/
.cap {
  height: 45px;
  color: #fff;
  background: url(/assets/images/min/cap.jpg) repeat-x center;
}
.cap.fullLight {
  height: 54px;
  background: url(/assets/images/min/capFullLight.jpg) repeat-x center;
}
.cap.fullLight h2,
.cap.fullLight h3,
.cap.fullLight p,
.cap.fullLight span {
  line-height: 54px;
}
.cap.fullLight a {
  height: 43px;
  line-height: 43px;
  margin: 6px 0 0 0;
}
.cap.fullSub {
  background: url(/assets/images/min/capFullSub.jpg) repeat-x center;
}
.cap.fullSub h2,
.cap.fullSub h3,
.cap.fullSub p,
.cap.fullSub span {
  line-height: 47px;
}
.cap.fullSub a {
  height: 43px;
  line-height: 43px;
  margin: 6px 0 0 0;
}
.cap h2,
.cap h3,
.cap p,
.cap span {
  line-height: 48px;
}
.cap h2 {
  display: inline-block;
  padding-right: 25px;
  font-size: 135%;
}
.cap p {
  display: inline-block;
}
.cap a {
  float: right;
  display: inline-block;
  width: 195px;
  height: 30px;
  line-height: 30px;
  margin: 8px 10px 0 0;
  text-align: center;
  background: #b60000;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2I0MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #b60000 0%, #b40000 44%, #850000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b60000), color-stop(44%, #b40000), color-stop(100%, #850000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b60000 0%, #b40000 44%, #850000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b60000 0%, #b40000 44%, #850000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b60000 0%, #b40000 44%, #850000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b60000 0%, #b40000 44%, #850000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b60000', endColorstr='#850000',GradientType=0 );
  /* IE6-8 */
  border: solid 1px #800101;
  color: #fff;
}
.cap a i {
  padding-right: 10px;
  color: #9a1118;
  color: #fff;
}

.lower .cap {
  margin: 20px 0;
}
.lower .cap h3, .lower .cap > span {
  padding-left: 20px;
}

/*---  icon ---*/
.circleIcon {
  position: relative;
}
.circleIcon i:nth-child(1) {
  font-size: 284%;
}
.circleIcon i:nth-child(2) {
  position: absolute;
  top: 24%;
  left: 24%;
  font-size: 165%;
}

a.circleIcon {
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
a.circleIcon i:nth-child(1) {
  color: #910102;
}
a.circleIcon i:nth-child(2) {
  color: #fff;
}
a.circleIcon .fa-facebook {
  top: 31%;
  left: 38%;
  font-size: 125%;
}
a.circleIcon span {
  display: none;
}

.sqiareIcon {
  position: relative;
}
.sqiareIcon i {
  position: absolute;
}
.sqiareIcon i:nth-child(1) {
  top: 0px;
  left: -9px;
  color: #9a1118;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  font-size: 180%;
}
.sqiareIcon i:nth-child(2) {
  top: 1px;
  left: -5px;
  font-size: 160%;
  color: #fff;
}

.pdf {
  display: inline-block;
  margin-right: 8px;
  padding: 1px 10px;
  background: #c10f0f;
  font-size: 73%;
  color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
}

/*---  table ---*/
.calender {
  margin-bottom: 0;
  border: solid 1px #fff;
}
.calender caption,
.calender thead > tr > th,
.calender tbody > tr > td {
  text-align: center;
  color: #000;
}
.calender caption {
  background: #fff;
  font-size: 120%;
  font-weight: bold;
}
.calender thead > tr > th,
.calender tbody > tr > td {
  border: solid 1px #fff;
}
.calender thead > tr > th {
  padding: 30px 0;
}
.calender tbody > tr > td {
  padding: 0;
}
.calender tbody > tr > td a,
.calender tbody > tr > td span {
  display: block;
  padding: 8px 0;
  color: #000;
}
.calender tbody > tr > td a {
  text-decoration: underline;
}
.calender .everyDay {
  background: #D3E5EB;
}
.calender .once {
  background: #F1D0CF;
}
.calender .week {
  background: #CCD2DC;
}

.tableBlock {
  width: 100%;
  max-width: 100%;
  display: block;
}
.tableBlock thead,
.tableBlock caption,
.tableBlock tfoot,
.tableBlock tbody,
.tableBlock tr,
.tableBlock th,
.tableBlock td {
  display: block;
  width: 100%;
  float: left;
  clear: both;
}

.tableBlockBasic + .tableBlockBasic {
  margin-top: 40px;
}
.tableBlockBasic th,
.tableBlockBasic td {
  margin: 0 -1px -1px 0;
  border: solid 1px #eeeeee;
  background: #f9f9f9;
  text-align: center;
  vertical-align: middle;
  clear: none;
}
.tableBlockBasic th:nth-child(1),
.tableBlockBasic td:nth-child(1) {
  width: 135px;
}
.tableBlockBasic th:nth-child(2),
.tableBlockBasic td:nth-child(2) {
  width: 501px;
}
.tableBlockBasic th:nth-child(3),
.tableBlockBasic td:nth-child(3) {
  width: 172px;
}
.tableBlockBasic th:nth-child(4),
.tableBlockBasic td:nth-child(4) {
  width: 172px;
}
.tableBlockBasic td:nth-child(2) {
  width: 676px;
}
.tableBlockBasic th {
  clear: none;
  height: 45px;
  line-height: 45px;
}
.tableBlockBasic tbody td:nth-child(3), .tableBlockBasic tbody td:nth-child(4) {
  padding: 20px;
  text-align: left;
  font-size: 90%;
}
.tableBlockBasic .cardHorizontal {
  background: #f9f9f9;
}
.tableBlockBasic .cardHorizontal .right {
  padding: 20px;
  text-align: left;
}
.tableBlockBasic .cardHorizontal .right .title {
  font-size: 90%;
}

/*---  button ---*/
.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.btn.submit {
  width: 250px;
  background: #c10f0f;
  border: solid 3px #9a1118;
  letter-spacing: .5em;
  text-align: center;
  text-indent: .5em;
  font-weight: bold;
  color: #fff;
}
.btn.submit.back {
  background-color: #ededed;
  border: solid 3px #e2e2e2;
  color: #777777;
}

.submitArea {
  position: relative;
  padding: 20px;
  text-align: center;
}
.submitArea .security {
  position: absolute;
  top: 0;
  right: 240px;
}

/*---  form ---*/
.form .checkboxBasic,
.form .radioBasic {
  position: relative;
  padding: 7px 20px 7px 25px;
}
.form .checkboxBasic label,
.form .radioBasic label {
  margin-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 4px;
}
.form .checkboxBasic input[type="checkbox"],
.form .checkboxBasic input[type="radio"],
.form .radioBasic input[type="checkbox"],
.form .radioBasic input[type="radio"] {
  position: relative;
  z-index: 1;
  opacity: 0;
  width: 0px;
  height: 0px;
}
.form .checkboxBasic label:before,
.form .radioBasic label:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background: #F1D0CF;
  border-radius: 50%;
  top: 6px;
  left: -20px;
}
.form .checkboxBasic input[type="checkbox"] {
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.form .checkboxBasic input[type="checkbox"]:checked + label:after, .form .checkboxBasic input[type="checkbox"]:disabled + label:after {
  content: "";
  position: absolute;
  top: 9px;
  left: -13px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #c10f0f;
  border-bottom: 3px solid #c10f0f;
  transform: rotate(45deg);
}
.form .checkboxBasic input[type="checkbox"]:disabled + label:after {
  background: #f9f9f9;
}
.form .checkboxBasic label:before {
  border-radius: 5px;
}
.form .radioBasic input[type="radio"] {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.form .radioBasic input[type="radio"]:checked + label:after, .form .radioBasic input[type="radio"]:disabled + label:after {
  content: "";
  position: absolute;
  top: 9px;
  left: -16px;
  width: 13px;
  height: 13px;
  background: #c10f0f;
  border-radius: 50%;
}
.form .radioBasic input[type="radio"]:disabled + label:after {
  background: #f9f9f9;
}
.form .radioBasic label:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background: #F1D0CF;
  border-radius: 50%;
  top: 5px;
  left: -20px;
}
.form .checkboxBasic.inline label,
.form .radioBasic.inline label {
  padding-bottom: 0;
}

.formBasic .attention {
  padding: 40px 0 20px;
  font-size: 85%;
  color: #9a1118;
}
.formBasic .formBox {
  background: #fff;
}
.formBasic .formBox .form-inline {
  border: solid 1px #E5E5E5;
}
.formBasic .formBox .form-inline + .form-inline {
  border-top: none;
}
.formBasic .formBox .form-inline .widthBasic {
  width: 500px;
}
.formBasic .formBox .form-inline .widthMiddle {
  width: 250px;
}
.formBasic .formBox .form-inline .widthMin {
  width: 100px;
}
.formBasic .formBox .form-group {
  overflow: hidden;
}
.formBasic .formBox label.control-label {
  position: relative;
  float: left;
  display: block;
  width: 270px;
  margin-bottom: -500px;
  padding: 25px 20px 500px 50px;
  text-align: left;
}
.formBasic .formBox label.control-label:after {
  content: "";
  display: block;
  padding-bottom: 20px;
}
.formBasic .formBox label.control-label span {
  position: absolute;
  top: 25px;
  left: 20px;
  color: #9a1118;
}
.formBasic .formBox .right {
  float: left;
  width: 708px;
  padding: 20px;
  border-left: solid 1px #E5E5E5;
}
.formBasic .formBox .right p {
  padding: 10px 0 0;
}
.formBasic .formBox .right span {
  padding-left: 20px;
  font-size: 85%;
  color: #9a1118;
}
.formBasic .formBox .right span.error {
  padding-left: 0;
  margin-top: 5px;
  color: #009688;
}
.formBasic .formBox input[type="text"],
.formBasic .formBox input[type="email"],
.formBasic .formBox input[type="password"],
.formBasic .formBox textarea {
  background: #F1D0CF;
  border: none;
  border-radius: 0;
}
.formBasic .formBox textarea {
  width: 100%;
}

/*---  display ---*/
.dsb {
  display: block;
}

.dsn {
  display: none;
}

.dsnHidden {
  display: none !important;
}

/*---  text ---*/
.error {
  display: block;
  font-weight: bold;
  color: #009688;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

/*---  font ---*/
.vat {
  vertical-align: top !important;
}

/*---  font ---*/
.fwb {
  font-weight: bold;
}

/*---  clearfix ---*/
.clear {
  clear: both;
}

.cf:after {
  clear: both;
  visibility: hidden;
  display: block;
  height: 0;
  content: "";
}

/*-----------------------------------------------
#feature
-----------------------------------------------*/
#feature .subMenu a {
  position: relative;
  z-index: 21;
  border: solid 1px transparent;
  border-bottom: none;
}
#feature .subMenu a:hover {
  opacity: 1;
}
#feature .subMenu a.hover {
  background: #fff;
  color: #000;
  border: solid 1px #c10f0f;
  border-bottom: none;
}
#feature main {
  position: relative;
  padding: 45px 0 45px;
}
#feature main .jsAttention {
  margin-bottom: 10px;
  text-align: right;
  color: #9a1118;
  font-size: 80%;
}
#feature main .jsAttention.marginTop {
  margin-top: 20px;
}
#feature main .noContents {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px 0 160px;
  text-align: center;
  background: url(/assets/images/min/iconNoContents.jpg) no-repeat #fff;
  background-position: 50% 90%;
}
#feature main .noContents:nth-child(1) {
  margin-top: 0px;
}
#feature main .noContents p {
  padding: 0;
  font-size: 130%;
}
#feature .hideList {
  position: absolute;
  top: -41px;
  width: 100%;
  padding: 40px 0;
  display: none;
  z-index: 20;
  background-color: #fff;
  border-top: 1px solid #c10f0f;
  border-bottom: 1px solid #c10f0f;
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.3);
}
#feature .hideList.hover {
  display: block;
}
#feature .hideList p {
  text-align: center;
}
#feature .hideList .textList td + td {
  border-right: solid 1px #ddd;
}
#feature .textList {
  width: 100%;
}
#feature .textList td {
  width: 50%;
  background: #fff;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  vertical-align: top;
  font-size: 80%;
}
#feature .textList td + td {
  border-right: none;
}
#feature .textList td:hover {
  background: #fcdfde;
}
#feature .textList td a {
  position: relative;
  color: #000;
  display: block;
  padding: 10px 10px 10px 30px;
  background-color: #fff;
}
#feature .textList td a i {
  padding-right: 10px;
  color: #9a1118;
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 130%;
}
#feature .cardBasic {
  width: 313px;
  background: #fff;
}
#feature .cardBasic .title {
  height: 65px;
}
#feature .cardBasic:nth-child(-n+3) {
  margin-top: 0;
}
#feature .cardBasic:nth-child(3n+1) {
  clear: both;
}
#feature .cardBasic .movie_list .jstream-eqPlayer {
  max-width: 313px;
  max-height: 176px;
}
#feature .cardBasic .movie_list .jstream-eqPlayer > div {
  max-width: 313px;
  max-height: 176px;
}
#feature .cardBasic .movie_list .jstream-eqPlayer img:nth-child(1) {
  width: 313px !important;
  height: auto !important;
}
#feature .cardBasic .movie_list .jstream-eqPlayer img:nth-child(2) {
  top: 58px !important;
  left: 130px !important;
  width: 50px !important;
  height: 50px !important;
}
#feature .cardBasic .top p {
  min-height: 195px;
}
#feature .cardBasic .bottom {
  height: 75px;
  padding-top: 15px;
  text-align: center;
}
#feature .cardBasic .bottom a {
  display: block;
  width: 195px;
  height: 47px;
  margin: 0 auto;
  padding: 12px;
  font-weight: bold;
  background: #b60000;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2I0MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #b60000 0%, #b40000 44%, #850000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b60000), color-stop(44%, #b40000), color-stop(100%, #850000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b60000 0%, #b40000 44%, #850000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b60000 0%, #b40000 44%, #850000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b60000 0%, #b40000 44%, #850000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b60000 0%, #b40000 44%, #850000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b60000', endColorstr='#850000',GradientType=0 );
  /* IE6-8 */
  border: solid 1px #800101;
  color: #fff;
}
#feature .cardBasic .bottom a i {
  padding-right: 10px;
  color: #9a1118;
  color: #fff;
}
#feature.detail {
  /*---  area ---*/
}
#feature.detail main {
  padding: 0;
}
#feature.detail .cap .container {
  display: table;
  vertical-align: middle;
}
#feature.detail .cap .left {
  width: 575px;
  display: table-cell;
  min-height: 50px;
}
#feature.detail .cap .left h3 {
  display: table-cell;
  width: 575px;
  padding-left: 20px;
  vertical-align: middle;
  font-weight: normal;
}
#feature.detail .cap .right {
  display: table;
  padding: 6px 10px;
  vertical-align: top;
  display: table-cell;
  text-align: right;
}
#feature.detail .cap .right li {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
#feature.detail .cap .right li:nth-child(1) iframe {
  display: inline-block;
  margin-top: 6px;
}
#feature.detail .cap .right li {
  display: inline-block;
}
#feature.detail .cap .right a {
  display: inline;
  width: 0px;
  height: 0px;
  margin: 0 auto;
  padding: 0px;
  font-size: 0px;
}
#feature.detail .cap .right .balloon {
  position: absolute;
  top: -32px;
  left: -4px;
  display: block;
  width: 41px;
  height: 35px;
  background: url(/assets/images/min/snsBalloon.jpg) no-repeat center;
  filter: none;
  border: none;
  text-align: center;
  color: #000;
}
#feature.detail .cap .right a.circleIcon {
  width: auto;
  background: none;
  border: none;
  filter: none;
  margin: 4px 0 0 0;
}
#feature.detail .cap .right a.circleIcon.line {
  width: 33px;
  height: 35px;
  background: url(/assets/images/min/iconLine.png) no-repeat center;
}
#feature.detail .cap .right a.circleIcon i:nth-child(2) {
  left: 16%;
}
#feature.detail .cap .right a.circleIcon i:nth-child(2).fa-facebook {
  left: 28%;
}
#feature.detail main > .top .container {
  height: 390px;
  padding: 35px 0 30px;
}
#feature.detail main > .top .left {
  float: left;
  width: 600px;
  height: 325px;
  padding-right: 20px;
  text-align: center;
}
#feature.detail main > .top img {
  widows: auto;
  height: 325px;
}
#feature.detail main > .top .right {
  float: right;
  height: 325px;
  width: 380px;
  padding: 20px 30px;
}
#feature.detail main > .top .right .title {
  line-height: 1.2;
  padding-bottom: 40px;
  font-weight: bold;
  font-size: 137%;
}
#feature.detail .detailArea .right dl:nth-child(4) {
  padding-top: 25px;
  border-top: dotted 1px #000;
}
#feature.detail .detailArea .border {
  border-top: dotted 1px #000;
}
#feature.detail .detailArea .border.marginTop {
  margin-top: 40px;
}
#feature.detail .collectively .cap {
  background: #8d2424;
}
#feature.detail .about {
  padding-bottom: 30px;
}
#feature.detail .about .cap {
  margin-bottom: 0;
}
#feature.detail .about p {
  background: #fff;
  padding: 20px;
}
#feature.detail .list {
  padding-bottom: 40px;
  background: #F6F0F0;
}
#feature.detail .list ul {
  margin-top: 20px;
  width: 100%;
}
#feature.detail .list ul li {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}
#feature.detail .list ul li a {
  position: relative;
  display: block;
  padding: 5px 5px 5px 10px;
  color: #000;
  font-size: 90%;
}
#feature.detail .list ul li a i {
  padding-right: 10px;
  color: #9a1118;
  position: absolute;
  top: 6px;
  left: 0;
  color: #9a1118;
}
#feature .btn_operation {
  background-image: url(/assets/images/min/snsBalloon.jpg), none;
}

/*-----------------------------------------------
#faq
-----------------------------------------------*/
#faq main {
  padding: 20px 0 80px;
}
#faq main a {
  text-decoration: underline;
  color: #9a1118;
}
#faq main > .top > .top {
  padding: 20px;
  padding-left: 240px;
  background: url(/assets/images/min/iconMail.jpg) no-repeat #fff;
  background-position: 75px 50%;
}
#faq main > .top > .top h2 {
  font-size: 120%;
  font-weight: 700;
}
#faq main > .top > .top p {
  padding: 20px 0 0;
}
#faq main > .top > .top p span {
  display: block;
  padding-top: 20px;
  font-size: 85%;
}
#faq .faq i {
  padding-right: 10px;
  color: #9a1118;
}
#faq .faq dt,
#faq .faq dd {
  width: 100%;
  padding: 20px;
  background: #fff;
}
#faq .faq dt {
  border-right: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
  font-weight: bold;
  cursor: pointer;
}
#faq .faq dt.active {
  background: #f1d0cf;
}
#faq .faq dt.active + dd {
  display: block;
}
#faq .faq dt:hover {
  background: #fcdfde;
}
#faq .faq dt span {
  padding-right: 10px;
}
#faq .faq dd {
  display: none;
  position: relative;
  margin-bottom: 20px;
  padding-left: 160px;
}
#faq .faq dd :before {
  content: 'A';
  position: absolute;
  top: 45%;
  left: 75px;
  font-size: 120%;
  font-weight: bold;
  color: #000;
}
#faq .faq dd span {
  display: block;
}
#faq .formBasic .formBox {
  background: #fff;
}
#faq .formBasic .formBox .form-inline:nth-child(5) ul {
  padding-left: 20px;
}
#faq .formBasic .formBox .form-inline:nth-child(5) .cable {
  margin-top: 10px;
}
#faq .formBasic .formBox .form-inline:nth-child(5) .radio {
  display: block;
}
#faq.complete .container {
  padding-bottom: 0px;
}
#faq.complete .top p {
  margin-bottom: 50px;
  text-align: center;
}

/*-----------------------------------------------
#guide
-----------------------------------------------*/
#guide {
  /*
  *■東映チャンネルについて
  */
  /*
  *■ スカパー！
  */
 /*
*■ J:COM
*/
  /*
  *■ ケーブルテレビ
  */
  /*
  *■ ひかりTV
  */
}
#guide main {
  padding: 20px 0 40px;
}
#guide .guideNav {
  display: table;
  width: 100%;
  padding: 0 0 20px;
}
#guide .guideNav li {
  position: relative;
  float: none;
  display: table-cell;
  height: 70px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
}
#guide .guideNav li + li {
  border-left: solid 2px #f4f4f4;
}
#guide .guideNav li.active {
  background: #9a1118;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
}
#guide .guideNav li.active a,
#guide .guideNav li.active i {
  color: #fff;
}
#guide .guideNav li a {
  z-index: 1;
  position: relative;
  display: table-cell;
  width: 139px;
  height: 70px;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
#guide .guideNav li a span {
  font-size: 80%;
}
#guide .guideNav li i {
  position: absolute;
  top: 45px;
  display: block;
  width: 100%;
  padding-top: 2px;
  font-size: 160%;
  color: #9a1118;
}
#guide .banner {
  margin-top: 20px;
  overflow: hidden;
}
#guide .banner li {
  width: 480px;
  float: left;
  padding-top: 20px;
  padding-top: 20px;
  padding-top: 20px;
  padding-top: 20px;
  padding-top: 20px;
  padding-top: 20px;
  padding-top: 20px;
  padding-top: 20px;
  padding-top: 20px;
}
#guide .banner li:nth-child(0) {
  float: right;
}
#guide .banner li:nth-child(1) {
  padding-top: 0;
}
#guide .banner li:nth-child(2) {
  float: right;
}
#guide .banner li:nth-child(2) {
  padding-top: 0;
}
#guide .banner li:nth-child(4) {
  float: right;
}
#guide .banner li:nth-child(6) {
  float: right;
}
#guide .banner li:nth-child(8) {
  float: right;
}
#guide .banner li:nth-child(10) {
  float: right;
}
#guide .banner li:nth-child(12) {
  float: right;
}
#guide .banner li:nth-child(14) {
  float: right;
}
#guide .banner li:nth-child(16) {
  float: right;
}
#guide .banner li:nth-child(18) {
  float: right;
}
#guide .banner li:nth-child(20) {
  float: right;
}
#guide .banner li img {
  width: 100%;
  vertical-align: top;
}
#guide.index .top {
  background: url(/assets/images/min/guideBg.png) bottom center repeat-x;
  padding-bottom: 30px;
}
#guide.index .top .cap {
  margin-top: 0;
}
#guide.index .top .container {
  position: relative;
}
#guide.index .top .container img {
  position: absolute;
  right: 0;
  top: -50px;
}
#guide.index .top .container p {
  width: 700px;
  padding: 10px 0;
}
#guide.index .bottom {
  margin: 80px auto 40px auto;
  background: url(/assets/images/min/guideBgPoint.png) bottom center repeat-x;
  height: 951px;
  text-align: center;
}
#guide.index .bottom h2 {
  margin-top: -30px;
}
#guide.index .bottom .box {
  margin: 0 50px;
  overflow: hidden;
  padding: 20px 0;
  background: url(/assets/images/min/guideLine.png) bottom center repeat-x;
}
#guide.index .bottom .box:nth-child(4) {
  background: none;
}
#guide.index .bottom .box .left {
  float: left;
  width: 420px;
}
#guide.index .bottom .box .left span {
  font-size: 80%;
  text-align: left;
  display: block;
}
#guide.index .bottom .box .right {
  float: right;
  text-align: left;
  width: 430px;
}
#guide.index .bottom .box .right h3 {
  font-size: 150%;
  color: #9a1118;
  margin-bottom: 20px;
}
#guide.index .bottom .box .right .type {
  padding: 0 0  20px 0;
  text-align: left;
  font-size: 100%;
}
#guide.index .bottom .box .right .type li {
  min-width: 56px;
  height: 24px;
  line-height: 24px;
}
#guide.index .bottom .box .right p {
  line-height: 180%;
}
#guide.index .link {
  overflow: hidden;
  background: #fff;
}
#guide.index .link .left {
  float: left;
  width: 320px;
  padding: 20px;
}
#guide.index .link .left h3 {
  text-align: center;
  margin-bottom: 20px;
}
#guide.index .link ul {
  float: right;
  width: 650px;
}
#guide.index .link ul li {
  border-left: solid 10px #F8F8F8;
  border-bottom: solid 10px #F8F8F8;
  text-align: center;
}
#guide.index .link ul li img {
  width: 70%;
}
#guide.index .link ul li:nth-child(4), #guide.index .link ul li:nth-child(5), #guide.index .link ul li:nth-child(6) {
  border-bottom: 0px;
}
#guide.sky .top {
  background: #fff;
  overflow: hidden;
}
#guide.sky nav + .top h2 {
  display: none;
}
#guide.sky nav + .top p {
  padding: 30px 20px;
  padding-left: 215px;
  font-size: 120%;
  line-height: 200%;
  background: url(/assets/images/min/logoSky.png) no-repeat;
  background-position: 0 28%;
  float: left;
  width: 670px;
  border-right: solid 10px #F8F8F8;
}
#guide.sky nav + .top p.pre {
  background: url(/assets/images/min/logoSkyPre.png) no-repeat !important;
}
#guide.sky nav + .top div {
  float: right;
  width: 300px;
  font-size: 140%;
  padding: 20px;
  text-align: center;
}
#guide.sky nav + .top div span {
  color: #009FE9;
  display: block;
  margin-top: 20px;
}
#guide.sky .bottom {
  margin: 20px auto;
}
#guide.sky .bottom .box {
  background: #fff;
  display: table;
  width: 980px;
}
#guide.sky .bottom .box .left {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#guide.sky .bottom .box .left h3 {
  font-size: 120%;
  margin-top: 20px;
}
#guide.sky .bottom .box .right {
  display: table-cell;
  text-align: left;
  width: 750px;
  border-left: solid 10px #F8F8F8;
}
#guide.sky .bottom .box .right p {
  padding: 20px;
}
#guide.sky .bottom .box .right .pack {
  display: table;
  font-size: 180%;
}
#guide.sky .bottom .box .right .pack li {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
#guide.sky .bottom .box .right .price {
  z-index: 2;
  position: relative;
  min-height: 100px;
  background: url(/assets/images/min/guideSkyBgPrice.png) no-repeat;
}
#guide.sky .bottom .box .right .price img {
  position: absolute;
  top: -100px;
  right: -20px;
}
#guide.sky .bottom .box .right .price ul {
  overflow: hidden;
}
#guide.sky .bottom .box .right .price ul li {
  width: 50%;
  float: left;
  padding-top: 40px;
  text-align: center;
  font-size: 120%;
}
#guide.sky .bottom .box .right .price ul li:nth-child(2) {
  padding-top: 30px;
  color: #fff;
  font-size: 180%;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
#guide.sky .bottom .box .right .no {
  height: 200px;
  margin: 0 auto;
}
#guide.sky .bottom .box .right .no ul {
  display: table;
}
#guide.sky .bottom .box .right .no ul li {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
#guide.sky .bottom .box .right .no .step1 {
  background: #FFEFBF;
  height: 200px;
  width: 170px;
  text-align: center;
  position: relative;
  font-size: 110%;
  z-index: 10;
}
#guide.sky .bottom .box .right .no .step1 p {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 80px;
  width: 180px;
}
#guide.sky .bottom .box .right .no .step1 .triangle {
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 20px solid #FFEFBF;
}
#guide.sky .bottom .box .right .no .step2 {
  background: #FFF8E3;
  height: 200px;
  width: 320px;
  padding-left: 40px;
  position: relative;
  text-align: center;
  font-size: 90%;
  z-index: 5;
}
#guide.sky .bottom .box .right .no .step2 img {
  margin: 10px;
}
#guide.sky .bottom .box .right .no .step2 .triangle {
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 20px solid #FFF8E3;
}
#guide.sky .bottom .box .right .no .last {
  width: 200px;
  z-index: 15;
  padding-left: 50px;
}
#guide.sky .bottom .box .right .no .last a {
  width: 180px;
  display: block;
  padding: 10px;
  background: -moz-linear-gradient(top, #00AEEF 0%, #0092C9);
  background: -webkit-gradient(linear, left top, left bottom, from(#00AEEF), to(#0092C9));
  font-size: 82%;
  display: inline-block;
  text-align: center;
  border: solid 1px #006B94;
  color: #fff;
}
#guide.sky .bottom .box .right .no .last span {
  display: block;
  font-size: 80%;
  margin-top: 20px;
}
#guide.sky .bottom .box .right .yes {
  height: 200px;
  margin: 0 auto;
}
#guide.sky .bottom .box .right .yes ul {
  display: table;
}
#guide.sky .bottom .box .right .yes ul li {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
#guide.sky .bottom .box .right .yes .step1 {
  background: #BFEFFF;
  height: 200px;
  width: 170px;
  text-align: center;
  position: relative;
  font-size: 110%;
  z-index: 10;
}
#guide.sky .bottom .box .right .yes .step1 p {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 80px;
  width: 180px;
}
#guide.sky .bottom .box .right .yes .step1 .triangle {
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 20px solid #BFEFFF;
}
#guide.sky .bottom .box .right .yes .step2 {
  background: #E3F8FF;
  height: 180px;
  width: 320px;
  padding-left: 40px;
  position: relative;
  text-align: center;
  font-size: 90%;
  z-index: 5;
}
#guide.sky .bottom .box .right .yes .step2 h4 {
  margin-top: 20px;
  font-size: 130%;
  color: #009FE9;
}
#guide.sky .bottom .box .right .yes .step2 img {
  margin: 10px;
}
#guide.sky .bottom .box .right .yes .step2 .triangle {
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 90px solid transparent;
  border-bottom: 90px solid transparent;
  border-left: 20px solid #E3F8FF;
}
#guide.sky .bottom .box .right .yes .last {
  width: 200px;
  z-index: 15;
  padding-left: 50px;
}
#guide.sky .bottom .box .right .yes .last a {
  width: 180px;
  display: block;
  padding: 10px;
  background: -moz-linear-gradient(top, #00AEEF 0%, #0092C9);
  background: -webkit-gradient(linear, left top, left bottom, from(#00AEEF), to(#0092C9));
  font-size: 82%;
  display: inline-block;
  text-align: center;
  border: solid 1px #006B94;
  color: #fff;
}
#guide.sky .bottom .box .right .yes .last span {
  display: block;
  font-size: 80%;
  margin-top: 20px;
}
#guide.jcom .top {
  background: #fff;
  overflow: hidden;
}
#guide.jcom nav + .top h2 {
  display: none;
}
#guide.jcom nav + .top p {
  padding: 42px 20px;
  padding-left: 215px;
  font-size: 120%;
  line-height: 200%;
  background: url(/assets/images/min/logoJcom.png) no-repeat;
  background-position: 0 28%;
  float: left;
  width: 670px;
  border-right: solid 10px #F8F8F8;
}
#guide.jcom nav + .top div {
  float: right;
  width: 300px;
  font-size: 140%;
  padding: 20px;
  text-align: center;
}
#guide.jcom nav + .top div span {
  color: #F84E1A;
  display: block;
  margin-top: 20px;
}
#guide.jcom .banner {
  margin-top: 20px;
}
#guide.jcom .bottom {
  margin: 20px auto;
}
#guide.jcom .bottom .box {
  background: #fff;
  display: table;
  width: 980px;
}
#guide.jcom .bottom .box .left {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#guide.jcom .bottom .box .left h3 {
  font-size: 120%;
  margin-top: 20px;
}
#guide.jcom .bottom .box .right {
  display: table-cell;
  text-align: left;
  width: 750px;
  border-left: solid 10px #F8F8F8;
}
#guide.jcom .bottom .box .right p {
  padding: 20px;
}
#guide.jcom .bottom .box .right .pack {
  display: table;
  width: 100%;
  padding: 0 20px 20px 20px;
}
#guide.jcom .bottom .box .right .pack li {
  display: table-cell;
  padding: 10px;
  width: 219px;
  vertical-align: top;
}
#guide.jcom .bottom .box .right .pack li h4 {
  padding-left: 60px;
  padding-top: 5px;
  min-height: 60px;
  font-size: 120%;
  line-height: 140%;
  font-weight: bold;
  background-position: 0 30%;
}
#guide.jcom .bottom .box .right .pack li p {
  padding: 0;
}
#guide.jcom .bottom .box .right .pack li img {
  margin: 20px auto;
}
#guide.jcom .bottom .box .right .pack li:nth-child(1) h4 {
  background: url(/assets/images/min/guideJcomPoint1.png) no-repeat;
}
#guide.jcom .bottom .box .right .pack li:nth-child(2) h4 {
  background: url(/assets/images/min/guideJcomPoint2.png) no-repeat;
}
#guide.jcom .bottom .box .right .pack li:nth-child(3) h4 {
  background: url(/assets/images/min/guideJcomPoint3.png) no-repeat;
  padding-top: 20px;
}
#guide.jcom .bottom .box .right .no {
  height: 200px;
  margin: 0 auto;
}
#guide.jcom .bottom .box .right .no ul {
  display: table;
}
#guide.jcom .bottom .box .right .no ul li {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
#guide.jcom .bottom .box .right .no .step1 {
  background: #FFEFBF;
  height: 200px;
  width: 170px;
  text-align: center;
  position: relative;
  font-size: 110%;
  z-index: 10;
}
#guide.jcom .bottom .box .right .no .step1 p {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 80px;
  width: 180px;
}
#guide.jcom .bottom .box .right .no .step1 .triangle {
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 20px solid #FFEFBF;
}
#guide.jcom .bottom .box .right .no .step2 {
  background: #FFF8E3;
  height: 200px;
  width: 320px;
  padding-left: 40px;
  position: relative;
  text-align: center;
  z-index: 5;
}
#guide.jcom .bottom .box .right .no .step2 .triangle {
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 20px solid #FFF8E3;
}
#guide.jcom .bottom .box .right .no .last {
  width: 200px;
  z-index: 15;
  padding-left: 50px;
}
#guide.jcom .bottom .box .right .no .last a {
  width: 180px;
  display: block;
  padding: 10px;
  background: -moz-linear-gradient(top, #F84F1B 0%, #CB4115);
  background: -webkit-gradient(linear, left top, left bottom, from(#F84F1B), to(#CB4115));
  font-size: 82%;
  display: inline-block;
  text-align: center;
  border: solid 1px #D24316;
  color: #fff;
}
#guide.jcom .bottom .box .right .yes {
  height: 200px;
  margin: 0 auto;
}
#guide.jcom .bottom .box .right .yes ul {
  display: table;
}
#guide.jcom .bottom .box .right .yes ul li {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
#guide.jcom .bottom .box .right .yes .step1 {
  background: #F8C4AD;
  height: 200px;
  width: 170px;
  text-align: center;
  position: relative;
  font-size: 110%;
  z-index: 10;
}
#guide.jcom .bottom .box .right .yes .step1 p {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 80px;
  width: 180px;
}
#guide.jcom .bottom .box .right .yes .step1 .triangle {
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 20px solid #F8C4AD;
}
#guide.jcom .bottom .box .right .yes .step2 {
  background: #FCE6DC;
  height: 180px;
  width: 320px;
  padding-left: 40px;
  position: relative;
  text-align: center;
  z-index: 5;
}
#guide.jcom .bottom .box .right .yes .step2 .triangle {
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 20px solid #FCE6DC;
}
#guide.jcom .bottom .box .right .yes .last {
  width: 200px;
  z-index: 15;
  padding-left: 50px;
}
#guide.jcom .bottom .box .right .yes .last a {
  width: 180px;
  display: block;
  padding: 10px;
  background: -moz-linear-gradient(top, #F84F1B 0%, #CB4115);
  background: -webkit-gradient(linear, left top, left bottom, from(#F84F1B), to(#CB4115));
  font-size: 82%;
  display: inline-block;
  text-align: center;
  border: solid 1px #D24316;
  color: #fff;
}
#guide.catv nav + .top h2 {
  display: none;
}
#guide.catv nav + .top p {
  margin-bottom: 0;
  padding: 20px;
  padding-left: 215px;
  background: url(/assets/images/min/logoCatv.png) no-repeat #fff;
  background-position: 0 40%;
}
#guide.catv .bottom {
  margin-top: 20px;
}
#guide.catv .bottom .caption {
  padding-left: 100px;
  background: url(/assets/images/min/catvSearch.jpg) no-repeat;
  background-position: 0px 0;
}
#guide.catv .bottom .caption .title {
  font-size: 150%;
  font-weight: bold;
}
#guide.catv .bottom .caption p {
  font-size: 80%;
}
#guide.catv .map {
  z-index: 1;
  position: relative;
  top: -83px;
  width: 100%;
  height: 520px;
}
#guide.catv .map table {
  position: absolute;
}
#guide.catv .map table:nth-child(1) td a {
  background: #10629E;
}
#guide.catv .map table:nth-child(2) td a {
  background: #008194;
}
#guide.catv .map table:nth-child(3) td a {
  background: #11995B;
}
#guide.catv .map table:nth-child(4) td a {
  background: #6B4993;
}
#guide.catv .map table:nth-child(5) td a {
  background: #E87121;
}
#guide.catv .map table:nth-child(6) td a {
  background: #A6B620;
}
#guide.catv .map table:nth-child(7) td a {
  background: #EFAB24;
}
#guide.catv .map table:nth-child(8) td a {
  background: #D63D38;
}
#guide.catv .map table.hokkaido {
  top: 0;
  right: 0;
  width: 200px;
}
#guide.catv .map table.hokkaido a {
  padding: 52px 0px;
}
#guide.catv .map table.tohoku {
  top: 145px;
  right: 125px;
  width: 130px;
}
#guide.catv .map table.tohoku caption {
  top: -60px;
  left: -136px;
}
#guide.catv .map table.kanto {
  top: 320px;
  right: 125px;
  width: 130px;
}
#guide.catv .map table.kanto caption {
  top: 195px;
  left: -18px;
}
#guide.catv .map table.tyubu {
  top: 280px;
  right: 270px;
  width: 170px;
}
#guide.catv .map table.tyubu caption {
  top: -60px;
  left: 0px;
}
#guide.catv .map table.kinki {
  top: 360px;
  right: 395px;
  width: 170px;
}
#guide.catv .map table.kinki caption {
  top: 152px;
  left: 0;
}
#guide.catv .map table.tyugoku {
  top: 360px;
  left: 240px;
  width: 155px;
}
#guide.catv .map table.tyugoku caption {
  top: -61px;
  left: -6px;
}
#guide.catv .map table.sikoku {
  top: 440px;
  left: 260px;
  width: 110px;
}
#guide.catv .map table.sikoku caption {
  top: 82px;
  left: -26px;
}
#guide.catv .map table.kyusyu {
  top: 400px;
  left: 25px;
  width: 200px;
}
#guide.catv .map table.kyusyu caption {
  top: -60px;
  left: 20px;
}
#guide.catv .map table.kyusyu tr:last-child td {
  position: absolute;
  bottom: -50px;
  left: -20px;
}
#guide.catv .map caption {
  position: absolute;
  top: 0;
  left: 0;
}
#guide.catv .map tbody tr:nth-child(n+1) td {
  padding-top: 5px;
}
#guide.catv .map tbody tr td {
  width: 52px;
  text-align: center;
}
#guide.catv .map tbody tr td + td {
  padding-left: 5px;
}
#guide.catv .map tbody tr td.none {
  background: none;
}
#guide.catv .map tbody tr td.pd5l {
  padding-left: 5px;
}
#guide.catv .map tbody tr td.twoRow a {
  line-height: 61px;
}
#guide.catv .map tbody tr td a {
  display: inline-block;
  width: 100%;
  padding: 7px 5px;
  border-radius: 5px;
  color: #fff;
}
#guide.catv .prefDetail table caption {
  line-height: 42px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 120%;
}
#guide.catv .prefDetail table tr {
  min-height: 60px;
}
#guide.catv .prefDetail table tr th,
#guide.catv .prefDetail table tr td {
  border: solid 1px #eeeeee;
  text-align: center;
  vertical-align: middle;
}
#guide.catv .prefDetail table tr th {
  padding: 15px;
}
#guide.catv .prefDetail table tr td {
  padding: 25px;
  font-size: 90%;
}
#guide.catv .prefDetail table tr td:nth-child(1) {
  width: 135px;
}
#guide.catv .prefDetail table tr td:nth-child(2) {
  width: 335px;
  text-align: left;
  background: #fff;
}
#guide.catv .prefDetail table tr td:nth-child(3) {
  width: 165px;
  background: #fff;
}
#guide.catv .prefDetail table tr td:nth-child(4) {
  width: 365px;
  text-align: left;
  background: #fff;
}
#guide.catv .prefDetail table tr td a {
  text-decoration: underline;
}
#guide.hikari .top {
  background: #fff;
  overflow: hidden;
}
#guide.hikari nav + .top h2 {
  display: none;
}
#guide.hikari nav + .top p {
  padding: 30px 20px;
  padding-left: 215px;
  font-size: 120%;
  line-height: 160%;
  background: url(/assets/images/min/logoHikari.png) no-repeat;
  background-position: 0 28%;
}
#guide.hikari nav + .top p span {
  display: block;
  font-size: 80%;
  padding-top: 10px;
}
#guide.hikari .banner {
  margin-top: 20px;
}
#guide.hikari .bottom {
  margin: 20px auto;
}
#guide.hikari .bottom .box {
  background: #fff;
  display: table;
  width: 980px;
}
#guide.hikari .bottom .box .left {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#guide.hikari .bottom .box .left h3 {
  font-size: 120%;
  margin-top: 20px;
}
#guide.hikari .bottom .box .right {
  display: table-cell;
  text-align: left;
  width: 750px;
  overflow: hidden;
  border-left: solid 10px #F8F8F8;
}
#guide.hikari .bottom .box .right .pr {
  height: 180px;
  color: #fff;
  font-size: 20px;
  background: url(/assets/images/min/guideHikariBgPr.png) no-repeat;
}
#guide.hikari .bottom .box .right .pr div {
  float: left;
  witdh: 600px;
  padding-top: 30px;
  padding-left: 20px;
  text-align: center;
}
#guide.hikari .bottom .box .right .pr img {
  float: left;
  margin: 10px;
}
#guide.hikari .bottom .box .right .pr span {
  font-size: 29px;
  font-weight: bold;
  padding: 0 5px;
}
#guide.hikari .bottom .box .right .pr .pack {
  display: table;
  font-size: 180%;
}
#guide.hikari .bottom .box .right .pr .pack li {
  display: table-cell;
  vertical-align: middle;
}
#guide.hikari .bottom .box .right .pr .pack li:nth-child(4) {
  font-size: 20px;
}
#guide.hikari .bottom .box .right .price {
  z-index: 2;
  background: url(/assets/images/min/guideHikariBgPrice.png) no-repeat;
}
#guide.hikari .bottom .box .right .price ul {
  overflow: hidden;
}
#guide.hikari .bottom .box .right .price ul li {
  width: 50%;
  float: left;
  color: #0099E5;
  padding: 20px;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  line-height: 170%;
}
#guide.hikari .bottom .box .right .price ul li span {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
#guide.hikari .bottom .box .right .no {
  height: 200px;
  margin: 0 auto;
}
#guide.hikari .bottom .box .right .no ul {
  display: table;
}
#guide.hikari .bottom .box .right .no ul li {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
#guide.hikari .bottom .box .right .no .step1 {
  background: #FFEFBF;
  height: 200px;
  width: 170px;
  text-align: center;
  position: relative;
  font-size: 110%;
  z-index: 10;
}
#guide.hikari .bottom .box .right .no .step1 p {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 80px;
  width: 180px;
}
#guide.hikari .bottom .box .right .no .step1 .triangle {
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 20px solid #FFEFBF;
}
#guide.hikari .bottom .box .right .no .step2 {
  background: #FFF8E3;
  height: 200px;
  width: 320px;
  padding-left: 40px;
  position: relative;
  text-align: center;
  font-size: 90%;
  z-index: 5;
}
#guide.hikari .bottom .box .right .no .step2 img {
  margin: 10px;
}
#guide.hikari .bottom .box .right .no .step2 .triangle {
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 20px solid #FFF8E3;
}
#guide.hikari .bottom .box .right .no .last {
  width: 200px;
  z-index: 15;
  padding-left: 50px;
}
#guide.hikari .bottom .box .right .no .last a {
  width: 180px;
  display: block;
  padding: 10px;
  background: -moz-linear-gradient(top, #00AEEF 0%, #0092C9);
  background: -webkit-gradient(linear, left top, left bottom, from(#00AEEF), to(#0092C9));
  font-size: 82%;
  display: inline-block;
  text-align: center;
  border: solid 1px #006B94;
  color: #fff;
}
#guide.hikari .bottom .box .right .no .last span {
  display: block;
  font-size: 80%;
  margin-top: 20px;
}
#guide.hikari .bottom .box .right .yes {
  height: 200px;
  margin: 0 auto;
}
#guide.hikari .bottom .box .right .yes ul {
  display: table;
}
#guide.hikari .bottom .box .right .yes ul li {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
#guide.hikari .bottom .box .right .yes .step1 {
  background: #BFEFFF;
  height: 200px;
  width: 170px;
  text-align: center;
  position: relative;
  font-size: 110%;
  z-index: 10;
}
#guide.hikari .bottom .box .right .yes .step1 p {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 80px;
  width: 180px;
}
#guide.hikari .bottom .box .right .yes .step1 .triangle {
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 20px solid #BFEFFF;
}
#guide.hikari .bottom .box .right .yes .step2 {
  background: #E3F8FF;
  height: 180px;
  width: 570px;
  padding-left: 40px;
  position: relative;
  text-align: center;
  z-index: 5;
}
#guide.hikari .bottom .box .right .yes .step2 h4 {
  margin-bottom: 20px;
  font-size: 130%;
  color: #F84E1A;
}
#guide.hikari .bottom .box .right .yes .step2 img {
  margin: 10px;
}
#guide.hikari .bottom .box .push {
  padding: 20px;
  overflow: hidden;
}
#guide.hikari .bottom .box .push h3 {
  padding: 20px 0;
  padding-left: 60px;
  font-size: 120%;
  line-height: 200%;
  width: 320px;
  margin: 0 auto;
  background: url(/assets/images/min/guideHikariIconPush.png) no-repeat;
  background-position: 0 28%;
}
#guide.hikari .bottom .box .push span {
  font-size: 80%;
}
#guide.hikari .bottom .box .push ul {
  padding: 20px 0 10px 0;
}
#guide.hikari .bottom .box .push li {
  padding-right: 10px;
  padding-bottom: 10px;
}
#guide.hikari .bottom .box .push li:nth-child(3), #guide.hikari .bottom .box .push li:nth-child(5), #guide.hikari .bottom .box .push li:nth-child(7) {
  padding-right: 0;
}
#guide.hikari .bottom .box .push li div {
  background: #F8F8F8;
  padding: 15px;
  min-height: 150px;
}
#guide.hikari .bottom .box .push li div p {
  margin: 0;
  padding: 0;
}
#guide.hikari .bottom .box .push li h4 {
  font-size: 130%;
  color: #009FE9;
  margin-bottom: 20px;
}
#guide.hikari .bottom .box .push li.col-xs-4 {
  text-align: center;
}
#guide.hikari .bottom .box .push li.col-xs-4 div {
  height: 280px;
}
#guide.hikari .bottom .box .push li.col-xs-4 div p {
  text-align: left;
}
#guide.hikari .bottom .box .push li.col-xs-4 div img {
  margin-bottom: 20px;
}
#guide.hikari .bottom .box .push li.col-xs-6 {
  text-align: left;
}
#guide.hikari .bottom .box .push li.col-xs-6 img {
  float: left;
  margin-right: 10px;
}
#guide.hikari .bottom .box .push li.col-xs-6 .right {
  padding: 0;
}

/*-----------------------------------------------
#information
-----------------------------------------------*/
#information main > .top {
  padding: 20px 0;
}
#information main > .top ul li {
  float: left;
  width: 313px;
  height: 135px;
}
#information main > .top ul li:nth-child(1) a {
  background: url(/assets/images/min/cinemachopLogo.png) no-repeat center #fff;
  background-size: 200px auto;
}
#information main > .top ul li:nth-child(2) a {
  background: url(/assets/images/min/pinLogo.png) no-repeat center #fff;
  background-size: 200px auto;
}
#information main > .top ul li:nth-child(3) a {
  background: url(/assets/images/min/msmLogo.png) no-repeat center #fff;
  background-size: 200px auto;
}
#information main > .top ul li + li {
  margin-left: 20px;
}
#information main > .top ul a {
  display: block;
  width: 313px;
  height: 135px;
  text-indent: -99999px;
}
#information .chimema,
#information .pinspo,
#information .msm {
  padding-bottom: 40px;
}
#information .chimema .noContents,
#information .pinspo .noContents,
#information .msm .noContents {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px 0 160px;
  text-align: center;
  background: url(/assets/images/min/iconNoContents.jpg) no-repeat #fff;
  background-position: 50% 90%;
}
#information .chimema .noContents:nth-child(1),
#information .pinspo .noContents:nth-child(1),
#information .msm .noContents:nth-child(1) {
  margin-top: 0px;
}
#information .chimema .noContents p,
#information .pinspo .noContents p,
#information .msm .noContents p {
  padding: 0;
  font-size: 130%;
}
#information .chimema .cap > .container,
#information .pinspo .cap > .container,
#information .msm .cap > .container {
  position: relative;
}
#information .chimema .cap h2,
#information .pinspo .cap h2,
#information .msm .cap h2 {
  position: absolute;
  top: -35px;
  width: 200px;
  height: 90px;
  text-indent: -99999px;
}
#information .chimema .cap p,
#information .pinspo .cap p,
#information .msm .cap p {
  padding-left: 230px;
}
#information .chimema .detailArea .right .box,
#information .pinspo .detailArea .right .box,
#information .msm .detailArea .right .box {
  padding: 17px 0;
}
#information .chimema .detailArea .right .box:nth-child(2),
#information .pinspo .detailArea .right .box:nth-child(2),
#information .msm .detailArea .right .box:nth-child(2) {
  padding-top: 0px;
}
#information .chimema .detailArea .right .box:last-child,
#information .pinspo .detailArea .right .box:last-child,
#information .msm .detailArea .right .box:last-child {
  padding-bottom: 20px;
}
#information .chimema .detailArea .right .box + .box,
#information .pinspo .detailArea .right .box + .box,
#information .msm .detailArea .right .box + .box {
  border-top: dotted 1px #000;
}
#information .chimema .detailArea .right .box > div,
#information .chimema .detailArea .right .box time,
#information .pinspo .detailArea .right .box > div,
#information .pinspo .detailArea .right .box time,
#information .msm .detailArea .right .box > div,
#information .msm .detailArea .right .box time {
  float: left;
}
#information .chimema .detailArea .right .box > div,
#information .pinspo .detailArea .right .box > div,
#information .msm .detailArea .right .box > div {
  float: left;
}
#information .chimema .detailArea .right .box > div a,
#information .pinspo .detailArea .right .box > div a,
#information .msm .detailArea .right .box > div a {
  float: left;
  margin-left: 20px;
  text-decoration: underline;
}
#information .chimema .detailArea .right .box time,
#information .pinspo .detailArea .right .box time,
#information .msm .detailArea .right .box time {
  display: block;
  float: right;
  width: 200px;
}
#information .chimema .cap {
  background: url(/assets/images/min/capCinemachopFull.jpg) repeat-x center;
}
#information .chimema .cap h2 {
  background: url(/assets/images/min/cinemachopLogo.png) top left no-repeat;
  background-size: 200px auto;
}
#information .chimema .detailArea .cap {
  background: url(/assets/images/min/capCinemachop.jpg) no-repeat center #fff;
}
#information .chimema .detailArea .calender .once {
  background: #d6d0d9;
}
#information .chimema .detailArea .right a {
  color: #573d67;
}
#information .chimema .top {
  padding: 20px 0 10px;
}
#information .chimema .top > p {
  padding: 0 20px;
}
#information .chimema .top dl {
  margin-top: 20px;
  padding: 20px;
  background: #fff;
}
#information .chimema .top dt > span {
  display: block;
  float: left;
  line-height: 41px;
  font-size: 120%;
  font-weight: bold;
}
#information .chimema .top dt ul {
  float: left;
  padding-left: 20px;
  display: table;
  padding-top: 4px;
}
#information .chimema .top dt ul li {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
#information .chimema .top dt ul li:nth-child(1) iframe {
  display: inline-block;
  margin-top: 6px;
}
#information .chimema .top dt ul li {
  display: inline-block;
}
#information .chimema .top dt ul li i:nth-child(1) {
  color: #9a1118;
}
#information .chimema .top dd {
  padding: 20px 0;
}
#information .chimema .top aside {
  display: block;
  padding-top: 10px;
  text-align: right;
  font-size: 85%;
}
#information #pinsupo {
  margin-bottom: -20px;
}
#information .pinspo .cap {
  background: url(/assets/images/min/capPinFull.jpg) repeat-x center;
  margin-bottom: 0;
}
#information .pinspo .cap h2 {
  background: url(/assets/images/min/pinLogo.png) no-repeat center;
  background-size: 200px auto;
}
#information .pinspo .marginTop {
  margin-top: 20px;
}
#information .pinspo dt > span {
  display: block;
  float: left;
  padding-left: 20px;
}
#information .pinspo dt ul {
  float: right;
  padding-right: 20px;
  display: table;
  padding-top: 6px;
}
#information .pinspo dt ul a {
  display: inline;
  height: 0;
  width: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 0;
  background: none;
  box-shadow: 0px;
}
#information .pinspo dt ul li {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
#information .pinspo dt ul li:nth-child(1) iframe {
  display: inline-block;
  margin-top: 6px;
}
#information .pinspo dt ul li {
  display: inline-block;
}
#information .pinspo dt ul li i:nth-child(1) {
  color: #9a1118;
}
#information .pinspo .container > .top {
  margin-top: 3px;
  background: #fff;
  padding: 20px;
}
#information .pinspo .container > .top > .left {
  clear: both;
  float: right;
  width: 360px;
  min-height: 380px;
}
#information .pinspo .container > .top > .right {
  width: 550px;
  float: left;
}
#information .pinspo .container > .top > .right img {
  width: 100%;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
#information .pinspo .container > .top > .right figcaption a {
  text-decoration: underline;
  font-size: 85%;
}
#information .pinspo .container > .top > .right small {
  display: block;
  padding-top: 10px;
  font-size: 73%;
}
#information .pinspo .pickup {
  clear: both;
  margin-top: 30px;
  padding-top: 20px;
  border-top: dotted 1px #82662e;
}
#information .pinspo .pickup span {
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
#information .pinspo .pickup li {
  background: #fff;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  vertical-align: top;
}
#information .pinspo .pickup li a {
  position: relative;
  display: block;
  min-height: 45px;
  background: #82662e;
  padding: 12px 20px 12px 20px;
  color: #fff;
}
#information .pinspo .pickup li a i {
  color: #fff;
}
#information .pinspo .detailArea {
  overflow: hidden;
}
#information .pinspo .detailArea .cap {
  background: url(/assets/images/min/capPin.jpg) no-repeat center #fff;
  margin-bottom: 20px;
}
#information .pinspo .detailArea .calender .once {
  background: #dcd6c9;
}
#information .pinspo .detailArea .right a {
  color: #82662e;
}
#information .pinspo .faq .faqList {
  margin-bottom: 20px;
}
#information .pinspo .faq dt,
#information .pinspo .faq dd {
  width: 100%;
  padding: 20px;
  background: #fff;
  text-align: left;
}
#information .pinspo .faq dt {
  border-bottom: solid 1px #E5E5E5;
  margin-bottom: 0px;
  font-size: 100%;
  background: #fff;
  overflow: hidden;
  font-weight: bold;
}
#information .pinspo .faq dt span {
  display: block;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
#information .pinspo .faq dt span:before {
  content: "──";
  padding-right: 20px;
}
#information .pinspo .faq dd {
  display: block;
  position: relative;
}
#information .pinspo .faq dd span {
  font-weight: bold;
}
#information .pinspo .faq dd span:nth-child(1) {
  color: #82662e;
}
#information .pinspo .faq dd span:nth-child(2) {
  font-weight: normal;
}
#information .pinspo .faq dd span span {
  margin-right: 20px;
}
#information .msm .cap {
  background: url(/assets/images/min/capMsmFull.jpg) repeat-x center;
}
#information .msm .cap h2 {
  top: -33px;
  background: url(/assets/images/min/msmLogo.png) no-repeat center;
  background-size: 230px auto;
}
#information .msm .top h3 {
  display: block;
  margin-botom: 20px;
  font-weight: bold;
  color: #3c6265;
}
#information .msm .top h3:nth-child(3) {
  margin-top: 20px;
}
#information .msm .detailArea p {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
}
#information .msm .detailArea .cap {
  background: url(/assets/images/min/capMsm.jpg) no-repeat center #fff;
}
#information .msm .detailArea .calender .once {
  background: #d7dfe0;
}
#information .msm .detailArea .right a {
  color: #3c6265;
}
#information .msm table.tableMsm {
  width: 100%;
  border: solid 1px #eeeeee;
  background: #fff;
}
#information .msm table.tableMsm th,
#information .msm table.tableMsm td {
  padding: 20px;
  border: solid 1px #eeeeee;
}
#information .msm table.tableMsm thead th {
  width: 50%;
  padding: 10px;
  text-align: center;
  background: #f8f8f8;
}

/*-----------------------------------------------
#lineup
-----------------------------------------------*/
#lineup .subMenu a {
  position: relative;
  z-index: 21;
  border: solid 1px transparent;
  border-bottom: none;
  width: 196px;
}
#lineup .subMenu a:hover {
  opacity: 1;
}
#lineup .subMenu a.hover {
  background: #fff;
  color: #000;
  border: solid 1px #c10f0f;
  border-bottom: none;
}
#lineup main {
  position: relative;
  padding: 0 0 80px;
}
#lineup .cap {
  height: auto;
  background-size: cover;
  overflow: hidden;
}
#lineup .cap h2 {
  line-height: 25px;
  padding: 10px 20px;
  font-size: 110%;
}
#lineup .cap h2.middle {
  float: left;
  width: 720px;
}
#lineup main.text {
  padding: 20px 0 80px 0;
}
#lineup main > .top {
  margin-bottom: 15px;
}
#lineup .hideList {
  position: absolute;
  top: -41px;
  width: 100%;
  padding: 40px 0;
  display: none;
  z-index: 20;
  background-color: #fff;
  border-top: 1px solid #c10f0f;
  border-bottom: 1px solid #c10f0f;
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.3);
}
#lineup .hideList.hover {
  display: block;
}
#lineup .hideList p {
  text-align: center;
}
#lineup .hideList .textList td + td {
  border-right: solid 1px #ddd;
}
#lineup .textList {
  width: 100%;
}
#lineup .textList td {
  width: 50%;
  background: #fff;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  vertical-align: top;
  font-size: 80%;
}
#lineup .textList td + td {
  border-right: none;
}
#lineup .textList td:hover {
  background: #fcdfde;
}
#lineup .textList td a {
  position: relative;
  color: #000;
  display: block;
  padding: 10px 10px 10px 30px;
  background-color: #fff;
}
#lineup .textList td a i {
  padding-right: 10px;
  color: #9a1118;
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 130%;
}
#lineup .textList.lastMonth td:hover {
  background: #fff;
}
#lineup .textList.lastMonth p {
  position: relative;
  color: #000;
  display: block;
  padding: 10px 10px 10px 30px;
  background-color: #fff;
}
#lineup .textList.lastMonth ul {
  margin: 0 10px 10px 30px;
}

#noticemail {
  /*
      お知らせメールとは
  */
}
#noticemail main {
  padding: 20px 0 80px;
}
#noticemail .hideHint {
  z-index: 1;
  position: absolute;
  top: 184px;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 400px;
  padding: 20px 0;
  background: #fff;
  border-top: solid 1px #c10f0f;
  border-bottom: solid 1px #c10f0f;
}
#noticemail .hideHint .title {
  padding-top: 5px;
  font-weight: bold;
  color: #9a1118;
}
#noticemail .hideHint .left,
#noticemail .hideHint .right {
  float: left;
  width: 50%;
}
#noticemail .hideHint .left .box .title,
#noticemail .hideHint .right .box .title {
  padding: 20px 0 10px;
  color: #000;
}
#noticemail .hideHint .left ul li,
#noticemail .hideHint .right ul li {
  padding: 10px;
  background: #f9f9f9;
}
#noticemail .hideHint .left ul li + li,
#noticemail .hideHint .right ul li + li {
  margin-top: 10px;
}
#noticemail .hideHint .left ul li span,
#noticemail .hideHint .right ul li span {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
#noticemail .hideHint .left ul li.twoRow div,
#noticemail .hideHint .right ul li.twoRow div {
  float: left;
}
#noticemail .hideHint .left ul li.twoRow div:nth-child(1),
#noticemail .hideHint .right ul li.twoRow div:nth-child(1) {
  padding-top: 8px;
}
#noticemail .hideHint .left ul li.twoRow span,
#noticemail .hideHint .right ul li.twoRow span {
  display: block;
  padding-left: 10px;
}
#noticemail .hideHint .left ul li .fa,
#noticemail .hideHint .right ul li .fa {
  font-size: 25px;
  vertical-align: middle;
}
#noticemail .hideHint .left ul li .fa-circle-thin,
#noticemail .hideHint .right ul li .fa-circle-thin {
  color: #9a1118;
}
#noticemail .hideHint .left ul li .fa-times,
#noticemail .hideHint .right ul li .fa-times {
  color: #0085b2;
}
#noticemail .hideHint .left p,
#noticemail .hideHint .right p {
  padding: 20px 0 30px;
  font-size: 85%;
}
#noticemail .hideHint .left {
  padding-right: 20px;
}
#noticemail .hideHint .right {
  height: 270px;
  padding-left: 20px;
  border-left: solid 1px #c10f0f;
}
#noticemail .hideHint .bottom .title,
#noticemail .hideHint .bottom p {
  float: left;
}
#noticemail .hideHint .bottom .title {
  width: 250px;
}
#noticemail .hideHint .bottom p {
  width: 650px;
}
#noticemail .keywordArea {
  position: relative;
}
#noticemail .keywordArea .example {
  padding-bottom: 20px;
}
#noticemail .keywordArea .example .form-control.ex {
  display: inline-block;
  width: 350px;
  padding: 6px 12px;
  background: #f1d0cf;
  border-radius: 0;
}
#noticemail .keywordArea .example p,
#noticemail .keywordArea .example .hint {
  float: left;
  height: 100px;
  background: #fff;
  text-align: center;
}
#noticemail .keywordArea .example p {
  width: 835px;
  margin-right: 5px;
  padding: 33px 0;
}
#noticemail .keywordArea .example p span:nth-child(1) {
  display: inline-block;
  margin-left: 20px;
  padding: 6px 8px;
  color: #fff;
  background: #0085b2;
  border-bottom: solid 1px #0085b2;
}
#noticemail .keywordArea .example .hint {
  position: relative;
  z-index: 2;
  width: 138px;
  padding: 10px 0 20px;
  border: solid 1px #fff;
  font-weight: bold;
}
#noticemail .keywordArea .example .hint.active {
  border: solid 1px #c10f0f;
  border-bottom: solid 1px #fff;
}
#noticemail .keywordArea .example .hint i {
  font-size: 38px;
  color: #9a1118;
}
#noticemail .textBasic {
  padding: 40px 0;
}
#noticemail .tabArea li {
  background: #fff;
}
#noticemail .tabArea li + li {
  border-left: solid 1px #E2E2E2;
}
#noticemail .tabArea li a {
  display: block;
  padding: 10px 0 0;
  text-align: center;
  font-weight: bold;
}
#noticemail .tabArea li a i {
  display: block;
  font-size: 160%;
  line-height: .8;
  color: #9a1118;
  font-weight: normal;
}
#noticemail .tabArea li.active {
  background: #9a1118;
}
#noticemail .tabArea li.active a {
  color: #fff;
}
#noticemail .tabArea li.active a i {
  color: #fff;
}
#noticemail.complete .container {
  padding-bottom: 0px;
}
#noticemail.complete .cap {
  margin: 0;
}
#noticemail.complete .top p {
  margin: 20px 0;
  padding: 30px;
  background: #fff;
}
#noticemail.keyword .hideHint {
  top: 200px;
}
#noticemail.new main {
  padding: 40px 0 80px;
}
#noticemail.new form > .top .formBox {
  margin: 20px 0 40px;
}
#noticemail.passwd .bottom .form-group .right div span:nth-child(1) {
  padding: 0 20px 0 0;
  font-size: 100%;
  color: #000;
}
#noticemail.passwd .bottom .form-group .right div:nth-child(1) input {
  background: #f2f2f2;
}
#noticemail.passwd .bottom .form-group .right div + div {
  padding-top: 20px;
}
#noticemail.passwd .bottom .form-group .right div + p {
  padding: 20px 0;
}
#noticemail.reissue.complete .container .top p {
  text-align: center;
}
#noticemail.reissue.complete .container .top p span {
  font-weight: bold;
  color: #9a1118;
}
#noticemail.index h2,
#noticemail.index h3 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #9a1118;
}
#noticemail.index h2 {
  font-size: 30px;
}
#noticemail.index h3 {
  font-size: 25px;
}
#noticemail.index h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
#noticemail.index .container {
  padding-bottom: 0px;
}
#noticemail.index .top {
  padding: 30px;
  background: #fff;
  float: none;
}
#noticemail.index .top h2 {
  float: left;
  width: 320px;
  line-height: 200%;
}
#noticemail.index .top p {
  padding: 0;
}
#noticemail.index .bottom {
  margin-top: 20px;
  padding: 30px;
  background: #fff;
  position: relative;
}
#noticemail.index .bottom .hand {
  position: absolute;
  right: 0px;
  top: -40px;
}
#noticemail.index .bottom h3 {
  overflow: hidden;
  margin-bottom: 20px;
}
#noticemail.index .bottom h3 span {
  display: block;
  float: left;
  padding-top: 10px;
}
#noticemail.index .bottom h3 .fa-arrow-right {
  float: left;
  color: #00698C;
  font-size: 50px;
  padding: 0 20px;
}
#noticemail.index .bottom .box {
  width: 600px;
}
#noticemail.index .bottom ul {
  margin: 20px 0 0 0;
}
#noticemail.index .bottom ul li {
  padding: 10px;
  background: #f9f9f9;
}
#noticemail.index .bottom ul li + li {
  margin-top: 10px;
}
#noticemail.index .bottom ul li span {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
#noticemail.index .bottom ul li.twoRow div {
  float: left;
}
#noticemail.index .bottom ul li.twoRow div:nth-child(1) {
  padding-top: 8px;
}
#noticemail.index .bottom ul li.twoRow span {
  display: block;
  padding-left: 10px;
}
#noticemail.index .bottom ul li .fa {
  font-size: 25px;
  vertical-align: middle;
}
#noticemail.index .bottom ul li .fa-circle-thin {
  color: #9a1118;
}
#noticemail.index .bottom ul li .fa-times {
  color: #0085b2;
}
#noticemail.index .bottom ul.keyword {
  margin: 20px 0 40px 0;
  overflow: hidden;
}
#noticemail.index .bottom ul.keyword li {
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#noticemail.index .bottom ul.keyword li + li {
  margin-top: 0;
}
#noticemail.index .bottom ul.keyword li:nth-last-child {
  margin-right: 0;
}
#noticemail.index .attention {
  font-size: 12px;
  color: #777777;
}
#noticemail.index .submit {
  text-align: center;
  margin-top: 20px;
}

#privacy .lower {
  padding-bottom: 40px;
}
#privacy .lower span {
  display: block;
  padding-top: 10px;
  font-size: 90%;
  color: #9a1118;
}
#privacy a {
  color: #9a1118;
}
#privacy .breadcrumbArea a {
  color: #000;
}
#privacy .cap {
  margin-top: 0;
}
#privacy .top > .cap {
  padding: 0 20px;
}
#privacy .bottom p {
  line-height: 150%;
}
#privacy .bottom .attention {
  margin: 20px 0;
  font-size: 90%;
}
#privacy .bottom .cap {
  margin-top: 20px;
  margin-bottom: 0px;
  background: #7B0000;
  padding: 0 20px;
}
#privacy .bottom .textAria {
  margin: 20px 0;
  padding: 20px;
  background: #fff;
}
#privacy .bottom .right {
  text-align: right;
  margin: 20px 0;
  padding: 0px;
  background: none;
}
#privacy .bottom .tableAria {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
}
#privacy .bottom .tableAria h3 {
  font-weight: bold;
  margin: 20px 0 10px;
}
#privacy .bottom .tableAria h3:nth-child(-n+1) {
  margin: 0 0 10px 0;
}
#privacy .bottom .tableAria table {
  margin-top: 10px;
  width: 100%;
}
#privacy .bottom .tableAria table tbody td {
  padding: 20px;
  background: #ffffff;
  text-align: left;
}
#privacy .bottom .tableAria table tbody td:nth-child(1) {
  width: 200px;
  text-align: center;
}
#privacy .bottom .tableAria table tbody td ul li {
  width: 48%;
  float: left;
}
#privacy .bottom .tableAria table tbody td ul li:nth-child(2) {
  float: right;
}
#privacy .bottom .tableAria .tableBlockPresents th,
#privacy .bottom .tableAria .tableBlockPresents td {
  margin: 0 -1px -1px 0;
  text-align: center;
  border: solid 1px #eeeeee;
  background: #f9f9f9;
  vertical-align: middle;
  clear: none;
}
#privacy .bottom .tableAria .tableBlockPresents th {
  clear: none;
  height: 45px;
  line-height: 45px;
}
#privacy .bottom .tableAria .tableBlockPresents td {
  background: #ffffff;
  text-align: left;
}

/*-----------------------------------------------
#program
-----------------------------------------------*/
#program .calender.double {
  float: left;
  width: 313px;
  min-height: 245px;
  border-right: 1px solid #fff;
}
#program .calender.double + .calender.double {
  margin-left: 20px;
}
#program .calender.double caption {
  line-height: 1;
  padding: 20px 0;
}
#program .calender.double thead > tr > th {
  padding: 10px;
}
#program .calender.double tbody > tr > td a,
#program .calender.double tbody > tr > td span {
  padding: 12px 0;
}
#program .dtTable {
  margin-bottom: 0;
  background: #fff;
}
#program .dtTable th,
#program .dtTable td {
  padding: 20px;
  vertical-align: middle;
}
#program .dtTable th {
  width: 170px;
}
#program .dtTable tr td.title {
  width: 400px;
}
#program .dtTable tr td.dt {
  width: 220px;
  text-align: center;
}
#program .dtTable tr td a {
  text-decoration: underline;
}
#program.daily main, #program.week main {
  padding: 45px 0 80px;
}
#program.daily main > .top, #program.week main > .top {
  padding-bottom: 20px;
}
#program.daily main > .top .left, #program.week main > .top .left {
  float: left;
  width: 646px;
}
#program.daily main > .top .right, #program.week main > .top .right {
  float: left;
  width: 313px;
  padding-left: 20px;
}
#program.daily main > .top .right .pdfList li + li, #program.week main > .top .right .pdfList li + li {
  margin-top: 5px;
}
#program.daily main > .top .right .pdfList .noPdf, #program.week main > .top .right .pdfList .noPdf {
  background: #eee;
  display: block;
  width: 313px;
  height: 50px;
  padding-top: 5px;
  text-align: center;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#program.daily main > .top .right .pdfList a, #program.week main > .top .right .pdfList a {
  display: block;
  height: 50px;
  width: 313px;
  padding-top: 16px;
  padding-left: 20px;
  text-align: left;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#program.daily main > .top .right .pdfList a i, #program.week main > .top .right .pdfList a i {
  padding-right: 10px;
  color: #9a1118;
}
#program.daily main > .top .right .attention, #program.week main > .top .right .attention {
  display: block;
  margin-top: 62px;
  padding: 10px;
  width: 313px;
  background: #fff;
  text-align: center;
}
#program.daily main > .top .right .attention img, #program.week main > .top .right .attention img {
  margin-top: -47px;
}
#program.daily main > .top .right .attention p, #program.week main > .top .right .attention p {
  padding: 22px 0;
}
#program.daily main > .top + .bottom .cap, #program.week main > .top + .bottom .cap {
  padding-left: 0px;
  text-align: center;
}
#program.daily main > .top + .bottom .cap h3, #program.week main > .top + .bottom .cap h3 {
  float: left;
  width: 560px;
  padding: 0;
}
#program.daily main > .top + .bottom .cap h3.noPre, #program.week main > .top + .bottom .cap h3.noPre {
  margin-left: 215px;
}
#program.daily main > .top + .bottom .cap a, #program.week main > .top + .bottom .cap a {
  letter-spacing: 1em;
  text-indent: 1em;
}
#program.daily main > .top + .bottom .cap a:nth-child(1), #program.week main > .top + .bottom .cap a:nth-child(1) {
  float: left;
  margin-left: 10px;
}
#program.daily .tableBlockBasic .cardHorizontal .right {
  width: 490px;
}
#program.daily .tableBlockBasic th {
  background: #fdfbed;
}
#program.daily .tableBlockBasic th:nth-child(2) {
  width: 673px;
}
#program.daily .tableBlockBasic td:nth-child(2) {
  width: 673px;
}
#program.daily .tableBlockBasic td:nth-child(3) {
  text-align: center;
  padding-top: 42px;
  vertical-align: middle;
}
#program.daily .tableBlockBasic td .title {
  width: 455px;
}
#program.daily .tableBlockBasic .color24 td {
  height: 100px;
}
#program.daily .tableBlockBasic .color24 td:nth-child(1) {
  line-height: 100px;
}
#program.daily .tableBlockBasic .transparentBg {
  float: left;
  width: 174.641px;
  height: 100px;
}
#program.daily .tableBlockBasic .transparentBg img {
  max-height: 98px;
}
#program.week .WeekArea .container {
  background: #fff;
}
#program.week .WeekArea .table {
  width: 980px;
  margin-bottom: 0px;
}
#program.week .WeekArea .table th,
#program.week .WeekArea .table td {
  width: 135px;
  border: 1px solid #eee;
  text-align: center;
}
#program.week .WeekArea .table th:nth-child(1),
#program.week .WeekArea .table td:nth-child(1) {
  width: 40px;
  vertical-align: middle;
}
#program.week .WeekArea .table .thead th {
  padding: 10px;
  text-align: center;
  background: #fdfbed;
}
#program.week .WeekArea .table .thead th:nth-child(1) {
  background: #F9F9F9;
  border: none;
}
#program.week .WeekArea .table tbody {
  width: 980px;
}
#program.week .WeekArea .table tbody + tbody {
  border: none;
}
#program.week .WeekArea .table tbody + tr + th {
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
#program.week .WeekArea .table th.light {
  height: 135px;
}
#program.week .WeekArea .table td {
  padding: 10px 10px 20px;
}
#program.week .WeekArea .table td[class^="hide"] {
  width: 1px !important;
  font-size: 0 !important;
  border: none !important;
  background: #fff;
  font-size: 50px;
  line-height: 0;
  outline: none;
  height: 0px;
  _height: 100%;
  line-height: 0;
  padding: 0;
}
#program.week .WeekArea .table td.cardHorizontal {
  float: none;
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
  background: #fff;
}
#program.week .WeekArea .table td.cardHorizontal.selected {
  background: #ffe9e6;
}
#program.week .WeekArea .table td.cardHorizontal.selected a {
  background: #ffe9e6;
}
#program.week .WeekArea .table td.cardHorizontal.selected > div > span {
  background: #ffe9e6;
}
#program.week .WeekArea .table td.cardHorizontal.now {
  position: relative;
  background: #eee;
}
#program.week .WeekArea .table td.cardHorizontal.now a {
  background: #eee;
}
#program.week .WeekArea .table td.cardHorizontal.now > div > span {
  background: #eee;
}
#program.week .WeekArea .table td.cardHorizontal .toolTip {
  z-index: 5;
  position: absolute;
  top: 6px;
  right: 9px;
  width: 55px;
  height: 25px;
  padding: 5px;
  text-align: center;
  background: #c10f0f;
  border-radius: 5px;
  font-size: 85%;
  color: #fff;
}
#program.week .WeekArea .table td.cardHorizontal .toolTip:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 23px;
  border: 5px solid transparent;
  border-top: 5px solid #c10f0f;
}
#program.week .WeekArea .table td.cardHorizontal > div {
  position: relative;
}
#program.week .WeekArea .table td.cardHorizontal a, #program.week .WeekArea .table td.cardHorizontal > div > span {
  display: block;
  min-height: 135px;
  padding: 9px 6px 19px;
  background: #fff;
  border: solid 1px transparent;
}
#program.week .WeekArea .table td.cardHorizontal a:hover, #program.week .WeekArea .table td.cardHorizontal > div > span:hover {
  position: absolute;
  z-index: 1;
  opacity: 1;
  border: solid 1px #9a1118;
}
#program.week .WeekArea .table td.cardHorizontal a:hover.hideOn .bottom, #program.week .WeekArea .table td.cardHorizontal > div > span:hover.hideOn .bottom {
  display: none;
}
#program.week .WeekArea .table td.cardHorizontal a:hover.hoverOff, #program.week .WeekArea .table td.cardHorizontal > div > span:hover.hoverOff {
  position: static;
  border: solid 1px transparent;
  cursor: default;
}
#program.week .WeekArea .table td.cardHorizontal a:hover .bottom, #program.week .WeekArea .table td.cardHorizontal > div > span:hover .bottom {
  display: block;
}
#program.week .WeekArea .table td.cardHorizontal a:hover .bottom .transparentBg span, #program.week .WeekArea .table td.cardHorizontal > div > span:hover .bottom .transparentBg span {
  display: block;
  text-align: center;
}
#program.week .WeekArea .table td.cardHorizontal .top {
  text-align: left;
}
#program.week .WeekArea .table td.cardHorizontal .top time {
  padding: 0 5px;
}
#program.week .WeekArea .table td.cardHorizontal .top .title {
  line-height: 1.2;
  padding: 20px 0 10px;
  font-size: 85%;
}
#program.week .WeekArea .table td.cardHorizontal .bottom {
  display: none;
}
#program.week .WeekArea .table td.cardHorizontal .bottom li {
  display: block;
  float: left;
  width: 38px;
  margin: 5px 0 0 2px;
}
#program.week .WeekArea .table td.cardHorizontal .bottom li:nth-child(3n+1) {
  margin-left: 0;
}
#program.week .WeekArea .table td.cardHorizontal img {
  width: 100%;
  height: auto;
}
#program.detail .top .container {
  display: table;
}
#program.detail .top .cap {
  position: relative;
  height: auto;
  margin: 0;
  width: 100%;
  padding: 20px 0;
  vertical-align: middle;
  background: #9a1118;
}
#program.detail .top .cap .left {
  display: table-cell;
  width: 80%;
  min-height: 50px;
  vertical-align: middle;
}
#program.detail .top .cap .left h2 {
  width: 575px;
  line-height: 1.2;
  font-weight: bold;
}
#program.detail .top .cap .right {
  display: table-cell;
  width: 20%;
  text-align: right;
  vertical-align: middle;
}
#program.detail .top .cap .right li {
  display: inline-block;
}
#program.detail .top .cap .right a {
  display: inline;
  height: 0;
  width: 0;
  padding-top: 0;
  padding-left: 0;
  text-align: left;
  font-size: 0;
  background: none;
  box-shadow: 0px;
}
#program.detail .top .cap .right ul {
  display: table;
}
#program.detail .top .cap .right ul li {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
#program.detail .top .cap .right ul li:nth-child(1) iframe {
  display: inline-block;
  margin-top: 6px;
}
#program.detail .top .cap .right .balloon {
  position: absolute;
  top: -32px;
  left: -4px;
  display: block;
  width: 41px;
  height: 35px;
  background: url(/assets/images/min/snsBalloon.jpg) no-repeat center;
  filter: none;
  border: none;
  text-align: center;
  color: #000;
}
#program.detail .top .cap .right a.circleIcon {
  width: auto;
  background: none;
  border: none;
  filter: none;
}
#program.detail .top .cap .right a.circleIcon.line {
  width: 33px;
  height: 35px;
  background: url(/assets/images/min/iconLine.png) no-repeat center;
}
#program.detail .top .cap .right a.circleIcon i:nth-child(2) {
  left: 16%;
}
#program.detail .top .cap .right a.circleIcon i:nth-child(2).fa-facebook {
  left: 28%;
}
#program.detail .top .caption {
  padding-bottom: 20px;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}
#program.detail .top .content {
  padding: 20px 0;
}
#program.detail .top .content .left,
#program.detail .top .content .right {
  float: left;
}
#program.detail .top .content .left {
  width: 580px;
}
#program.detail .top .content .left img {
  max-width: 580px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
#program.detail .top .content .left small {
  display: block;
  padding: 10px 0;
  font-size: 73%;
}
#program.detail .top .content .left .bottom {
  min-height: 215px;
  padding: 20px;
  background: #fff;
}
#program.detail .top .content .right {
  width: 380px;
  margin-left: 20px;
}
#program.detail .top .content .right .top dl {
  float: left;
  width: 180px;
  padding: 20px;
  background: #fff;
}
#program.detail .top .content .right .top dl + dl {
  margin-left: 20px;
}
#program.detail .top .content .right .top dd {
  padding-bottom: 20px;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}
#program.detail .top .content .right .top .band {
  margin-top: 20px;
  padding: 2px;
  background: #008c8c;
  text-align: center;
  font-size: 120%;
  color: #fff;
}
#program.detail .top .content .right .top .band.end {
  background: #E07305;
}
#program.detail .top .content .right .top .type {
  padding: 20px 0;
  text-align: center;
  font-size: 100%;
}
#program.detail .top .content .right .top .type li {
  min-width: 56px;
  height: 24px;
  line-height: 24px;
}
#program.detail .top .content .right .bottom .items {
  height: 396px;
  padding: 20px 10px;
  background: #fff;
}
#program.detail .top .content .right .bottom dl {
  padding: 20px;
}
#program.detail .top .content .right .bottom dl:nth-child(2) {
  padding-top: 0px;
}
#program.detail .top .content .right .bottom dl:last-child {
  padding-bottom: 0px;
}
#program.detail .top .content .right .bottom dl + dl {
  border-top: dotted 1px #000;
}
#program.detail .top .content .right .bottom dl dt,
#program.detail .top .content .right .bottom dl dd {
  float: left;
  font-size: 100%;
}
#program.detail .top .content .right .bottom dl dt {
  text-align: left;
  width: 70px;
}
#program.detail .top .content .right .bottom dl dd {
  width: 250px;
}
#program.detail .detailArea .top .right .box {
  padding: 17px 0;
}
#program.detail .detailArea .top .right .box:nth-child(2) {
  padding-top: 0px;
}
#program.detail .detailArea .top .right .box:last-child {
  padding-bottom: 0px;
}
#program.detail .detailArea .top .right .box + .box {
  border-top: dotted 1px #000;
}
#program.detail .detailArea .top .right .box > div,
#program.detail .detailArea .top .right .box time {
  float: left;
}
#program.detail .detailArea .top .right .box > div {
  float: left;
  width: 230px;
  padding-left: 20px;
}
#program.detail .detailArea .top .right .box > div a {
  text-decoration: underline;
}
#program.detail .detailArea .top .right .box time {
  display: block;
  padding-left: 20px;
}
#program.detail .relatedMovie {
  padding-bottom: 40px;
  background: #F6F0F0;
}
#program.detail .relatedMovie .cardSmall {
  background: none;
}
#program.detail.tv .top {
  overflow-y: hidden;
}
#program.detail.tv .top .content {
  overflow-y: hidden;
}
#program.detail.tv .top .content .left .bottom {
  margin-bottom: -1000px;
  padding-bottom: 1000px;
}
#program.detail.tv .top .content .right .bottom {
  height: auto;
  margin-bottom: -1000px;
  padding-bottom: 1000px;
  background: #fff;
}
#program.detail.tv .top .content .right .bottom .items {
  height: auto;
}
#program.detail.tv .detailArea .top .left {
  width: 650px;
}
#program.detail.tv .detailArea .top .right {
  width: 330px;
  padding: 0 0 0 20px;
  margin-left: 0px;
  background: none;
}
#program.detail.tv .detailArea .top .right .top,
#program.detail.tv .detailArea .top .right .bottom {
  height: 150px;
  background: #fff;
  text-align: center;
}
#program.detail.tv .detailArea .top .right .bottom {
  margin-top: 20px;
}
#program.detail.tv .detailArea .top .right .box {
  display: table;
  width: 100%;
  padding: 0 20px;
  height: 93px;
}
#program.detail.tv .detailArea .top .right .box p {
  display: table-cell;
  padding-top: 0px;
  vertical-align: middle;
}
#program.search {
  /*-----------------------------------------------
  pager
  -----------------------------------------------*/
}
#program.search main {
  padding: 20px 0 40px 0;
}
#program.search main .top {
  background: url(/assets/images/min/iconSearch.png) no-repeat #fff;
  background-position: 50px  30px;
  overflow: hidden;
}
#program.search main .top h2 {
  width: 140px;
  float: left;
  padding-top: 80px;
  text-align: center;
  font-weight: bold;
}
#program.search main .top .formBox {
  float: right;
  width: 840px;
  padding: 20px;
  border-left: solid 2px #F9F9F9;
}
#program.search main .top .formBox .left {
  float: left;
  width: 500px;
}
#program.search main .top .formBox .left .radioBasic {
  padding: 7px 20px 0 0;
}
#program.search main .top .formBox .submitArea {
  float: right;
  padding-right: 0;
}
#program.search .bottom {
  background: #fff;
  overflow: hidden;
  margin: 20px 0;
  padding: 20px;
}
#program.search .bottom h2 {
  float: left;
  margin-right: 20px;
  text-align: center;
  font-weight: bold;
}
#program.search .searchResult table {
  display: table;
}
#program.search .searchResult table .left {
  height: 101px;
}
#program.search .searchResult table .right {
  float: right;
  width: 260px;
  padding: 20px 20px 0 0;
  text-align: left;
}
#program.search .searchResult table .right h3 {
  height: 50px;
}
#program.search .searchResult table th:nth-child(1) {
  width: 460px;
}
#program.search .searchResult table th:nth-child(2) {
  width: 250px;
}
#program.search .searchResult table th:nth-child(3) {
  width: 100px;
}
#program.search .searchResult table td {
  display: table-cell;
  line-height: 1.2;
  font-size: 90%;
}
#program.search .searchResult table td:nth-child(1) {
  width: 460px;
}
#program.search .searchResult table td:nth-child(2) {
  width: 250px;
  padding: 10px;
  font-size: 90%;
}
#program.search .searchResult table td:nth-child(3) {
  text-align: center;
  width: 100px;
  vertical-align: middle;
}
#program.search .searchResult table td .title {
  width: 250px;
}
#program.search .searchResult table .transparentBg {
  float: left;
  width: 180px;
}
#program.search .pager {
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#program.search .pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 30px;
  border-radius: 4px;
  position: relative;
  left: 50%;
  float: left;
}
#program.search .pagination > li {
  display: inline;
  position: relative;
  left: -50%;
  float: left;
}
#program.search .pagination > li > a,
#program.search .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-right: 10px;
  line-height: 1.42857;
  text-decoration: none;
  color: #9a1118;
  background-color: #fff;
  border: 1px solid #fff;
  margin-left: -1px;
}
#program.search .pagination > li:first-child > a,
#program.search .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
#program.search .pagination > li:last-child > a,
#program.search .pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
#program.search .pagination > li > a:hover, #program.search .pagination > li > a:focus,
#program.search .pagination > li > span:hover,
#program.search .pagination > li > span:focus {
  color: #c10f0f;
  background-color: #F9F9F9;
  border-color: #c10f0f;
}
#program.search .pagination > .active > a, #program.search .pagination > .active > a:hover, #program.search .pagination > .active > a:focus,
#program.search .pagination > .active > span,
#program.search .pagination > .active > span:hover,
#program.search .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #9a1118;
  border-color: #9a1118;
  cursor: default;
}
#program.search .pagination > .disabled > span,
#program.search .pagination > .disabled > span:hover,
#program.search .pagination > .disabled > span:focus,
#program.search .pagination > .disabled > a,
#program.search .pagination > .disabled > a:hover,
#program.search .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #fff;
  cursor: not-allowed;
}
#program.search .pagination-lg > li > a,
#program.search .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
#program.search .pagination-lg > li:first-child > a,
#program.search .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
#program.search .pagination-lg > li:last-child > a,
#program.search .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
#program.search .pagination-sm > li > a,
#program.search .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
#program.search .pagination-sm > li:first-child > a,
#program.search .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
#program.search .pagination-sm > li:last-child > a,
#program.search .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

#questionnaire .container {
  padding-bottom: 50px;
}
#questionnaire .cap {
  margin-top: 0;
}
#questionnaire .top p:nth-child(1) {
  margin: 20px 0;
  padding: 30px;
  background: #fff;
}
#questionnaire .top p:nth-child(2) {
  font-size: 85%;
}
#questionnaire .top p:nth-child(2) a {
  text-decoration: underline;
  color: #9a1118;
}
#questionnaire .formBasic .formBox .checkboxBasic .col-xs-6:nth-child(2n+1) {
  clear: both;
}
#questionnaire .formBasic .formBox .checkboxBasic .col-xs-4:nth-child(3n+1) {
  clear: both;
}
#questionnaire .long {
  padding-bottom: 20px;
}
#questionnaire .long .control-label {
  float: none;
  width: 940px;
  border-bottom: solid 1px #ccc;
  margin: 20px 20px 10px 20px;
  padding: 0 20px 0 50px;
  text-align: left;
}
#questionnaire .long .control-label span {
  top: 2px;
}
#questionnaire .long textarea {
  padding: 20px;
  font-size: 100%;
}
#questionnaire .long .error {
  padding-left: 20px;
}
#questionnaire.complete .top {
  margin-bottom: 50px;
}
#questionnaire.complete .top p {
  text-align: center;
}

#request .container {
  padding-bottom: 50px;
}
#request .top a,
#request .bottom a {
  text-decoration: underline;
  color: #9a1118;
}
#request .top p:nth-child(1) {
  margin: 20px 0;
  padding: 30px;
  background: #fff;
}
#request .top p:nth-child(2) {
  font-size: 85%;
}
#request .bottom .formBasic .formBox {
  background: #fff;
}
#request .bottom .formBasic .formBox .form-inline:nth-child(5) ul {
  padding-left: 20px;
}
#request.complete .container {
  padding-bottom: 0px;
}
#request.complete .top p {
  margin-bottom: 50px;
  text-align: center;
}

/*-----------------------------------------------
#top
-----------------------------------------------*/
#top .sliderAction {
  position: relative;
  overflow: hidden;
}
#top .sliderAction .next,
#top .sliderAction .prev {
  content: "";
  z-index: 10;
  position: absolute;
  top: 191px;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
#top .sliderAction .prev {
  right: -23px;
  background: url(/assets/images/min/sliderRight.png) no-repeat;
}
#top .sliderAction .next {
  left: -23px;
  background: url(/assets/images/min/sliderLeft.png) no-repeat;
}
#top #slider {
  margin: 0;
  background: #f8f8f8;
}
#top #slider #guideContainer {
  z-index: 100;
  position: relative;
}
#top #slider #guideContainer + .sliderCampus {
  z-index: 1;
}
#top #slider .sliderCampus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain !important;
  background-position: center !important;
}
#top #slider .slideBox {
  z-index: 20;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#top #slider .inner {
  position: relative;
  padding: 25px 0;
}
#top #slider a {
  position: relative;
  display: block;
  float: left;
  width: 980px;
  max-height: 380px;
  color: #000;
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#top #slider a .wrapper {
  width: 100%;
  height: 380px;
  opacity: .2;
}
#top #slider a .left {
  float: left;
  display: table;
  width: 305px;
  height: 381px;
  padding: 30px;
  z-index: 2;
}
#top #slider a .left .top ul {
  height: 60px;
}
#top #slider a .left .top ul li {
  margin: 0 5px 10px 0;
  padding: 10px;
  color: #fff;
  width: auto;
  font-size: 100%;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#top #slider a .left .top h2 {
  display: table-cell;
  vertical-align: middle;
  height: 130px;
  font-size: 130%;
  font-weight: bold;
}
#top #slider a .left .top p {
  height: 131px;
  font-size: 90%;
}
#top #slider a .right {
  position: absolute;
  right: 0;
  z-index: 1;
  height: 381px;
}
#top #slider h4 {
  font-size: 180%;
  font-weight: bold;
  color: #F9F9F9;
  letter-spacing: -.8px;
}
#top #slider h4 + span {
  display: block;
  padding: 20px 0;
  font-size: 120%;
  color: #F9F9F9;
}
#top .topInfo .grayShadowBg:before {
  top: -5px;
  height: 200px;
  background: url(/assets/images/min/sliderShadow.png) no-repeat center;
}
#top .topInfo .bannerArea {
  padding-top: 20px;
  overflow: hidden;
}
#top .topInfo .bannerArea li {
  width: 480px;
  float: left;
  padding-top: 20px;
  padding-top: 20px;
  padding-top: 20px;
  padding-top: 20px;
  padding-top: 20px;
  padding-top: 20px;
  padding-top: 20px;
  padding-top: 20px;
  padding-top: 20px;
}
#top .topInfo .bannerArea li:nth-child(0) {
  float: right;
}
#top .topInfo .bannerArea li:nth-child(1) {
  padding-top: 0;
}
#top .topInfo .bannerArea li:nth-child(2) {
  float: right;
}
#top .topInfo .bannerArea li:nth-child(2) {
  padding-top: 0;
}
#top .topInfo .bannerArea li:nth-child(4) {
  float: right;
}
#top .topInfo .bannerArea li:nth-child(6) {
  float: right;
}
#top .topInfo .bannerArea li:nth-child(8) {
  float: right;
}
#top .topInfo .bannerArea li:nth-child(10) {
  float: right;
}
#top .topInfo .bannerArea li:nth-child(12) {
  float: right;
}
#top .topInfo .bannerArea li:nth-child(14) {
  float: right;
}
#top .topInfo .bannerArea li:nth-child(16) {
  float: right;
}
#top .topInfo .bannerArea li:nth-child(18) {
  float: right;
}
#top .topInfo .bannerArea li:nth-child(20) {
  float: right;
}
#top .topInfo .bannerArea li img {
  width: 100%;
  vertical-align: top;
}
#top .topInfo .topics {
  height: 110px;
  padding: 30px 0;
}
#top .topInfo .topics .left {
  float: left;
  width: 80px;
  font-weight: bold;
}
#top .topInfo .topics .left h2 {
  font-size: 150%;
}
#top .topInfo .topics .left p {
  font-size: 90%;
}
#top .topInfo .topics .right {
  float: left;
  overflow-y: scroll;
  width: 900px;
  height: 50px;
  padding-left: 35px;
}
#top .topInfo .topics .right a {
  display: block;
  padding-bottom: 10px;
  text-decoration: underline;
  color: #000;
}
#top .topInfo .topics .right i {
  padding-right: 10px;
  color: #9a1118;
}
#top .featureArea {
  padding: 50px 0 70px;
  background-color: #fff;
}
#top .featureArea > div.container {
  position: relative;
}
#top .featureArea figure {
  position: relative;
  overflow: hidden;
  width: 313px;
  height: 176px;
  border: solid 1px #fff;
}
#top .featureArea figure figcaption {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 87px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: .3s;
  transition: .3s;
}
#top .featureArea figure figcaption h3 {
  padding: 10px;
  color: #000;
}
#top .featureArea figure:hover figcaption {
  bottom: -50px;
}
#top .featureArea figure:hover figcaption.long {
  bottom: 0;
}
#top .featureArea figure:hover figcaption.middle {
  bottom: -25px;
}
#top .featureArea figure:hover {
  border: solid 1px #9a1118;
}
#top .featureArea .banner {
  text-align: center;
  margin-top: 20px;
}
#top .featureArea .banner a {
  display: inline-block;
  width: 314px;
  height: 45px;
  line-height: 42px;
  margin: 8px 10px 0 0;
  text-align: center;
  background: #b60000;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2I0MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #b60000 0%, #b40000 44%, #850000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b60000), color-stop(44%, #b40000), color-stop(100%, #850000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b60000 0%, #b40000 44%, #850000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b60000 0%, #b40000 44%, #850000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b60000 0%, #b40000 44%, #850000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b60000 0%, #b40000 44%, #850000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b60000', endColorstr='#850000',GradientType=0 );
  /* IE6-8 */
  border: solid 1px #800101;
  color: #fff;
}
#top .featureArea .banner a i {
  padding-right: 10px;
  color: #9a1118;
  color: #fff;
}
#top .featureArea .cardBasic:nth-child(3n+1) {
  clear: both;
}
#top .featureArea .type {
  min-height: 20px;
}
#top .tvseries {
  padding: 0 0 70px 0;
}
#top .nowOnAir {
  position: relative;
  padding: 0 0 70px;
  background: #fff;
}
#top .nowOnAir .fullLight {
  height: 54px;
  background: url(/assets/images/min/capFullDark.jpg) repeat-x center;
}
#top .nowOnAir .fullLight a {
  background: #7D3454;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2I0MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #7D3454 0%, #7D3454 44%, #6B2C47 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7D3454), color-stop(44%, #7D3454), color-stop(100%, #6B2C47));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7D3454 0%, #7D3454 44%, #6B2C47 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7D3454 0%, #7D3454 44%, #6B2C47 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7D3454 0%, #7D3454 44%, #6B2C47 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7d3454 0%, #7d3454 44%, #6b2c47 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7D3454', endColorstr='#6B2C47',GradientType=0 );
  /* IE6-8 */
  border: solid 1px #800101;
  color: #fff;
}
#top .nowOnAir .opacityBox {
  z-index: 1;
  content: "";
  position: absolute;
  top: 128px;
  height: 252px;
  background: rgba(255, 255, 255, 0.8);
}
#top .nowOnAir .opacityBox.before {
  left: 0;
}
#top .nowOnAir .opacityBox.after {
  right: 0;
}
#top .nowOnAir img {
  width: 100%;
  height: auto;
  padding: 20px 10px 20px;
}
#top .nowOnAir .cap {
  margin-bottom: 75px;
}
#top .nowOnAir .card {
  float: left;
  display: block;
  width: 196px;
  margin-top: 20px;
  background: #fafafa;
  color: #000;
  position: relative;
  margin-top: 0px;
  text-align: center;
}
#top .nowOnAir .card.active {
  border: solid 1px #813657;
}
#top .nowOnAir .card.active:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 85px;
  width: 28px;
  height: 15px;
  background: url(/assets/images/min/nowOnAirCardActive.png) center no-repeat;
}
#top .nowOnAir .card p {
  height: 45px;
  line-height: 45px;
  font-size: 73%;
}
#top .nowOnAir .card .title {
  height: 55px;
  font-size: 90%;
}
#top .nowOnAir .sliderAction .slideBox {
  width: 4728px;
}
#top .nowOnAir .sliderAction .next,
#top .nowOnAir .sliderAction .prev {
  top: 120px;
}
#top .nowOnAir .slider-pro .sp-slides-container {
  height: 250px;
}
#top .nowOnAir .slider-pro .sp-arrow {
  content: "";
  z-index: 10;
  position: absolute;
  top: 200px;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
#top .nowOnAir .slider-pro .sp-previous-arrow {
  background: url(/assets/images/min/sliderLeft.png) no-repeat;
}
#top .nowOnAir .slider-pro .sp-next-arrow {
  background: url(/assets/images/min/sliderRight.png) no-repeat;
}
#top .nowOnAir .slider-pro .sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: -85px;
  margin-top: 0;
}
#top .nowOnAir .slider-pro .sp-previous-arrow {
  left: 0;
}
#top .nowOnAir .slider-pro .sp-next-arrow {
  right: 0;
}
#top .nowOnAir .slider-pro .container {
  position: relative;
  top: -380px;
  max-width: 1025px;
}
#top .bottomInfo {
  padding: 70px 0;
}
#top .bottomInfo .cap h2 {
  line-height: 49px;
  padding-left: 20px;
}
#top .bottomInfo .blog {
  position: relative;
  float: left;
  width: 580px;
  height: 365px;
  background: #fff;
}
#top .bottomInfo .blog .cap {
  background: url(/assets/images/min/capShort.jpg) no-repeat center;
}
#top .bottomInfo .blog .left {
  display: table-cell;
  vertical-align: top;
  max-width: 211px;
}
#top .bottomInfo .blog .left img {
  max-width: 211px;
}
#top .bottomInfo .blog .right {
  display: table-cell;
  width: 368px;
  padding: 20px 20px 0;
  line-height: 1.2;
}
#top .bottomInfo .blog .right h3 {
  min-height: 16px;
}
#top .bottomInfo .blog .right .blogBody {
  height: 215px;
  padding: 25px 0 0;
  font-size: 90%;
}
#top .bottomInfo .blog .noAjax {
  position: absolute;
  width: 580px;
  text-align: center;
  top: 184px;
}
#top .bottomInfo .blog .banner {
  display: block;
  text-align: right;
}
#top .bottomInfo .whatsNew {
  float: left;
  width: 380px;
  min-height: 365px;
  margin-left: 20px;
  background: #fff;
}
#top .bottomInfo .whatsNew .cap {
  background: url(/assets/images/min/capShortRight.jpg) no-repeat center;
}
#top .bottomInfo .whatsNew .cap a {
  width: 155px;
  height: 24px;
  line-height: 22px;
  margin: 12px 15px 0 0px;
  background: #AD2726;
  font-size: 82%;
}
#top .bottomInfo .whatsNew ul {
  padding: 20px;
  font-size: 90%;
}
#top .bottomInfo .whatsNew ul li {
  border-bottom: dotted 1px #000;
  clear: both;
  overflow: hidden;
}
#top .bottomInfo .whatsNew ul li:first-child .date {
  padding-top: 0;
}
#top .bottomInfo .whatsNew ul li:last-child {
  border-bottom: none;
}
#top .bottomInfo .whatsNew ul li:last-child a {
  padding-bottom: 0;
}
#top .bottomInfo .whatsNew ul .icon {
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
}
#top .bottomInfo .whatsNew ul .icon:first-child {
  margin-top: 0;
}
#top .bottomInfo .whatsNew ul .icon.new {
  background: #475f83;
}
#top .bottomInfo .whatsNew ul .icon.onair {
  background: #ff6600;
}
#top .bottomInfo .whatsNew ul .date {
  display: inline-block;
  line-height: 1;
  padding: 15px 0;
  margin-top: 2px;
}
#top .bottomInfo .whatsNew ul a {
  display: inline-block;
  line-height: 1.2;
  padding-bottom: 15px;
  text-decoration: underline;
  color: #000;
}
#top .bottomInfo .whatsNew .banner {
  margin-top: 10px;
}
#top .bottomInfo .whatsNew .banner a {
  display: inline-block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin: 0;
  color: #fff;
  padding-left: 20px;
  background: #ff6600;
  background: -moz-linear-gradient(top, #ff6600 0%, #e05b03 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6600), color-stop(100%, #e05b03));
  background: -webkit-linear-gradient(top, #ff6600 0%, #e05b03 100%);
  background: -o-linear-gradient(top, #ff6600 0%, #e05b03 100%);
  background: -ms-linear-gradient(top, #ff6600 0%, #e05b03 100%);
  background: linear-gradient(to bottom, #ff6600 0%, #e05b03 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#e05b03',GradientType=0 );
}
#top .bottomInfo .whatsNew .banner a i {
  padding-right: 10px;
  color: #9a1118;
  color: #fff;
  float: right;
  padding-top: 16px;
}

/*-----------------------------------------------
#tvseries
-----------------------------------------------*/
#tvseries .cap {
  margin-top: 0;
}
#tvseries .dayOfTheWeekArea,
#tvseries .junleArea {
  padding: 60px 0 50px;
  background-color: #fff;
}
#tvseries .dayOfTheWeekArea .cap span {
  line-height: 32px;
  font-weight: bold;
  font-size: 120%;
}
#tvseries .dayOfTheWeekArea .tableBlockBasic .cardHorizontal .right {
  width: 318px;
}
#tvseries .dayOfTheWeekArea .tableBlockBasic .color24 td {
  height: 103px;
}
#tvseries .dayOfTheWeekArea .tableBlockBasic .color24 td:nth-child(1) {
  line-height: 103px;
}
#tvseries .dayOfTheWeekArea .tableBlockBasic .color24 td .title {
  font-size: 90%;
  width: 290px;
}
#tvseries .dayOfTheWeekArea .tableBlockBasic td:nth-child(2) {
  width: 501px;
}
#tvseries .dayOfTheWeekArea .tableBlockBasic .transparentBg {
  float: left;
  width: 180px;
  height: 102px;
}
#tvseries .junleArea h2 {
  padding-left: 20px;
  font-size: 110%;
}
#tvseries .junleArea .transparentBg {
  float: left;
  width: 180px;
  height: 102px;
}
#tvseries .junleArea .cardHorizontal {
  background: #F5F5F5;
}
#tvseries .junleArea .cardHorizontal .band {
  bottom: -1px;
}
#tvseries .junleArea .cardHorizontal .right {
  width: 300px;
}
#tvseries .junleArea .cardHorizontal .right .title {
  padding-left: 30px;
  padding-top: 4px;
}
#tvseries .junleArea .cardHorizontal .right .dayOfTheWeekText:before {
  top: 10px;
  left: 10px;
}

/*-----------------------------------------------
whatsnew
-----------------------------------------------*/
#whatsnew main {
  padding: 20px 0 80px;
}
#whatsnew .iconAria {
  overflow: hidden;
  margin-bottom: 5px;
}
#whatsnew .icon {
  float: left;
  margin-right: 10px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
}
#whatsnew .icon.new {
  background: #475f83;
}
#whatsnew .icon.onair {
  background: #ff6600;
}
#whatsnew .left,
#whatsnew .right {
  float: left;
}
#whatsnew .left {
  width: 650px;
}
#whatsnew .left a {
  text-decoration: underline;
  color: #3f5c88;
}
#whatsnew .left .cap {
  margin: 0;
  background: #8d2424;
  height: auto;
  min-height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#whatsnew .left .cap .icon {
  margin: 3px 0 0 10px;
  float: left;
  width: 60px;
}
#whatsnew .left .cap h2 {
  padding-left: 10px;
  width: 580px;
  line-height: 150%;
}
#whatsnew .left .wrapper {
  background: #fff;
}
#whatsnew .left .top {
  padding: 10px 20px 20px;
}
#whatsnew .left .top time {
  display: block;
  padding: 0 0 20px;
  text-align: right;
  color: #6e6e6e;
}
#whatsnew .left .bottom {
  padding: 0 20px 20px;
  overflow: hidden;
}
#whatsnew .left .bottom .content {
  padding-top: 20px;
}
#whatsnew .left .bottom .box {
  float: left;
  width: 305px;
}
#whatsnew .left .bottom h3 {
  font-weight: bold;
}
#whatsnew .left .bottom dt,
#whatsnew .left .bottom dd {
  border: solid 1px #eeeeee;
  text-align: center;
}
#whatsnew .left .bottom dt {
  padding: 20px;
  background: #f9f9f9;
}
#whatsnew .left .bottom dd {
  display: table;
  border-top: none;
}
#whatsnew .left .bottom dd span {
  display: table-cell;
  height: 105px;
  padding: 20px;
  vertical-align: middle;
}
#whatsnew .left .bottom dd span:nth-child(1) {
  width: 135px;
  background: #c6d8e5;
  color: #3f5c88;
}
#whatsnew .left .bottom dd span:nth-child(2) {
  width: 170px;
}
#whatsnew .left .pages li {
  position: relative;
  display: block;
  float: left;
  width: 50%;
}
#whatsnew .left .pages li:nth-child(1) a i {
  left: 0px;
}
#whatsnew .left .pages li.right {
  float: right;
  text-align: right;
}
#whatsnew .left .pages li.right a i {
  right: -5px;
}
#whatsnew .left .pages li a {
  padding: 20px;
  display: block;
}
#whatsnew .left .pages li a i {
  padding-right: 10px;
  color: #9a1118;
  position: absolute;
  top: 23px;
}
#whatsnew .right {
  width: 305px;
  padding-left: 20px;
}
#whatsnew .right li {
  background: #fff;
}
#whatsnew .right li + li {
  margin-top: 20px;
}
#whatsnew .right li:active {
  background: #f2f2f2;
}
#whatsnew .right li a {
  position: relative;
  display: block;
  padding: 20px;
}
#whatsnew .right li a time {
  padding-top: 2px;
  display: block;
  color: #6e6e6e;
}
#whatsnew .right li a span {
  padding-top: 20px;
}
#whatsnew .right li a span.iconOnair {
  padding-top: 0;
  display: inline;
}
#whatsnew .right li a i {
  padding-right: 10px;
  color: #9a1118;
  position: absolute;
  top: 50%;
  right: 0;
}
#whatsnew .right .banner {
  background: #ff6600;
  background: -moz-linear-gradient(top, #ff6600 0%, #e05b03 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6600), color-stop(100%, #e05b03));
  background: -webkit-linear-gradient(top, #ff6600 0%, #e05b03 100%);
  background: -o-linear-gradient(top, #ff6600 0%, #e05b03 100%);
  background: -ms-linear-gradient(top, #ff6600 0%, #e05b03 100%);
  background: linear-gradient(to bottom, #ff6600 0%, #e05b03 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#e05b03',GradientType=0 );
}
#whatsnew .right .banner h3 {
  font-size: 20px;
  color: #fff;
}
#whatsnew .right .banner p {
  color: #fff;
}
#whatsnew .right .banner i {
  color: #fff;
}

/*-----------------------------------------------
放送情報配信サービスとは？
-----------------------------------------------*/
#whatsnewmail main {
  padding: 20px 0 80px;
}
#whatsnewmail.index h2,
#whatsnewmail.index h3 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #9a1118;
}
#whatsnewmail.index h2 {
  font-size: 30px;
}
#whatsnewmail.index h3 {
  font-size: 25px;
}
#whatsnewmail.index h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
#whatsnewmail.index .container {
  padding-bottom: 0px;
}
#whatsnewmail.index .top {
  padding: 30px;
  background: #fff;
  float: none;
}
#whatsnewmail.index .top h2 {
  float: left;
  width: 400px;
  line-height: 200%;
}
#whatsnewmail.index .top p {
  padding-top: 10px;
}
#whatsnewmail.index .bottom {
  margin-top: 20px;
  position: relative;
}
#whatsnewmail.index .bottom .hand {
  position: absolute;
  right: 0px;
  top: -40px;
}
#whatsnewmail.index .bottom h3 {
  overflow: hidden;
  margin-bottom: 20px;
}
#whatsnewmail.index .bottom h3 span {
  display: block;
  float: left;
  padding-top: 10px;
}
#whatsnewmail.index .bottom h3 .fa-arrow-right {
  float: left;
  color: #00698C;
  font-size: 50px;
  padding: 0 20px;
}
#whatsnewmail.index .submit {
  text-align: center;
  margin-top: 20px;
}
#whatsnewmail.confirm main, #whatsnewmail.complete main {
  padding: 0 0 80px;
}
#whatsnewmail.confirm main .cap, #whatsnewmail.complete main .cap {
  margin-top: 0;
  margin-bottom: 80px;
}
#whatsnewmail.confirm main p, #whatsnewmail.complete main p {
  text-align: center;
}
#whatsnewmail .attention {
  padding-top: 0;
}

#company .lower {
  padding-bottom: 40px;
}
#company .cap {
  margin-top: 0;
}
#company table {
  margin-top: 10px;
  width: 100%;
}
#company table tbody td {
  padding: 20px;
  background: #ffffff;
  text-align: left;
}
#company table tbody td:nth-child(1) {
  width: 200px;
  text-align: center;
}

#link .lower {
  padding-bottom: 40px;
}
#link .cap {
  margin-top: 0;
}
#link .cap.gray {
  background: #BBBBBB;
}
#link .bottom h3 {
  font-weight: bold;
  margin: 20px 0;
}
#link .bottom h3:nth-child(1) {
  margin-top: 0px 0;
}
#link .bottom p {
  line-height: 150%;
}
#link .bottom .textAria {
  margin: 20px 0;
  padding: 20px;
  background: #fff;
}
#link .linkBox {
  padding: 0;
  margin-bottom: 20px;
  background: #fff;
}
#link .linkBox td {
  vertical-align: top;
  padding: 20px;
}
#link ul li {
  border-left: solid 10px #F8F8F8;
  border-bottom: solid 10px #F8F8F8;
  text-align: center;
  background: #fff;
  padding: 10px;
}
#link ul li:nth-child(1) {
  border-left: solid 0px #F8F8F8;
}

#present .fullLight {
  margin-top: 0;
  height: auto;
  vertical-align: middle;
  background: #9a1118;
}
#present .fullLight h2 {
  padding: 20px 0;
  line-height: 140%;
}
#present .top a,
#present .bottom a {
  text-decoration: underline;
  color: #9a1118;
}
#present .top div {
  margin: 0;
  padding: 20px;
  background: #fff;
}
#present .top div.img {
  text-align: center;
}
#present .top div.img span {
  margin-top: 20px;
  display: block;
  font-size: 80%;
  text-align: right;
}
#present .top div.text p {
  margin: 20px 0;
}
#present .top div.text .red {
  border: dashed 1px #ddd;
  padding: 20px;
  margin: 40px 0 20px 0;
  color: #9a1118;
  font-size: 160%;
  display: block;
  text-align: center;
}
#present .top div.text h3 {
  font-size: 140%;
}
#present .top div.text h4 {
  font-size: 100%;
  margin-top: 20px;
  padding: 10px;
  background: #9a1118;
  color: #fff;
}
#present .top table {
  width: 100%;
  margin-top: 20px;
}
#present .top table th {
  width: 200px;
  padding: 20px;
  border-left: solid 1px #E5E5E5;
  border-top: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
}
#present .top table td {
  padding: 20px;
  background: #fff;
  text-align: left;
  padding: 20px;
  border: solid 1px #E5E5E5;
}
#present .bottom {
  margin-bottom: 50px;
}
#present .bottom .formBasic .formBox {
  background: #fff;
}
#present .bottom .formBasic .formBox .form-inline:nth-child(5) ul {
  padding-left: 20px;
}
#present.complete .container {
  padding-bottom: 0px;
}
#present.complete .top {
  background: #fff;
  padding: 40px;
  margin: 20px 0 40px 0;
}
#present.complete .top p {
  text-align: center;
}

/*-----------------------------------------------
#mailmagazine
-----------------------------------------------*/
#mailmagazine main {
  padding: 20px 0 0 0;
}
#mailmagazine main > .top > .top {
  padding: 20px;
  padding-left: 200px;
  background: url(/assets/images/min/iconMail.jpg) no-repeat #fff;
  background-position: 50px 50%;
}
#mailmagazine main > .top > .top h2 {
  font-size: 120%;
  font-weight: 700;
}
#mailmagazine main > .top > .top p {
  padding: 20px 0 0;
}
#mailmagazine main > .top > .top p span {
  display: block;
  padding-top: 20px;
  font-size: 85%;
}
#mailmagazine .bottom {
  margin-top: 20px;
}
#mailmagazine .bottom ul {
  overflow: hidden;
  margin-bottom: 080px;
}
#mailmagazine .bottom ul li {
  float: left;
  width: 230px;
  margin-right: 20px;
}
#mailmagazine .bottom ul li div {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 10px;
  border: solid 1px #fff;
  height: 150px;
  position: relative;
  margin-bottom: 20px;
}
#mailmagazine .bottom ul li div:hover {
  border: solid 1px #9a1118;
}
#mailmagazine .bottom ul li div img {
  width: 40%;
}
#mailmagazine .bottom ul li div h3 {
  position: absolute;
  top: 100px;
  width: 210px;
  text-align: center;
  margin-top: 10px;
  color: #9a1118;
  font-size: 16px;
}
#mailmagazine .bottom ul li:nth-child(4) {
  float: right;
  margin-right: 0;
}

#sitemap .lower {
  padding-bottom: 60px;
}
#sitemap .lower #hideNav .content h2 {
  font-size: 30px;
  margin: 30px 0;
}
#sitemap .lower #hideNav .content .container {
  padding: 0;
}
#sitemap .lower #hideNav .content .title {
  padding: 15px 0 15px 60px;
  font-weight: bold;
  border-bottom: solid 1px #e0e0e0;
  border-left: solid 1px #f7f7f7;
  border-right: solid 1px #e0e0e0;
  font-size: 110%;
  background: #fff;
}
#sitemap .lower #hideNav .content .title a {
  position: relative;
}
#sitemap .lower #hideNav .content .title.sqiareIcon i:nth-child(1) {
  top: -3px;
  left: -35px;
}
#sitemap .lower #hideNav .content .title.sqiareIcon i:nth-child(2) {
  top: 3px;
  left: -27px;
  font-size: 100%;
}
#sitemap .lower #hideNav .content .navList,
#sitemap .lower #hideNav .content .navTable {
  margin-top: 1px;
  padding: 10px 10px;
  background: #fafafa;
  border: solid 1px #e0e0e0;
  border-top: none;
  font-size: 90%;
}
#sitemap .lower #hideNav .content .navList li,
#sitemap .lower #hideNav .content .navList td,
#sitemap .lower #hideNav .content .navTable li,
#sitemap .lower #hideNav .content .navTable td {
  float: left;
  display: block;
  width: 50%;
  border-bottom: solid 1px #e0e0e0;
}
#sitemap .lower #hideNav .content .navList li:nth-child(even),
#sitemap .lower #hideNav .content .navList td:nth-child(even),
#sitemap .lower #hideNav .content .navTable li:nth-child(even),
#sitemap .lower #hideNav .content .navTable td:nth-child(even) {
  border-left: solid 1px #e0e0e0;
}
#sitemap .lower #hideNav .content .navList li a,
#sitemap .lower #hideNav .content .navList td a,
#sitemap .lower #hideNav .content .navTable li a,
#sitemap .lower #hideNav .content .navTable td a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 30px;
  background-color: #fff;
}
#sitemap .lower #hideNav .content .navList li i,
#sitemap .lower #hideNav .content .navList td i,
#sitemap .lower #hideNav .content .navTable li i,
#sitemap .lower #hideNav .content .navTable td i {
  padding-right: 10px;
  color: #9a1118;
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 130%;
}
#sitemap .lower #hideNav .content .navList.differentList li,
#sitemap .lower #hideNav .content .navTable.differentList li {
  float: none;
  width: 280px;
  border-right: solid 1px #ededed;
  border-bottom: solid 1px #d8d8d8;
}
#sitemap .lower #hideNav .content .navList.differentList li:nth-child(even),
#sitemap .lower #hideNav .content .navTable.differentList li:nth-child(even) {
  margin-top: 2px;
  border-left: none;
}
#sitemap .lower #hideNav .content .threeCol {
  float: left;
  width: 313px;
}
#sitemap .lower #hideNav .content .threeCol + .threeCol {
  margin-left: 20px;
}
#sitemap .lower #hideNav .content {
  top: 120px\0;
}
#sitemap .lower #hideNav .content {
  top: 120px\9;
}
#sitemap .lower #hideNav .feature .left,
#sitemap .lower #hideNav .feature .right {
  float: left;
  width: 480px;
}
#sitemap .lower #hideNav .feature .left .navTable tr:last-child td:nth-child(1),
#sitemap .lower #hideNav .feature .right .navTable tr:last-child td:nth-child(1) {
  border-bottom: none;
}
#sitemap .lower #hideNav .feature .left .navTable td,
#sitemap .lower #hideNav .feature .right .navTable td {
  float: none;
  display: table-cell;
  background: #fff;
  vertical-align: top;
  border-right: solid 1px #e0e0e0;
}
#sitemap .lower #hideNav .feature .left .navTable td:nth-child(even),
#sitemap .lower #hideNav .feature .right .navTable td:nth-child(even) {
  border-left: solid 1px #e0e0e0;
}
#sitemap .lower #hideNav .feature .right {
  margin-left: 20px;
}
#sitemap .lower #hideNav .feature .right p {
  margin: 20px;
}
#sitemap .lower #hideNav .feature a {
  line-height: 1.7;
}
#sitemap .lower #hideNav .tv .left,
#sitemap .lower #hideNav .tv .right {
  float: left;
}
#sitemap .lower #hideNav .tv .left {
  width: 315px;
}
#sitemap .lower #hideNav .tv .left .title:nth-child(1) {
  padding-top: 75px;
  background: #fff url(/assets/images/min/iconNew.jpg) no-repeat;
  background-position: 50% 5px;
}
#sitemap .lower #hideNav .tv .left .navList.dayOfTheWeek {
  padding: 0 15px 15px;
}
#sitemap .lower #hideNav .tv .left .navList.dayOfTheWeek li {
  width: 65px;
  height: 65px;
  line-height: 45px;
  margin: 20px 0 0;
  border: none;
  text-align: center;
}
#sitemap .lower #hideNav .tv .left .navList.dayOfTheWeek li:nth-child(5) {
  margin-left: 0;
}
#sitemap .lower #hideNav .tv .left .navList.dayOfTheWeek li + li {
  margin-left: 7px;
}
#sitemap .lower #hideNav .tv .left .navList.dayOfTheWeek li a {
  padding: 10px;
}
#sitemap .lower #hideNav .tv .right {
  width: 645px;
  margin-left: 20px;
}
#sitemap .lower #hideNav .information .threeCol:nth-child(2) .title {
  background: url(/assets/images/min/cinemachopLogo.png) no-repeat #fff;
  background-size: 200px auto;
  background-position: 50% 5px;
}
#sitemap .lower #hideNav .information .threeCol:nth-child(2) .title span {
  display: inline-block;
  padding-top: 10px;
}
#sitemap .lower #hideNav .information .threeCol:nth-child(3) .title {
  background: url(/assets/images/min/pinLogo.png) no-repeat #fff;
  background-size: 200px auto;
  background-position: 50% 5px;
}
#sitemap .lower #hideNav .information .threeCol:nth-child(4) .title {
  background: url(/assets/images/min/msmLogo.png) no-repeat #fff;
  background-size: 200px auto;
  background-position: 50% 5px;
}
#sitemap .lower #hideNav .information .title {
  height: 150px;
  line-height: 1.2;
  padding: 100px 20px 20px;
  text-align: center;
}
#sitemap .lower #hideNav .support .threeCol:nth-child(2) ul li.title:nth-child(1), #sitemap .lower #hideNav .support .threeCol:nth-child(2) ul li.title:nth-child(2) {
  height: 120px;
  padding-top: 85px;
}
#sitemap .lower #hideNav .support .threeCol:nth-child(2) ul li.title:nth-child(1) {
  background: url(/assets/images/min/iconGuide.png) no-repeat #fff;
  background-position: 50% 5px;
}
#sitemap .lower #hideNav .support .threeCol:nth-child(2) ul li.title:nth-child(2) {
  background: url(/assets/images/min/iconQuo.jpg) no-repeat #fff;
  background-position: 50% 5px;
}
#sitemap .lower #hideNav .support .threeCol:nth-child(3) .title:nth-child(1) {
  height: 120px;
  padding-top: 85px;
  background: url(/assets/images/min/iconFaq.jpg) no-repeat #fff;
  background-position: 50% 5px;
}
#sitemap .lower #hideNav .support .threeCol:nth-child(3) .title:nth-child(2) {
  height: 67px;
  padding-top: 25px;
  background: url(/assets/images/min/iconMob.jpg) right bottom no-repeat #fff;
  background-size: contain;
}
#sitemap .lower #hideNav .support .threeCol:nth-child(3) .navList li a {
  padding: 14px 10px 14px 30px;
}
#sitemap .lower #hideNav .support .threeCol:nth-child(3) .navList li i {
  top: 13px;
}
#sitemap .lower #hideNav .support .threeCol:nth-child(4) .navList {
  margin-top: -5px;
  padding: 0;
  background: none;
  border: none;
}
#sitemap .lower #hideNav .support .threeCol:nth-child(4) .navList li {
  width: 100%;
}
#sitemap .lower #hideNav .support .threeCol:nth-child(4) .navList li a {
  padding: 20px 10px 19px 30px;
}
#sitemap .lower #hideNav .support .threeCol:nth-child(4) .navList li:nth-child(even) {
  border-left: none;
}
#sitemap .lower #hideNav .support .threeCol:nth-child(4) .navList li i {
  top: 20px;
}

/*-----------------------------------------------
#faq
-----------------------------------------------*/
#notfound main {
  padding: 80px 0 80px;
}
#notfound main a {
  text-decoration: underline;
  color: #9a1118;
}
#notfound main > .top > .top {
  text-align: center;
  margin: 0 auto;
  width: 422px;
}
#notfound main > .top > .top img {
  padding-bottom: 20px;
}
#notfound main > .top > .top p {
  text-align: left;
  padding: 20px 0 0;
}
#notfound main > .top > .top p span {
  display: block;
  padding-top: 20px;
  font-size: 85%;
}
