/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #294762;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #489be8;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1a82e2;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #fbfbfc;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: inherit;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #fbfbfc;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 34px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #fbfbfc;
}
.text-primary {
  color: #1a82e2;
}
a.text-primary:hover {
  color: #1568b4;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #1a82e2;
}
a.bg-primary:hover {
  background-color: #1568b4;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid none;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #fbfbfc;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #fbfbfc;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #fbfbfc;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #fbfbfc;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #005aa4;
  background-color: #f2f2f9;
  white-space: nowrap;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 1px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 768px - 1) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #294762;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-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: 16px;
  line-height: 1.5;
  color: #294762;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #294762;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid rgba(41, 71, 98, 0.2);
  border-radius: none;
  -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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #1a82e2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(26, 130, 226, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(26, 130, 226, 0.6);
}
.form-control::-moz-placeholder {
  color: rgba(41, 71, 98, 0.2);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgba(41, 71, 98, 0.2);
}
.form-control::-webkit-input-placeholder {
  color: rgba(41, 71, 98, 0.2);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: rgba(158, 158, 158, 0.4);
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 38px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 4px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 29px;
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  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 {
  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 {
  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;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #5388b7;
}
@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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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: 31px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  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: #ffffff;
  background-color: rgba(26, 130, 226, 0.8);
  border-color: #1a82e2;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: rgba(22, 109, 189, 0.8);
  border-color: #1462ab;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: rgba(26, 130, 226, 0.8);
  border-color: #1a82e2;
}
.btn-default .badge {
  color: rgba(26, 130, 226, 0.8);
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: rgba(26, 130, 226, 0.8);
  border-color: #1a82e2;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: rgba(22, 109, 189, 0.8);
  border-color: #1462ab;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: rgba(26, 130, 226, 0.8);
  border-color: #1a82e2;
}
.btn-primary .badge {
  color: rgba(26, 130, 226, 0.8);
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: rgba(24, 201, 110, 0.8);
  border-color: #18c96e;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: rgba(20, 165, 90, 0.8);
  border-color: #119250;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: rgba(24, 201, 110, 0.8);
  border-color: #18c96e;
}
.btn-success .badge {
  color: rgba(24, 201, 110, 0.8);
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: rgba(0, 188, 212, 0.8);
  border-color: #00bcd4;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: rgba(0, 152, 171, 0.8);
  border-color: #008697;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: rgba(0, 188, 212, 0.8);
  border-color: #00bcd4;
}
.btn-info .badge {
  color: rgba(0, 188, 212, 0.8);
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: rgba(255, 153, 0, 0.8);
  border-color: #ff9900;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: rgba(214, 129, 0, 0.8);
  border-color: #c27400;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: rgba(255, 153, 0, 0.8);
  border-color: #ff9900;
}
.btn-warning .badge {
  color: rgba(255, 153, 0, 0.8);
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: rgba(183, 28, 28, 0.8);
  border-color: #b71c1c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: rgba(148, 23, 23, 0.8);
  border-color: #821414;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: rgba(183, 28, 28, 0.8);
  border-color: #b71c1c;
}
.btn-danger .badge {
  color: rgba(183, 28, 28, 0.8);
  background-color: #ffffff;
}
.btn-link {
  color: #489be8;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #1a82e2;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: rgba(158, 158, 158, 0.5);
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: 16px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -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: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: rgba(41, 71, 98, 0.6);
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #294762;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #1a82e2;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #fbfbfc;
}
.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: 13px;
  line-height: 1.5;
  color: #fbfbfc;
}
.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: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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 .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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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 {
  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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 > .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: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  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%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: 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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 4px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 16px;
  font-weight: normal;
  line-height: 1;
  color: #294762;
  text-align: center;
  background-color: none;
  border: 1px solid rgba(41, 71, 98, 0.2);
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 1px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 4px;
}
.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;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 12px 16px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: rgba(158, 158, 158, 0.5);
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: rgba(158, 158, 158, 0.5);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #489be8;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #fbfbfc #fbfbfc #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ececed;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #1a82e2;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 74px;
  margin-bottom: none;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: none;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: none;
  overflow-x: visible;
  padding-right: 12px;
  padding-left: 12px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 12px 12px;
  font-size: 20px;
  line-height: 24px;
  height: 74px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -12px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 12px;
  padding: 9px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6px -12px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 768px - 1) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -12px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -12px;
  margin-right: -12px;
  padding: 10px 12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 18px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 768px - 1) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -12px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-btn.btn-sm {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
.navbar-btn.btn-xs {
  margin-top: 26px;
  margin-bottom: 26px;
}
.navbar-text {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fbfbfc;
  border-color: #ececed;
}
.navbar-default .navbar-brand {
  color: rgba(41, 70, 97, 0.8);
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: rgba(26, 44, 61, 0.8);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #294762;
}
.navbar-default .navbar-nav > li > a {
  color: rgba(41, 70, 97, 0.8);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #1a82e2;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #1a82e2;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: rgba(158, 158, 158, 0.5);
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ececed;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #1a82e2;
}
@media (max-width: 768px - 1) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: rgba(41, 70, 97, 0.8);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #1a82e2;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #1a82e2;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: rgba(158, 158, 158, 0.5);
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: rgba(41, 70, 97, 0.8);
}
.navbar-default .navbar-link:hover {
  color: #1a82e2;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #fbfbfc;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fbfbfc;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fbfbfc;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 768px - 1) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fbfbfc;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #fbfbfc;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 0px 0px;
  margin-bottom: 24px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #424752;
}
.breadcrumb > .active {
  color: #424752;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #489be8;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #1a82e2;
  background-color: #fbfbfc;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #1a82e2;
  border-color: #1a82e2;
  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: #fbfbfc;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #fbfbfc;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #fbfbfc;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #fbfbfc;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #dedee6;
}
.label-primary {
  background-color: #1a82e2;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1568b4;
}
.label-success {
  background-color: #18c96e;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #139b55;
}
.label-info {
  background-color: #00bcd4;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #008fa1;
}
.label-warning {
  background-color: #ff9900;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cc7a00;
}
.label-danger {
  background-color: #b71c1c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #8b1515;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #fbfbfc;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #489be8;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #fbfbfc;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 4px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #489be8;
}
.thumbnail .caption {
  padding: 9px;
  color: #294762;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  background-color: #1a82e2;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #18c96e;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #00bcd4;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ff9900;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #b71c1c;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #1a82e2;
  border-color: #1a82e2;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #cfe5f9;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #1a82e2;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #1a82e2;
  border-color: #1a82e2;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #1a82e2;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #1a82e2;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 4px;
}
.well-sm {
  padding: 9px;
  border-radius: 1px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  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%);
  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);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.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.5px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
@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: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 2px;
}
.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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -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: 16px;
  font-weight: normal;
  line-height: 18px;
  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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  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;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.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: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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: none;
  color: #ffffff;
  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%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  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 #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 768px - 1) {
  .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 (min-width: 768px) and (max-width: 992px - 1) {
  .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: 992px) and (max-width: 1200px - 1) {
  .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: 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 (max-width: 768px - 1) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 992px - 1) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px - 1) {
  .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;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media print {
  #search {
    width: 0;
    padding: 0;
    margin: 0;
    display: none;
  }
  #nav-menu {
    width: 0;
    padding: 0;
    margin: 0;
    display: none;
  }
  #header {
    display: none;
  }
  #footer {
    display: none;
  }
  #content {
    padding-top: 10;
    overflow: auto;
    padding-bottom: 0;
  }
  textarea {
    display: none;
  }
  .pull-right.download {
    display: none;
  }
  .code-buttons {
    display: none;
  }
  .nav-tabs {
    display: none;
  }
  .tab-content {
    background: none;
  }
  .tab-content > .tab-pane {
    display: block;
  }
  .breadcrumb,
  .edit-link,
  .feedback {
    display: none;
  }
  .code {
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-size: 11px;
  }
  .highlight code {
    background: red;
    background-image: none;
  }
  .gutter {
    display: none;
  }
  .line {
    font-size: 10px;
  }
  .highlight {
    overflow: visible !important;
    border: none !important;
    word-wrap: normal;
  }
  figure.code {
    margin-left: 0;
  }
  table,
  h1,
  h2,
  blockquote {
    clear: both;
    page-break-inside: avoid;
  }
  table * {
    clear: both;
    page-break-after: avoid;
    page-break-before: avoid;
  }
  #footer-iframe {
    display: none;
  }
}
.code-wrapper figure.code,
#overlay figure.code {
  margin-bottom: 36px;
  border-radius: 0 2px 2px 0;
  border: 1px solid #ececed !important;
  border-radius: 2px;
}
.code-wrapper .highlight table td.code,
#overlay .highlight table td.code,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight table td.code,
#overlay html .gist .gist-file .gist-syntax .gist-highlight table td.code {
  width: 100%;
}
.code-wrapper .highlight code,
#overlay .highlight code {
  background-color: #fbfbfc !important;
  border-radius: 0 2px 2px 0;
}
.code-wrapper .highlight .line-numbers,
#overlay .highlight .line-numbers,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight .line-numbers,
#overlay html .gist .gist-file .gist-syntax .gist-highlight .line-numbers {
  text-align: right;
  font-size: 13px;
  background: #f5f5f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: .8em !important;
  border-radius: 2px 0 0 2px;
}
.code-wrapper html .gist .gist-file,
#overlay html .gist .gist-file {
  margin-bottom: 1.8em;
  position: relative;
  border: none;
  padding-top: 26px !important;
}
.code-wrapper html .gist .gist-file .gist-syntax,
#overlay html .gist .gist-file .gist-syntax {
  border-bottom: 0 !important;
}
.code-wrapper html .gist .gist-file .gist-meta,
#overlay html .gist .gist-file .gist-meta {
  color: #999999;
  font-size: .7em !important;
  border: 1px solid #E1E1E1 !important;
  border-top: 1px solid #FFFFFF !important;
  line-height: 1.5em;
  padding: .6em .8em;
}
.code-wrapper html .gist .gist-file .gist-meta a[href*="#file"],
#overlay html .gist .gist-file .gist-meta a[href*="#file"] {
  position: absolute;
  top: 0;
  left: 0;
  right: -10px;
  color: #999999 !important;
}
.code-wrapper html .gist .gist-file .gist-meta a[href*="raw"],
#overlay html .gist .gist-file .gist-meta a[href*="raw"] {
  top: 7px;
}
.code-wrapper pre,
#overlay pre {
  -webkit-border-radius: .4em;
  -moz-border-radius: .4em;
  -ms-border-radius: .4em;
  -o-border-radius: .4em;
  border-radius: .4em;
  border: 1px solid #E1E1E1;
  font-size: 13px;
  margin-bottom: 2.1em;
  color: #222222;
  overflow: auto;
  white-space: pre;
  word-wrap: normal;
  padding: .8em 1em;
}
.code-wrapper pre code,
#overlay pre code {
  white-space: pre;
}
.code-wrapper h3.filename + pre,
#overlay h3.filename + pre {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.code-wrapper p code,
#overlay p code,
.code-wrapper li code,
#overlay li code {
  display: inline-block;
  white-space: no-wrap;
  font-size: .8em;
  line-height: 1.5em;
  color: #555555;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: .4em;
  -moz-border-radius: .4em;
  -ms-border-radius: .4em;
  -o-border-radius: .4em;
  border-radius: .4em;
  margin: -1px 0;
  padding: 0 .3em;
}
.code-wrapper p pre code,
#overlay p pre code,
.code-wrapper li pre code,
#overlay li pre code {
  font-size: 1em !important;
  border: none;
}
.code-wrapper .pre-code,
#overlay .pre-code,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre,
.code-wrapper .highlight code,
#overlay .highlight code {
  font-family: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace !important;
  overflow: scroll;
  overflow-y: hidden;
  display: block;
  overflow-x: auto;
  color: #222222 !important;
  padding: .8em !important;
}
.code-wrapper .pre-code span,
#overlay .pre-code span,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre span,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre span {
  color: #222222 !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.code-wrapper .pre-code .cs,
#overlay .pre-code .cs,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .cs,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .cs,
.code-wrapper .highlight code .cs,
#overlay .highlight code .cs {
  color: #999999 !important;
  font-style: italic !important;
}
.code-wrapper .pre-code .err,
#overlay .pre-code .err,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .err,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .err,
.code-wrapper .highlight code .err,
#overlay .highlight code .err {
  color: #DC322F !important;
  background: none !important;
}
.code-wrapper .pre-code .k,
#overlay .pre-code .k,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .k,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .k,
.code-wrapper .highlight code .k,
#overlay .highlight code .k {
  color: #CB4B16 !important;
}
.code-wrapper .pre-code .p,
#overlay .pre-code .p,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .p,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .p,
.code-wrapper .highlight code .p,
#overlay .highlight code .p {
  color: #222222 !important;
}
.code-wrapper .pre-code .ow,
#overlay .pre-code .ow,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .ow,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .ow,
.code-wrapper .highlight code .ow,
#overlay .highlight code .ow {
  color: #2AA198 !important;
}
.code-wrapper .pre-code .gd,
#overlay .pre-code .gd,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .gd,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .gd,
.code-wrapper .highlight code .gd,
#overlay .highlight code .gd {
  color: #222222 !important;
  background-color: #F6CBCB !important;
  display: inline-block;
}
.code-wrapper .pre-code .gd .x,
#overlay .pre-code .gd .x,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .gd .x,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .gd .x,
.code-wrapper .highlight code .gd .x,
#overlay .highlight code .gd .x {
  color: #222222 !important;
  background-color: #F2B7B6 !important;
  display: inline-block;
}
.code-wrapper .pre-code .ge,
#overlay .pre-code .ge,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .ge,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .ge,
.code-wrapper .highlight code .ge,
#overlay .highlight code .ge {
  color: #222222 !important;
  font-style: italic !important;
}
.code-wrapper .pre-code .gi,
#overlay .pre-code .gi,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .gi,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .gi,
.code-wrapper .highlight code .gi,
#overlay .highlight code .gi {
  color: #222222 !important;
  background-color: #E6EACC !important;
  display: inline-block;
}
.code-wrapper .pre-code .gi .x,
#overlay .pre-code .gi .x,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .gi .x,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .gi .x,
.code-wrapper .highlight code .gi .x,
#overlay .highlight code .gi .x {
  color: #222222 !important;
  background-color: #CED699 !important;
  display: inline-block;
}
.code-wrapper .pre-code .gu,
#overlay .pre-code .gu,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .gu,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .gu,
.code-wrapper .highlight code .gu,
#overlay .highlight code .gu {
  color: #6C71C4 !important;
}
.code-wrapper .pre-code .kc,
#overlay .pre-code .kc,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .kc,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .kc,
.code-wrapper .highlight code .kc,
#overlay .highlight code .kc {
  color: #859900 !important;
}
.code-wrapper .pre-code .kp,
#overlay .pre-code .kp,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .kp,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .kp,
.code-wrapper .highlight code .kp,
#overlay .highlight code .kp {
  color: #CB4B16 !important;
}
.code-wrapper .pre-code .kr,
#overlay .pre-code .kr,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .kr,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .kr,
.code-wrapper .highlight code .kr,
#overlay .highlight code .kr {
  color: #D33682 !important;
}
.code-wrapper .pre-code .nc,
#overlay .pre-code .nc,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .nc,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .nc,
.code-wrapper .highlight code .nc,
#overlay .highlight code .nc {
  color: #D33682 !important;
}
.code-wrapper .pre-code .se,
#overlay .pre-code .se,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .se,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .se,
.code-wrapper .highlight code .se,
#overlay .highlight code .se {
  color: #DC322F !important;
}
.code-wrapper .pre-code div .gd,
#overlay .pre-code div .gd,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre div .gd,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre div .gd,
.code-wrapper .highlight code div .gd,
#overlay .highlight code div .gd,
.code-wrapper .pre-code div .gd .x,
#overlay .pre-code div .gd .x,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre div .gd .x,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre div .gd .x,
.code-wrapper .highlight code div .gd .x,
#overlay .highlight code div .gd .x,
.code-wrapper .pre-code div .gi,
#overlay .pre-code div .gi,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre div .gi,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre div .gi,
.code-wrapper .highlight code div .gi,
#overlay .highlight code div .gi,
.code-wrapper .pre-code div .gi .x,
#overlay .pre-code div .gi .x,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre div .gi .x,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre div .gi .x,
.code-wrapper .highlight code div .gi .x,
#overlay .highlight code div .gi .x {
  display: inline-block;
  width: 100%;
}
.code-wrapper .highlight,
#overlay .highlight,
.code-wrapper .gist-highlight,
#overlay .gist-highlight {
  margin-bottom: 1.8em;
  overflow-y: hidden;
  overflow-x: auto;
}
.code-wrapper .highlight pre,
#overlay .highlight pre,
.code-wrapper .gist-highlight pre,
#overlay .gist-highlight pre {
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.code-wrapper .highlight code,
#overlay .highlight code {
  background-color: #FFFFFF;
}
.code-wrapper figure.code,
#overlay figure.code {
  background: none;
  border: 0;
  margin-bottom: 1.5em;
  padding: 0;
}
.code-wrapper figure.code figcaption,
#overlay figure.code figcaption {
  position: relative;
}
.code-wrapper .code-title,
#overlay .code-title,
.code-wrapper html .gist .gist-file .gist-meta a[href*="#file"],
#overlay html .gist .gist-file .gist-meta a[href*="#file"],
.code-wrapper h3.filename,
#overlay h3.filename,
.code-wrapper figure.code figcaption,
#overlay figure.code figcaption {
  text-align: center;
  font-size: 13px;
  line-height: 2em;
  font-weight: 400;
  margin-bottom: 0;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  font-family: "Helvetica Neue", Arial, "Lucida Grande", "Lucida Sans Unicode", Lucida, sans-serif;
  border: 1px solid #565656;
  border-top-color: #CBCBCB;
  border-left-color: #A5A5A5;
  border-right-color: #A5A5A5;
  border-bottom: 0;
  text-shadow: none;
  color: #999999;
  background: #000000;
}
.code-wrapper .download-source,
#overlay .download-source,
.code-wrapper html .gist .gist-file .gist-meta a[href*="raw"],
#overlay html .gist .gist-file .gist-meta a[href*="raw"],
.code-wrapper figure.code figcaption a,
#overlay figure.code figcaption a {
  position: absolute;
  right: .8em;
  text-decoration: none;
  z-index: 1;
  font-size: 13px;
  padding-left: 3em;
  color: #777777 !important;
  text-shadow: none;
}
.code-wrapper .highlight .line-numbers span,
#overlay .highlight .line-numbers span,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight .line-numbers span,
#overlay html .gist .gist-file .gist-syntax .gist-highlight .line-numbers span,
.code-wrapper .pre-code .gh,
#overlay .pre-code .gh,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .gh,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .gh,
.code-wrapper .highlight code .gh,
#overlay .highlight code .gh {
  color: #999999 !important;
}
.code-wrapper html .gist .gist-file .gist-meta a,
#overlay html .gist .gist-file .gist-meta a,
.code-wrapper html .gist .gist-file .gist-meta a:hover,
#overlay html .gist .gist-file .gist-meta a:hover {
  color: #1863A1 !important;
  text-decoration: none;
}
.code-wrapper html .gist .gist-file .gist-meta a[href*="#file"]:hover,
#overlay html .gist .gist-file .gist-meta a[href*="#file"]:hover,
.code-wrapper .download-source:hover,
#overlay .download-source:hover,
.code-wrapper html .gist .gist-file .gist-meta a[href*="raw"]:hover,
#overlay html .gist .gist-file .gist-meta a[href*="raw"]:hover,
.code-wrapper figure.code figcaption a:hover,
#overlay figure.code figcaption a:hover {
  color: #FFFFFF !important;
  text-decoration: none;
}
.code-wrapper .pre-code ::-moz-selection,
#overlay .pre-code ::-moz-selection,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre ::-moz-selection,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre ::-moz-selection,
.code-wrapper .highlight code ::-moz-selection,
#overlay .highlight code ::-moz-selection,
.code-wrapper .pre-code ::-webkit-selection,
#overlay .pre-code ::-webkit-selection,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre ::-webkit-selection,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre ::-webkit-selection,
.code-wrapper .highlight code ::-webkit-selection,
#overlay .highlight code ::-webkit-selection,
.code-wrapper .pre-code ::selection,
#overlay .pre-code ::selection,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre ::selection,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre ::selection,
.code-wrapper .highlight code ::selection,
#overlay .highlight code ::selection {
  background: #E9E9E9;
  color: inherit;
  text-shadow: #FFFFFF 0 1px;
}
.code-wrapper .pre-code .c,
#overlay .pre-code .c,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .c,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .c,
.code-wrapper .highlight code .c,
#overlay .highlight code .c,
.code-wrapper .pre-code .cm,
#overlay .pre-code .cm,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .cm,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .cm,
.code-wrapper .highlight code .cm,
#overlay .highlight code .cm,
.code-wrapper .pre-code .cp,
#overlay .pre-code .cp,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .cp,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .cp,
.code-wrapper .highlight code .cp,
#overlay .highlight code .cp,
.code-wrapper .pre-code .c1,
#overlay .pre-code .c1,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .c1,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .c1,
.code-wrapper .highlight code .c1,
#overlay .highlight code .c1 {
  color: #999999 !important;
  font-style: italic !important;
}
.code-wrapper .pre-code .o,
#overlay .pre-code .o,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .o,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .o,
.code-wrapper .highlight code .o,
#overlay .highlight code .o,
.code-wrapper .pre-code .gs,
#overlay .pre-code .gs,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .gs,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .gs,
.code-wrapper .highlight code .gs,
#overlay .highlight code .gs {
  color: #222222 !important;
}
.code-wrapper .pre-code .kd,
#overlay .pre-code .kd,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .kd,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .kd,
.code-wrapper .highlight code .kd,
#overlay .highlight code .kd,
.code-wrapper .pre-code .n,
#overlay .pre-code .n,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .n,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .n,
.code-wrapper .highlight code .n,
#overlay .highlight code .n,
.code-wrapper .pre-code .na,
#overlay .pre-code .na,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .na,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .na,
.code-wrapper .highlight code .na,
#overlay .highlight code .na,
.code-wrapper .pre-code .vg,
#overlay .pre-code .vg,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .vg,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .vg,
.code-wrapper .highlight code .vg,
#overlay .highlight code .vg,
.code-wrapper .pre-code .vi,
#overlay .pre-code .vi,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .vi,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .vi,
.code-wrapper .highlight code .vi,
#overlay .highlight code .vi,
.code-wrapper .pre-code .nv,
#overlay .pre-code .nv,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .nv,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .nv,
.code-wrapper .highlight code .nv,
#overlay .highlight code .nv,
.code-wrapper .pre-code .si,
#overlay .pre-code .si,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .si,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .si,
.code-wrapper .highlight code .si,
#overlay .highlight code .si {
  color: #268BD2 !important;
}
.code-wrapper .pre-code .kt,
#overlay .pre-code .kt,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .kt,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .kt,
.code-wrapper .highlight code .kt,
#overlay .highlight code .kt,
.code-wrapper .pre-code .mf,
#overlay .pre-code .mf,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .mf,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .mf,
.code-wrapper .highlight code .mf,
#overlay .highlight code .mf,
.code-wrapper .pre-code .m,
#overlay .pre-code .m,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .m,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .m,
.code-wrapper .highlight code .m,
#overlay .highlight code .m,
.code-wrapper .pre-code .mh,
#overlay .pre-code .mh,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .mh,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .mh,
.code-wrapper .highlight code .mh,
#overlay .highlight code .mh,
.code-wrapper .pre-code .mi,
#overlay .pre-code .mi,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .mi,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .mi,
.code-wrapper .highlight code .mi,
#overlay .highlight code .mi,
.code-wrapper .pre-code .s,
#overlay .pre-code .s,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .s,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .s,
.code-wrapper .highlight code .s,
#overlay .highlight code .s,
.code-wrapper .pre-code .sd,
#overlay .pre-code .sd,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .sd,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .sd,
.code-wrapper .highlight code .sd,
#overlay .highlight code .sd,
.code-wrapper .pre-code .s2,
#overlay .pre-code .s2,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .s2,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .s2,
.code-wrapper .highlight code .s2,
#overlay .highlight code .s2,
.code-wrapper .pre-code .sr,
#overlay .pre-code .sr,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .sr,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .sr,
.code-wrapper .highlight code .sr,
#overlay .highlight code .sr,
.code-wrapper .pre-code .s1,
#overlay .pre-code .s1,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .s1,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .s1,
.code-wrapper .highlight code .s1,
#overlay .highlight code .s1 {
  color: #2AA198 !important;
}
.code-wrapper .pre-code .nb,
#overlay .pre-code .nb,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .nb,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .nb,
.code-wrapper .highlight code .nb,
#overlay .highlight code .nb,
.code-wrapper .pre-code .nl,
#overlay .pre-code .nl,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .nl,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .nl,
.code-wrapper .highlight code .nl,
#overlay .highlight code .nl {
  color: #859900 !important;
}
.code-wrapper .pre-code .no,
#overlay .pre-code .no,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .no,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .no,
.code-wrapper .highlight code .no,
#overlay .highlight code .no,
.code-wrapper .pre-code .nn,
#overlay .pre-code .nn,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .nn,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .nn,
.code-wrapper .highlight code .nn,
#overlay .highlight code .nn,
.code-wrapper .pre-code .nx,
#overlay .pre-code .nx,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .nx,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .nx,
.code-wrapper .highlight code .nx,
#overlay .highlight code .nx {
  color: #B58900 !important;
}
.code-wrapper .pre-code .ne,
#overlay .pre-code .ne,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .ne,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .ne,
.code-wrapper .highlight code .ne,
#overlay .highlight code .ne,
.code-wrapper .pre-code .nf,
#overlay .pre-code .nf,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .nf,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .nf,
.code-wrapper .highlight code .nf,
#overlay .highlight code .nf,
.code-wrapper .pre-code .nt,
#overlay .pre-code .nt,
.code-wrapper html .gist .gist-file .gist-syntax .gist-highlight pre .nt,
#overlay html .gist .gist-file .gist-syntax .gist-highlight pre .nt,
.code-wrapper .highlight code .nt,
#overlay .highlight code .nt {
  color: #268BD2 !important;
}
.code-wrapper figure.code pre,
#overlay figure.code pre,
.code-wrapper figure.code .highlight,
#overlay figure.code .highlight {
  margin-bottom: 0;
}
code.wrap,
code.requestdata {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  display: inline-block;
  max-width: 580px;
}
.request-block {
  margin: 10px 0;
}
.request-block code {
  display: inline-block;
  white-space: normal;
  word-break: break-word;
}
.request-block .requestdata {
  color: black;
}
figure.code.expanded {
  position: fixed;
  top: 0;
  left: 0;
  padding: 60px 40px 40px 40px;
  margin: 0;
  z-index: 100000;
}
.data-key {
  color: #2aa198;
}
.data-value {
  color: #859900;
}
.live-params {
  margin: 10px 0px;
}
.live-call {
  display: none;
}
.cancel {
  display: none;
}
/* Vid Grid */
.step-active {
  text-shadow: 0 -1px 0 #545454;
  height: 30px;
  width: 38px;
  margin: 0;
  padding: 0 0 0 0;
  color: #ffffff;
}
.step-inactive {
  text-shadow: 0 -1px 0 #8f8f8f;
  height: 30px;
  width: 38px;
  margin: 0;
  padding: 0 0 0 0;
  color: #ffffff;
}
.icon-counter-active {
  position: relative;
  top: -8px;
  left: -6px;
  width: 25px;
  height: 22px;
  margin: 0px;
  padding: 12px 0px 0 15px;
  text-shadow: 0 -1px 0 #545454;
  color: #ffffff;
  font-size: medium;
}
.icon-counter-inactive {
  position: relative;
  top: -8px;
  left: -6px;
  width: 25px;
  height: 22px;
  margin: 0px;
  padding: 12px 0px 0 15px;
  text-shadow: 0 -1px 0 #8f8f8f;
  color: #ffffff;
  font-size: medium;
}
.accordion-heading {
  padding-top: 0px;
  height: 38px;
  font-size: large;
}
.accordion-inner {
  padding-bottom: 3px;
}
@media (min-width: 768px) and (max-width: 1088px) {
  .accordion-heading {
    height: auto;
    font-size: medium;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  .vidgrid-row {
    margin-left: 20px;
    width: 960px;
  }
}
.home-list p {
  color: rgba(41, 70, 97, 0.8);
}
.home-list h3 {
  color: rgba(26, 130, 226, 0.8);
  text-align: center !important;
}
.home-list a:hover h3,
.home-list a:focus h3,
.home-list a:active h3 {
  color: #1a82e2;
}
.home-list a:hover img,
.home-list a:focus img,
.home-list a:active img {
  opacity: 1;
}
.home-list .panel {
  border: 1px solid #ececed;
  border-radius: none;
  box-shadow: none;
  padding: 24px;
  text-align: center;
}
.home-list .panel img {
  margin: 0 auto;
  max-height: 40px;
  opacity: 0.8;
  border: 0px !important;
  margin: auto !important;
}
.home-list .panel p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.home-list .panel a:hover img,
.home-list .panel a:focus img,
.home-list .panel a:active img {
  opacity: 1;
}
#doc_main table.apitable {
  color: #7f91a1;
  text-align: left;
  font-size: 0.833em;
  font-weight: 400;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 500px;
}
#doc_main table.apitable tr {
  margin: 0;
  padding: 0;
  border: 0;
}
#doc_main table.apitable tr.details-row {
  border-top: 2px solid transparent;
  width: 50%;
}
#doc_main table.apitable tr.details-row td {
  padding-top: 0;
}
#doc_main table.apitable tr.details-open .details-caret img {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#doc_main table.apitable tr.details-closed + .details-row {
  display: none;
}
#doc_main table.apitable tr.depth-1 .param {
  padding-left: 2.5em;
}
#doc_main table.apitable tr.depth-1 .param:before {
  left: 1.25em;
}
#doc_main table.apitable tr.depth-2 .param {
  padding-left: 3.75em;
}
#doc_main table.apitable tr.depth-2 .param:before {
  left: 2.5em;
}
#doc_main table.apitable tr.depth-2 .param:after {
  left: 2.805em;
}
#doc_main table.apitable th {
  padding: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#doc_main table.apitable th.details-header {
  text-align: center;
  padding-right: 0;
}
#doc_main table.apitable td {
  padding: 1.25em;
  border-top: 1px solid #bebfbf;
  border-bottom: 1px solid #bebfbf;
  width: 100%;
  white-space: wrap;
  vertical-align: middle;
}
#doc_main table.apitable td:first-of-type {
  border-left: 1px solid #bebfbf;
}
#doc_main table.apitable td:last-of-type {
  border-right: 1px solid #bebfbf;
}
#doc_main table.apitable td.details-caret {
  text-align: right;
}
#doc_main table.apitable td.details-caret:hover {
  cursor: pointer;
}
#doc_main table.apitable td.details-caret img {
  display: inline-block;
}
#doc_main table.apitable td.param {
  position: relative;
  left: 1.25em;
}
#doc_main table.apitable td.param:before {
  content: '';
  position: absolute;
  margin-top: 8px;
  left: 0;
  width: 0.667em;
  height: 0.667em;
  border-radius: 50%;
}
#doc_main table.apitable td.param.array,
#doc_main table.apitable td.param.status-200 {
  color: #8ac24a;
}
#doc_main table.apitable td.param.array:before,
#doc_main table.apitable td.param.status-200:before {
  background: #8ac24a;
}
#doc_main table.apitable td.param.object,
#doc_main table.apitable td.param.status-500 {
  color: #7b1fa2;
}
#doc_main table.apitable td.param.object:before,
#doc_main table.apitable td.param.status-500:before {
  background: #7b1fa2;
}
#doc_main table.apitable td.param.string {
  color: #00bcd4;
}
#doc_main table.apitable td.param.string:before {
  background: #00bcd4;
}
#doc_main table.apitable td.param.bool {
  color: #dea7e8;
}
#doc_main table.apitable td.param.bool:before {
  background: #dea7e8;
}
#doc_main table.apitable td.param.int,
#doc_main table.apitable td.param.status-400 {
  color: #ff9900;
}
#doc_main table.apitable td.param.int:before,
#doc_main table.apitable td.param.status-400:before {
  background: #ff9900;
}
#doc_main table.apitable td.param.number {
  color: #2196f3;
}
#doc_main table.apitable td.param.number:before {
  background: #2196f3;
}

@charset "utf-8";

@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=cfca8a76-348d-437b-9ce2-1dba7fd7240d");

@font-face {
	font-family: "AxisStd-ExtraLight";
	src: url("../fonts/cae76507-fde0-48d2-8060-f95b67662772.eot?#iefix");
	src: url("../fonts/cae76507-fde0-48d2-8060-f95b67662772.eot?#iefix") format("eot"), url("../fonts/9adc0413-55bd-4001-9bc0-f823476aa22e.woff2") format("woff2"), url("../fonts/25516da4-2e65-456a-bc9c-cc6960f6c384.woff") format("woff"), url("../fonts/8c439ac8-83ef-4635-a477-df9c64f97b62.ttf") format("truetype"), url("../fonts/93d1f11a-903e-4293-a2f1-cd55b87b5087.svg#93d1f11a-903e-4293-a2f1-cd55b87b5087") format("svg");
}

@font-face {
	font-family: "AxisStd-Light";
	src: url("../fonts/aa7c9f5f-bd2d-4fbb-a4a5-82ba2cd0189c.eot?#iefix");
	src: url("../fonts/aa7c9f5f-bd2d-4fbb-a4a5-82ba2cd0189c.eot?#iefix") format("eot"), url("../fonts/ca94208f-21dd-4dc8-ab7c-057d8dbfcccb.woff2") format("woff2"), url("../fonts/18820f9e-d51e-43be-9d0f-e510d9d1878a.woff") format("woff"), url("../fonts/cb3a3886-7dec-420d-bf42-698737ce3561.ttf") format("truetype"), url("../fonts/9bdde1f9-7637-4fa1-994d-2f2ad4929b1f.svg#9bdde1f9-7637-4fa1-994d-2f2ad4929b1f") format("svg");
}

@font-face {
	font-family: "AxisStd-Regular";
	src: url("../fonts/7e908add-1f72-4926-8e0d-33613fad3a87.eot?#iefix");
	src: url("../fonts/7e908add-1f72-4926-8e0d-33613fad3a87.eot?#iefix") format("eot"), url("../fonts/d226afef-6536-4b18-9b28-defffcc4baae.woff2") format("woff2"), url("../fonts/6e9eb620-9339-4b2e-bb9b-d514def96de7.woff") format("woff"), url("../fonts/a71ba532-858c-440c-8abd-e89a2ae8efea.ttf") format("truetype"), url("../fonts/5d948218-1de1-4508-b1a6-fe03ccced886.svg#5d948218-1de1-4508-b1a6-fe03ccced886") format("svg");
}

@font-face {
	font-family: "AxisStd-Medium";
	src: url("../fonts/724feca3-e632-4df0-811e-d0184d5e569c.eot?#iefix");
	src: url("../fonts/724feca3-e632-4df0-811e-d0184d5e569c.eot?#iefix") format("eot"), url("../fonts/3e49aace-6c5a-4a76-a80e-21ab7ad44f14.woff2") format("woff2"), url("../fonts/2a67f3cb-4bfa-4ec5-9167-73e8c4e78635.woff") format("woff"), url("../fonts/f09ad952-d955-4c72-a632-1313427634d0.ttf") format("truetype"), url("../fonts/c60a0c5e-c39d-4513-b578-1a5858cbecde.svg#c60a0c5e-c39d-4513-b578-1a5858cbecde") format("svg");
}

@font-face {
	font-family: "AxisStd-Bold";
	src: url("../fonts/c560bf6b-69f6-4f4d-bdb5-871df542e091.eot?#iefix");
	src: url("../fonts/c560bf6b-69f6-4f4d-bdb5-871df542e091.eot?#iefix") format("eot"), url("../fonts/155d7ef4-60ae-4836-a63c-2aef89997f65.woff2") format("woff2"), url("../fonts/046ac2c8-1355-4a58-99e3-77b70cdc7d2d.woff") format("woff"), url("../fonts/695b31e6-82e7-479e-9f53-be80bea18972.ttf") format("truetype"), url("../fonts/4a75d965-22ab-4673-9e14-6b3e8f4bbec6.svg#4a75d965-22ab-4673-9e14-6b3e8f4bbec6") format("svg");
}



/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

}

html {
	font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option,
button {
	font-family: "AxisStd-Light";
	line-height: 1.1;
}

input[type="checkbox"] {
	vertical-align: middle;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	/* color: #424752; */
	color: #009ed9;
	text-decoration: none;
}

a:visited {
	/* color: #424752; */
	color: #009ed9;
	text-decoration: none;
}

a:hover {
	/* color: #424752; */
	color: #64c3e7;
	/* text-decoration: underline; */
}

a:active {
	color: #64c3e7;
	/* text-decoration: underline; */
}

hr {
	border: none;
	border-top: 2px solid #009ed9;
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
	font-size: 1.08em !important;
}

.fsP2 {
	font-size: 1.16em !important;
}

.fsP3 {
	font-size: 1.24em !important;
}

.fsP4 {
	font-size: 1.32em !important;
}

.fsP5 {
	font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
	font-size: 0.92em !important;
}

.fsM2 {
	font-size: 0.84em !important;
}

.fsM3 {
	font-size: 0.76em !important;
}

.fsM4 {
	font-size: 0.68em !important;
}

.fsM5 {
	font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.t_center {
	text-align: center !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl,
input.tapCtrl,
.tapCtrl a,
.tapCtrl input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tap {}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 990px;
	color: #424752;
	font-size: 1.0rem;
	line-height: 1.5;
	background-color: #FBFBFD;
	-webkit-text-size-adjust: none;
	background: #424752;
}

#container {
	text-align: left;
	background: #fbfbfc;
	padding-top: 80px;
}

@media (max-width: 736px) {
	#container {
		padding-top: 52px;
	}
}

#main {
	margin: 0 auto;
	width: 990px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
	/*margin-bottom: -48px;
	padding-bottom: 48px;
	background: url(../images/common/header_bg02.gif) repeat-x left bottom;*/
	margin-top: -80px;
}

#gHeader .hInner {
	background: url(../images/common/header_bg.gif) repeat-x left bottom;
}

#gHeader .hInner .innerBox {
	background: #FFF;
}

#gHeader .hBox {
	margin: 0 auto;
	width: 990px;
	height: 80px;
	position: relative;
}

#gHeader .hBox a {
	color: #424752;
}

#gHeader .hBox a:hover {
	color: #64c3e7;
}

#gHeader .menu {
	display: none;
}

#gHeader .logo {
	position: absolute;
	top: 26px;
	left: 0;
	width: 134px;
	height: 24px;
}

#gHeader .hInner .rBox {
	float: right;
}

#gHeader .hInner .hLink {
	float: left;
	margin-right: 15px;
}

#gHeader .hInner .hLink li {
	margin-right: 39px;
	display: inline;
	font-size: 1.4rem;
	line-height: 80px;
}

#gHeader .hInner .hLink li a {
	padding-left: 17px;
	display: inline-block;
	background: url(../images/common/icon01.gif) no-repeat left center;
}

#gHeader .hInner .hLink li a:hover {
	text-decoration: none;
	background: url(../images/common/icon01_over.png) no-repeat left center;
}

#gHeader .hInner p {
	float: left;
	font-size: 1.4rem;
	line-height: 80px;
}

#gHeader .hInner p a {
	margin-left: 16px;
}

#gHeader .hInner p .txtLink:hover {
	text-decoration: none;
}

#gHeader .hInner p .btn {
	margin-top: 26px;
	width: 83px;
	float: right;
	display: block;
	padding: 5px 0;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 0 10px #DDD;
	background-color: #009ed9;
	position: relative;
	behavior: url(/js/pie.htc);
	line-height: 1.5;
}

#gHeader .hInner p .btn:hover {
	text-decoration: none;
}

#gHeader .menuBox,
#gHeader .topMenu {
	display: none;
}

#gHeader .hWarn {
	background: #A3330A;
	color: #FFFFFF;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	background-color: #424752;
	height: 70px;
	overflow: hidden;
	clear: both;
}

#gNavi ul {
	margin: 0 auto;
	width: 990px;
	text-align: center;
}

#gNavi ul li {
	margin: 0 27px;
	display: inline;
	font-size: 1.6rem;
	line-height: 70px;
}

#gNavi ul li a {
	padding: 0 15px;
	display: inline-block;
	color: #FFF;
	height: 100%;
}

#gNavi ul li a:hover {
	color: #64c3e7;
	text-decoration: none;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 13px 0 21px;
	/*background: url(../images/common/pagepath_bg.gif) repeat-x left bottom;*/
	background: url(../images/common/pagepath_bg.png) repeat-x left top;
}

#pagePath ul {
	margin: 0 auto;
	width: 990px;
}

#pagePath li {
	margin-right: 5px;
	display: inline;
	font-size: 1.4rem;
	font-family: "AxisStd-Regular";
}

#pagePath li a {
	margin-right: 8px;
	/* color: #0070cd; */
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 25px 0 27px;
	overflow: hidden;
	background-color: #424752;
}

#gFooter .fInner {
	margin: 0 auto;
	width: 990px;
}

#gFooter .fInner .lBox {
	margin-top: 8px;
	float: left;
	width: 510px;
}

#gFooter .fInner .lBox .logoBox {
	margin-bottom: 12px;
}

#gFooter .fInner .lBox .logoBox .fLogo {
	float: left;
	margin: -8px 37px 0 0;
}

#gFooter .fInner .lBox .logoBox .fLogo img {
	width: 136px;
}

#gFooter .fInner .lBox .logoBox .logo02 img {
	width: 146px;
}

#gFooter .fInner .lBox p {
	margin-bottom: 25px;
	color: #FFF;
	font-size: 1.2rem;
}

#gFooter .fInner .lBox .copyright {
	margin-bottom: 0;
	color: #bebfbf;
}

#gFooter .fInner .fBox {
	float: right;
	width: 480px;
}

#gFooter .fInner .fNavi {
	float: left;
	width: 300px;
}

#gFooter .fInner .fNavi li {
	padding-top: 11px;
}

#gFooter .fInner .fNavi li:first-child {
	padding-top: 0;
}

#gFooter .fInner .fNavi li a {
	padding-left: 22px;
	display: inline-block;
	color: #FFF;
	font-size: 1.4rem;
	background: url(../images/common/icon03.png) no-repeat left 5px;
}

#gFooter .fInner .fNavi li a:hover {
	color: #64c3e7;
	text-decoration: none;
	background: url(../images/common/icon01_over.png) no-repeat left 5px;
}

#gFooter .fInner .linkInner {
	margin-top: 21px;
	/*30px;*/
	float: left;
	width: 180px;
}

#gFooter .fInner .linkInner .btnList {
	float: left;
	margin-top: 22px;
	/*13px;*/
}

#gFooter .fInner .linkInner .btnList li {
	margin-right: 30px;
	float: left;
}

#gFooter .fInner .linkInner .btnList li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gFooter .fInner .linkInner .pageTop {
	float: right;
}

#gFooter .fInner .linkInner .pageTop a {
	display: block;
}

#gFooter .fInner .linkInner .pageTop a figure {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #FFF;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	transition: background 0.2s;
	box-sizing: border-box;
}

#gFooter .fInner .linkInner .pageTop a figure img {
	position: absolute;
	top: 2px;
	left: 6px;
}

#gFooter .fInner .linkInner .pageTop a span {
	display: block;
	text-align: center;
	color: #FFF;
	margin-top: 8px;
	font-size: 1.2rem;
	transition: color 0.2s;
}

#gFooter .fInner .linkInner .pageTop a:hover figure {
	background: #64c3e7;
}

#gFooter .fInner .linkInner .pageTop a:hover figure img {
	animation: pagetop 0.4s;
}

#gFooter .fInner .linkInner .pageTop a:hover span {
	color: #64c3e7;
}

@keyframes pagetop {
	0% {
		transform: translate3d(0, 0px, 0);
	}

	50% {
		transform: translate3d(0, -50px, 0);
	}

	51% {
		transform: translate3d(0, 50px, 0);
	}

	100% {
		transform: translate3d(0, -0px, 0);
	}
}


/**
 * mypage.cssから移植
 */
/*#gHeader .hInner .rBox p {
	display: none;
}*/


/* header */
.sp__item {
	display: none !important;
}

@media (max-width: 736px) {
	.sp__item {
		display: block !important;
	}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: #fbfbfc;
	box-shadow: 0px -25px 30px 20px rgba(0, 0, 0, 0.25);
}

@media (max-width: 736px) {
	.header {
		padding: 0 20px;
	}

	.header.active {
		height: 100vh;
		overflow-y: scroll;
	}
}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 990px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 736px) {
	.header__inner {
		width: 100%;
		display: block;
		height: 53px;
	}
}


.header__logo {
	display: flex;
	align-items: center;
	width: 134px;
}

@media (max-width: 736px) {
	.header__logo {
		padding: 18px 0px;
		width: 90px;
	}

	.active .header__logo {
		margin: 0 auto;
	}
}

.header__logo img {
	width: 100%;
}

.sp__menu {
	display: none;
}

@media (max-width: 736px) {
	.sp__menu {
		display: block;
	}
}

.sp__menu input {
	display: none;
}

.menu {
	display: inline-block;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 0;
	top: 18px;
}

.menu__line {
	width: 100%;
	height: 3px;
	background-color: #009ed9;
	display: inline-block;
	position: absolute;
	transition: .2s ease-out;
}

.menu span:nth-child(1) {
	top: 0;
}

.menu span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.menu span:nth-child(3) {
	bottom: 0;
}

.menu-state:checked~.menu span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.menu-state:checked~.menu span:nth-child(2) {
	opacity: 0;
}

.menu-state:checked~.menu span:nth-child(3) {
	top: 50%;
	transform: translateY(-50%) rotate(135deg);
}

@media (max-width: 736px) {
	.navigation {
		opacity: 0;
		pointer-events: none;
		transition: .2s ease-out;
	}

	.active .navigation {
		opacity: 1;
		pointer-events: all;
		padding-bottom: 60px;
	}
}

.navigation__inner {
	margin: 0 auto;
	width: 585px;
	position: relative;
}

@media (max-width: 736px) {
	.navigation__inner {
		width: 100%;
	}
}

.global-navigation {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

@media (min-width: 737px) {
	.global-navigation li.has-child:nth-child(1):hover .global-navigation__local__wrap::before {
		content: '';
		position: absolute;
		top: -25px;
		left: 240px;
		border: 12px solid transparent;
		border-bottom: 22px solid #fbfbfc;
		pointer-events:none;
	}

	.global-navigation li.has-child:nth-child(5):hover .global-navigation__local__wrap::before {
		content: '';
		position: absolute;
		top: -25px;
		left: 645px;
		border: 12px solid transparent;
		border-bottom: 22px solid #fbfbfc;
		pointer-events:none;
	}

	.global-navigation li.has-child:nth-child(6):hover .global-navigation__local__wrap::before {
		content: '';
		position: absolute;
		top: -30px;
		left: 735px;
		border: 12px solid transparent;
		border-bottom: 22px solid #fbfbfc;
		pointer-events:none;
	}

	.global-navigation li.has-child:nth-child(1):hover .global-navigation__local__wrap::after {
		content: '';
		position: absolute;
		top: -25px;
		left: 0;
		width: 100%;
		height: 30px;
		background-color: transparent;
		z-index: -1;
		pointer-events:none;
	}

	.global-navigation li.has-child:nth-child(5):hover .global-navigation__local__wrap::after {
		content: '';
		position: absolute;
		top: -30px;
		left: 0;
		width: 100%;
		height: 30px;
		background-color: transparent;
		pointer-events:none;
	}

	.global-navigation li.has-child:nth-child(6):hover .global-navigation__local__wrap::after {
		content: '';
		position: absolute;
		top: -30px;
		left: 0;
		width: 100%;
		height: 30px;
		background-color: transparent;
		pointer-events:none;
	}
}



@media (max-width: 736px) {
	.global-navigation {
		display: block;
	}

	.global-navigation>li {
		border-top: 1px solid #dadada;
		position: relative;
	}
}

.toggle__arrow {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.toggle__arrow::before {
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	left: 50%;
	transform: translate(-50%, -50%) rotate(135deg);
	width: 10px;
	height: 10px;
	border-top: 1px solid #009ed9;
	border-right: 1px solid #009ed9;
	transition: .1s ease-out;
}

.global-navigation__item.active .toggle__arrow::before {
	transform: translate(-50%, -50%) rotate(-45deg);
	top: calc(50% + 3px);
}


.global-navigation__item a {
	position: relative;
	color: #424752;
}

.global-navigation__item.has-child>a::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 3px;
	transform: translateY(-50%) rotate(135deg);
	transition: .2s ease-out;
	width: 7px;
	height: 7px;
	border-top: 2px solid #009ed9;
	border-right: 2px solid #009ed9;
}

@media (max-width: 736px) {
	.global-navigation__item.has-child>a::before {
		display: none;
	}
}

.global-navigation__item.has-child:hover>a::before {
	transform: translateY(-50%) rotate(-45deg);
	top: calc(50% + 1px);
}

.global-navigation__item>a {
	display: inline-block;
	padding: 28px 20px;
	font-size: 14px;
}


@media (max-width: 736px) {
	.global-navigation__item>a {
		background-color: #fbfbfc;
		padding: 16px 0;
		width: 80%;
		font-weight: bold;
		font-size: 12px;
	}
}

.global-navigation__item:first-child>a {
	padding-left: 0;
}

.global-navigation__local {
	width: 990px;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	color: #424752;
}

@media (max-width: 736px) {
	.global-navigation__local {
		position: relative;
		width: 100%;
		display: none;
		font-size: 12px;
	}
}

.global-navigation__local .global-navigation__local__wrap {
	width: 100%;
	position: absolute;
	top: -8px;
	left: 0;
	transition: .3s ease-out;
	opacity: 0;
	pointer-events: none;
	border-radius: 4px;
	box-shadow: 0 0 35px 0px rgba(0, 0, 0, 0.25);
	background-color: #fbfbfc;
}

@media (max-width: 736px) {
	.global-navigation__local .global-navigation__local__wrap {
		position: relative;
		opacity: 1;
		box-shadow: none;
		transition: 0;
	}
}

.global-navigation__item.has-child:hover .global-navigation__local .global-navigation__local__wrap,
.global-navigation__local:hover {
	opacity: 1;
	pointer-events: all;
	z-index: 999;
}

.global-navigation__local__inner {
	padding: 24px 30px 40px 30px;
}

@media (min-width: 737px) {
	.global-navigation__local__inner a {
		pointer-events: none;
		display: inline-block;
	}
}
.global-navigation__local:hover .global-navigation__local__inner a {
	pointer-events: all;
}

@media (max-width: 736px) {
	.global-navigation__local__inner {
		padding: 0;
		padding-left: 20px;
	}
}

.navigation__local__ttl {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	margin-bottom: 12px;
	padding-bottom: 12px;
	position: relative;
}

@media (max-width: 736px) {
	.navigation__local__ttl {
		display: none;
	}
}

.navigation__local__ttl a {
	position: relative;
	padding-left: 26px;
}

@media (min-width: 737px) {
	.navigation__local__ttl a:hover {
		opacity: .7;
	}
}

.navigation__local__ttl a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(45deg);
	width: 7px;
	height: 7px;
	border-top: 2px solid #009ed9;
	border-right: 2px solid #009ed9;
	transition: .1s ease-out;
}

.navigation__local__ttl a:hover::before {
	left: 4px;
}

.global-navigation__local__list {
	display: flex;
}

.global-navigation__local__list > li:first-child {
	margin-right: 90px;
}

.about .global-navigation__local__list > li:first-child {
	margin-right: 10px;
}

.support .global-navigation__local__list > li:first-child {
	margin-right: 0;
}

@media (max-width: 736px) {
	.global-navigation__local__list {
		display: block;
	}
}

.about .global-navigation__local__list>li:nth-child(1) {
	width: 20%;
}

.support .global-navigation__local__list>li:nth-child(1) {
	width: 25%;
}

.support .global-navigation__local__list>li:nth-child(2) {
	width: 25%;
}

@media (max-width: 736px) {
	.about .global-navigation__local__list>li:nth-child(1) {
		width: unset;
	}

	.support .global-navigation__local__list>li:nth-child(1) {
		width: unset;
	}

	.support .global-navigation__local__list>li:nth-child(2) {
		width: unset;
	}
}

.global-navigation__local__list>li>a {
	font-size: 16px;
	display: inline-block;
	margin-bottom: 20px;
	font-weight: bold;
}

@media (min-width: 736px) {
	.global-navigation__local__list>li>a:hover {
		opacity: .7;
	}
	.support .global-navigation__local__list>li:nth-child(3) > a {
		display: none;
	}	
}


@media (max-width: 736px) {
	.global-navigation__local__list>li>a {
		font-size: 12px;
	}
}



.local__detail {
	padding-left: 10px;
}

@media (max-width: 736px) {
	.local__detail>p {
		display: none;
	}

	.support .global-navigation__local__list li:last-child .local__detail {
		display: none;
	}
	
		
	.about .global-navigation__local__list li:last-child .local__detail {
		display: none;
	}
}

.local__contents__list {
	display: flex;
	align-items: flex-start;
}

@media (max-width: 736px) {
	.local__contents__list {
		display: none;
	}
}

.local__contents__list li {
	width: 225px;
	margin-right: 12px;
}

.local__contents__list li p {
	margin-top: 18px;
}

.local__contents__list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.local__contents__list li a img {
	width: 225px;
}

.local__contents__list__image {
	width: 225px;
	aspect-ratio:225 / 139;
	position: relative;
}

.local__contents__list__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.local__contents__list li a:hover {
	opacity: .7;
}

.local__contents__list li:last-child {
	margin-right: 0;
}

.local__detail__list li {
	margin-bottom: 16px;
}

.local__detail__list li:last-child {
	margin-bottom: unset;
	padding-bottom: 16px;
}

@media (max-width: 736px) {
	.local__detail__list li:last-child {
		margin-bottom: 16px;
	}
}

@media (min-width: 737px) {
	.local__detail__list>li a:hover {
		opacity: .7;
	}
}

.global-navigation__local--button {
	width: 200px;
	height: 40px;
	background-color: #009ed9;
	border-radius: 2px;
	margin: 20px 0;
	position: relative;
}

.global-navigation__local--button a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	z-index: 10;
}

.global-navigation__local--button::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #64c3e7;
	transition: transform 0.88s cubic-bezier(0, 1, 0, 1);
	transform-origin: 0 0 0;
	transform: scale3d(0, 1, 1);
}

@media (min-width: 737px) {
	.global-navigation__local--button:hover::after {
		transform: scale3d(1, 1, 1);
	}
}

.global-navigation__local--image {
	width: 70%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.local__detail__attention li {
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

.local__detail__attention li:last-child {
	margin-bottom: 0;
}

.local__detail__attention li a {
	color: #009ed9;
	display: inline;
}

@media (min-width: 737px) {
	.local__detail__attention li a:hover {
		opacity: .7;
	}
}

.member {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

@media (max-width: 736px) {
	.member {
		display: none;
	}
}

.member .topMenu .pc{
  position: relative;
  z-index: 21;
}
@media (max-width: 736px) {
  .member .topMenu .pc{
		position: relative;
    z-index: 0;
	}
}


.member__contents {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.member__contents li a {
	color: #424752;
}

@media (min-width: 737px) {
	.member__contents li:nth-child(1) a:hover {
		opacity: .7;
	}
}

@media (max-width: 736px) {
	.member_sp {
		margin: 30px 0;
		opacity: 0;
		pointer-events: none;
		transition: .2s ease-out;
	}

	.active .member_sp {
		opacity: 1;
		pointer-events: all;
		position: relative;
	}

	.member__contents {
		display: block;
	}
}

.member__contents li.register__button {
	background-color: #009ed9;
	border-radius: 2px;
	margin-left: 14px;
}

.member__contents li.register__button--orange {
	background-color: #ef9641;
}

@media (max-width: 736px) {
	.member__contents li.register__button {
		margin-left: 0;
		margin-bottom: 20px;
	}
}

.member__contents li.register__button a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 102px;
	height: 28px;
	color: #fff;
	line-height: 14px;
	position: relative;
	z-index: 10;
	font-size: 12px;
	box-sizing:border-box;
}

.member__contents li.register__button--orange a {
	width: 160px;
	height: 40px;
	font-size: 14px;
	padding-right: 10px;
}
@media (max-width: 736px) {
	.member__contents li.register__button--orange a {
		padding-right: 0;
	}
}

.member__contents li.register__button--orange a:before {
	content: '';
	display:block;
	width: 6px;
	height: 6px;
	border:solid #FFF;
	border-width:2px 2px 0 0;
	position: absolute;
	right: 17px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
}

.member__contents li.register__button a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #64c3e7;
	transition: transform 0.88s cubic-bezier(0, 1, 0, 1);
	transform-origin: 0 0 0;
	transform: scale3d(0, 1, 1);
	z-index: -1;
}

.member__contents li.register__button--orange a::after {
	background: #f8ae58;
}

@media (min-width: 737px) {
	.member__contents li.register__button a:hover::after {
		transform: scale3d(1, 1, 1);
	}
}


.member__contents li.register__button--new {
	background-color: #F07300;
	border:1px solid #F07300;
	border-radius: 8px;
	overflow: hidden;
}

.member__contents li.register__button--new a:hover {
	color: #F07300;
}

.member__contents li.register__button--new a::after {
	background: #FFFFFF;
}

@media (min-width: 737px) {
	.member__contents li.register__button--new a:hover::before {
		border-color: #F07300;
	}
}


@media (max-width: 736px) {

	.member__contents li.register__button a,
	.member__contents li.login__button a {
		width: 100%;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		font-size: 12px;
	}
}

@media (max-width: 736px) {
	.member__contents li.login__button a {
		border: 2px solid #009ed9;
		box-sizing: border-box;
		color: #009ed9;
	}
}

.topMenu-list {
	position: absolute;
	bottom: 0;
	right: -10px;
	transform: translateY(100%);
	opacity: 0;
	pointer-events: none;
  transition: .3s ease-out;
  display: block !important;
  height: 0;
}

.topMenu:hover .topMenu-list::before {
	position: absolute;
	top: -50px;
	right: 0;
	width: 68%;
	height: 50px;
	content: '';
	background-color: transparent;
}

.topMenu:hover .topMenu-list {
	opacity: 1;
  pointer-events: all;
  height: 100%;
}

.topMenu p a {
	position: relative;
	padding: 3px 28px 2px 32px;
	background: url(../images/common/icon16.png) no-repeat left top;
	background-size: contain;
	font-size: 14px;
	color: #424752;
}

@media (min-width: 737px) {
	.topMenu:hover p a {
		color: #009ed9;
		opacity: .7;
	}
}

.topMenu p a::before {
	position: absolute;
	top: calc(50% - 2px);
	right: 3px;
	width: 7px;
	height: 7px;
	content: '';
	transition: .2s ease-out;
	transform: translateY(-50%) rotate(135deg);
	border-top: 2px solid #009ed9;
	border-right: 2px solid #009ed9;
}

@media (max-width: 736px) {
	.member_sp .topMenu p a::before {
		display: none;
	}
	.topMenu ul {
		display: none;
	}
}

.topMenu:hover a::before {
	top: calc(50% + 1px);
	transform: translateY(-50%) rotate(-45deg);
}

.topMenu ul {
	padding: 0 9px 8px 8px;
	width: 256px;
	clear: both;
	z-index: 20;
}

.topMenu ul li a svg {
	margin: 0px 0px 3px 10px;
}

.topMenu ul li a {
	padding: 19px 21px;
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 1.4rem;
	background-color: #546B81;
	border-bottom: 1px solid #FBFBFC;
}

.topMenu ul li:last-child a {
	background-color: #fff;
	color: #546B81;
	border: 1px solid #dadada;
	border-top: none;
	box-sizing: border-box;
}

.topMenu ul li a:hover {
	color: #009ed9;
}

path {
	pointer-events: all;
}

.topMenu ul li:first-child a:hover .cls-1 {
	fill:#009ed9;
}


#gHeader .topMenu {
	display: block;
	position: relative;
	right: auto;
	top: auto;
	float: right;
	overflow: visible;
}

#gHeader .topMenu p.pc {
	/*margin: 0 27px 32px 0;
	display: block;
	width: 154px;*/
	margin-right: 0;
	margin-bottom: -2px;
	line-height: 80px;
}

#gHeader .topMenu p a {
	position: relative;
	padding: 7px 27px 9px 57px;
	background: url(../images/common/icon16.gif) no-repeat left top;
}

#gHeader .topMenu p .on,
#gHeader .topMenu p a:hover {
	color: #64c3e7;
	text-decoration: none;
	background: url(../images/common/icon16_on.gif) no-repeat left top;
}

#gHeader .topMenu p a:before {
	margin-top: -3px;
	width: 12px;
	height: 7px;
	background: url(../images/common/icon15.gif) no-repeat;
	background-size: 12px 7px;
	position: absolute;
	top: 50%;
	right: 0;

	content: "";
}

#gHeader .topMenu p a:hover:before {
	background: url(../images/common/icon15_hover.gif) no-repeat;
}

#gHeader .topMenu p .on:before,
#gHeader .topMenu p a.on:hover:before {
	background-image: url(../images/common/icon15_on.gif);
}

#gHeader .topMenu ul {
	display: none;
	position: relative;
	padding: 0 9px 8px 8px;
	width: 256px;
	clear: both;
	z-index: 20;
	background: url(../images/mypage/top_menu_bg.png) no-repeat center bottom;

	position: absolute;
	top: 80px;
	right: -9px;
}

#gHeader .topMenu ul li a {
	padding: 19px 21px;
	display: block;
	color: #FFF;
	font-size: 1.4rem;
	background-color: #546B81;
	border-bottom: 1px solid #FBFBFC;
}

#gHeader .topMenu ul li a img {
	margin: 2px 0 0 10px;
}

#gHeader .topMenu ul li:last-child a {
	color: #424752;
	background-color: #FBFBFC;
}



/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.sp {
	display: none !important;
}

#main h1 {
	margin-bottom: 20px;
	font-size: 4rem;
	line-height: 1.6;
	font-weight: lighter;
	text-align: center;
	font-family: "AxisStd-Light";
}

#main h2 {
	margin-bottom: 27px;
	font-size: 3.6rem;
	font-weight: lighter;
	text-align: center;
}

.reading h2,
#main h2 .line {
	display: block;
	padding-left: 20px;
	text-align: left !important;
	border-left: 8px solid #64c3e7;
}

#main h3 {
	margin-top: 12px;
	margin-bottom: 33px;
	font-size: 2.4rem;
	font-weight: lighter;
	text-align: center;
}

.reading h3,
#main h3 .line {
	display: block;
	padding-left: 20px;
	text-align: left !important;
	border-left: 4px solid #64c3e7;
}

#main h4 {
	margin-bottom: 25px;
	font-size: 1.8rem;
}

#main .color {
	color: #3ecadb;
}

#main h5 {
	margin-bottom: 25px;
	font-size: 1.6rem;
	font-weight: bold;
}

#main h6 {
	margin-bottom: 23px;
	font-size: 1.6rem;
	font-weight: lighter;
}

/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
#main .mainBox {
	margin: 0 auto;
	padding: 47px 0;
	width: 990px;
}

#main .mainBox p,
#main .mainBox ul,
#main .mainBox ol,
#main .mainBox li {
	font-size: 1.6rem;
}

#main .mainBox ul {
	margin-bottom: 40px;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .mainBox ul {
		margin-bottom: 0;
	}
}

#main .mainBox li.item {
	font-size: 1.6rem;
	list-style-type: disc;
	margin-left: 24px;
}

#main .mainBox p {
	margin-bottom: 10px;
	text-align: center;
}

#main .mainBox p.notes {
	font-size: 1.2rem;
}

/*------------------------------------------------------------
	comTxtList
------------------------------------------------------------*/
#main .comTxtList {
	margin: 0 3px 35px;
}

#main .comTxtList li {
	padding-left: 1em;
	font-size: 1.6rem;
	text-indent: -1em;
	line-height: 2.2;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
	margin-bottom: 45px;
	width: 100%;
	border-collapse: collapse;
}

#main .comTable th,
#main .comTable td {
	padding: 23px 10px 23px 20px;
	font-size: 1.6rem;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #BEBFBF;
}

#main .comTable th {
	color: #FFF;
	font-size: 1.4rem;
	font-weight: normal;
	background-color: #A7B3BE;
}

#main .comTableA th,
#main .comTableA td {
	padding: 17px;
	text-align: center;
}

#main .comTableA th {
	color: #424752;
	font-family: "AxisStd-Regular";
	background-color: #DCDDDD;
}

#main .comTableA td img {
	margin: -5px 0;
}

#main .comTableA th a,
#main .comTableA th .tip {
	margin: 0 -20px 0 20px;
	vertical-align: 2px;
}

#main .comTableA .trStyle th {
	color: #FFF;
	font-size: 1.8rem;
	background-color: #A7B3BE;
}

/*------------------------------------------------------------
	comLinkBtn
------------------------------------------------------------*/
#main .comLinkBtn {
	margin: 0 auto;
	width: 208px;
}

#main .comLinkBtn a {
	padding: 9px 0 10px;
	display: block;
	color: #FFF;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 0 20px #DDD;
	background-color: #009ed9;
	position: relative;
	behavior: url(/js/pie.htc);
}

#main .comLinkBtn.comLinkBtnOrange {
	width: 250px;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .comLinkBtn.comLinkBtnOrange {
		width: 65%;
	}
}

#main .comLinkBtn.comLinkBtnOrange a {
	background-color: #ef9641;
	position: relative;
	font-size: 1.8rem;
	border-radius: 8px;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .comLinkBtn.comLinkBtnOrange a {
		font-size: 1.2rem;
		border-radius: 4px;
	}
}

#main .comLinkBtn.comLinkBtnOrange a:before {
	content: '';
	display:block;
	width: 7px;
	height: 7px;
	border:solid #FFF;
	border-width:2px 2px 0 0;
	position: absolute;
	left: calc(50% + 3em + 25px);
	top: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .comLinkBtn.comLinkBtnOrange a:before {
		width: 5px;
		height: 5px;
		border-width:1px 1px 0 0;
	}
}


#main .comLinkBtn.comLinkBtnOrange a:after {
	background: #f8ae58;
}

#main .comLinkBtn.comLinkBtnOrange.darkOrange a {
	background: #F07300;
	border:1px solid #F07300;
}

#main .comLinkBtn.comLinkBtnOrange.darkOrange a:hover {
	color: #F07300;
}

#main .comLinkBtn.comLinkBtnOrange.darkOrange a::after {
	background: #FFF;
}

#main .comLinkBtn.comLinkBtnOrange.darkOrange a:hover::before {
	border-color:#F07300;
}

#main .comLinkBtn.comLinkBtnOrange.darkBorder a {
	background: #FFF;
	border:1px solid #F07300;
	color: #F07300;
}

#main .comLinkBtn.comLinkBtnOrange.darkBorder a:not(:hover)::before {
	border-color:#F07300;
}

#main .comLinkBtn.comLinkBtnOrange.darkBorder a:hover {
	color: #FFFFFF;
}

#main .comLinkBtn.comLinkBtnOrange.darkBorder a::after {
	background: #F07300;
}

#main .comLinkBtn a:hover {
	text-decoration: none;
}

#main .comLink {
	margin-bottom: 0 !important;
	position: relative;
}

#main .comLink a {
	padding-right: 16px;
	display: inline-block;
	/* color: #0070cd; */
	font-size: 1.6rem;
	background: url(../images/common/icon02.png) no-repeat right 6px;
}

#main .comLink a:hover {
	background-image: url(../images/common/icon02_over.png);
}

#main .comLinkBtnDisabled a {
	padding: 9px 0 10px;
	display: block;
	color: #424752;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 0 20px #DDD;
	background-color: #BEBFBF;
	position: relative;
	cursor: default;
}

#main .comLinkBtnClicked a {
	padding: 9px 0 10px;
	display: block;
	color: #FFF;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 0 20px #DDD;
	background-color: #009ed9;
	position: relative;
	cursor: default;
	opacity: 0.3;
}


/*------------------------------------------------------------
	faqLink
------------------------------------------------------------*/
#main .faqLink {
	margin-bottom: 0 !important;
	position: relative;
}

#main .faqLink a {
	padding-right: 16px;
	display: inline-block;
	font-size: 1.6rem;
}

/*------------------------------------------------------------
	comLinkSec
------------------------------------------------------------*/
#main .comLinkSec {
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: #8CC0F0;
	color: #fff;
}

#main .comLinkSec h2 {
	font-size: 24px;
}

#main .comLinkSec p {
	font-size: 16px;
	text-align: center!important;
	margin-bottom: 40px;
}

#main .comLinkSec ul {
	margin: 0 auto;
}

#main .comLinkSec ul .comLinkBtn {
	width: 240px;
}

#main .comLinkSec ul .comLinkBtn.comLinkBtnOrange {
	width: 250px;
}

#main .comLinkSec ul .comLinkBtn a {
	padding: 20px 0;
	box-shadow: 0 0 15px #87B8E5;
}

#main .comLinkSec ul .comLinkBtn.comLinkBtnOrange a {
	padding: 9px 10px 10px 0;
}

#main .comLinkSec ul .comLinkBtn a:after {
	background-color: #38ace2;
}

#main .comLinkSec ul .comLinkBtn.comLinkBtnOrange a:after {
	background:#f8ae58;
}

#main .comLinkSec ul .comLinkBtn.comLinkBtnOrange a:before {
	right: 16px;
	left:auto;
}

#main .comLinkSec ul .link02 {
	margin-top: 45px;
	text-align: center;
}

#main .comLinkSec ul .link02 a {
	padding: 0 20px 0 0;
	display: inline-block;
	font-size: 1.6rem;
	box-shadow: none;
	text-align: center;
	color: #FFF;
	background: url(../images/common/icon04.png) no-repeat right 4px;
}

#main .comLinkSec ul .link02 a:hover {
	opacity: .6;
}


/* 背景色濃いver */
#main .comLinkSec.comLinkSecDeepcolor {
	background: #1A82E2;
}
#main .comLinkSec.comLinkSecDeepcolor .newLinkBtn:not(:hover) {
	border-color:#FFF;
}


/*------------------------------------------------------------
	sns
------------------------------------------------------------*/
#main .sns {
	margin-bottom: 50px;
}

#main .sns li {
	margin-right: 15px;
	float: left;
}

/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
#main .mailForm {
	padding: 45px 33px;
	background-color: #FBFBFD;
	box-shadow: 0 0 4px #CCC;
	border: 1px solid #009ed9;
	border-top: 4px solid #009ed9;
	border-radius: 0 0 4px 4px;
	position: relative;
	behavior: url(/js/pie.htc);
}

#main .mailForm dl {
	padding-bottom: 5px;
}

#main .mailForm dt {
	margin-bottom: 15px;
	padding-bottom: 18px;
	font-size: 1.6rem;
	background: url(../images/common/icon13.gif) no-repeat left bottom;
}

#main .mailForm dt .required {
	margin-left: 20px;
	padding: 1px 15px 2px;
	color: #FFF;
	font-size: 1.1rem;
	vertical-align: middle;
	border-radius: 2px;
	background-color: #009ed9;
	position: relative;
	behavior: url(/js/pie.htc);
}

#main .mailForm dt .required02 {
	color: #424752;
	background-color: #BEBFBF;
}

#main .mailForm hr {
	margin-bottom: 40px;
}

#main .mailForm dd {
	margin-bottom: 40px;
	font-size: 1.6rem;
}

#main .mailForm dd li {
	margin-top: 10px;
	margin-bottom: 10px;
}

#main .mailForm dd span {
	margin-top: 10px;
	display: block;
	font-size: 1.2rem !important;
	color: #c74c4d;
}

#main .mailForm dd .txt02 {
	font-size: 1.4rem;
	line-height: 1.7;
}

#main .mailForm dd .txt03 {
	font-size: 1.2rem;
	padding-left: 1rem;
	text-indent: -1rem;
	line-height: 1.7;
}

#main .mailForm .ddStyle01 {
	margin-bottom: 30px;
}

#main .mailForm .last {
	font-size: 1.4rem;
	line-height: 1.7;
}

#main .mailForm dd input[type="text"],
#main .mailForm dd input[type="password"] {
	padding: 10px;
	width: 560px;
	height: 20px;
	font-size: 1.4rem;
	background-color: #FDFDFF;
	border: 1px solid #DCDDDD;
}

#main .mailForm dd input[type="text"]:disabled,
#main .mailForm dd textarea:disabled {
	background-color: #f2f2f2;
}

#main .mailForm dd input[type="text"].wid01,
#main .mailForm dd input[type="password"].wid01 {
	width: 155px;
}

#main .mailForm dd input[type="text"].wid02,
#main .mailForm dd input[type="password"].wid02 {
	width: 380px;
}

#main .mailForm dd input[type="text"].wid03,
#main .mailForm dd input[type="password"].wid03 {
	width: 80px;
}

#main .mailForm dd input[type="text"].email,
#main .mailForm dd input[type="password"].email {
	font-size: 1.6rem;
}

#main .mailForm dd select {
	padding-left: 10px;
	width: 180px;
	height: 40px;
	border: 1px solid #DCDDDD;
}

#main .mailForm dd select.wid04 {
	width: 583px;
}

#main .mailForm dd select.wid03 {
	margin-right: 10px;
	width: 80px;
}

#main .mailForm dd select.year {
	margin-left: 10px;
}

#main .mailForm dd textarea {
	padding: 10px;
	width: 560px;
	height: 104px;
	font-size: 1.4rem;
	background-color: #FDFDFF;
	border: 1px solid #DCDDDD;
}

#main .mailForm .free {
	margin-bottom: 43px;
}

#main .mailForm .free span {
	margin-top: 5px;
	padding: 0 0 4px 30px;
	display: inline-block;
	font-size: 1.2rem;
	background: url(../images/common/icon06.png) no-repeat left top;
	background-size: contain;
}

#main .mailForm .comment {
	font-size: 1.6rem;
	text-align: left;
}

#main .mailForm .agree {
	margin-bottom: 50px;
	text-align: left;
}

#main .mailForm .agree input {
	margin-right: 10px;
}

#main .mailForm .submit {
	margin: 0 auto;
	width: 210px;
}

#main .mailForm .submit input,
#main .mailForm .submit button {
	padding: 12px 0;
	width: 100%;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 1.4rem;
	border-radius: 4px;
	border: none;
	box-shadow: 0 0 10px #DDD;
	background: -moz-linear-gradient(top,
			#009ed9 0%,
			#009ed9 25%,
			#009ed9);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#009ed9),
			color-stop(0.25, #009ed9),
			to(#009ed9));
	position: relative;
	behavior: url(/js/pie.htc);
	cursor: pointer;
}

#main .mailForm .submit button:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
}

#main .mailForm .submit button:disabled {
	color: #424752;
	background: #BEBFBF;
	cursor: default;
}

#main .mailForm .submit button:disabled:after {
	transform: none;
	background: none;
}

#main .mailForm .submit button.clicked {
	opacity: 0.3;
	cursor: default;
}

#main .mailForm .submit button.clicked:after {
	transform: none;
	background: none;
}

#main .mailForm ul.submit {
	width: 278px;
}

#main .mailForm ul.submit .linkBtn,
#main .mailForm ul.submit .comLink {
	margin-top: 25px;
	text-align: center;
}

#main .mailForm ul.submit .faqLink {
	margin-top: 25px;
	text-align: center;
}

#main .mailForm ul.submit .linkBtn a {
	padding: 11px 0;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	border-radius: 4px;
	box-shadow: 0 0 10px #DDD;
	color: #424752;
	background: -moz-linear-gradient(top,
			#BEBFBF 0%,
			#BEBFBF 25%,
			#BEBFBF);
	background: -webkit-gradient(linear, left top, left bottom,
			from(#BEBFBF),
			color-stop(0.25, #BEBFBF),
			to(#BEBFBF));
}

#main .mailForm ul.submit .linkBtn a:hover {
	text-decoration: none;
}

#main .mailForm dd input[type="text"].error,
#main .mailForm dd input[type="password"].error,
#main .mailForm dd select.error,
#main .mailForm dd textarea.error {
	border: 1px solid #F07300;
	background-color: #fff2e2;
}

#main .mailForm dd p.error {
	color: #c74c4d;
	font-size: 1.4rem;
	text-align: left;
	font-family: "AxisStd-Regular";
	margin-top: 15px;
}

#main .mainBox .error {
	color: #c74c4d;
	font-size: 1.4rem;
	font-family: "AxisStd-Regular";
	margin-top: 15px;
}

/*------------------------------------------------------------
	comListUl
------------------------------------------------------------*/
#main .mainBox .comListUl {
	width: 990px;
}

#main .mainBox .comListUl li {
	margin-left: 11px;
	padding: 25px 0 35px;
	float: left;
	width: 181px;
	border: 4px solid #CECDD0;
	background-color: #FFF;
}

#main .mainBox .comListUl li:first-child {
	margin-left: 0;
}

#main .mainBox .comListUl li:last-child {
	/*margin-left: 11px;*/
}

#main .mainBox .comListUl li .ttl {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-family: "AxisStd-Regular";
}

#main .mainBox .comListUl li .ttl img {
	margin: 0 auto 7px;
	display: block;
}

#main .mainBox .comListUl li .txt {
	margin: 0 -4px;
	padding: 10px 0 14px;
	color: #FFF;
	font-size: 1.4rem;
	background-color: #009ed9;
}

#main .mainBox .comListUl li .bg02 {
	background-color: #DCA876;
}

#main .mainBox .comListUl li .bg03 {
	background-color: #A8A8A8;
}

#main .mainBox .comListUl li .bg04 {
	background-color: #DFB355;
}

#main .mainBox .comListUl li .bg05 {
	background-color: #545555;
}

#main .mainBox .comListUl li .txt .price {
	margin-bottom: 3px;
	padding: 0 25px 10px;
	display: inline-block;
	border-bottom: 4px solid #FFF;
}

#main .mainBox .comListUl li .txt .num {
	font-size: 2.4rem;
	font-family: 'Open Sans', sans-serif;
}

#main .mainBox .comListUl li .txt .free {
	font-size: 2.4rem;
}

/*------------------------------------------------------------
	qaSec
------------------------------------------------------------*/
#main .qaSec {
	overflow: hidden;
}

#main .qaSec h2 {
	font-size: 3rem;
}

#main .qaList {
	margin-right: -35px;
}

#main .qaList li {
	margin: 0 30px 30px 0;
	float: left;
	width: 310px;
}

#main .qaList li a {
	padding: 15px 15px 32px;
	display: block;
	/* color: #0070cd; */
	font-size: 1.6rem;
	background-color: #FFF;
	box-shadow: 0 0 4px #CCC;
	border: 4px solid #BEBFBF;
}

#main .qaList li .ttl {
	margin: 0 auto 38px;
	padding-bottom: 10px;
	width: 40px;
	display: block;
	background: url(../images/about/ttl_bg.gif) no-repeat center bottom;
}

#main .qaList li .ttl span {
	display: block;
	padding: 8px 0;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #546B81;
	border-radius: 50%;
	position: relative;
	behavior: url(/js/pie.htc);
}

#main .qaList li a:hover {
	text-decoration: none;
}


/*------------------------------------------------------------
	comPup
------------------------------------------------------------*/
#main .mainBox .tip {
	display: inline-block;
}

#main .mainBox .tip.on img,
#main .mainBox .tip:hover img {
	visibility: hidden;
}

#main .mainBox .tip {
	width: 19px;
	height: 19px;
}

#main .mainBox .tip img {
	width: 100%;
}

#main .mainBox .tip:hover {
	background: url(/images/common/icon06_over.png) no-repeat left top;
	background-size: cover;
}

.comPup {
	position: absolute;
	z-index: 100;
	transform: translate3d(0, 0, 1px);
	opacity: 0;
}

.comPup.show {
	transition: opacity 0.1s;
	opacity: 1;
}

.comPup .pupBox {
	padding: 20px 35px;
	margin: 0 auto;
	width: 242px;
	background-color: #FBFBFC;
	border: 1px solid #009ed9;
	border-top: 4px solid #009ed9;
}

.comPup .pupBox p {
	margin-bottom: 0;
	font-size: 1.2rem;
	line-height: 1.7;
	text-align: left;
}

.comPup .pupBox .ttl {
	margin-bottom: 12px;
	font-size: 1.4rem;
	text-align: center;
}

.comPup .pupBox .ttl img {
	display: block;
	margin: 0 auto 12px;
}

.comPup2 {
	position: absolute;
	z-index: 100;
	transform: translate3d(0, 0, 1px);
	opacity: 0;
}

.comPup2.show {
	transition: opacity 0.1s;
	opacity: 1;
}

.comPup2 .pupBox {
	padding: 50px 55px;
	margin: 0 auto;
	width: 460px;
	background-color: #FBFBFC;
	border: 1px solid #EAEAEA;
	border-radius:8px;
	box-sizing:border-box;
	font-weight: normal;
}

.comPup2 .pupBox p {
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.75;
	text-align: left;
}

.comPup2 .pupBox .ttl {
	margin-bottom: 12px;
	font-size: 1.7rem;
	text-align: center;
}

.comPup2 .pupBox .ttl img {
	display: inline-block;
	width: 20px;
	margin-right: 10px;
	position: relative;
	top: 6px;
}

.pop {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 999;
	background-color: rgba(121, 125, 133, 0.8);
}

.pop .cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 200%;
	background-color: rgba(121, 125, 133, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#797D85, endcolorstr=#797D85);
}

.pop .popBox {
	margin: 30px auto;
	padding: 47px 80px;
	width: 600px;
	position: relative;
	background-color: #FBFBFC;
	border: 1px solid #009ed9;
	border-top: 4px solid #009ed9;
	box-shadow: 0 0 6px #666;
	behavior: url(/js/pie.htc);
}

.pop.card .popBox {
	padding: 80px;
	width: 340px;
}

.pop .popBox .ttl {
	margin-bottom: 28px;
	font-size: 1.6rem;
	text-align: center;
}

.pop .popBox .txtBox {
	font-size: 1.4rem;
	padding: 30px 30px 27px;
	background-color: #FFF;
	box-shadow: 0 0 6px #DDD;
	position: relative;
	behavior: url(/js/pie.htc);
}

.pop .popBox .txtBox h3 {
	margin-bottom: 1em;
}

.pop .popBox .txtBox h4 {
	margin-top: 1em;
}

.pop .popBox .txtBox p {}

.pop .popBox .txtBox ul {
	list-style: disc;
	padding-left: 1em;
}

.pop .popBox .txtBox .detail {
	margin-top: 1em;
}

.pop .popBox .txtBox .txt {
	margin-bottom: 25px;
	padding: 4px 0 3px 12px;
	line-height: 1.6;
	border-left: 2px solid #64c3e7;
}

.pop .popBox .agree {
	text-align: center;
	font-size: 1.6rem;
	margin-top: 30px;
}

.pop .popBox .btnList {
	margin: 0 auto;
	width: 304px;
	margin-top: 30px;
}

.pop.alert .popBox .btnList {
	text-align: center;
}

.pop .popBox .btnList li {
	float: right;
	width: 136px;
}

.pop.alert .popBox .btnList {
	float: none;
}

.pop .popBox .btnList li:first-child {
	float: left;
}

.pop.alert .popBox .btnList li:first-child {
	float: none;
	margin: 0 auto;
}

.pop .popBox .btnList li a {
	padding: 9px 0 10px;
	display: block;
	color: #FFF;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 2px;
	background-color: #009ed9;
	position: relative;
	behavior: url(/js/pie.htc);
}

.pop .popBox .btnList li a.disabled {
	opacity: 0.3;
}

.pop .popBox .btnList li a.grey {
	color: #424752;
	background-color: #BEBFBF;
}


/**
 * 通知エリア
 */
#topTxt {
	margin-top: -7px;
	padding: 10px 0;
	color: #FFF;
	font-size: 1.4rem;
	text-align: center;
	background-color: #e39b00;
}

#topTxt span {
	display: block;
	margin: 0 auto;
	width: 960px;
}


/**
 * Error
 */
#main.error {
	padding: 150px 0;
}

#main.error p {
	text-align: center;
}

#main.error .logo {
	margin-bottom: 30px;
}

#main.error .ttl {
	font-size: 5.2rem;
	font-family: 'Open Sans';
	font-weight: 300;
	margin-bottom: 7px;
}

#main.error .description {
	margin-bottom: 44px;
}

#main.error .logo img {
	width: 154px;
	margin-left: -20px;
}

#main.error404 {
	background: url('../images/common/bg_404.jpg') no-repeat center top #8bc0f0;
	height: 1000px;
	width: 100%;
	padding: 0;
	position: relative;
}

#main.error404 p {
	min-width: 990px;
}

#main.error404 p.en {
	position: absolute;
	top: 513px;
	font-size: 2.4rem !important;
	width: 100%;
	font-family: 'Open Sans';
	font-weight: 300;
}

#main.error404 p.jp {
	position: absolute;
	top: 557px;
	width: 100%;
	font-size: 1.4rem !important;
}

#main.error404 p.home {
	position: absolute;
	top: 604px;
	width: 100%;
	font-size: 1.4rem;
}

#main.error p.home .btn {
	width: 208px;
	padding: 10px 0;
	background: #bebfbf;
	border-radius: 2px;
	display: inline-block;
}

#main.error p.home .btn.grey {
	color: #424752;
}


@media all and (min-width: 0px) and (max-width: 736px) {

	a,
	a:link {
		text-decoration: none;
	}

	#main {
		margin: 0 auto;
		width: auto;
	}

	body {
		min-width: inherit;
	}

	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		margin-bottom: 0;
		padding-bottom: 0;
		position: relative;
		margin-top: -52px;
	}

	#gHeader .hInner {
		background: none;
	}

	#gHeader .hInner p {
		line-height: 1.5;
	}

	#gHeader .hInner p a {
		margin-left: auto;
	}

	#gHeader .hInner .innerBox {
		background: #FBFBFD;
	}

	#gHeader .hBox {
		padding: 17px 20px;
		width: auto;
		box-shadow: 0 0 3px #DDD;
		z-index: 99;
		height: auto;
	}

	#gHeader .hBox .logo {
		position: relative;
		top: auto;
		left: auto;
		float: left;
	}

	#gHeader .hBox .logo img {
		width: 92px;
	}

	#gHeader .topMenu .sp {
		display: none !important;
	}

	#gHeader .topMenu p .on:before,
	#gHeader .topMenu p a.on:hover:before {
		background-image: url(../images/common/icon09.png);
	}

	#gHeader .hInner .menu {
		margin-top: 2px;
		float: right;
		display: block;
	}

	#gHeader .hInner .menuBox {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}

	#gHeader .hInner .menuBox .subMenuBox {
		position: relative;
		width: 100%;
		float: right;
		padding-bottom: 40px;
		background: #434752;
	}

	#gHeader .hInner .menuBox .overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #434752;
		opacity: 0.8;
	}

	#gHeader .hInner .menuBox .close {
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 10;
	}

	#gHeader .hInner .menuBox .close a {
		display: block;
		padding: 10px;
	}

	#gHeader .hInner .menuBox .logo {
		padding: 17px 0 16px;
		float: none;
		text-align: center;
		background-color: #FBFBFC;
		width: auto;
	}

	#gHeader .hInner .menuBox .navi {
		margin: 27px 25px 35px;
	}

	#gHeader .hInner .menuBox .navi li a {
		display: block;
		color: #fbfbfc;
		font-size: 1.2rem;
		padding: 10px 0;
		text-align: center;
		border-bottom: 1px solid #FBFBFC;
	}

	#gHeader .hInner .menuBox .linkBox {
		margin: 0 20px;
		padding-top: 20px;
		background-color: #FBFBFC;
	}

	#gHeader .hInner .menuBox .linkBox .hLink {
		margin: 0 auto 20px;
		float: none;
		width: 86px;
	}

	#gHeader .hInner .menuBox .linkBox .hLink li {
		margin: 0 0 12px;
		display: inherit;
		font-size: 1.1rem;
		line-height: 1.5;
	}

	#gHeader .hInner .menuBox .linkBox .hLink li a {
		padding-left: 14px;
		background: url(../images/common/icon01.gif) no-repeat left 3px;
		background-size: 6px auto;
	}

	#gHeader .hInner .menuBox .linkBox .hLink li a:hover {
		background: url(../images/common/icon01_over.png) no-repeat left 3px;
		background-size: 6px auto;
	}

	#gHeader .hInner .menuBox .linkBox p {
		padding: 22px 14% 13px 20%;
		float: none;
		width: auto;
		font-size: 1.1rem;
		background: url(../images/common/header_bg.gif) repeat-x left top;
		background-size: 2px auto;
		line-height: 1.5;
	}

	#gHeader .hInner .menuBox .linkBox p .btn {
		font-size: 1.1rem;
		box-shadow: 0 0 4px #F0F0F2;
		margin-top: -3px;
	}

	#gHeader .hInner .rBox {
		display: none;
	}

	/*------------------------------------------------------------
		Mypage
	------------------------------------------------------------*/
	#gHeader .hInner .menuBox .linkBox p.default {
		/*display: none;*/
	}

	#gHeader .hInner .menuBox .linkBox p.login {
		padding: 0;
		line-height: 1.5;
	}

	#gHeader .hInner .menuBox .linkBox p.login a {
		display: block;
		text-align: center;
		padding: 22px 0 13px;
	}

	#gHeader .hInner .menuBox .linkBox p.login a:before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url(../images/common/icon16.gif) no-repeat left center;
		background-size: contain;
		vertical-align: middle;
		margin-right: 10px;
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		display: none;
	}

	/*------------------------------------------------------------
		pagePath
	------------------------------------------------------------*/
	#pagePath {
		display: none;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 24px 0;
		position: relative;
		overflow: inherit;
	}

	#gFooter .fInner {
		margin: 0 20px;
		width: auto;
	}

	#gFooter .fInner .lBox {
		margin-top: 25px;
		float: none;
		width: auto;
	}

	#gFooter .fInner .lBox .logoBox {
		margin-bottom: 8px;
	}

	#gFooter .fInner .lBox .logoBox .fLogo {
		margin-right: 17px;
	}

	#gFooter .fInner .lBox .logoBox .fLogo img {
		width: 109px;
	}

	#gFooter .fInner .lBox .logoBox .logo02 img {
		width: 115px;
	}

	#gFooter .fInner .lBox p {
		margin-bottom: 15px;
		font-size: 0.9rem;
	}

	#gFooter .fInner .fBox {
		float: none;
		width: auto;
	}

	#gFooter .fInner .fNavi {
		width: 194px;
	}

	#gFooter .fInner .fNavi li {
		padding-top: 10px;
	}

	#gFooter .fInner .fNavi li a {
		padding-left: 15px;
		font-size: 1.1rem;
		background: url(../images/common/icon03.png) no-repeat left 3px;
		background-size: 6px auto;
	}

	#gFooter .fInner .linkInner {
		margin-top: 2px;
		float: right;
		width: 84px;
	}

	#gFooter .fInner .linkInner .btnList {
		margin-top: 0;
	}

	#gFooter .fInner .linkInner .btnList li {
		margin: 0 3px 0 20px;
	}

	#gFooter .fInner .linkInner .btnList li img {
		width: 19px;
	}

	#gFooter .fInner .linkInner .pageTop {
		float: none;
		position: absolute;
		top: -24px;
		left: 50%;
		margin-left: -24px;
	}

	#gFooter .fInner .linkInner .pageTop a {
		display: block;
	}

	#gFooter .fInner .linkInner .pageTop a figure {
		width: 48px;
		height: 48px;
		background: #424752;
		border: 0px;
	}

	#gFooter .fInner .linkInner .pageTop a figure img {
		position: absolute;
		top: 6.5px;
		left: 10px;
	}

	#gFooter .fInner .linkInner .pageTop a span {
		display: block;
		text-align: center;
		margin-top: -7px;
		font-size: 0.9rem;
		transform: translate3d(0, 0, 1px);
	}

	#gFooter .fInner .linkInner .pageTop a:hover figure {
		background: #424752;
	}

	#gFooter .fInner .linkInner .pageTop a:hover figure img {
		animation: none;
	}

	#gFooter .fInner .linkInner .pageTop a:hover span {
		color: #FFF;
	}

	/*------------------------------------------------------------
		common
	------------------------------------------------------------*/
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	#main h1 {
		margin-bottom: 15px;
		font-size: 2.4rem;
	}

	#main h2 {
		margin-bottom: 12px;
		font-size: 2.1rem;
	}

	#main .comLinkSec h2 {
		font-size: 18px;
	}

	#main .comLinkSec p {
		font-size: 12px;
		text-align: justify;
	}

	#main h3 {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}

	.reading h2,
	#main h2 .line {
		padding-left: 10px;
		border-left: 4px solid #64c3e7;
	}

	.reading h3,
	#main h3 .line {
		padding-left: 10px;
		border-left: 2px solid #64c3e7;
	}

	#main h4 {
		margin-bottom: 12px;
		font-size: 1.3rem;
	}

	#main h5 {
		margin-bottom: 12px;
		font-size: 1.2rem;
	}

	#main h6 {
		margin-bottom: 12px;
		font-size: 1.2rem;
	}

	#main .mainBox {
		padding: 30px 20px;
		width: auto !important;
	}

	#main .mainBox p,
	#main .mainBox ul,
	#main .mainBox ol,
	#main .mainBox li {
		font-size: 1.2rem;
	}

	#main .mainBox p {
		text-align: left;
	}

	#main .sns {
		margin-bottom: 25px;
	}

	/*------------------------------------------------------------
		comTxtList
	------------------------------------------------------------*/
	#main .comTxtList {
		margin: 0 3px 20px;
	}

	#main .comTxtList li {
		font-size: 1.2rem;
		line-height: 2;
	}

	/*------------------------------------------------------------
		comTable
	------------------------------------------------------------*/
	#main .tabBox {
		margin: 0 -20px 30px 0;
		padding-bottom: 20px;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	#main .comTable {
		margin-bottom: 0;
		width: 450px;
	}

	#main .comTable th,
	#main .comTable td {
		padding: 16px 5px 16px 13px;
		font-size: 1.2rem;
	}

	#main .comTableA td {
		padding: 15px 0;
	}

	#main .comTableA th {
		padding: 5px 10px;
		text-align: left;
	}

	#main .comTableA .trStyle th {
		font-size: 1.2rem;
	}

	#main .comTableA td img {
		margin: 0;
		width: 15px;
	}

	#main .comTableA th .tip {
		margin: 0 -6px 0 6px;
		vertical-align: 1px;
	}

	#main .comTableA th .tip img {
		width: 13px;
	}

	#main .comTableA th .tip:hover {
		background-size: 13px auto;
	}

	/*------------------------------------------------------------
		comLinkBtn
	------------------------------------------------------------*/
	#main .comLinkBtn {
		width: 65%;
	}

	#main .comLinkBtn a {
		padding: 10px 0 12px;
		font-size: 1.2rem;
		box-shadow: none;
	}

	#main .comLink {
		margin-bottom: 0 !important;
		text-align: center !important;
	}

	#main .comLink a {
		padding-right: 16px;
		font-size: 1.2rem;
		background: url(../images/common/icon02.png) no-repeat right 4px;
		background-size: 6px auto;
	}

	/*------------------------------------------------------------
		faqLink
	------------------------------------------------------------*/
	#main .faqLink {
		margin-bottom: 0 !important;
		text-align: center !important;
	}

	#main .faqLink a {
		padding-right: 16px;
		font-size: 1.2rem;
		background-size: 6px auto;
	}

	/*------------------------------------------------------------
		comLinkSec
	------------------------------------------------------------*/
	#main .comLinkSec {
		padding: 35px 20px 50px;
	}

	#main .comLinkSec ul {
		width: 65%;
	}

	#main .comLinkSec ul.width_auto {
		width: 100%;
	}

	#main .comLinkSec ul .comLinkBtn {
		width: auto;
	}

	#main .comLinkSec ul .comLinkBtn a {
		padding: 12px 0;
		box-shadow: none;
	}

	#main .comLinkSec ul .comLinkBtn.comLinkBtnOrange a {
		padding: 10px 0 11px;
	}

	#main .comLinkSec ul .link02 {
		margin-top: 25px;
	}

	#main .comLinkSec ul .link02 a {
		font-size: 1.2rem;
		background: url(../images/common/icon04.png) no-repeat right 4px;
		background-size: 7px auto;
	}

	/*------------------------------------------------------------
		mailForm
	------------------------------------------------------------*/
	#main .mailForm {
		padding: 25px 20px;
		box-shadow: 0 0 4px #CCC;
		border-top: 2px solid #009ed9;
		border-radius: 0 0 2px 2px;
	}

	#main .mailForm dl {
		padding-bottom: 7px;
	}

	#main .mailForm dt {
		margin-bottom: 7px;
		padding-bottom: 8px;
		font-size: 1.2rem;
		background: url(../images/common/icon13.gif) no-repeat left bottom;
		background-size: 10px auto;
	}

	#main .mailForm dt .required {
		margin-left: 10px;
		padding: 1px 10px;
		font-size: 0.9rem;
	}

	#main .mailForm dd {
		margin-bottom: 22px;
		font-size: 1.2rem;
	}

	#main .mailForm .ddStyle01 {
		margin-bottom: 23px;
	}

	#main .mailForm dd span {
		margin-top: 7px;
		font-size: 0.9rem;
	}

	#main .mailForm dd .txt02 {
		font-size: 0.9rem;
		line-height: 1.6;
	}

	#main .mailForm .last {
		font-size: 1.2rem;
		line-height: 1.6;
	}

	#main .mailForm .free {
		margin-bottom: 22px;
	}

	#main .mailForm .free span {
		padding: 0 0 0 20px;
		font-size: 0.9rem;
		background: url(../images/common/icon06.png) no-repeat left top;
		background-size: 14px auto;
	}

	#main .mailForm dd input[type="text"],
	#main .mailForm dd input[type="password"] {
		padding: 5px 2%;
		width: 96%;
		height: 18px;
		font-size: 0.9rem;
		-webkit-appearance: none;
	}

	#main .mailForm dd input[type="text"].wid01,
	#main .mailForm dd input[type="password"].wid01 {
		width: 96%;
	}

	#main .mailForm dd input[type="text"].wid02,
	#main .mailForm dd input[type="password"].wid02 {
		width: 96%;
	}

	#main .mailForm dd input[type="text"].wid03,
	#main .mailForm dd input[type="password"].wid03 {
		width: 20%;
	}

	#main .mailForm dd input[type="text"].email {
		font-size: 1.2rem;
	}

	#main .mailForm dd select {
		padding-left: 2%;
		width: 55%;
		height: 30px;
		font-size: 0.9rem;
	}

	#main .mailForm dd select.wid04 {
		width: 55%;
	}

	#main .mailForm dd select.wid03 {
		width: 20%;
	}

	#main .mailForm dd textarea {
		padding: 5px 2%;
		width: 96%;
		height: 86px;
		font-size: 0.9rem;
		-webkit-appearance: none;
	}

	#main .mailForm dd .note {
		line-height: 1.7;
	}

	#main .mailForm hr {
		margin-bottom: 22px;
	}

	#main .mailForm .agree {
		margin-bottom: 20px;
		padding-left: 2.5em;
		display: none;
		text-indent: -2.5em;
	}

	#main .mailForm .submit {
		width: 82%;
	}

	#main .mailForm ul.submit {
		width: 82%;
	}

	#main .mailForm ul.submit .linkBtn {
		margin-top: 15px;
	}

	#main .mailForm ul.submit li input,
	#main .mailForm ul.submit .linkBtn a {
		font-size: 1rem;
	}

	#main .mailForm dd p.error {
		font-size: 1.2rem;
		margin-top: 10px;
	}

	/*------------------------------------------------------------
		comListUl
	------------------------------------------------------------*/
	#main .mainBox .slide {
		padding: 0;
		position: relative;
	}

	#main .mainBox .slide .slideBox {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	#main .mainBox .slide .next,
	#main .mainBox .slide .prev {
		position: absolute;
		top: 0;
		width: 20px;
		height: 100%;
		background: rgba(66, 71, 82, 0.2);
	}

	#main .mainBox .slide .next {
		right: 0;
	}

	#main .mainBox .slide .prev {
		left: 0;
	}

	#main .mainBox .slide .next img,
	#main .mainBox .slide .prev img {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -5.5px;
	}

	#main .mainBox .slide .next img {
		margin-left: -2px;
	}

	#main .mainBox .slide .prev img {
		margin-left: -4px;
	}

	#main .mainBox .comListUl {
		overflow: hidden;
		width: auto;
	}

	#main .mainBox .comListUl li {
		margin: 0 0 0 6px;
		padding: 10px 0 13px;
		width: 72px;
		border: 2px solid #CECDD0;
	}

	#main .mainBox .comListUl li:fitst-child {
		margin-left: 0;
	}

	#main .mainBox .comListUl li .ttl {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 8px;
		font-size: 0.9rem;
		text-align: center;
	}

	#main .mainBox .comListUl li .ttl img {
		margin-bottom: 3px;
		width: 10px;
	}

	#main .mainBox .comListUl li .txt {
		margin: 0 -2px;
		padding: 4px 0 6px;
		font-size: 0.6rem;
		text-align: center;
	}

	#main .mainBox .comListUl li .txt .price {
		padding: 0 10px 3px;
		border-bottom: 1px solid #FFF;
	}

	#main .mainBox .comListUl li .txt .num {
		font-size: 0.9rem;
	}

	#main .mainBox .comListUl li .txt .free {
		font-size: 1.2rem;
	}

	/*------------------------------------------------------------
		qaSec
	------------------------------------------------------------*/
	#main .qaSec h2 {
		margin-bottom: 18px;
		font-size: 1.5rem;
	}

	#main .qaList {
		margin-right: 0;
	}

	#main .qaList li {
		margin: 0 0 25px;
		float: none;
		width: auto;
	}

	#main .qaList li a {
		padding: 0;
		display: table;
		font-size: 1.2rem;
		background: none;
		box-shadow: none;
		border: none;
	}

	#main .qaList li .ttl {
		padding: 0 10px 0 0;
		padding-bottom: 0;
		width: 36px;
		display: table-cell;
		font-size: 1.4rem;
		background: none;
	}

	#main .qaList li .ttl span {
		padding: 8px 0;
	}

	#main .qaList li .txt {
		display: table-cell;
		vertical-align: middle;
	}

	/*------------------------------------------------------------
		qaSec
	------------------------------------------------------------*/
	#main .mainBox .tip {
		width: 14px;
		height: 14px;
	}

	#main .mainBox .tip:hover {
		background: url(../images/common/icon06_over.png) no-repeat left top;
		background-size: 16px auto;
	}

	.cover {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 120%;
		z-index: 200;
		background: #000;
		opacity: 0.8;
		overflow: hidden;
	}

	.comPup {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 300;
		overflow: hidden;
	}

	.comPup .pupBox {
		padding: 15px 30px;
		width: 280px;
		height: auto;
		max-height: 90%;
		overflow: auto;
		border-top: 3px solid #009ed9;
		position: relative;
		z-index: 220;
		box-sizing: border-box;
	}

	.comPup .pupBox .close {
		position: absolute;
		right: 13px;
		top: 19px;
	}

	.comPup .pupBox .close a {
		margin: 0;
	}

	.comPup .pupBox .ttl {
		font-size: 1.2rem;
	}

	.comPup .pupBox .ttl img {
		width: 18px;
	}

	.comPup2 {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 300;
		overflow: hidden;
	}
	
	.comPup2 .pupBox {
		padding: 55px 23px;
		max-width: 350px;
		width: calc(100% - 22px);
		height: auto;
		max-height: 90%;
		overflow: auto;
		position: relative;
		z-index: 220;
		box-sizing: border-box;
		border:none;
	}
	
	.comPup2 .pupBox .close {
		position: absolute;
		right: 16px;
		top: 16px;
		width: 24px;
	}
	
	.comPup2 .pupBox .close a {
		margin: 0;
	}
	
	.comPup2 .pupBox .close img {
		width: 100%;
	}
	
	.comPup2 .pupBox .ttl {
		font-size: 1.6rem;
	}
	
	.comPup2 .pupBox .ttl img {
		top: 4px;
	}

	.pop .popBox {
		padding: 25px 6% !important;
		width: 80% !important;
		border-top: 2px solid #009ed9;
		z-index: 210;
	}

	.pop .popBox .ttl {
		margin-bottom: 20px;
		font-size: 1.2rem;
	}

	.pop .popBox .txtBox {
		font-size: 1.2rem;
		padding: 25px 30px 23px;
	}

	.pop .popBox .txtBox h3 {
		margin-bottom: 1em;
	}

	.pop .popBox .txtBox ul {
		list-style: disc;
		padding-left: 1em;
	}

	.pop .popBox .agree {
		font-size: 1.2rem;
		margin-top: 20px;
	}

	.pop .popBox .txtBox p {
		font-size: 1.2rem;
	}

	.pop .popBox .txtBox .txt {
		margin: 0 5px 15px;
		padding: 0 0 2px 12px;
	}

	.pop .popBox .btnList {
		margin-top: 20px;
		width: 209px;
	}

	.pop .popBox .btnList li {
		margin-top: 15px;
		float: none !important;
		width: auto;
	}


	/**
	 * 通知エリア
	 */
	#topTxt {
		margin-top: 0;
		padding: 13px 0;
		font-size: 0.9rem;
	}

	#topTxt span {
		width: auto;
	}


	/**
	 * Error
	 */
	#main.error {
		padding: 92px 0;
	}

	#main.error p {
		text-align: left;
	}

	#main.error .logo {
		margin-bottom: -2px;
	}

	#main.error .ttl {
		font-size: 2.6rem;
		font-family: 'Open Sans';
		font-weight: 300;
		margin-bottom: 7px;
	}

	#main.error .description {
		margin-bottom: 27px;
	}

	#main.error .logo img {
		width: 70px;
		margin-left: 0;
	}

	#main.error p.home .btn {
		width: 208px;
		padding: 10px 0;
		background: #bebfbf;
		border-radius: 2px;
		display: inline-block;
	}




	#main.error404 {
		background: url('../images/common/sp_bg_404.jpg') no-repeat center top #8cc0f0;
		height: 360px;
		background-size: cover;
		padding: 0;
	}

	#main.error404 p {
		margin: 0;
		min-width: auto;
	}

	#main.error404 p.en {
		top: 185px;
		/*238px;*/
		font-size: 1.8rem !important;
		text-align: center;
	}

	#main.error404 p.jp {
		top: 215px;
		/*268px;*/
		font-size: 1.0rem !important;
		text-align: center;
	}

	#main.error p.home {
		text-align: center;
	}

	#main.error404 p.home {
		top: 244px;
		/* 297px; */
		width: 100%;
	}

	#main.error p.home .btn {
		width: 208px;
		padding: 10px 0;
		background: #bebfbf;
		border-radius: 2px;
		display: inline-block;
		text-align: center;
	}

	#main.error404 p {
		text-align: center;
	}
}





/*------------------------------------------------------------
	プラン表（2017年11月更新）
------------------------------------------------------------*/
#main .plan2 {
	font-family: 'Open Sans', "AxisStd-Light", sans-serif;
}

#main .plan2 * {
	box-sizing: border-box;
}

#main .plan2 .planList {
	border-bottom: #dadada 1px solid;
	margin-bottom: 30px;
	display: flex;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .plan2 .planList {
		display: block;
		border: 0;
		margin-bottom: 30px;
	}
}

#main .plan2 .planList .group {
	/* float: left; */
	border-left: #dadada 1px solid;
}

#main .plan2 .planList .group:last-child {
	border-right: #dadada 1px solid;
}

#main .plan2 .planList .group.free {
	/* width: 124px; */
	flex-grow: 1;
}

#main .plan2 .planList .group.essentials {
	/* width: 246px; */
	flex-grow: 2;
}

#main .plan2 .planList .group.pro {
	/* width: 620px; */
	flex-grow: 5;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .plan2 .planList .group {
		margin-bottom: 8px;
	}

	#main .plan2 .planList .group.free,
	#main .plan2 .planList .group.essentials,
	#main .plan2 .planList .group.pro {
		width: 100%;
	}

	#main .plan2 .planList .group:last-child {
		border-right: 0;
	}
}

#main .free-bg {
	background-color: #009ed9;
	color: #FFF;
}

#main .essentials-bg {
	background-color: #646872;
	color: #FFF;
}

#main .pro-bg {
	background-color: #1a82e2;
	color: #FFF;
}

#main .plan2 .planList .group h2 {
	font-size: 1.8rem;
	margin-bottom: 0;
	/* padding: 8px 0; */
	height: 37px;
	line-height: 37px;
}

#main .plan2 .planList .group.free h2 {
	height: 70px;
	line-height: 70px;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .plan2 .planList .group h2 {
		height: auto !important;
		line-height: 1 !important;
		padding: 10px 0;
	}

	#main .plan2 .planList .group .groupHeader {
		position: relative;
	}

	#main .plan2 .planList .group .groupHeader a {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
	}

	#main .plan2 .planList .group .groupHeader a img {
		width: 13px;
	}
}

#main .plan2 .planList .group .subGroup {
	display: flex;
}

#main .plan2 .planList .group.free .subGroup {
	background-color: #e7f4f9;
}

#main .plan2 .planList .group.essentials .subGroup {
	background-color: #ebebec;
}

#main .plan2 .planList .group.pro .subGroup {
	background-color: #e7ecf2;
}





@media all and (min-width: 0) and (max-width: 736px) {
	#main .plan2 .planList .group .subGroup {
		display: block;
		border-right: 1px solid #dadada;
		position: relative;
		overflow: hidden;
	}
}

#main .plan2 .planList .group .subGroup .planItem {
	border-left: #dadada 1px solid;
	flex-grow: 1;
	padding: 0 0 17px;
	width: 123px;
}

#main .plan2 .planList .group .subGroup .planItem:first-child {
	border-left: 0;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .plan2 .planList .group .subGroup .planItem {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		border: 0;
		border-bottom: 1px solid #dbdbdb;
		padding: 0;
		position: relative;
	}

	#main .plan2 .planList .group.free .subGroup,
	#main .plan2 .planList .group.free .subGroup .planItem {
		position: static;
	}
}

#main .plan2 .planList .group .subGroup .planItem .subPlanName {
	font-size: 1.2rem;
	height: 33px;
	line-height: 33px;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
}

#main .plan2 .planList .group.essentials .subGroup .planItem .subPlanName {
	background: #a7a9af;
}

#main .plan2 .planList .group.pro .subGroup .planItem .subPlanName {
	background: #80b7ea;
}

#main .plan2 .planList .group .subGroup .planItem .subPlanName .num {
	font-size: 1.6rem;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .plan2 .planList .group .subGroup .planItem .subPlanName {
		width: 100%;
	}
}

#main .plan2 .planList .group .subGroup .planItem .price {
	margin-top: 20px;
	font-size: 1.4rem;
}

#main .plan2 .planList .group .subGroup .planItem .price:after {
	content: '';
	display: block;
	width: 16px;
	height: 1px;
	background: #dadada;
	margin: 14px auto;
}

#main .plan2 .planList .group .subGroup .planItem .price strong {
	display: block;
	font-size: 2.8rem;
	letter-spacing: -0.03em;
}

#main .plan2 .planList .group.free .subGroup .planItem .price strong {
	color: #009ed9;
}

#main .plan2 .planList .group .subGroup .planItem .feature {
	font-size: 1.4rem;
	margin: 15px 0 0;
}

#main .plan2 .planList .group .subGroup .planItem .feature .ttl {
	display: block;
	font-size: 1.2rem;
	color: #7d7d7d;
}

#main .plan2 .planList .group .subGroup .planItem .feature .num {
	display: block;
	font-size: 2.0rem;
	letter-spacing: -0.03em;
	font-weight: lighter;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .plan2 .planList .group .subGroup .planItem .price {
		width: 27%;
		border-right: 1px solid #dbdbdb;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		margin: 0;
		padding: 20px 0;
		font-size: 1.1rem;
	}

	#main .plan2 .planList .group .subGroup .planItem .price:after {
		display: none;
	}

	#main .plan2 .planList .group .subGroup .planItem .price strong {
		display: inline-block;
		font-size: 1.6rem;
	}

	#main .plan2 .planList .group .subGroup .planItem .features {
		width: 73%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 20px 6.25vw;
	}

	#main .plan2.changePlan .planList .group .subGroup .planItem .features {
		position: relative;
	}

	#main .plan2 .planList .group .subGroup .planItem .feature {
		font-size: 1.1rem;
		display: flex;
		justify-content: flex-end;
		flex-wrap: nowrap;
		align-items: center;
		margin: 0;
	}

	#main .plan2.changePlan .planList .group .subGroup .planItem .feature {
		display: block;
		margin-top: 20px;
	}

	#main .plan2.changePlan .planList .group .subGroup .planItem .feature:first-child {
		margin-top: 0;
	}

	#main .plan2 .planList .group .subGroup .planItem .feature span {
		display: block;
		white-space: nowrap;
	}

	#main .plan2.changePlan .planList .group .subGroup .planItem .feature span {
		display: inline;
	}

	#main .plan2 .planList .group .subGroup .planItem .feature .ttl {
		font-size: 1.1rem;
		color: #7d7d7d;
		width: 100%;
	}

	#main .plan2.changePlan .planList .group .subGroup .planItem .feature .ttl {
		display: block;
		width: auto;
	}

	#main .plan2 .planList .group .subGroup .planItem .feature .num {
		display: inline-block;
		font-size: 1.4rem;
		padding: 0 .2em;
	}

	#main .plan2.changePlan .planList .group .subGroup .planItem .feature .num {
		padding: 0;
	}
}

#main .plan2 .planList .group .subGroup .planItem .change {
	font-size: 1.2rem;
	margin-top: 3.0rem;
	padding: 0 .8rem;

	display: flex;
	-webkit-align-items: center;
	/* 縦方向中央揃え（Safari用） */
	align-items: center;
	/* 縦方向中央揃え */
	-webkit-justify-content: center;
	/* 横方向中央揃え（Safari用） */
	justify-content: center;
}

#main .plan2 .planList .group .subGroup .planItem .change .btn {
	display: block;
	padding: 7px 0;
	width: 100%;
	color: #FFF;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 0 10px #DDD;
	background-color: #009ed9;
	position: relative;
	behavior: url(/js/pie.htc);
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .plan2 .planList .group .subGroup .planItem .change {
		font-size: 1.1rem;
		display: block;
		margin: 0;
		padding: 0;
		height: auto !important;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 6.25vw;
		width: 24vw;
		text-align: center;
	}

	#main .plan2 .planList .group .subGroup .planItem .change a {
		font-size: 1.0rem;
		letter-spacing: -.05em;
	}
}


#main .plan2 .planList .group .more {
	display: none;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .plan2 .planList .group .more {
		display: block;
		overflow: hidden;
		border: 1px solid #dadada;
		border-top: 0;
		border-left: 0;
	}

	#main .plan2 .planList .group .more.open {
		/* display: none; */
	}

	#main .plan2 .planList .group .more .more-button {
		display: block;
		font-size: 1.2rem;
		text-align: center;
		cursor: pointer;
		padding: 1em 0;
		background: #e7ecf2;
		position: relative;
	}

	#main .plan2 .planList .group .more .more-button .icon {
		position: absolute;
		right: 20px;
		top: 50%;
		width: 16px;
		height: 9px;
		transform: translateY(-50%);
	}

	#main .plan2 .planList .group .more.open .more-button .icon {
		transform: translateY(-50%) rotate(180deg);
	}
}



#main .plan2 .comLinkBtn {
	margin-bottom: 50px;
}



#main .plan2 .featureList {
	margin-bottom: 45px;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .plan2 .featureList {
		margin-bottom: 30px;
	}
}

.fixheader {
	transition: .3s all;
}

@media (max-width: 736px) {
	.fixheader {
		top: 50px !important;
	}
}

#main .plan2 .featureList table,
.fixheader {
	width: 100%;
	border-collapse: collapse;
	position: relative;
}

@media all and (min-width: 0) and (max-width: 736px) {

	#main .plan2 .featureList .slideInner,
	.fixheader {
		padding: 0 20px;
		width: 100%;
		margin-bottom: 0;
	}

	#main .plan2 .featureList table,
	.fixheader {
		width: 100%;
	}
}

table.fixheader * {
	box-sizing: border-box;
}

#main .plan2 .featureList table th,
#main .plan2 .featureList table td,
.fixheader th,
.fixheader td {
	border: 1px solid #dadada;
	text-align: center;
	height: 50px;
	padding: 14px 20px;
	font-size: 1.4rem;
	line-height: 18px;
}

#main .plan2 .featureList table td:first-child {
	text-align: left;
}

#main .plan2 .featureList table td a {
	padding-right: 16px;
	display: inline;
	font-size: 1.4rem;
	background: url(../images/common/icon02.png) no-repeat right 3px;
}

#main .plan2 .featureList table td a:hover {
	background-image: url(../images/common/icon02_over.png);
}

#main .plan2 .featureList table th:first-child,
#main .plan2 .featureList table td:first-child .fixheader th:first-child,
.fixheader td:first-child {
	text-align: left;
	padding-right: 0;
}

#main .plan2 .featureList table td:nth-child(2),
.fixheader td:nth-child(2) {
	background-color: #e7f4f9;
}

#main .plan2 .featureList table td:nth-child(3),
.fixheader td:nth-child(3) {
	background-color: #ebebec;
}

#main .plan2 .featureList table td:nth-child(4),
.fixheader td:nth-child(4) {
	background-color: #e7ecf2;
}

#main .plan2 .featureList table td .none,
.fixheader td .none {
	display: inline-block;
	height: 1px;
	width: 15px;
	background-color: #000;
	text-indent: -9999px;
	line-height: 0;
}

#main .plan2 .featureList .tip {
	margin-left: 13px;
	vertical-align: 2px;
}

#main .plan2 .featureList table th,
.fixheader th {
	font-size: 1.8rem;
	font-family: "AxisStd-Medium";
	font-weight: normal;
}

#main .plan2 .featureList table thead {}

#main .plan2 .featureList table thead td,
.fixheader td {
	border: 0;
}

#main .plan2 .featureList table thead th,
.fixheader th {
	font-size: 1.8rem;
	text-align: center;
	border-right: 1px solid #dadada;
	border-top: 0;
	border-left: 0;
}

#main .plan2 .featureList table thead th:last-child,
.fixheader th:last-child {
	border: none;
}

@media all and (max-width: 375px) {
	.fixheader colgroup col:nth-child(1) {
		width: 34.9%;
	}

	.fixheader colgroup col:nth-child(2) {
		width: 21.3%;
	}

	.fixheader colgroup col:nth-child(3) {
		width: 22.2%;
	}
}

@media all and (max-width: 320px) {
	.fixheader colgroup col:nth-child(1) {
		width: 42.1%;
	}

	.fixheader colgroup col:nth-child(2) {
		width: 18.1%;
	}
}

@media all and (min-width: 0) and (max-width: 736px) {

	#main .plan2 .featureList table th,
	#main .plan2 .featureList table td,
	.fixheader th,
	.fixheader td {
		font-size: 1.1rem;
		line-height: 1.5;
		padding: 5px 10px;
	}

	#main .plan2 .featureList table td a {
		font-size: 1.2rem;
		background: url(../images/common/icon02.png) no-repeat right 4px;
		background-size: 6px auto;
	}

	#main .plan2 .featureList table th:first-child,
	#main .plan2 .featureList table td:first-child,
	.fixheader th:first-child,
	.fixheader td:last-child {
		padding-right: 10px;
	}

	#main .plan2 .featureList table th.hasInfo,
	#main .plan2 .featureList table td.hasInfo,
	.fixheader th.hasInfo,
	.fixheader td.hasInfo {
		padding-right: 22px;
		position: relative;
	}

	#main .plan2 .featureList table td .tip {
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
	}

	#main .mainBox .tip:hover {
		background-size: 14px auto;
	}

	#main .plan2 .featureList table td img,
	.fixheader td img {
		width: 14px;
	}

	#main .plan2 .featureList table thead th,
	.fixheader th {
		font-size: 1.2rem;
	}

	#main .plan2 .featureList table thead th.essentials-bg,
	.fixheader th.essentials-bg {
		letter-spacing: -0.05em;
	}

	#main .plan2 .featureList table th {
		font-size: 1.3rem;
	}


}


/*------------------------------------------------------------
	プラン表（2023年9月更新）
------------------------------------------------------------*/

#main .plan3 .planListScrollWrap {
	position: relative;
}
#main .plan3 .scrollHint {
	display: none;
}
#main .plan3 .planList {
	display: flex;
}
#main .plan3 .planList .group.head {
	width: 87px;
	background: #FFF;
}
#main .plan3 .planList .group.free {
	width: 106px;
}
#main .plan3 .planList .group.essentials {
	width: 222px;
}
#main .plan3 .planList .group.pro {
	flex:1;	
}
#main .plan3 .planList .group.head .category {
	font-size: 1.2rem;
	display:flex;
	align-items: center;
	justify-content: center;
	border:  solid #EBECED;
	border-width:0 1px 1px 1px;
	font-family: "AxisStd-Medium";
	height: 81px;
	text-align: center;
}
#main .plan3 .planList .group.head .category:nth-child(1) {
	border-radius:8px 8px 0 0;
	border-top-width:1px;
	height: 104px;
}
#main .plan3 .planList .group.head .category:nth-child(2) {
	height: 79px;
}
#main .plan3 .planList .group.head .category:nth-child(3) {
	height: 65px;
}
#main .plan3 .planList .groupHeader {
	height: 72px;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius:8px 8px 0 0;
	color: #FFF;
	border-left:1px solid #FFF;
}
#main .plan3 .planList .group.free .groupHeader {
	background: #00ADE2;
}
#main .plan3 .planList .group.essentials .groupHeader {
	background: #1A82E2;
}
#main .plan3 .planList .group.pro .groupHeader {
	background: #294661;
}
#main .plan3 .planList .groupHeader h2 {
	font-size: 1rem;
	font-family: "AxisStd-Regular";
	margin:0;
}
#main .plan3 .planList .groupHeader h2 span {
	font-size: 2.4rem;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	display: inline-block;
}
#main .plan3 .planList .subGroup {
	display: flex;
	margin-top: 1px;
}
#main .plan3 .planList .subPlanName {
	height: 33px;
	display:flex;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #FFF;
	border-left:1px solid #FFF;
}
#main .plan3 .planList .group.free .subPlanName {
	background: rgba(0, 173, 226, .8);
}
#main .plan3 .planList .group.essentials .subPlanName {
	background: rgba(26, 130, 226, .8);
}
#main .plan3 .planList .group.pro .subPlanName {
	background: rgba(41, 70, 97, .8);
}
#main .plan3 .planList .subPlanName h3 {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
#main .plan3 .planList .subPlanName .num {
	font-size: 2rem;
	letter-spacing: 0;
	display: inline-block;
}
#main .plan3 .planList .planItem {
	background: #F8F8F8;
	width: 100%;
}
#main .plan3 .planList .planItem .cell {
	border:solid #EBECED;
	border-width:0 1px 1px 0;
	height: 79px;
	display:flex;
	justify-content: center;
	align-items: center;
}
#main .plan3 .planList .planItem .cell:nth-child(3){
	height: 65px;
}
#main .plan3 .planList .planItem .cell:nth-child(4){
	height: 81px;
}
#main .plan3 .planList .planItem .cell:nth-child(5){
	height: 81px;
}
#main .plan3 .planList .planItem .cell:nth-child(6){
	height: 81px;
}
#main .plan3 .planList .group:last-child .planItem:last-child .cell {
	border-right-width:1px;
}
#main .plan3 .planList .group .planItem .feature {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.3;
	font-family: "AxisStd-Regular";
}
#main .plan3 .planList .group .planItem .feature.small {
	font-size: 1rem;
	line-height: 1.7;
}
#main .plan3 .planList .group .planItem .feature.blue {
	color: #1A82E2;
}
#main .plan3 .planList .group .planItem .feature .num {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 2.4rem;
	margin: 0 2px;
}
#main .plan3 .planList .group .planItem .feature .num.small {
	font-weight: 400;
	font-size: 2.0rem;
}
#main .plan3 .planList .group .planItem .feature .blank {
	display: inline-block;
	-webkit-transform: scaleX(1.8);
	-moz-transform: scaleX(1.8);
	-ms-transform: scaleX(1.8);
	-o-transform: scaleX(1.8);
	transform: scaleX(1.8);
}
#main .plan3 .planList .group .planItem .planBtn.comLinkBtn {
	width: 84px;
	height: 53px;
	z-index: 0;
}
#main .plan3 .planList .group .planItem .planBtn.comLinkBtn a {
	height: 100%;
	font-size: 1rem;
	line-height: 1.7;
	box-shadow:none;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content: center;
}
#main .plan3 .planList .group .planItem .planBtn.comLinkBtn a::before {
	content: none;
}
#main .plan3 .planList .tip {
	width: 13px;
	height: 13px;
	margin-left: 2px;
	position: relative;
	top: 2px;
}


/* ホバー非対応時のみスクロールヒント表示 */
@media (any-hover: none) {
	#main .plan3 .scrollHint{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
		opacity: .5;
		display:flex;
		align-items: center;
		justify-content: center;
		box-sizing:border-box;
		-webkit-transition: opacity .3s;
		-moz-transition: opacity .3s;
		-ms-transition: opacity .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s;
	}
	#main .plan3.is-drag .scrollHint{
		opacity: 0;
		pointer-events:none;
	}
	#main .plan3 .scrollHint img {
		width: 100px;
	}
}


@media all and (min-width: 0) and (max-width: 736px) {
	#main .plan3 .planListScrollWrap {
		overflow: auto;
	}
	#main .plan3 .planListScrollWrap .simplebar-wrapper {
		padding-bottom: 12px;
	}
	#main .plan3 .planListScrollWrap .simplebar-track.simplebar-horizontal {
		height: 4px;
		background: #EAEAEA;
		border-radius:999px;
	}
	#main .plan3 .planListScrollWrap .simplebar-scrollbar.simplebar-visible:before {
		height: 100%;
		top: 0;
		bottom: auto;
		background: #B0B0B0;
		opacity: 1;
	}
	#main .plan3 .planList {
		white-space:nowrap;
		width: 990px;
	}
	#main .plan3 .planList .sp-fix-left {
		position: sticky;
		left: 0;
		z-index: 2;
	}
	#main .plan3 .planList .tip {
		width: 10px;
		height: 10px;
		top: 4px;
		background-size: cover;
	}
}



/*------------------------------------------------------------
	機能一覧（2023年9月更新）
------------------------------------------------------------*/

#main .plan3 .featureCategory {
	font-size: 1.4rem;
	font-weight: normal;
	font-family: "AxisStd-Regular";
	padding-left: 24px;
	box-sizing:border-box;
}
#main .plan3 .fixheader {
	border-collapse: collapse;
}
#main .plan3 .fixheader .featureHeader tr {
	display:flex;
}
#main .plan3 .featureHeader th ,
#main .plan3 .featureHeader td {
	box-sizing:border-box;
	height: 72px;
	padding: 0;
	background: #FFF;
}
#main .plan3 .featureHeader th {
	width: 223px;
	color: #FFF;
	border:solid #FFF;
	border-width:0 1px 0 0;
}
#main .plan3 .featureHeader.column2 th {
	width: 280px;
}
#main .plan3 .featureHeader .contentNone {
	background: none;
	border-bottom: 1px solid #EBECED;
}
#main .plan3 .fixheader .featureHeader .contentNone {
	border-bottom:none;
	flex:1;
}
#main .plan3 .featureHeader h2 {
	margin: 0;
	width: 100%;
	height: 100%;
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	border-radius:8px 8px 0 0;
	line-height: 1;
}
#main .plan3 .featureHeader td h2 {
	border:1px solid #EBECED;
	background: #fbfbfc;
}
#main .plan3 .featureHeader th h2 small {
	font-size: 1rem;
	font-weight: normal;
	font-family: "AxisStd-Regular";
	display: inline-block;
}
#main .plan3 .featureHeader th h2 span {
	font-size: 2.4rem;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
#main .plan3 .featureHeader .free h2 {
	background: #00ADE2;
}
#main .plan3 .featureHeader .essentials h2 {
	background: #1A82E2;
}
#main .plan3 .featureHeader .pro h2 {
	background: #294661;
}
#main .plan3 .featureHeader .featureCategory {
	width: 100%;
	height: 100%;
	align-items: flex-start;
}
#main .plan3 .com__table {
	border-collapse: collapse;
	width: 100%;
}
#main .plan3 .com__table .featureCategory {
	padding-left: 24px;
}
#main .plan3 .com__table tbody th ,
#main .plan3 .com__table tbody td {
	box-sizing:border-box;
	padding: 15px 32px;
	border:1px solid #EBECED;
}
#main .plan3 .com__table.type2  tbody th ,
#main .plan3 .com__table.type2  tbody td {
	padding-right: 20px;
	padding-left: 20px;
}
#main .plan3 .com__table tbody tr:first-child th {
	border-top-width:0;
}
#main .plan3 .com__table tbody th {
	font-size: 1.4rem;
	line-height: 1.9;
	font-weight: normal;
}
#main .plan3 .com__table tbody th a {
	color: #1A82E2;
}
#main .plan3 .com__table tbody th a:hover {
	opacity: 0.7;
}
#main .plan3 .com__table tbody th a::after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border: solid #1A82E2;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width:2px 2px 0 0;
	margin-left: 3px;
}
#main .plan3 .com__table tbody td {
	background: #F8F8F8;
	vertical-align: middle;
	text-align: center;
}
#main .plan3 .com__table .tip {
	width: 13px;
	height: 13px;
	margin-left: 10px;
	position: relative;
	top: 7px;
}
#main .plan3 .com__table .tip.styleNone {
	width:auto;
	height: auto;
	margin-left: 0;
	background: none;
}
#main .plan3 .com__table .tip.linkStyle {
	text-decoration: underline;
}
#main .plan3 .com__table .available {
	display: inline-block;
	width: 23px;
}
#main .plan3 .com__table .available img {
	width: 100%;
}
#main .plan3 .com__table .featureNum {
	font-size: 1.2rem;
	font-family: "AxisStd-Medium";
	display: inline-block;
}
#main .plan3 .com__table .featureNum em {
	font-style: normal;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 2rem;
	display: inline-block;
	position: relative;
	top: 1px;
	margin: 0 2px;
}
#main .plan3 .com__table .featureNum em.jp {
	font-family: "AxisStd-Medium";
	font-size: 1.6rem;
}
#main .plan3 .com__table .featureNotes {
	display: block;
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	font-family: "AxisStd-Medium";
	text-align: left;
	margin-top: 5px;
	font-size: 1.2rem;
}
#main .plan3 .com__table .featureNotes:first-child {
	margin-top: 0;
}
#main .plan3 .com__table .featureNotes.featureNotesFirst {
	margin-bottom: 2px;
}
#main .plan3 .com__table .featureIndent {
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
}
#main .plan3 .featureList .com__table .none {
	display: inline-block;
    height: 2px;
    width: 16px;
    background-color: #424752;
    text-indent: -9999px;
    line-height: 0;
}
#main .plan3 .featureInnerTable {
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
}
#main .plan3 .featureInnerTable tbody th ,
#main .plan3 .featureInnerTable tbody td {
	border:none;
	padding: 0 !important;
	line-height: 1;
}
#main .plan3 .featureInnerTable tbody th {
	text-align:right;
}
#main .plan3 .featureInnerTable tbody td {
	text-align:left;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .plan3 .featureList .slide {
		margin: 0;
	}
	#main .plan3 .featureCategory {
		font-size: 1.2rem;
		padding-left: 10px;
	}
	#main .plan3 .featureHeader th,
	#main .plan3 .featureHeader td {
		height: 64px;
	}
	#main .plan3 .featureHeader th {
		width: 73px;
		height: 64px;
	}
	#main .plan3 .featureHeader.column2 th {
		width: 110px;
	}
	#main .plan3 .featureHeader th h2 small {
		font-size: 1rem;
		-webkit-transform: scale(.8,.8);
		-moz-transform: scale(.8,.8);
		-ms-transform: scale(.8,.8);
		-o-transform: scale(.8,.8);
		transform: scale(.8,.8);
	}
	#main .plan3 .featureHeader th h2 span {
		font-size: 1.4rem;
		margin-top: 3px;
	}
	#main .plan3 .featureList .comListUl {
		width: 100%;
		padding: 0;
	}
	#main .plan3 .com__table tbody th {
		padding: 10px;	
		font-size: 1.2rem;
		line-height: 1.6;
	}
	#main .plan3 .com__table.type2 tbody th {
		padding: 10px;	
	}
	#main .plan3 .com__table tbody th a::after {
		width: 6px;
		height: 6px;
		border-width:1px 1px 0 0;
		position: relative;
		top: -1px;
	}
	#main .plan3 .com__table tbody td {
		padding:5px 0;	
	}
	#main .plan3 .com__table.type2 tbody td {
		padding:5px 0;	
	}
	#main .plan3 .com__table .featureCategory {
		padding-left: 10px;
	}
	#main .plan3 .com__table .tip {
		width: 10px;
		height: 10px;
		top: 5px;
		margin-left: 7px;
		background-size: cover;
	}
	#main .plan3 .com__table .featureNum {
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-ms-transform: scale(.8);
		-o-transform: scale(.8);
		transform: scale(.8);
		font-size: 1rem;
		letter-spacing: -0.1em;
	}
	#main .plan3 .com__table .featureNum em {
		font-size: 1.9rem;
		margin-right: 1px;
		margin-left: 1px;
	}
	#main .plan3 .com__table .featureNum em.jp {
		font-size: 1.5rem;
	}
	#main .plan3 .com__table .featureNotes {
		font-size: 1rem;
		margin-top: 2px;
	}
	#main .plan3 .com__table .available {
		width: 16px;
	}
	#main .plan3 .featureInnerTable ,
	#main .plan3 .featureInnerTable tr ,
	#main .plan3 .featureInnerTable td ,
	#main .plan3 .featureInnerTable th {
		display: block;
	}
	#main .plan3 .featureInnerTable tr:not(:last-child) {
		margin-bottom: 3px;
	}
	#main .plan3 .featureInnerTable tbody td ,
	#main .plan3 .featureInnerTable tbody th {
		text-align: center;
		line-height: 1;
	}
}


@media all and (min-width: 0) and (max-width: 374px) {
	#main .plan3 .featureHeader th {
		width: 52px;
	}
	#main .plan3 .featureHeader th h2 span {
		font-size: 1rem;
	}
	#main .plan3 .com__table .featureNum em {
		font-size: 1.5rem;
	}
}


/*------------------------------------------------------------
	フッター下の固定ボタン
------------------------------------------------------------*/

.foot-fix-bar {
	display:none;
}

@media all and (min-width: 0) and (max-width: 736px) {
	.foot-fix-bar {
		display:block;
		width: 100%;
		position:sticky;
		bottom:0;
		left:0;
		z-index: 10;
		padding:7px 34px;
		background:#FFF;
		box-sizing:border-box;
	}
	
	.foot-fix-button a {
		padding: 16px 0 17px;
		display: block;
		color: #FFF;
		font-size: 1.6rem;
		text-align: center;
		border-radius: 8px;
		letter-spacing:0.04em;
		background-color: #F07300;
		position: relative;
		border-radius: 8px;
		behavior: url(/js/pie.htc);
	}
	
	.foot-fix-button a:before {
		content: '';
		display:block;
		width: 6px;
		height: 6px;
		border:solid #FFF;
		border-width:2px 2px 0 0;
		position: absolute;
		left: calc(50% + 3em + 25px);
		top: 50%;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: -4px;
	}
}


/*------------------------------------------------------------
	新ボタン
------------------------------------------------------------*/

#main .newLinkBtn ,
.footCta .newLinkBtn {	
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.625;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 180px;
  min-height: 44px;
  border: 1px solid #1A82E2;
  color: #1A82E2;
  border-radius: 8px;
  background: #fff;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 8px 12px;
  cursor: pointer;
}
#main .newLinkBtn:is(button:disabled) ,
.footCta .newLinkBtn:is(button:disabled) {
	pointer-events:none;
	color: #424752;
	background: #BEBFBF;
	border-color:#BEBFBF;
}
#main .newLinkBtn.widthFix ,
.footCta .newLinkBtn.widthFix {
	max-width: 342px;
}
#main .newLinkBtn.widthMedium ,
.footCta .newLinkBtn.widthMedium {
	min-width: 195px;
}
#main .newLinkBtn.rightPdFix ,
.footCta .newLinkBtn.rightPdFix {
	padding-right:28px;
}
#main .newLinkBtn::after ,
.footCta .newLinkBtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1A82E2;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transition: transform 0.88s cubic-bezier(0, 1, 0, 1);
  transform-origin: center left;
  z-index: 0;
}
#main .newLinkBtn:hover ,
.footCta .newLinkBtn:hover {
  color: #fff;
}
#main .newLinkBtn:hover::after ,
.footCta .newLinkBtn:hover::after {
  transform: scaleX(1);
}
#main .newLinkBtn.orange ,
.footCta .newLinkBtn.orange {
  background: #F07300;
  border-color: #F07300;
  color: #fff;
}
#main .newLinkBtn.orange::after ,
.footCta .newLinkBtn.orange::after {
  background: #fff;
}
#main .newLinkBtn.orange:hover ,
.footCta .newLinkBtn.orange:hover {
  color: #F07300;
}
#main .newLinkBtn.orangeBorder ,
.footCta .newLinkBtn.orangeBorder {
  border-color: #F07300;
  color: #F07300;
}
#main .newLinkBtn.orangeBorder::after ,
.footCta .newLinkBtn.orangeBorder::after {
  background: #F07300;
}
#main .newLinkBtn.orangeBorder:hover ,
.footCta .newLinkBtn.orangeBorder:hover {
  color: #fff;
}
#main .newLinkBtn.blue ,
.footCta .newLinkBtn.blue {
  background: #1A82E2;
  border-color: #1A82E2;
  color: #fff;
}
#main .newLinkBtn.blue::after ,
.footCta .newLinkBtn.blue::after {
  background: #fff;
}
#main .newLinkBtn.blue:hover ,
.footCta .newLinkBtn.blue:hover {
  color: #1A82E2;
}

/* 矢印付きボタン */
#main .newLinkBtn.arrowNext::before ,
.footCta .newLinkBtn.arrowNext::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border: solid currentColor;
  border-width: 2px 2px 0 0;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: rotate(45deg);
  margin-top: -4px;	
  z-index: 2;
}

/* 中央寄せ */
#main .newLinkBtn.alignCenter ,
.footCta .newLinkBtn.alignCenter {
	margin-inline:auto;
}

#main .newLinkBtnInner ,
.footCta .newLinkBtnInner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

@media all and (min-width: 0px) and (max-width: 736px) {
  #main .newLinkBtn ,
  .footCta .newLinkBtn {
    min-height: 56px;
    min-width: auto;
    width: 100%;
    max-width: 294px;
  }
  /* SPサイズ小 */
  #main .newLinkBtn.spSizeSmall ,
  .footCta .newLinkBtn.spSizeSmall {
  	min-height: 40px;
  	max-width: 230px;
  	min-width: auto;
  	width: 100%;
  }
}

/* 長いボタン */
@media all and (min-width: 737px) {
	#main .newLinkBtn.long ,
	.footCta .newLinkBtn.long {
		width: fit-content;
		padding-left:40px;
		padding-right:40px;
		
	}
}
@media all and (min-width: 0px) and (max-width: 736px) {
	#main .newLinkBtn.long ,
	.footCta .newLinkBtn.long {
  		min-height: 40px;
		max-width: 305px;
	}
}


/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/

#main .featureHeading {
  text-align: center;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
#main .featureHeading.alignLeft {
	text-align: left;
}
#main .featureHeadingJp {
  font-size: 4.2rem;
  line-height: 1.45;
  font-family: "AxisStd-Medium";
}
#main .featureHeadingEn {
  display: inline-block;
  font-size: 1.2rem;
  font-family: "AxisStd-Regular";
  color: #1A82E2;
  margin-bottom: 5px;
}
@media all and (min-width: 0px) and (max-width: 736px) {
  #main .featureHeadingJp {
    font-size: 2.4rem;
  }
}
@media all and (min-width: 0px) and (max-width: 736px) {
  #main .featureHeadingEn {
    margin-bottom: 10px;
  }
}

#main .sectionHeading {
	font-size: 4.2rem;
	font-family: "AxisStd-Medium";
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .sectionHeading {
		font-size: 2.2rem;
	}
}

/*------------------------------------------------------------
	リード文
------------------------------------------------------------*/

#main p.featureLeadText,
#main .featureLeadText {
  text-align: center; 
  font-size: 1.8rem; 
  line-height: 1.66667; 
  margin-top: 16px;
}
#main .featureLeadTextLink {
	color:#1A82E2;
}
@media (min-width: 0) and (max-width: 736px) {
  #main p.featureLeadText,
  #main .featureLeadText {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.71;
    margin-top: 28px;
  }
  #main .featureLeadText+p.featureLeadText,
  #main .featureLeadText+.featureLeadText {
  	margin-top: 12px;
  }
}

/*------------------------------------------------------------
	注意書き
------------------------------------------------------------*/
#main .mainBox .noteList {
	margin-top: 15px;
	margin-bottom: 40px;
}
#main .mainBox .noteList li {
	font-size: 1.2rem;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 2px;
}
#main .mainBox .noteList li strong {
	font-family: ;font-family: "AxisStd-Medium";
	font-weight: normal;
}

/*------------------------------------------------------------
	よくある質問 新デザイン
------------------------------------------------------------*/
#main .qaSec2 {
  background: #F8F8F8;
}
#main .qaSec2Inner {
  padding-top: 58px;
  padding-bottom: 132px;
  width: 990px;
  margin: 0 auto;
}
#main .qaSec2Heading {
  margin-bottom: 55px;
}
#main .qaSec2Title {
  text-align: left;
  font-family: "AxisStd-Medium";
  font-size: 2.2rem;
  margin: 52px 0 30px;
}
#main .qaSec2Title:first-of-type {
  margin-top: 0;
}
#main .qaAccordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#main .qaAccordionText {
  display: block;
  font-size: 1.8rem;
  line-height: 1.666;
}
#main .qaAccordionHead,
#main .qaAccordionBodyInner {
  position: relative;
  box-sizing: border-box;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#main .qaAccordionHead::before,
#main .qaAccordionBodyInner::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  padding-bottom: 1px;
  font-family: "AxisStd-Regular";
  border-radius: 8px;
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main .qaAccordionHead {
  background: #fff;
  border-radius: 8px;
  padding: 15px 60px 15px 88px;
  cursor: pointer;
}
#main .qaAccordionHead::before {
  content: "Q";
  background: #294661;
}
#main .qaAccordionHead .qaAccordionText {
  font-family: "AxisStd-Regular";
}
#main .qaAccordionBody {
  display: none;
}
#main .qaAccordionBodyInner {
  padding: 0 60px 0 88px;
  margin-top: 16px;
}
#main .qaAccordionBodyInner::before {
  content: "A";
  background: #1A82E2;
}
#main .qaAccordionIcon {
  width: 18px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
#main .qaAccordionIcon::before, 
#main .qaAccordionIcon::after {
  content: "";
  display: block;
  background: #424752;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  transition: 0.3s;
}
#main .qaAccordionIcon::after {
  transform: rotate(90deg);
}
#main .qaAccordionBlock.is-active .qaAccordionIcon {
  transform: rotate(90deg);
}
#main .qaAccordionBlock.is-active .qaAccordionIcon::before {
  opacity: 0;
}

@media all and (min-width: 0) and (max-width: 736px) {
  #main .qaSec2Inner {
    padding: 32px 0 80px;
    width: calc(100% - 40px);
  }
  #main .qaSec2Heading {
    margin-bottom: 32px;
  }
  #main .qaSec2Title {
    font-size: 1.8rem;
    margin: 40px 0 12px;
  }
  #main .qaAccordion {
    gap: 8px;
  }
  #main .qaAccordionText {
    font-size: 1.4rem;
    line-height: 1.428;
  }
  #main .qaAccordionHead::before,
  #main .qaAccordionBodyInner::before {
    width: 32px;
    border-radius: 4px;
    left: 15px;
  }
  #main .qaAccordionHead {
    border-radius: 4px;
    padding: 12px 50px 12px 57px;
    min-height: 82px;
  }
  #main .qaAccordionBodyInner {
    padding: 12px 16px 12px 57px;
    margin-top: 0;
    min-height: 95px;
  }
  #main .qaAccordionIcon {
    right: 13px;
  }
  #main .qaAccordionIcon::before, 
  #main .qaAccordionIcon::after {
    width: 14px;
  }
}

/*------------------------------------------------------------
	New CTA
------------------------------------------------------------*/

.footCta * {
  box-sizing: border-box;
}
.footCtaIntro {
  background-color: #1A82E2;
  padding: 63px 0 33px;
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaIntro {
    padding: 65px 0 60px;
  }
}
.footCtaIntroMenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 48px;
  max-width: 1113px;
  padding-inline: 35px;
  margin: 0 auto;
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaIntroMenu {
    padding-inline: 27px;
    display: block;
  }
}
.footCtaIntroBox {
  position: relative;
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaIntroBox {
    margin-bottom: 32px;
    padding-bottom: 26px;
  }
  .footCtaIntroBox:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.footCtaIntroBox::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: -24px;
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaIntroBox::after {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
.footCtaIntroBox:last-child::after {
  content: none;
}
.footCtaIntroHeading {
  text-align: center;
  font-size: 1.8rem;
  font-family: "AxisStd-Medium";
  line-height: 1.55;
  color: #fff;
  margin-top: -6px;
  margin-bottom: 16px;
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaIntroHeading {
    font-size: 2.4rem;
    line-height: 1.16;
    margin-top: 0;
    margin-bottom: 26px;
  }
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaIntroBox--download .footCtaIntroHeading {
    margin-bottom: 33px;
  }
}
.footCtaIntroText {
  font-size: 1.2rem;
  line-height: 2;
  color: #fff;
  max-width: 300px;
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaIntroText {
    max-width: 100%;
    font-size: 1.6rem;
    line-height: 1.62;
  }
}
.footCtaIntroLinkpanel {
  margin-top: 22px;
  position: relative;
  color: inherit !important;
  display: block;
  transition:opacity .3s;
}
.footCtaIntroLinkpanel:hover {
  opacity: 0.8;
}
.footCtaIntroLinkpanelContent {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 4px;
  padding: 8px 20px 8px min(74px,6.2vw);
  margin-left: 30px;
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaIntroLinkpanelContent {
    border-radius: 8px;
    padding: 12px 0 12px 80px;
  }
}
.footCtaIntroLinkpanelContent::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 6px;
  border: 1px solid currentColor;
  border-width: 1px 1px 0 0;
  rotate: 45deg;
  position: absolute;
  right: 12px;
  top: 50%;
  translate: 0 -50%;
  transition: margin-right 0.3s;
}
.footCtaIntroLinkpanel:hover .footCtaIntroLinkpanelContent::after {
  margin-right: -3px;
}
.footCtaIntroLinkpanelImg {
  position: absolute;
  left: 6px;
  top: -3px;
  width: min(89px,25.718%);
  border: 2px solid #fff;
  rotate: -10deg;
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaIntroLinkpanelImg {
    top: -1px;
    width: 89px;
  }
}
.footCtaIntroLinkpanelImg img {
  width: 100%;
}
.footCtaIntroLinkpanelTitle {
  font-family: "AxisStd-Medium";
  font-size: 1.2rem;
}
.footCtaIntroLinkpanelText {
  font-size: 1rem;
  line-height: 1.6;
}
.footCtaIntroVideolink {
  display: block;
  aspect-ratio: 243/137;
  max-width: 243px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaIntroVideolink {
    max-width: 100%;
  }
}
.footCtaIntroVideolink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s;
}
.footCtaIntroVideolink::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 53px;
  position: absolute;
  margin: auto;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 1;
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaIntroVideolink::before {
    width: 66px;
  }
}
.footCtaIntroVideolink::after {
  content: "";
  display: block;
  aspect-ratio: 0.85/1;
  width: 10px;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  margin-left: 1px;
  z-index: 2;
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaIntroVideolink::after {
    width: 14px;
  }
}
.footCtaIntroVideolink:hover img {
  scale: 1.05;
}
.footCtaTry {
  background: linear-gradient(0deg, #294661 50%, #1A82E2 50%);
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaTry {
    padding-inline: 22px;
  }
}
.footCtaTryInner {
  background-color: #FFF;
  border-radius: 8px;
  width: 100%;
  max-width: 1043px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 37px 74px;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0 40px;
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaTryInner {
    display: flex;
    flex-direction: column-reverse;
    padding: 34px 0 40px;
  }
}
.footCtaTryFeature {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaTryFeature {
    margin-top: 25px;
  }
}
.footCtaTryFeatureItem {
  width: 175px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #1A82E2;
  gap: 8px;
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaTryFeatureItem {
    width: auto;
  }
}
.footCtaTryFeatureItem:first-child {
  border-left: 1px solid #1A82E2;
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaTryFeatureItem:first-child {
    border-left: none;
  }
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaTryFeatureItem:last-child {
    border-right: none;
  }
}
.footCtaTryFeatureTitle {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.49;
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaTryFeatureTitle {
    font-size: 1.2rem;
    line-height: 1.41;
  }
}
.footCtaTryFeatureTitle strong {
  font-weight: normal;
  font-family: "AxisStd-Medium";
}
.footCtaTryFeatureIcon img {
  width: auto;
  height: 55px;
}
.footCtaTryCta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px 0;
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaTryCta {
    gap: 16px 0;
  }
}
.footCtaTryCtaText {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.75;
}
@media all and (min-width: 0) and (max-width: 736px) {
  .footCtaTryCtaText {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

/*------------------------------------------------------------
	New Footer
------------------------------------------------------------*/

#gFooter.gFooterNew {
  position: relative;
  padding: 0;
  background-color:transparent;
}
#gFooter.gFooterNew * {
  box-sizing: border-box;
}
#gFooter.gFooterNew .footerMenu {
  background-color: #294661;
  grid-area: 3/1/span 2/span 1;
  padding: 53px 0 30px;
  color: #fff;
}
@media all and (min-width: 0) and (max-width: 736px) {
  #gFooter.gFooterNew .footerMenu {
    padding: 45px 16px 0;
  }
}
#gFooter.gFooterNew .footerMenu a {
  color: inherit;
}
#gFooter.gFooterNew .footerMenuInner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
#gFooter.gFooterNew .footerMenuMain {
  display: flex;
  justify-content: space-between;
}
@media all and (min-width: 0) and (max-width: 736px) {
  #gFooter.gFooterNew .footerMenuMain {
    flex-direction: column;
  }
}
@media all and (min-width: 0) and (max-width: 736px) {
  #gFooter.gFooterNew .footerMenuMainNav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
#gFooter.gFooterNew .footerMenuMainNavTitle {
  font-size: 1.4rem;
  font-family: "AxisStd-Medium";
  margin-bottom: 13px;
}
@media all and (min-width: 0) and (max-width: 736px) {
  #gFooter.gFooterNew .footerMenuMainNavTitle {
    display: block;
    padding-block: 17px;
    margin-bottom: 0;
    font-family: "AxisStd-Light";
  }
}
#gFooter.gFooterNew .footerMenuMainNavTitle {
  position: relative;
  margin-bottom: 8px;
  display: block;
}
@media all and (min-width: 0) and (max-width: 736px) {
  #gFooter.gFooterNew .footerMenuMainNavTitle {
    margin-bottom: 0;
  }
  #gFooter.gFooterNew .footerMenuMainNavTitle::before, #gFooter.gFooterNew .footerMenuMainNavTitle::after {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    right: 7px;
    top: 50%;
    transition: all 0.3s;
  }
  #gFooter.gFooterNew .footerMenuMainNavTitle::after {
    rotate: 90deg;
  }
}
@media all and (min-width: 0) and (max-width: 736px) {
  #gFooter.gFooterNew .footerMenuMainNav.is-open .footerMenuMainNavTitle::before {
    rotate: 90deg;
    opacity: 0;
  }
  #gFooter.gFooterNew .footerMenuMainNav.is-open .footerMenuMainNavTitle::after {
    rotate: 180deg;
  }
}
#gFooter.gFooterNew .footerMenuMainNavTitleInput {
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media all and (min-width: 0) and (max-width: 736px) {
  #gFooter.gFooterNew .footerMenuMainNavItem {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #gFooter.gFooterNew .footerMenuMainNavItem:first-child {
    border-top: none;
  }
}
#gFooter.gFooterNew .footerMenuMainNavItem a {
  font-size: 1.2rem;
  display: block;
  padding-block: 3px;
  transition: opacity 0.3s;
}
@media all and (min-width: 0) and (max-width: 736px) {
  #gFooter.gFooterNew .footerMenuMainNavItem a {
    font-size: 1.4rem;
    padding-block: 17px;
  }
}
#gFooter.gFooterNew .footerMenuMainNavItem a:hover {
  opacity: 0.65;
}
#gFooter.gFooterNew .footerMenuMainNavItem a::before {
  content: "- ";
}
@media all and (min-width: 0) and (max-width: 736px) {
  #gFooter.gFooterNew .footerMenuMainNavList--child {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media all and (min-width: 0) and (max-width: 736px) {
  #gFooter.gFooterNew .footerMenuMainNavList--child .footerMenuMainNavItem {
    margin-left: 23px;
  }
}
@media all and (min-width: 0) and (max-width: 736px) {
  #gFooter.gFooterNew .footerMenuMainNavList--child .footerMenuMainNavItem a {
    font-size: 1.2rem;
    padding-block: 15px;
  }
}
#gFooter.gFooterNew .footerMenuBottom {
  border-top: 1px solid #fff;
  display: grid;
  gap: 23px 0;
  grid-template: "links sns" max-content "links copyright" max-content/1fr max-content;
  padding-top: 24px;
  margin-top: 40px;
}
@media all and (min-width: 0) and (max-width: 736px) {
  #gFooter.gFooterNew .footerMenuBottom {
    display: block;
    margin-top: 0;
    border-top-color: rgba(255, 255, 255, 0.1);
  }
}
#gFooter.gFooterNew .footerMenuSns {
  display: flex;
  align-items: center;
  gap: 0 16px;
  grid-area: sns;
  justify-self: end;
}
@media all and (min-width: 0) and (max-width: 736px) {
  #gFooter.gFooterNew .footerMenuSns {
    justify-self: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 24px;
    gap: 0 27px;
  }
}
#gFooter.gFooterNew .footerMenuSnsItem {
  width: 30px;
}
#gFooter.gFooterNew .footerMenuSnsItem a {
  transition: opacity 0.3s;
}
#gFooter.gFooterNew .footerMenuSnsItem a:hover {
  opacity: 0.65;
}
#gFooter.gFooterNew .footerMenuLinks {
  grid-area: links;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (min-width: 0) and (max-width: 736px) {
  #gFooter.gFooterNew .footerMenuLinks {
    width: fit-content;
    margin: 0 auto;
    padding-block: 20px;
    gap: 6px 0;
  }
}
#gFooter.gFooterNew .footerMenuLinksList {
  display: flex;
  align-items: center;
  gap: 0 33px;
}
@media all and (min-width: 0) and (max-width: 736px) {
  #gFooter.gFooterNew .footerMenuLinksList {
    justify-content: center;
    gap: 0 28px;
  }
}
#gFooter.gFooterNew .footerMenuLinksItem {
	width: 100%;
}
#gFooter.gFooterNew .footerMenuLinksItem a {
  transition: opacity 0.3s;
}
#gFooter.gFooterNew .footerMenuLinksItem a:hover {
  opacity: 0.65;
}
#gFooter.gFooterNew .footerMenuLinksItem img {
  width: 100%;
}
#gFooter.gFooterNew .footerMenuLinksItem--01 {
	max-width: 145px;
}
#gFooter.gFooterNew .footerMenuLinksItem--02 {
	max-width: 181px;
}
#gFooter.gFooterNew .footerMenuLinksCaption,
#gFooter.gFooterNew .footerMenuCopyright {
  font-size: 1rem;
}
@media all and (min-width: 0) and (max-width: 736px) {
  #gFooter.gFooterNew .footerMenuCopyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
#gFooter.gFooterNew .footerMenuCopyrightText {
  grid-area: copyright;
}
@media all and (min-width: 0) and (max-width: 736px) {
  #gFooter.gFooterNew .footerMenuCopyrightText {
    scale: 0.8;
    width: 125%;
    text-align: center;
    margin-left: -12.5%;
    padding-block: 16px;
  }
}
/**
 * リンクボタン
 */
.comLinkBtn a,
.btn,
#main .mailForm .submit button {
	overflow: hidden;
	position: relative;
	z-index: 2;
	border-radius: 4px;
}

.comLinkBtn a.disabled,
.btn.disabled,
#main .mailForm .submit button.disabled {
	cursor: default;
	pointer-events: none;
}


.comLinkBtn a:after,
.btn:after,
#main .mailForm .submit button:after {
	content: "";
	display: block;

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #64c3e7;
	transition: transform 0.88s cubic-bezier(0, 1, 0, 1);

	transform-origin: 0 0 0;
	transform: scale3d(0, 1, 1);

	z-index: -1;
}

.btn.grey:after {
	background: #E0E1E1;
}

.comLinkBtn a:hover:after,
.btn:hover:after,
#main .mailForm .submit button:hover:after {
	transform: scale3d(1, 1, 1);
}

.comLinkBtn a.disabled:hover:after,
.btn.disabled:hover:after,
#main .mailForm .submit button.disabled:hover:after {
	transform: scale3d(0, 1, 1);
	cursor: default;
}


/**
 * グローバルナビ
 */
#gNavi ul li a {
	overflow: hidden;
	position: relative;
	z-index: 2;
	transition: color 0.88s cubic-bezier(0, 1, 0, 1);
}

#gNavi ul li a:hover {
	text-decoration: none;
	border-bottom: none;
}

#gNavi ul li a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #64c3e7;
	transition: transform 0.88s cubic-bezier(0, 1, 0, 1);

	transform-origin: 0 0 0;
	transform: scale3d(0, 1, 1);

	z-index: -1;
}

#gNavi ul li a:hover:after {
	transform: scale3d(1, 1, 1);
}


/**
 * 画像ズーム
 */
#main .bannerSec li a .img,
#main .bgSec a .photo,
#main .mainBox .listUl li a,
#blog .blogList li .pho a {
	display: block;
	overflow: hidden;
}

#main .bannerSec li a .img img,
#main .bgSec a .photo img,
#main .mainBox .listUl li a img,
#blog .blogList li .pho a img {
	transition: transform 0.4s;
}

#main .bannerSec li a:hover .img img,
#main .bgSec a:hover .photo img,
#main .mainBox .listUl li a:hover img,
#blog .blogList li .pho a:hover img {
	transform: scale(1.1, 1.1);
}


/**
 * 表示エフェクトⅠ
 * スライド＋透明度＋マスク
 */
.mod-show1 {
	opacity: 0;
	transform: translate3d(0, 100px, 0);
}

.mod-show1.ef-on {
	transition: opacity 0.2s , transform 0.3s;
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gHeader .hInner .hLink .link01 a {
	color: #64c3e7;
	text-decoration: none;
	background: url(../images/common/icon01_over.png) no-repeat left center;
}

/*------------------------------------------------------------
Global
------------------------------------------------------------*/
.row {
  margin-left: 0;
  margin-right: 0;
}

/*------------------------------------------------------------
Side
------------------------------------------------------------*/
#sidebar {
  max-height: none;
}

#side {
	float: left;
	height: auto;
	font-size: 1.6rem;
	padding: 10px 0px;
	width: 350px;
	background-color: #546b81;
	color: #fbfbfc;
}

#side p{
	padding: 10px;
}

#side .search{
	color: #fbfbfc;
	padding: 10px;
	margin: 20px 0 20px 0;
}

#sidebar-header {
  display: none !important;
}

#side li>a {
	color: #fbfbfc;
}

#main .navbar-search {
	margin: 10px 0;
}

#nav .nav-link { height: 48px;}

#nav .nav-link a {
  padding: 20px 10px 10px 10px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
}

#nav .nav-link a:hover { text-decoration: underline; background-color: #546b81; }

.nav-list [class^="icon-"] {
  margin-right: 9px;
  margin-top: 2px;
}

.nav>li>a:hover  { background-color: transparent; text-decoration: underline; }

#nav-menu li.collapsibleListOpen{
  background:#546b81 url('../images/minus.png?embed=true') no-repeat 16px 16px;
	cursor: pointer;
}

#nav-menu li.collapsibleListClosed{
  background: #546b81 url('../images/plus.png?embed=true') no-repeat 16px 16px;
	cursor: pointer;
}

#nav-menu li.collapsibleListClosed > ul {
  display: none;
}

#nav-menu li {
  background-color: #546b81;
}

#nav-menu li.active a {
	color: #8cc0f0;
}

.subtree-name {
  padding:12px 38px;
  color: #fbfbfc;
}

#nav-menu .subtree-name+ul li {
  border:0px;
}

.subtree-name+ul {
  padding-left:40px;
  background-color: #546b81;
}


#nav-menu .subtree-name+ul li.collapsibleListClosed {
  background-color: #546b81;
}

#nav-menu .subtree-name+ul li.collapsibleListOpen {
  background-color: #546b81;
}

.parent .subtree-name {
  padding-left:40px;
}

/*------------------------------------------------------------
Main
------------------------------------------------------------*/
#doc_main{
	float: right;
	font-size: 1.6rem;
	line-height: 175%;
	padding: 30px;
	width: 640px;
	text-align: left;
	background-color: #fff;
}

#doc_main h1{
	font-size: 3.6rem;
	text-align: left;
	margin: 40px 0 20px;
}

#doc_main h2{
	font-size: 2.4rem;
	font-weight: normal;
	text-align: left;
	margin: 40px 0 20px 0;
}

#doc_main h3{
	margin: 24px 0 16px;
	font-size: 1.8rem;
	text-align: left;
	font-weight: bold;
}

#doc_main h4{
	margin: 30px 0 8px 0;
	font-size: 1.6rem;
	text-align: left;
}

#doc_main p{
	color: #424752;
	line-height: 26px;
  margin-bottom: 10px;
}

#doc_main strong{
	font-family: AxisStd-Regular;
}

#doc_main .result{
	font-size: 24px;
}

#doc_main .detail{
	font-size: 14px;
	color: #424752;
	line-height: 26px;
}

#doc_main a:link{
	color: #009ed9;

}

#doc_main table{
	border-collapse: collapse;
	text-align: left;
	line-height: 26px;
	width: 580px;
	margin: 20px 0;
	word-break: break-all;
}

#doc_main table th{
	padding: 10px;
	vertical-align: middle;
	color: #fbfbfc;
	font-weight: normal;
	height: 20px;
	background-color: #aeb9c3;
	border-top: 1px solid #bebfbf;
	border-left: 1px solid #bebfbf;
	border-right: 1px solid #bebfbf;
	border-bottom: 1px solid #fff;
}

#doc_main table td{
	padding: 10px;
	vertical-align: top;
	color: #424752;
	line-height: 150%;
	border-left: 1px solid #bebfbf;
	border-right: 1px solid #bebfbf;
	border-bottom: 1px solid #bebfbf;
}

#doc_main table.highlight {
  margin-top: 0px;
  margin-bottom: 0px;
}

#doc_main table.highlight td {
  border-left: none;
  border-bottom: none;
}

#doc_main table td ul{
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
}

#doc_main table td ul ul{
	list-style-type: circle;
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
}

#doc_main table.apitable td{
  border-left: 1px solid #fff !important;
	border-right: 1px solid #fff !important;
}

#doc_main img {
  display: block;
  height: auto;
  max-width: 100%;
	margin: 20px 0;
	border: 1px solid #bebfbf;
}

#doc_main .details-caret img {
	border: 0;
}

#doc_main .subsection-links img {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
}

#doc_main ul {
	list-style-type: disc;
	margin: 10px 0px 10px 20px;
	padding: 10px 0px 10px 20px;
}

#doc_main ul ul {
	list-style-type: circle;
}

#doc_main ul ul ul {
	list-style-type: disc;
}

#doc_main ol {
	list-style-type: decimal;
	margin: 10px 0px 10px 20px;
	padding: 10px 0px 10px 20px;
}

#doc_main .anchor-wrap:hover .anchor-icon i {
	display: inline-block;
}

#doc_main .anchor { margin-left: -14px;
font-size: 14px;
color: black;
line-height: 26px;
scroll-margin-top: 100px;
}

#doc_main .anchor-icon {
  display: inline-block;
  width:14px;
}

#doc_main .anchor-icon i {
  left: -3px;
  position: relative;
}

#doc_main .icon-link { display:none; }

#doc_main .anchor-wrap:hover .anchor-icon i {
	display: inline-block;
}

#doc_main .callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}

#doc_main .callout-warning {
background-color: #fcf2f2;
border-color: #dFb5b4;
}

#doc_main .callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

#doc_main .callout-github {
  padding-right: 80px;
  background: #f0f7fd url(../images/GitHub-Mark-64px.png?embed=true) 98% no-repeat no-repeat;
  margin-bottom: 20%;
}
#doc_main .callout-github.affix {
  top: -20px;
  margin-bottom: 0;
  z-index: 2000;
}

#doc_main .callout-github .link {
	margin: 25px 0 0 0;
	font-weight: bold;
}

#doc_main .code-wrapper {
	margin: 20px 0;
}

#doc_main .api-example ul {
	margin: 0;
	padding: 0;
}

#doc_main .code-wrapper .code-buttons > .nav-tabs > li .code-button:hover, .code-buttons > .nav-tabs > li .code-button.hover {
  cursor: pointer;
  background-color: #eee;
}

#doc_main .code-wrapper figure.code {
	margin: 0;
}

#doc_main .code-wrapper figure.code table {
	margin: 0;
}

#doc_main .code-wrapper figure.code table td.code {
	white-space: nowrap;
}

#doc_main .code-wrapper .gutter {
	padding: 0;
}

#doc_main .code-wrapper .code {
	padding: 0;
}

#doc_main .code-wrapper ul {
	margin: 0;
	padding: 0;
}

#doc_main pre code {
  white-space: pre;
}

#doc_main figure.code.expanded {
 position: fixed;
 top:0;
 left:0;
 padding:60px 40px 40px 40px;
 margin: 0;
 z-index:100000;
}

#doc_main .request-block {
	margin: 10px 0;
}

#doc_main .request-block code {
  display: inline-block;
  white-space: normal;
  word-break: break-word;
}

#doc_main .request-block .requestdata {
	color: black;
}

#doc_main .live-doc {
  display: none;
}

#doc_main .result-wrapper {
  margin: 10px 0;
}

#doc_main .result-wrapper ul {
	margin: 0;
	padding: 0;
}

#doc_main .reuslt-wrapper .detail {
  font-size: 1.6rem;
}

#doc_main .form-search {
  display: none;
}

#main .search-query {
  padding: 10px;
  font-size: 1.4rem;
  background-color: #FDFDFF;
  border: 1px solid #DCDDDD;
  width: 100%;
  color: initial;
}

#main .search-button {
  /*padding: 12px 0;*/
	/*width: 100%;*/
	/*display: block;*/
	/*text-align: center;*/
	color: #FFF;
	font-size: 1.4rem;
	/*border-radius: 4px;*/
	border: none;
/*	box-shadow: 0 0 10px #DDD;*/
	background: -moz-linear-gradient(
                top,
                #009ed9 0%,
                #009ed9 25%,
                #009ed9);
  background: -webkit-gradient(
              linear, left top, left bottom,
              from(#009ed9),
              color-stop(0.25, #009ed9),
              to(#009ed9));
	/*position: relative;*/
    /*behavior: url(/js/pie.htc);*/
	/*cursor: pointer;*/
  padding: 8px 12px 9px;
  margin-left: 0;
}

.code-buttons > .nav-tabs > li > .code-button {
  padding-top:5px;
  padding-bottom:2px;
  border:1px solid #EEE;
  background-color:white;
  font-size:12px;
  color: rgb(0,112,205);
}

/*------------------------------------------------------------
Overlay - Fullscreen code
------------------------------------------------------------*/

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    background-color: rgba(0,0,0,.7);
    z-index: 10000;
}

#overlay .code-buttons {
	margin-top: 20px;
}

/*------------------------------------------------------------
Smartphone
------------------------------------------------------------*/

@media all and (min-width: 0px) and (max-width: 736px) {
  #main h3 {
    display: inline-block;
    margin-top: 20px;
  }
  #side {
  	width: 100%;
  }
  #sidebar-header {
    display: inherit !important;
    margin: 0 18px;
  }
  #doc_main {
    width: 100%;
    padding: 30px 20px;
  }

  #doc_main table{
  	width: 100%;
  }
  
  #doc_main .anchor { 
		scroll-margin-top: 70px;
	}
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-dsxx10');
	src:url('../fonts/icomoon.eot?#iefix-dsxx10') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-dsxx10') format('woff'),
		url('../fonts/icomoon.ttf?-dsxx10') format('truetype'),
		url('../fonts/icomoon.svg?-dsxx10#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-emailactivity:before {
	content: "\e600";
}
.icon-askcommunity:before {
	content: "\e601";
}
.icon-vidgrid:before {
	content: "\e602";
}
.icon-readblog:before {
	content: "\e603";
}
.icon-askcommunity2:before {
	content: "\e604";
}
.icon-roadmap:before {
	content: "\e605";
}
.icon-home:before {
	content: "\e606";
}
.icon-webapi:before {
	content: "\e607";
}
.icon-codeexamples:before {
	content: "\e608";
}
.icon-whitelabel:before {
	content: "\e609";
}
.icon-apiworkshop_v2:before {
	content: "\e60a";
}
.icon-close:before {
	content: "\e60d";
}
.icon-eventnotification:before {
	content: "\e60e";
}
.icon-fullscreen:before {
	content: "\e60f";
}
.icon-overview:before {
	content: "\e610";
}
.icon-marketingemail:before {
	content: "\e611";
}
.icon-smtpapi:before {
	content: "\e612";
}
.icon-webhooks:before {
	content: "\e613";
}
.icon-subuser:before {
	content: "\e614";
}
.icon-subuserwhitelable:before {
	content: "\e615";
}
.icon-resellerapi:before {
	content: "\e616";
}
.icon-integrate:before {
	content: "\e617";
}
.icon-apple:before {
	content: "\e618";
}
.icon-java:before {
	content: "\e619";
}
.icon-nodejs:before {
	content: "\e61a";
}
.icon-perl:before {
	content: "\e61b";
}
.icon-php:before {
	content: "\e61c";
}
.icon-python:before {
	content: "\e61d";
}
.icon-ruby:before {
	content: "\e61e";
}
.icon-net:before {
	content: "\e61f";
}
.icon-cakephp:before {
	content: "\e620";
}
.icon-codeigniter:before {
	content: "\e621";
}
.icon-django:before {
	content: "\e622";
}
.icon-rubyonrails:before {
	content: "\e623";
}
.icon-symfony:before {
	content: "\e624";
}
.icon-zendphp:before {
	content: "\e625";
}
.icon-outlook:before {
	content: "\e626";
}
.icon-thunderbird:before {
	content: "\e627";
}
.icon-exim:before {
	content: "\e628";
}
.icon-ssmtp:before {
	content: "\e629";
}
.icon-postfix:before {
	content: "\e62a";
}
.icon-microsoft:before {
	content: "\e62b";
}
.icon-sendmail:before {
	content: "\e62c";
}
.icon-phpBB:before {
	content: "\e62d";
}
.icon-qmail:before {
	content: "\e62e";
}
.icon-drupal:before {
	content: "\e62f";
}
.icon-joomla:before {
	content: "\e630";
}
.icon-magento:before {
	content: "\e631";
}
.icon-wordpress:before {
	content: "\e632";
}
.icon-open:before {
	content: "\e60c";
}
.icon-search:before {
	content: "\e634";
}
.icon-copy:before {
	content: "\e633";
}
.icon-edit:before {
	content: "\e635";
}
.icon-link:before {
	content: "\e638";
}
.icon-template:before {
	content: "\e60b";
}
.icon-list:before {
	content: "\e636";
}
.icon-arrow-down:before {
	content: "\e637";
}
