/* bootstrap */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/kokoro.css);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    /*
    text-shadow: none !important;
    color: #000 !important; // Black prints faster: h5bp.com/s
    background: transparent !important;
    box-shadow: none !important;
		*/
  }
}
/*
@media print {

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ";
  }

  abbr[title]:after {
    content: " ";
  }

  // Don't show links for images, or javascript/internal links
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; // h5bp.com/t
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm .5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  // Bootstrap components
  .navbar {
    display: none;
  }
  .table {
    td,
    th {
      background-color: #fff !important;
    }
  }
  .btn,
  .dropup > .btn {
    > .caret {
      border-top-color: #000 !important;
    }
  }
  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table-bordered {
    th,
    td {
      border: 1px solid #ddd !important;
    }
  }

    }
    
    
    
 //　pc レイアウト適用
   
@media print, screen and print {
  .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;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .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 print, screen and print {
  .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,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24 {
    float: left;
  }
  .col-sm-1 {
    width: 4.166666666666666%;
  }
  .col-sm-2 {
    width: 8.333333333333332%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.666666666666664%;
  }
  .col-sm-5 {
    width: 20.833333333333336%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.166666666666668%;
  }
  .col-sm-8 {
    width: 33.33333333333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.66666666666667%;
  }
  .col-sm-11 {
    width: 45.83333333333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.166666666666664%;
  }
  .col-sm-14 {
    width: 58.333333333333336%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.66666666666666%;
  }
  .col-sm-17 {
    width: 70.83333333333334%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.16666666666666%;
  }
  .col-sm-20 {
    width: 83.33333333333334%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.66666666666666%;
  }
  .col-sm-23 {
    width: 95.83333333333334%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 4.166666666666666%;
  }
  .col-sm-push-2 {
    left: 8.333333333333332%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.666666666666664%;
  }
  .col-sm-push-5 {
    left: 20.833333333333336%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.166666666666668%;
  }
  .col-sm-push-8 {
    left: 33.33333333333333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.66666666666667%;
  }
  .col-sm-push-11 {
    left: 45.83333333333333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.166666666666664%;
  }
  .col-sm-push-14 {
    left: 58.333333333333336%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.66666666666666%;
  }
  .col-sm-push-17 {
    left: 70.83333333333334%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.16666666666666%;
  }
  .col-sm-push-20 {
    left: 83.33333333333334%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.66666666666666%;
  }
  .col-sm-push-23 {
    left: 95.83333333333334%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 4.166666666666666%;
  }
  .col-sm-pull-2 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-5 {
    right: 20.833333333333336%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.166666666666668%;
  }
  .col-sm-pull-8 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-11 {
    right: 45.83333333333333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.166666666666664%;
  }
  .col-sm-pull-14 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-17 {
    right: 70.83333333333334%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.16666666666666%;
  }
  .col-sm-pull-20 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-23 {
    right: 95.83333333333334%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 4.166666666666666%;
  }
  .col-sm-offset-2 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-5 {
    margin-left: 20.833333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.166666666666668%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333333333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.166666666666664%;
  }
  .col-sm-offset-14 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333333334%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666666666666%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333333334%;
  }
}*/
*,
*:before,
*:after {
  -webkit-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: "Helvetica Neue", Helvetica, Arial, sans-serif, 'ヒラギノ角ゴ Pro W4', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #666666;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 8px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  -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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #007abd;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, 'ヒラギノ角ゴ Pro W4', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
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: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 730px) {
  .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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 6px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 6px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.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,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.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,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.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,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.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,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.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,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  float: left;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-24 {
  width: 100%;
}
@media (min-width: 730px) {
  .container {
    max-width: 740px;
  }
  .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,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24 {
    float: left;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: 960px;
  }
  .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,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24 {
    float: left;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
}
@media (min-width: 1070px) {
  .container {
    max-width: 1160px;
  }
  .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,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24 {
    float: left;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table caption + thead tr:first-child th,
.table 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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.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-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  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 > 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;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.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;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.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;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 900px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .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 > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .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;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-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;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #333;
}
.form-control::-moz-placeholder {
  color: #333;
}
.form-control:-ms-input-placeholder {
  color: #333;
}
.form-control::-webkit-input-placeholder {
  color: #333;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  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, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  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: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 56px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.9;
  border-radius: 8px;
}
select.input-lg {
  height: 56px;
  line-height: 56px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 5px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 730px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 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: 5px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 730px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 6px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #fff;
  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: #fff;
  background-color: #007abd;
  border-color: #007abd;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #006094;
  border-color: #005280;
}
.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: #007abd;
  border-color: #007abd;
}
.btn-primary {
  color: #fff;
  background-color: #007abd;
  border-color: #006aa4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #006094;
  border-color: #004266;
}
.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: #007abd;
  border-color: #006aa4;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.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: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.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: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.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: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #333;
  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: #666666;
  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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.9;
  border-radius: 8px;
}
.btn-sm,
.btn-xs {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-xs {
  padding: 1px 5px;
}
.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('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../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;
}
.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-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-print:before {
  content: "\e045";
}
.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-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.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-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-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.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";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #007abd;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #007abd;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.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 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 730px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #fff;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #fff;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.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:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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-xs > .btn {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.9;
  border-radius: 8px;
}
.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 .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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 6px;
  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 > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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 {
  float: none;
  display: table-cell;
  width: 1%;
}
[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.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 56px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.9;
  border-radius: 8px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 56px;
  line-height: 56px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.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: 4px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #aaa;
  border-radius: 6px;
}
.input-group-addon.input-sm {
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 4px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 8px;
}
.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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #333;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  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;
}
@media (min-width: 730px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.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: #fff;
  background-color: #007abd;
}
.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;
}
@media (min-width: 730px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.nav a:hover .caret {
  border-top-color: #666666;
  border-bottom-color: #666666;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 0;
  margin-bottom: 0;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 730px) {
  .navbar {
    border-radius: 0px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 730px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 730px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            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-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -10px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 730px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 730px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 730px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: -10px 10px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 730px) {
  .navbar > .container .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: -17px;
  margin-bottom: -17px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
}
.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: 730px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: -5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 729px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            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: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 730px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: -10px;
    padding-bottom: -10px;
  }
}
@media (min-width: 730px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  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: -15px;
  margin-bottom: -15px;
}
@media (min-width: 730px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 729px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 730px) {
  .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-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-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: -15px;
  margin-bottom: -15px;
}
.navbar-text {
  float: left;
  margin-top: -10px;
  margin-bottom: -10px;
}
@media (min-width: 730px) {
  .navbar-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.navbar-default {
  background-color: #007abd;
  border-color: #00659c;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #00659c;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #006399;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #00659c;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 729px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    background-color: #00659c;
  }
  .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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.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: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 729px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 6px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 6px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 10px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.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: #fff;
  background-color: #007abd;
  border-color: #007abd;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #007abd;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #00598a;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #333;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 8px;
}
@media screen and (min-width: 730px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #333;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 6px;
}
.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: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-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: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 6px;
  -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: 12px;
  color: #fff;
  text-align: center;
  background-color: #007abd;
  -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: 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: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: #5bc0de;
}
.progress-striped .progress-bar-info {
  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: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  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: #d9534f;
}
.progress-striped .progress-bar-danger {
  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: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #007abd;
  border-color: #007abd;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #8ad6ff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  -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-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #ddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 6px;
  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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #007abd;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #007abd;
  border-color: #007abd;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #007abd;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #007abd;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  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-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  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;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -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: 8px;
}
.well-sm {
  padding: 9px;
  border-radius: 4px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  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;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -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: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.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:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 730px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 6px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  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: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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 {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.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 #fff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 730px) {
  .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 {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 729px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 730px) and (max-width: 899px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 900px) and (max-width: 1069px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1070px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 729px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 730px) and (max-width: 899px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 900px) and (max-width: 1069px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1070px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 729px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 730px) and (max-width: 899px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 900px) and (max-width: 1069px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1070px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 729px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 730px) and (max-width: 899px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 900px) and (max-width: 1069px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1070px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 729px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 730px) and (max-width: 899px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 1069px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1070px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 729px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 730px) and (max-width: 899px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 1069px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1070px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 729px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 730px) and (max-width: 899px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 1069px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1070px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 729px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 730px) and (max-width: 899px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 1069px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1070px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*50px; */
/*@line-height-computed; /* navbar bottomマージン default:10px クリアする */
/* @border-radius-base; */
/*
// Small screen / tablet
@container-tablet:            ((720px + @grid-gutter-width));

// Medium screen / desktop
@container-desktop:           ((940px + @grid-gutter-width));

// Large screen / wide desktop
@container-lg-desktop:        ((1140px + @grid-gutter-width));
*/
.fw_100 {
  font-weight: 100;
}
.fw_200 {
  font-weight: 200;
}
.fw_300 {
  font-weight: 300;
}
.fw_400 {
  font-weight: 400;
}
.fw_500 {
  font-weight: 500;
}
.fw_600 {
  font-weight: 600;
}
.fw_700 {
  font-weight: 700;
}
.fw_800 {
  font-weight: 800;
}
.fw_900 {
  font-weight: 900;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEi75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFJEj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFE8j75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFM8k75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFJEk75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFLgk75s.ttf) format('truetype');
}
.font_gwf_notosans {
  font-family: YakuHanJP, "Noto Sans JP", Helvetica, Arial, sans-serif;
}
.font_gwf_m1 {
  font-family: 'Mplus 1p', sans-serif;
}
.font_gwf-roundedmplus1c {
  font-family: "Rounded Mplus 1c";
}
.font_gwf_hannari {
  font-family: 'Hannari', serif;
}
.font_gwf_sawarabigothic {
  font-family: 'Sawarabi Gothic', serif;
}
.font_gwf_sawarabimincho {
  font-family: 'Sawarabi Mincho', serif;
}
.font_gwf-kokoro {
  font-family: "Kokoro";
}
/* design module */
.list-group-item img {
  float: left;
  margin: 0 10px 0 0;
}
.media-body p {
  padding-bottom: 0;
}
.justifyleft {
  text-align: left;
}
.justifyright {
  text-align: right;
}
.area_img_base:before,
.area_img_base:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.area_img_base:after {
  clear: both;
}
.area_img_base:before,
.area_img_base:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.area_img_base:after {
  clear: both;
}
.area_img_base .area_img {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  .area_img_base .area_img {
    float: left;
    width: 41.66666667%;
  }
}
@media (max-width: 480px) {
  .area_img_base .area_img {
    padding-bottom: 10px;
  }
}
.area_img_base .area_text {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  .area_img_base .area_text {
    float: left;
    width: 58.33333333%;
  }
}
@media (max-width: 480px) {
  .area_img_base .area_text {
    padding-bottom: 10px;
  }
}
@media (min-width: 730px) {
  .area_img_base .area_main_imgR .area_img {
    left: 58.33333333%;
  }
}
@media (min-width: 730px) {
  .area_img_base .area_main_imgR .area_text {
    right: 41.66666667%;
  }
}
@media (min-width: 730px) {
  .area_img_base .area_main_imgL .area_img {
    right: 58.33333333%;
  }
}
@media (min-width: 730px) {
  .area_img_base .area_main_imgL .area_text {
    left: 41.66666667%;
  }
}
.area_img_base_offset-1:before,
.area_img_base_offset-1:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.area_img_base_offset-1:after {
  clear: both;
}
.area_img_base_offset-1:before,
.area_img_base_offset-1:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.area_img_base_offset-1:after {
  clear: both;
}
.area_img_base_offset-1 .area_img {
  position: relative !important;
  min-height: 1px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media (min-width: 730px) {
  .area_img_base_offset-1 .area_img {
    float: left;
    width: 37.5%;
  }
}
@media (min-width: 730px) {
  .area_img_base_offset-1 .area_text {
    margin-left: 4.16666667%;
  }
}
@media (min-width: 730px) {
  .area_img_base_offset-1 .area_main_phR .area_img {
    left: 62.5%;
  }
}
@media (min-width: 730px) {
  .area_img_base_offset-1 .area_main_phR .area_text {
    right: 41.66666667%;
  }
}
@media (min-width: 730px) {
  .area_img_base_offset-1 .area_main_phR .area_text {
    margin-left: 4.16666667%;
  }
}
.area_img_list .area_img {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  .area_img_list .area_img {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1070px) {
  .area_img_list .area_img {
    float: left;
    width: 33.33333333%;
  }
}
.area_img_list .area_text {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  .area_img_list .area_text {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1070px) {
  .area_img_list .area_text {
    float: left;
    width: 66.66666667%;
  }
}
.area_img-txt-img {
  padding: 10px 0 0 0;
}
.area_img-txt-img .area_img {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}
@media (min-width: 730px) {
  .area_img-txt-img .area_img {
    float: left;
    width: 29.16666667%;
  }
}
@media (min-width: 1070px) {
  .area_img-txt-img .area_img {
    float: left;
    width: 25%;
  }
}
@media (min-width: 730px) {
  .area_img-txt-img .area_img_02 {
    left: 41.66666667%;
  }
}
@media (min-width: 1070px) {
  .area_img-txt-img .area_img_02 {
    left: 50%;
  }
}
.area_img-txt-img .area_text {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  .area_img-txt-img .area_text {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 730px) {
  .area_img-txt-img .area_text {
    right: 29.16666667%;
  }
}
@media (min-width: 1070px) {
  .area_img-txt-img .area_text {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1070px) {
  .area_img-txt-img .area_text {
    right: 25%;
  }
}
.area_img-txt-img .area_text p {
  padding: 10px 0 0 0;
}
@media (min-width: 480px) {
  ul.link_rsp {
    list-style: none;
  }
  ul.link_rsp li a {
    display: block;
    padding: 5px;
    font-weight: normal;
  }
}
@media (max-width: 480px) {
  ul.link_rsp li a {
    display: block;
    padding: 10px 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
  }
  ul.link_rsp li a:hover {
    background: #eee;
  }
}
ul.link_img_px {
  text-align: center;
  margin: 0 auto;
}
ul.link_img_px li {
  display: -moz-inline-box;
  display: inline-block;
}
ul.link_img_px li img {
  width: 150px;
  padding: 0 5px;
}
.ico_base {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 1.2em;
}
.ico_base:before {
  vertical-align: middle;
  margin-left: -1em;
  padding-right: 0.2em;
  font-size: 1.1em;
}
.ico_li {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 1.2em;
  margin-bottom: 10px;
}
.ico_li:before {
  vertical-align: middle;
  margin-left: -1em;
  padding-right: 0.2em;
  font-size: 1.1em;
}
img.img-centered {
  margin: 0 auto;
}
.nav_horizontal,
.nav_vertical {
  overflow: hidden;
}
.nav_horizontal #nav ul li {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
}
@media (min-width: 730px) {
  .nav_horizontal #nav ul li {
    float: left;
    width: 16.66666667%;
  }
}
.nav_horizontal #nav ul li a {
  display: block;
  background-color: #007abd;
  text-align: center;
}
.nav_vertical ul {
  border-bottom: 1px dotted #ccc;
}
.nav_vertical ul li {
  list-style: none;
}
.nav_vertical #nav > ul > li > a {
  display: block;
  padding: 5px 5px;
  color: #000;
  border-top: 1px dotted #ccc;
}
.nav_vertical #nav > ul > li > a:hover {
  background-color: #b8e6ff;
}
.nav_vertical #nav > ul > li > ul > li > a {
  font-size: 86%;
  display: block;
  padding: 2.5px 5px 2.5px 16.66666667px;
}
.nav_vertical #nav > ul > li > ul > li > a:hover {
  background-color: #b8e6ff;
}
.nav_vertical #nav > ul > li > ul > li:first-child > a {
  border: none;
}
.nav_vertical #nav > ul > li > ul > li > ul > li > a {
  font-size: 86%;
  display: block;
  padding: 2.5px 10px 2.5px 24px;
}
.nav_vertical #nav > ul > li > ul > li > ul > li > a:hover {
  background-color: #b8e6ff;
}
.nav_vertical #nav > ul > li > ul > li > ul > li > ul > li > a {
  font-size: 86%;
  display: block;
  padding: 2.5px 10px 2.5px 34px;
}
.nav_vertical #nav > ul > li > ul > li > ul > li > ul > li > a:hover {
  background-color: #b8e6ff;
}
.area_nav_sub_pills:before,
.area_nav_sub_pills:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.area_nav_sub_pills:after {
  clear: both;
}
.area_nav_sub_pills:before,
.area_nav_sub_pills:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.area_nav_sub_pills:after {
  clear: both;
}
.area_nav_sub_pills .nav-pills li a {
  border-radius: 10px;
  margin: 0 5px;
  background: #007abd;
  border: 1px solid #007abd;
  color: #fff;
}
.area_nav_sub_pills .nav-pills li a:hover {
  background: #10aaff;
}
.area_nav_sub_pills .nav-pills li.active a {
  border: 1px solid #007abd;
  background: #fff;
  color: #007abd;
}
.area_nav_sub_pills .nav-pills li.active a .fa {
  display: none;
}
@media (max-width: 730px) {
  .area_nav_sub_pills .nav-pills li {
    margin: 0;
    padding: 0;
  }
  .area_nav_sub_pills .nav-justified > li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding: 5px 0;
  }
}
.area_nav_sub_tab:before,
.area_nav_sub_tab:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.area_nav_sub_tab:after {
  clear: both;
}
.area_nav_sub_tab:before,
.area_nav_sub_tab:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.area_nav_sub_tab:after {
  clear: both;
}
.area_nav_sub_tab .nav-pills li a {
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #eee;
  margin: 0 5px;
  color: #e60012;
}
.area_nav_sub_tab .nav-pills li a:hover {
  background: #eee;
}
.area_nav_sub_tab .nav-pills li.active a {
  background: #fff;
  color: #666;
}
.area_nav_sub_tab .nav-pills li.active a .fa {
  display: none;
}
@media (max-width: 729px) {
  .area_nav_sub_tab .nav-pills li.active a {
    background: #666;
    color: #fff;
  }
}
@media (max-width: 730px) {
  .area_nav_sub_tab .nav-pills li {
    margin: 0;
    padding: 0;
  }
  .area_nav_sub_tab .nav-justified > li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding: 5px 0;
  }
}
.news_horizontal dt,
.news_vertical dt {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
}
.news_horizontal dl dt {
  padding: 4px;
  text-align: center;
}
@media (min-width: 730px) {
  .news_horizontal dl dt {
    padding: 1px 0;
    clear: left;
    float: left;
    width: 7em;
  }
  .news_horizontal dl dd {
    margin: 0 0 1em 7em;
    padding: 0 0 0 0.8em;
  }
}
@media (max-width: 729px) {
  .news_horizontal dl {
    min-height: 20px;
    margin-bottom: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: block;
  }
  .news_horizontal dl:hover {
    background-color: #eee;
    text-decoration: none;
  }
  .news_horizontal dl dt {
    text-align: left;
    padding: 10px;
  }
  .news_horizontal dl dd {
    padding: 0 10px 10px 10px;
  }
}
@media (min-width: 730px) {
  .news_vertical dl {
    margin-bottom: 10px;
  }
  .news_vertical dl dt {
    color: #333;
    margin-bottom: 1.66666667px;
  }
}
@media (max-width: 729px) {
  .news_vertical dl {
    min-height: 20px;
    margin-bottom: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: block;
  }
  .news_vertical dl:hover {
    background-color: #eee;
    text-decoration: none;
  }
  .news_vertical dl dt {
    color: #333;
    text-align: left;
    padding: 10px 10px 0 10px;
  }
  .news_vertical dl dd {
    padding: 5px 10px 10px 10px;
  }
}
.news_index_main {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  .news_index_main {
    float: left;
    width: 83.33333333%;
  }
}
.news_index_side {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  .news_index_side {
    float: left;
    width: 16.66666667%;
  }
}
.date {
  font-family: Verdana, Geneva, sans-serif;
  padding: 3px 10px;
  background: #333;
  color: #fff;
}
div.news dl:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ".";
  font-size: 0;
}
* html .news dl {
  /* IE6 */
  zoom: 1;
}
*:first-child + html .news dl {
  /* IE7 */
  zoom: 1;
}
ul.reflect_archive li {
  list-style: none;
  background-image: none!important;
}
ul.reflect_archive a {
  text-decoration: none;
}
ul.reflect_archive ul {
  list-style: none;
  font-family: verdana, arial;
}
ul.reflect_archive li.reflect_year {
  list-style: none;
  padding: 5px;
  margin: 0 0 4px 0;
  font-weight: normal;
  color: #333;
  background-color: #eee;
}
ul.reflect_archive li.reflect_year ul {
  padding: 0px;
  margin: 5px 0px 0px 0px;
  background-image: none;
}
ul.reflect_archive li.reflect_year ul li {
  margin: 0;
  padding: 0;
}
ul.reflect_archive li.reflect_month a {
  display: block;
  padding: 3px 5px;
  margin: 4px 0 0 0;
  background-color: #fff;
}
ul.reflect_archive li.reflect_month a:hover {
  background-color: #fafafa;
  color: #000;
}
.accordion_mnp {
  margin-bottom: 30px;
}
.accordion_mnp a {
  color: #333;
  text-decoration: none;
}
.accordion_mnp a:hover {
  text-decoration: underline;
}
.accordion_mnp a span {
  padding: 6px;
  margin: 0 5px;
  display: inline-block;
  background: #eee;
  border-radius: 6px;
}
.accordion_mnp a span:hover {
  background: #ddd;
}
dl.accordion dt {
  cursor: pointer;
  padding: 10px 20px;
  margin-bottom: 5px;
  color: #fff;
  background: url(../img/acc_open.jpg) no-repeat left top #333;
}
dl.accordion dt.opened {
  background: url(../img/acc_close.jpg) no-repeat left top #666;
}
dl.dl_bs {
  margin: 0;
}
dl.dl_bs:before,
dl.dl_bs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
dl.dl_bs:after {
  clear: both;
}
dl.dl_bs:before,
dl.dl_bs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
dl.dl_bs:after {
  clear: both;
}
dl.dl_bs dt {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 10px;
}
@media (min-width: 730px) {
  dl.dl_bs dt {
    float: left;
    width: 33.33333333%;
  }
}
dl.dl_bs dd {
  padding: 10px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  dl.dl_bs dd {
    float: left;
    width: 66.66666667%;
  }
}
dl.dl_bs input.w_fluid {
  width: 100%;
}
@media (max-width: 730px) {
  dl.dl_bs {
    margin: 0px;
  }
}
ul.wrap_d_tile:before,
ul.wrap_d_tile:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.wrap_d_tile:after {
  clear: both;
}
ul.wrap_d_tile:before,
ul.wrap_d_tile:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.wrap_d_tile:after {
  clear: both;
}
ul.wrap_d_tile li {
  list-style: none;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-right: 5px;
  padding-left: 5px;
  margin: 5px 0;
}
@media (min-width: 730px) {
  ul.wrap_d_tile li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 900px) {
  ul.wrap_d_tile li {
    float: left;
    width: 25%;
  }
}
ul.wrap_d_tile li .d_tile {
  border: 1px solid #007abd;
  padding: 10px;
}
ul.wrap_d_tile li p {
  padding: 0;
  margin: 0;
}
ul.wrap_d_tile li a {
  background: #007abd;
}
ul.wrap_d_tile li a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.wrap_shortcut {
  margin-left: -5px;
}
.wrap_shortcut:before,
.wrap_shortcut:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.wrap_shortcut:after {
  clear: both;
}
.wrap_shortcut:before,
.wrap_shortcut:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.wrap_shortcut:after {
  clear: both;
}
.wrap_shortcut .shortcut {
  text-align: center;
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  margin: 5px 5px;
  display: inline-block;
  padding: 20px 0;
  background: #007abd;
}
.wrap_shortcut .shortcut:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.wrap_shortcut .shortcut:hover span {
  color: #fff;
}
ul.list_img_base li.list-group-item {
  padding: 0;
}
ul.list_img_base li.list-group-item a {
  padding: 10px;
}
/*ul.list_img_base li {
	position: relative;
 padding:0 0 10px 0;
	a {
		display:block;
 	color:#000;
 	text-decoration:none;
		*zoom:1;
		&:hover {
			background:#eee;
		}
		&:before {
			position:absolute;
   right:10px;
   top:46%;
			content:'@{icon_arrow}';
			margin:-8px 0 0 0;
   color:#999;
   font-family:'FontAwesome';
   font-size:22px;
   line-height:1;
		}
		&:after {
			content:"";
   display:block;
   clear:both;
		}
	}
	
 // 画像
	img {
		float:left;
		width:@list_img_base_img;
  padding:0 @pd_small @pd_small 0;
	}
	
 // bottomだけにpaddigをとり、ネストのpadで調整する
 h3, h4, p {
  padding:0 @pd_base @pd_small/2 0;
   margin:0;
 }
  p {
   font-size:86%;
   line-height:140%;
  }
}*/
@media (max-width: 899px) {
  ul.list_img_base li img {
    width: 100px;
    padding-right: 6.66666667px;
  }
}
.area_sq_list_img ul.list_img_base > li a {
  position: relative;
  padding: 10px 42px 0 10px;
}
ul.list_img_base li {
  position: relative;
  padding: 0 0 10px 0;
}
ul.list_img_base li a {
  display: block;
  color: #000;
  text-decoration: none;
  *zoom: 1;
  background-image: url(../images/list_bg_base.png);
  background-repeat: no-repeat;
  background-position: center right 6px;
}
ul.list_img_base li a:before,
ul.list_img_base li a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.list_img_base li a:after {
  clear: both;
}
ul.list_img_base li a:before,
ul.list_img_base li a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.list_img_base li a:after {
  clear: both;
}
ul.list_img_base li a:hover {
  background-color: #eee;
}
ul.list_img_base li img {
  float: left;
  width: 150px;
  padding: 0 10px 10px 0;
}
ul.list_img_base li h3,
ul.list_img_base li h4,
ul.list_img_base li p {
  padding: 0 20px 5px 0;
  margin: 0;
}
ul.list_img_base li p {
  font-size: 86%;
  line-height: 140%;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row_0 {
  margin-left: 0px!important;
  margin-right: 0px!important;
}
.row_0 > div {
  padding-right: 0px!important;
  padding-left: 0px!important;
}
.row_10 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.row_10 > div {
  padding-right: 5px!important;
  padding-left: 5px!important;
}
.row_20 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.row_20 > div {
  padding-right: 10px!important;
  padding-left: 10px!important;
}
.row_30 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.row_30 > div {
  padding-right: 15px!important;
  padding-left: 15px!important;
}
.row_40 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.row_40 > div {
  padding-right: 20px!important;
  padding-left: 20px!important;
}
.mgb0 {
  margin-bottom: 0 !important;
}
.mgb5 {
  margin-bottom: 5px !important;
}
.mgb10 {
  margin-bottom: 10px !important;
}
.mgb15 {
  margin-bottom: 15px !important;
}
.mgb20 {
  margin-bottom: 20px !important;
}
.mgb30 {
  margin-bottom: 30px !important;
}
.mgt0 {
  margin-top: 0 !important;
}
.mgt5 {
  margin-top: 5px !important;
}
.mgt10 {
  margin-top: 10px !important;
}
.mgt15 {
  margin-top: 15px !important;
}
.mgt20 {
  margin-top: 20px !important;
}
.mgt30 {
  margin-top: 30px !important;
}
.mgl0 {
  margin-left: 0 !important;
}
.mgl5 {
  margin-left: 5px !important;
}
.mgl10 {
  margin-left: 10px !important;
}
.mgl15 {
  margin-left: 15px !important;
}
.mgl20 {
  margin-left: 20px !important;
}
.mgl30 {
  margin-left: 30px !important;
}
.mgr0 {
  margin-right: 0 !important;
}
.mgr5 {
  margin-right: 5px !important;
}
.mgr10 {
  margin-right: 10px !important;
}
.mgr15 {
  margin-right: 15px !important;
}
.mgr20 {
  margin-right: 20px !important;
}
.mgr30 {
  margin-right: 30px !important;
}
.mgn0 {
  margin: 0 !important;
}
.pdt0 {
  padding-top: 0 !important;
}
.pdt5 {
  padding-top: 5px !important;
}
.pdt10 {
  padding-top: 10px !important;
}
.pdt15 {
  padding-top: 15px !important;
}
.pdt20 {
  padding-top: 20px !important;
}
.pdt30 {
  padding-top: 30px !important;
}
.pdb0 {
  padding-bottom: 0 !important;
}
.pdb5 {
  padding-bottom: 5px !important;
}
.pdb10 {
  padding-bottom: 10px !important;
}
.pdb15 {
  padding-bottom: 15px !important;
}
.pdb20 {
  padding-bottom: 20px !important;
}
.pdb30 {
  padding-bottom: 30px !important;
}
.pdl0 {
  padding-left: 0 !important;
}
.pdl5 {
  padding-left: 5px !important;
}
.pdl10 {
  padding-left: 10px !important;
}
.pdl15 {
  padding-left: 15px !important;
}
.pdl20 {
  padding-left: 20px !important;
}
.pdl30 {
  padding-left: 30px !important;
}
.pdr0 {
  padding-right: 0 !important;
}
.pdr5 {
  padding-right: 5px !important;
}
.pdr10 {
  padding-right: 10px !important;
}
.pdr15 {
  padding-right: 15px !important;
}
.pdr20 {
  padding-right: 20px !important;
}
.pdr30 {
  padding-right: 30px !important;
}
.pad0 {
  padding: 0 !important;
}
div.clearBoth {
  clear: both;
}
div.floatLeft {
  float: left;
}
div.floatRight {
  float: right;
}
div.alignLeft {
  text-align: left;
}
div.alignRight {
  text-align: right;
}
/* delete if you won't use 'moidule_options'  */
/*@import "../less_default/d_module_options.less";*/
/* d_default for tMCE */
/* --------------------------------------------------------------------

// .area_d_list　////
// .area_img_list
// .area_d_list
// .area_img_list
//  .area_img_article
//  .area_webLink

// .area_nbr2_list_nv   2階層リスト　nbr2_list

// google search must

//-----------------------------------------------------------//
// kiso 
//-----------------------------------------------------------//
 design.less　に移設しました。  

//-----------------------------------------
// table 
//-----------------------------------------
//  table .tbl_bs //
//  table .tbl_d_001 //

//-----------------------------------------
// table responsive
//-----------------------------------------
// .tbl_responsive_grid_x

//-----------------------------------------
// box //
//-----------------------------------------
.box_base

.box_bdr_solid_small,
.box_bdr_solid_middle,
.box_bdr_solid_large,
.box_bdr_dotted_small,
.box_bdr_dotted_middle,
.box_bdr_dotted_large

//-----------------------------------------
// photo image layout //
.img_frm
 .img_l
 .img_r

//-----------------------------------------
// caption layout  //
.area_img-cap_r
area_img-cap_l

//-----------------------------------------
// ul box_link list //
ul.box_link_list

div.area_box_frm

ul.weblink_nv


 --------------------------------------------------------------------*/
@media (max-width: 729px) {
  img.img-responsive_smph_tmce {
    width: 100%!important;
  }
  .area_main img.img-responsive_smph_tmce img.img-responsive_smph_tmce {
    width: 100%!important;
  }
}
.area_d_list {
  margin: 20px 0;
}
.area_d_list h3 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 1.4em;
}
.area_d_list a {
  display: block;
  border-radius: 6px;
  padding: 20px 20px 20px 30px;
  border: 1px solid #007abd;
  background: url(../img/common/d_list_bg.png) no-repeat top left;
  color: #523A22;
  text-decoration: none;
}
.area_d_list a:hover {
  background: url(../img/common/d_list_bg_hover.png) no-repeat top left;
  border: 1px solid #00826F;
  color: #999;
}
.area_img_list {
  margin-bottom: 20px;
}
.area_img_list .area_contents {
  margin: 20px 0;
}
.area_dtl {
  margin: 10px;
}
.area_dtl a {
  background: url(../images/ico_link_bs.png) no-repeat 0 2px;
  padding: 2px 0 2px 18px;
  text-decoration: none;
}
.area_dtl a:hover {
  text-decoration: underline;
}
@media (max-width: 899px) {
  .area_img_list {
    margin-bottom: 0;
  }
  .area_img_list h3 a {
    margin: 0;
    padding: 10px 80px 8px 15px;
  }
  .area_img_list .area_dtl {
    padding: 6px;
    margin-bottom: 6px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
  }
}
.area_img_article {
  margin-bottom: 20px;
}
.area_img_article .area_img_article h3 {
  background: url(../img/common/h3_bg_01.jpg) no-repeat;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.area_img_article .area_img_article h3 .area_contents {
  margin: 20px 0;
}
@media (max-width: 729px) {
  .area_img_article {
    margin-bottom: 0;
  }
  .area_img_article h3 {
    margin: 0;
    padding: 8px 10px 8px 30px;
  }
}
.area_webLink h3 {
  background: url(../img/common/h3_bg_01.jpg) no-repeat;
  color: #fff;
  margin: 0;
  padding: 15px 10px 10px 30px;
}
@media (max-width: 729px) {
  .area_webLink h3 {
    padding: 8px 10px 5px 30px;
  }
}
/*--------------------------------------------------------/
 2階層リスト　nbr2_list
/*--------------------------------------------------------*/
.area_nbr2_list_nv {
  padding: 15px 0;
}
.area_nbr2_list_nv ul li {
  float: left;
  width: 33%;
  list-style: none;
}
.area_nbr2_list_nv ul li a {
  color: #fff;
  display: block;
  margin: 0 10px 10px 0;
  padding: 8px 4px 8px 18px;
  background: url(../img/common/href_bg_01.jpg);
  border: 1px solid #E0C99B;
  text-decoration: none;
  border-radius: 4px;
}
.area_nbr2_list_nv ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  border: 1px solid #fff;
}
@media (max-width: 899px) {
  .area_nbr2_list_nv {
    padding: 10px 0 20px 0;
  }
  .area_nbr2_list_nv li {
    width: 49.8% !important;
  }
}
.tbl_bs {
  background-color: #ccc;
  border: 1px solid #ccc;
  width: 100%;
  margin: 3px 0;
}
.tbl_bs td {
  background-color: #FFF;
  padding: 7px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tbl_bs td .tbl_b {
  font-weight: bold;
}
.tbl_bs th {
  background-color: #eee;
  padding: 7px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tbl_d_001 {
  background-color: #ccc;
  border: 1px solid #ccc;
  width: 100%;
  margin: 3px 0;
}
.tbl_d_001 td {
  background-color: #FFF;
  padding: 7px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tbl_d_001 td .tbl_b {
  font-weight: bold;
}
.tbl_d_001 th {
  background-color: #eee;
  padding: 7px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tbl_d_001 th {
  background-color: #DAF6FF;
}
.tbl_bs_scrollable {
  background-color: #ccc;
  border: 1px solid #ccc;
  width: 100%;
  margin: 3px 0;
}
.tbl_bs_scrollable td {
  background-color: #FFF;
  padding: 7px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tbl_bs_scrollable td .tbl_b {
  font-weight: bold;
}
.tbl_bs_scrollable th {
  background-color: #eee;
  padding: 7px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tbl_responsive_grid_2:before:before,
.tbl_responsive_grid_3:before:before,
.tbl_responsive_grid_4:before:before,
.tbl_responsive_grid_5:before:before,
.tbl_responsive_grid_6:before:before,
.tbl_responsive_grid_2:before:after,
.tbl_responsive_grid_3:before:after,
.tbl_responsive_grid_4:before:after,
.tbl_responsive_grid_5:before:after,
.tbl_responsive_grid_6:before:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tbl_responsive_grid_2:before:after,
.tbl_responsive_grid_3:before:after,
.tbl_responsive_grid_4:before:after,
.tbl_responsive_grid_5:before:after,
.tbl_responsive_grid_6:before:after {
  clear: both;
}
.tbl_responsive_grid_2:before:before,
.tbl_responsive_grid_3:before:before,
.tbl_responsive_grid_4:before:before,
.tbl_responsive_grid_5:before:before,
.tbl_responsive_grid_6:before:before,
.tbl_responsive_grid_2:before:after,
.tbl_responsive_grid_3:before:after,
.tbl_responsive_grid_4:before:after,
.tbl_responsive_grid_5:before:after,
.tbl_responsive_grid_6:before:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tbl_responsive_grid_2:before:after,
.tbl_responsive_grid_3:before:after,
.tbl_responsive_grid_4:before:after,
.tbl_responsive_grid_5:before:after,
.tbl_responsive_grid_6:before:after {
  clear: both;
}
.tbl_responsive_grid_2,
.tbl_responsive_grid_3,
.tbl_responsive_grid_4,
.tbl_responsive_grid_5,
.tbl_responsive_grid_6 {
  width: 100%;
}
.tbl_responsive_grid_2 tr > td > iframe,
.tbl_responsive_grid_3 tr > td > iframe,
.tbl_responsive_grid_4 tr > td > iframe,
.tbl_responsive_grid_5 tr > td > iframe,
.tbl_responsive_grid_6 tr > td > iframe {
  width: 100%;
}
@media (max-width: 480px) {
  .tbl_responsive_grid_2 > tbody > tr > td,
  .tbl_responsive_grid_3 > tbody > tr > td,
  .tbl_responsive_grid_4 > tbody > tr > td {
    width: 100%;
    display: block;
  }
}
@media (max-width: 730px) {
  .tbl_responsive_grid_5 > tbody > tr > td,
  .tbl_responsive_grid_6 > tbody > tr > td {
    width: 100%;
    display: block;
  }
}
@media (min-width: 480px) {
  .tbl_responsive_grid_2 > tbody > tr > td:first-child,
  .tbl_responsive_grid_3 > tbody > tr > td:first-child,
  .tbl_responsive_grid_4 > tbody > tr > td:first-child {
    padding-left: 0!important;
  }
  .tbl_responsive_grid_2 > tbody > tr > td:last-child,
  .tbl_responsive_grid_3 > tbody > tr > td:last-child,
  .tbl_responsive_grid_4 > tbody > tr > td:last-child {
    padding-right: 0!important;
  }
  .tbl_responsive_grid_2 > tbody > tr > td {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
  }
  .tbl_responsive_grid_3 > tbody > tr > td {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
  }
  .tbl_responsive_grid_4 > tbody > tr > td {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
  }
}
@media (min-width: 730px) {
  .tbl_responsive_grid_5 > tbody > tr > td:first-child,
  .tbl_responsive_grid_6 > tbody > tr > td:first-child {
    padding-left: 0!important;
  }
  .tbl_responsive_grid_5 > tbody > tr > td:last-child,
  .tbl_responsive_grid_6 > tbody > tr > td:last-child {
    padding-right: 0!important;
  }
  .tbl_responsive_grid_6 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .tbl_responsive_grid_6:before,
  .tbl_responsive_grid_6:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .tbl_responsive_grid_6:after {
    clear: both;
  }
  .tbl_responsive_grid_6:before,
  .tbl_responsive_grid_6:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .tbl_responsive_grid_6:after {
    clear: both;
  }
  .tbl_responsive_grid_6 > tbody > tr > td {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
  }
  .tbl_responsive_grid_5 > tbody > tr > td {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
  }
}
@media (min-width: 730px) and (min-width: 730px) {
  .tbl_responsive_grid_6 > tbody > tr > td {
    float: left;
    width: 16.66666667%;
  }
}
.box_base {
  padding: 20px;
  background-color: #fff;
  border: 2px solid #007abd;
}
.box_att {
  padding: 20px;
  background-color: #FFEAB1;
  border: 4px solid #f00;
}
.box_bdr_solid_small,
.box_bdr_solid_middle,
.box_bdr_solid_large,
.box_bdr_dotted_small,
.box_bdr_dotted_middle,
.box_bdr_dotted_large {
  padding: 20px;
  margin: 20px 0;
}
.box_bdr_solid_small {
  border: 1px solid #ccc;
}
.box_bdr_solid_middle {
  border: 2px solid #ccc;
}
.box_bdr_solid_large {
  border: 4px solid #ccc;
}
.box_bdr_dotted_small {
  border: 1px dotted #ccc;
}
.box_bdr_dotted_middle {
  border: 2px dotted #ccc;
}
.box_bdr_dotted_large {
  border: 4px dotted #ccc;
}
.img_frm {
  padding: 5px;
  border: 1px solid #ddd;
}
@media (min-width: 740px) {
  .img_l {
    float: left;
    margin: 0 10px 10px 0;
  }
  .img_r {
    float: right;
    margin: 0 0 10px 10px;
  }
}
@media (max-width: 740px) {
  .img_l {
    float: none!important;
    margin-bottom: 6px!important;
  }
  .img_r {
    float: none!important;
    margin-bottom: 6px!important;
  }
}
div.area_img-cap_r {
  margin: 0 0 10px 10px;
  float: right;
  clear: right;
}
div.area_img-cap_l {
  margin: 0 10px 10px 0;
  float: left;
  clear: left;
}
div.area_img-cap_r,
div.area_img-cap_l {
  width: 30%;
  background-color: #eee;
}
div.area_img-cap_r .t_cap,
div.area_img-cap_l .t_cap {
  padding: 10px;
  font-size: 86%;
}
ul.box_link_list {
  background-color: #F9F9F9;
  padding: 20px;
  margin: 10px 0 0 0;
  border-radius: 4px;
  list-style: none;
}
ul.box_link_list li {
  padding: 4px 0 4px 25px;
  background: url(../images/ico_link_bs.png) no-repeat 0 1px;
}
ul.box_link_list li a {
  font-weight: normal;
}
div.area_box_frm {
  padding: 0;
  overflow: hidden;
}
div.area_box_frm .area_box {
  padding-bottom: 32768px;
  margin-bottom: -32768px;
}
div.area_box_frm .box_inner_pd {
  padding: 10px;
}
div.area_box_frm .box_color_001 {
  background-color: #fff;
}
div.area_box_frm .box_color_002 {
  background-color: #FFFDEB;
}
ul.weblink_nv {
  margin-bottom: 20px;
  padding: 10px 0 10px 10px;
  background-color: #FFEEF4;
  border-radius: 4px;
}
/* clear */
ul.weblink_nv:before,
ul.weblink_nv:after {
  display: table;
  content: " ";
  clear: both;
}
ul.weblink_nv li {
  float: left;
  width: 33%;
  list-style: none;
}
ul.weblink_nv li a {
  display: block;
  margin: 0 5px 0 0;
  padding: 4px 0 4px 25px;
  background: url(../images/ico_link_bs.png) no-repeat 4px;
  text-decoration: none;
}
ul.weblink_nv li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #fff;
  text-decoration: underline;
}
@media (max-width: 740px) {
  ul.weblink_nv {
    padding: 10px 0 20px 0;
  }
  ul.weblink_nv li {
    width: 49.8% !important;
  }
}
/* animation -- needed with wow */
/*@import "../less_default/animate.less"; */
/* form */
.form-group {
  /*    .make-row(); */
}
#d_form input {
  margin-bottom: 6px;
}
.d_step {
  text-align: right;
  margin-bottom: 15px;
  padding: 10px 5px;
  /* @media (max-width: @screen-sm)  {
   span {
   display:block;
  }
 .fa-angle-right {
  display:none;
 } 
 }*/
}
.d_step i.fa {
  padding: 0 5px;
  color: #000;
}
.d_step span {
  display: inline-block;
  font-size: 0.9em;
}
.d_step .tb_step {
  background-color: #fff;
  padding: 6px 10px;
}
.d_step .tb_active {
  font-weight: 600;
  border-bottom: 3px solid #333;
}
@media (min-width: 480px) {
  .d_step .fa-angle-down {
    display: none;
  }
}
@media (max-width: 480px) {
  .d_step {
    display: none;
  }
}
fieldset {
  margin-bottom: 20px;
}
legend {
  padding: 8px 6px;
  margin-bottom: 10px;
  background: #666;
  color: #fff;
  font-size: 1.2em;
  border-radius: 6px;
}
label.area_label_disc {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 6px;
  border-radius: 4px;
  background: #eee;
  margin-bottom: 10px;
}
@media (min-width: 730px) {
  label.area_label_disc {
    float: left;
    width: 25%;
  }
}
.area_input {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 730px) {
  .area_input {
    float: left;
    width: 75%;
  }
}
.area_input p {
  margin: 0;
  padding: 5px 0;
}
.cell_must input {
  background: #FBDFDF;
}
.cell_must label.area_label_disc {
  background: #FBDFDF;
}
@media (max-width: 729px) {
  label.area_label_disc {
    width: 100%;
  }
  .area_input {
    margin-top: 10px;
  }
}
.area_submit {
  text-align: right;
  padding: 14px;
  background: #FBDFDF;
  background: #eef4ff;
}
.area_submit .form-group {
  margin-bottom: 0;
}
.area_submit button {
  margin-left: 10px;
  border-radius: 4px !important;
}
.btn_reset {
  background: #aaa;
  color: #fff;
}
.btn_reg {
  background: #007abd;
  color: #fff;
}
.input_must_icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #F90303;
}
.input_must_icon:before {
  content: "\e006";
}
.d_confirm {
  color: #C424C8;
  font-size: 1.1em;
  font-weight: bold;
}
.design_input .d_confirm {
  display: none;
}
.design_confirm .d_input {
  display: none;
}
error,
.has-error .help-block,
.has-error .control-label {
  color: #D93600;
}
.d_select select {
  -webkit-appearance: none;
}
/* d_print -- 1カラムを防ぐless。print.less も削除すること */
@media print {
  .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;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .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 print {
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-24 {
    width: 100%;
  }
}
.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,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24 {
  float: left;
}
.col-md-1 {
  width: 4.16666667%;
}
.col-md-2 {
  width: 8.33333333%;
}
.col-md-3 {
  width: 12.5%;
}
.col-md-4 {
  width: 16.66666667%;
}
.col-md-5 {
  width: 20.83333333%;
}
.col-md-6 {
  width: 25%;
}
.col-md-7 {
  width: 29.16666667%;
}
.col-md-8 {
  width: 33.33333333%;
}
.col-md-9 {
  width: 37.5%;
}
.col-md-10 {
  width: 41.66666667%;
}
.col-md-11 {
  width: 45.83333333%;
}
.col-md-12 {
  width: 50%;
}
.col-md-13 {
  width: 54.16666667%;
}
.col-md-14 {
  width: 58.33333333%;
}
.col-md-15 {
  width: 62.5%;
}
.col-md-16 {
  width: 66.66666667%;
}
.col-md-17 {
  width: 70.83333333%;
}
.col-md-18 {
  width: 75%;
}
.col-md-19 {
  width: 79.16666667%;
}
.col-md-20 {
  width: 83.33333333%;
}
.col-md-21 {
  width: 87.5%;
}
.col-md-22 {
  width: 91.66666667%;
}
.col-md-23 {
  width: 95.83333333%;
}
.col-md-24 {
  width: 100%;
}
.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,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24 {
  float: left;
}
.col-lg-1 {
  width: 4.16666667%;
}
.col-lg-2 {
  width: 8.33333333%;
}
.col-lg-3 {
  width: 12.5%;
}
.col-lg-4 {
  width: 16.66666667%;
}
.col-lg-5 {
  width: 20.83333333%;
}
.col-lg-6 {
  width: 25%;
}
.col-lg-7 {
  width: 29.16666667%;
}
.col-lg-8 {
  width: 33.33333333%;
}
.col-lg-9 {
  width: 37.5%;
}
.col-lg-10 {
  width: 41.66666667%;
}
.col-lg-11 {
  width: 45.83333333%;
}
.col-lg-12 {
  width: 50%;
}
.col-lg-13 {
  width: 54.16666667%;
}
.col-lg-14 {
  width: 58.33333333%;
}
.col-lg-15 {
  width: 62.5%;
}
.col-lg-16 {
  width: 66.66666667%;
}
.col-lg-17 {
  width: 70.83333333%;
}
.col-lg-18 {
  width: 75%;
}
.col-lg-19 {
  width: 79.16666667%;
}
.col-lg-20 {
  width: 83.33333333%;
}
.col-lg-21 {
  width: 87.5%;
}
.col-lg-22 {
  width: 91.66666667%;
}
.col-lg-23 {
  width: 95.83333333%;
}
.col-lg-24 {
  width: 100%;
}
.brd_link a,
.area_main a,
.area_nav_foot a {
  text-decoration: underline;
  color: #0E237B;
}
.brd_link a:hover,
.area_main a:hover,
.area_nav_foot a:hover {
  text-decoration: none;
  color: #007abd;
}
.brd_link a.a_btn_base,
.area_main a.a_btn_base,
.area_nav_foot a.a_btn_base,
.brd_link a.a_btn_base_large,
.area_main a.a_btn_base_large,
.area_nav_foot a.a_btn_base_large {
  color: #fff !important;
  text-decoration: none!important;
}
.brd_link .link_bs_wh li a,
.area_main .link_bs_wh li a,
.area_nav_foot .link_bs_wh li a {
  color: #fff !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
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;
  background: transparent;
}
ul li {
  list-style: none;
}
ol li {
  margin-left: 20px;
}
a img {
  border: none;
}
dt {
  font-weight: normal;
}
p {
  padding: 0 0 2px 0;
  margin: 0;
}
p .clearfix {
  padding: 0!important;
}
@media (max-width: 1069px) {
  p {
    padding: 0;
  }
}
p.p_pd_base {
  padding: 0 0 20px 0;
}
p.p_pd_base .clearfix {
  padding: 0!important;
}
@media (max-width: 1069px) {
  p.p_pd_base {
    padding: 0 0 20px 0;
  }
}
p.p_pd_small {
  padding: 0 0 10px 0;
}
p.p_pd_small .clearfix {
  padding: 0!important;
}
@media (max-width: 1069px) {
  p.p_pd_small {
    padding: 0 0 5px 0;
  }
}
.opacity_base,
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.area_bg_trnsp_wh {
  background-color: rgba(255, 255, 255, 0.8);
}
.area_bg_trnsp_bk {
  background-color: rgba(0, 0, 0, 0.8);
}
.area_radius {
  border-radius: 6px;
}
.d_shadow {
  -webkit-box-shadow: 0px 5px 4px #aaa;
          box-shadow: 0px 5px 4px #aaa;
}
.d_photo_cover_black_02 {
  background-color: rgba(0, 0, 0, 0.2);
}
.d_photo_cover_black_03 {
  background-color: rgba(0, 0, 0, 0.3);
}
.d_photo_cover_black_05 {
  background-color: rgba(0, 0, 0, 0.5);
}
.media img {
  width: 64px;
}
ul.pagination li.active a {
  background-color: #007abd;
  border: 1px solid #007abd;
}
.fa {
  padding-right: 6px;
}
.d_transition {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 480px) {
  ul.link_rsp {
    list-style: none;
  }
  ul.link_rsp li a {
    display: block;
    padding: 5px;
    font-weight: normal;
  }
}
@media (max-width: 480px) {
  ul.link_rsp li a {
    display: block;
    padding: 10px 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
  }
  ul.link_rsp li a:hover {
    background: #eee;
  }
}
@media (min-width: 730px) {
  .contents_padding_base,
  table.contents_padding_base td {
    padding: 0 80px;
  }
}
@media (min-width: 1070px) {
  .contents_padding_base,
  table.contents_padding_base td {
    padding: 0 150px;
  }
}
.a_btn_base {
  color: #fff;
  background-color: #007abd;
  border-color: #006aa4;
  background-image: url(../images/ico_link_sub_wh.png);
  background-repeat: no-repeat;
  background-position: 13px 11px;
  padding-left: 20px;
}
.a_btn_base:hover,
.a_btn_base:focus,
.a_btn_base:active,
.a_btn_base.active,
.open .dropdown-toggle.a_btn_base {
  color: #fff;
  background-color: #006094;
  border-color: #004266;
}
.a_btn_base:active,
.a_btn_base.active,
.open .dropdown-toggle.a_btn_base {
  background-image: none;
}
.a_btn_base.disabled,
.a_btn_base[disabled],
fieldset[disabled] .a_btn_base,
.a_btn_base.disabled:hover,
.a_btn_base[disabled]:hover,
fieldset[disabled] .a_btn_base:hover,
.a_btn_base.disabled:focus,
.a_btn_base[disabled]:focus,
fieldset[disabled] .a_btn_base:focus,
.a_btn_base.disabled:active,
.a_btn_base[disabled]:active,
fieldset[disabled] .a_btn_base:active,
.a_btn_base.disabled.active,
.a_btn_base[disabled].active,
fieldset[disabled] .a_btn_base.active {
  background-color: #007abd;
  border-color: #006aa4;
}
@media (min-width: 480px) {
  .a_btn_base {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 6px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 10px 20px 10px 30px;
  }
  .a_btn_base:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .a_btn_base:hover,
  .a_btn_base:focus {
    color: #fff;
    text-decoration: none;
  }
  .a_btn_base:active,
  .a_btn_base.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);
  }
  .a_btn_base.disabled,
  .a_btn_base[disabled],
  fieldset[disabled] .a_btn_base {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  .a_btn_base {
    border-radius: 4px;
    display: block;
    font-size: 1em;
    padding: 10px 5px;
    padding: 10px 20px 10px 30px;
  }
  .a_btn_base .btn {
    border-radius: 4px;
    display: block;
    font-size: 1em;
    padding: 10px 5px;
    padding: 10px 20px 10px 30px;
  }
}
.a_btn_base_large {
  color: #fff;
  background-color: #007abd;
  border-color: #006aa4;
  border: 3px solid #005584;
  border-radius: 4px;
}
.a_btn_base_large:hover,
.a_btn_base_large:focus,
.a_btn_base_large:active,
.a_btn_base_large.active,
.open .dropdown-toggle.a_btn_base_large {
  color: #fff;
  background-color: #006094;
  border-color: #004266;
}
.a_btn_base_large:active,
.a_btn_base_large.active,
.open .dropdown-toggle.a_btn_base_large {
  background-image: none;
}
.a_btn_base_large.disabled,
.a_btn_base_large[disabled],
fieldset[disabled] .a_btn_base_large,
.a_btn_base_large.disabled:hover,
.a_btn_base_large[disabled]:hover,
fieldset[disabled] .a_btn_base_large:hover,
.a_btn_base_large.disabled:focus,
.a_btn_base_large[disabled]:focus,
fieldset[disabled] .a_btn_base_large:focus,
.a_btn_base_large.disabled:active,
.a_btn_base_large[disabled]:active,
fieldset[disabled] .a_btn_base_large:active,
.a_btn_base_large.disabled.active,
.a_btn_base_large[disabled].active,
fieldset[disabled] .a_btn_base_large.active {
  background-color: #007abd;
  border-color: #006aa4;
}
@media (min-width: 480px) {
  .a_btn_base_large {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 6px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: url(../images/ico_link_bs_wh.png);
    background-repeat: no-repeat;
    background-position: 20px 16px;
    font-size: 1.25em;
    padding: 12px 20px 12px 42px;
  }
  .a_btn_base_large:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .a_btn_base_large:hover,
  .a_btn_base_large:focus {
    color: #fff;
    text-decoration: none;
  }
  .a_btn_base_large:active,
  .a_btn_base_large.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);
  }
  .a_btn_base_large.disabled,
  .a_btn_base_large[disabled],
  fieldset[disabled] .a_btn_base_large {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  .a_btn_base_large {
    display: block;
    font-size: 1em;
    padding: 10px 5px;
  }
  .a_btn_base_large .btn {
    display: block;
    font-size: 1em;
    padding: 10px 5px;
  }
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, 'ヒラギノ角ゴ Pro W4', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background-color: #fff;
  font-size: 14px;
  *font-size: small;
  *font: x-small;
  line-height: 1.5;
  padding-top: 0;
}
@media (max-width: 899px) {
  .bg_all {
    background: none;
  }
}
.area_nav_global > .navbar > .nav_d_horizontal > ul {
  width: 100%;
}
.area_nav_global > .navbar > .nav_d_horizontal > ul > li {
  float: none;
}
.area_nav_global > .navbar > .nav_d_horizontal > ul > li > a {
  text-align: center;
}
@media (min-width: 730px) {
  .area_nav_global > .navbar > .nav_d_horizontal > ul > li {
    display: table-cell;
    width: 1%;
  }
}
.area_nav_global .navbar {
  border: none;
  background: #eee;
  font-size: 86%;
}
.area_nav_global .navbar-collapse {
  padding: 0;
}
.area_nav_global .nav > li > a {
  background: #eee;
  padding: 10px 3px;
  color: #000;
}
.area_nav_global .nav > li > a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007abd), to(#006297));
  background-image: linear-gradient(to bottom, #007abd 0%, #006297 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007abd', endColorstr='#ff006297', GradientType=0);
  color: #fff;
}
@media (min-width: 730px) {
  .area_nav_global .nav > li > a {
    border-right: 1px dotted #555;
    color: #000;
  }
  .area_nav_global .nav > li:last-child a {
    border: none;
  }
}
@media (max-width: 730px) {
  .area_nav_global nav.navbar {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
    z-index: 1030;
    top: 0;
  }
  .area_nav_global .dropdown span,
  .area_nav_global ul.dropdown-menu {
    display: none!important;
  }
  .area_nav_global .navbar-toggle {
    padding: 4px 5px!important;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #001724 !important;
    color: #fff;
    border: none;
    border-radius: 0;
  }
  .area_nav_global .navbar-toggle .nav_toggle_t {
    color: #fff;
    background-image: url(../images/ico_nav_hamburger_wh.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
  }
  .area_nav_global .navbar-toggle i {
    display: none;
  }
  .area_nav_global .navbar-default .navbar-toggle:hover,
  .area_nav_global .navbar-default .navbar-toggle:focus {
    background-color: #004971;
  }
  .area_nav_global .nav {
    border: 0;
    border-bottom: 1px solid #007abd;
  }
  .area_nav_global .nav li a {
    border: 1px solid #007abd;
    border-bottom: none;
  }
}
@media (max-width: 730px) and (min-width: 730px) {
  .area_nav_global nav.navbar {
    border-radius: 0;
  }
}
.area_nav_global .d_nav {
  background-color: rgba(0, 0, 0, 0.65);
}
.area_nav_global ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.area_nav_global .dropdown-menu {
  font-size: 92%;
  margin: 0!important;
  border-radius: 0!important;
}
.area_nav_global .d_megamenu {
  background: #007abd;
  position: static;
  color: #fff;
}
.area_nav_global .d_megamenu:before,
.area_nav_global .d_megamenu:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.area_nav_global .d_megamenu:after {
  clear: both;
}
.area_nav_global .d_megamenu:before,
.area_nav_global .d_megamenu:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.area_nav_global .d_megamenu:after {
  clear: both;
}
.area_nav_global .d_megamenu li {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
@media (min-width: 730px) {
  .area_nav_global .d_megamenu li {
    float: left;
    width: 50%;
  }
}
.area_nav_global .d_megamenu li a {
  white-space: nowrap;
  color: #fff;
}
.area_side {
  font-size: 90%;
}
.area_nav_side_box {
  font-family: YakuHanJP, "Noto Sans JP", Helvetica, Arial, sans-serif;
}
.nav_side_ttl {
  display: block;
  padding: 6px;
  background-color: #eee;
  margin: 0 0 10px 0;
  font-weight: 500;
}
.area_nav_sibling_pills:before,
.area_nav_sibling_pills:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.area_nav_sibling_pills:after {
  clear: both;
}
.area_nav_sibling_pills:before,
.area_nav_sibling_pills:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.area_nav_sibling_pills:after {
  clear: both;
}
.area_nav_sibling_pills .nav-pills {
  padding-bottom: 20px;
}
.area_nav_sibling_pills .nav-pills li {
  white-space: nowrap;
}
.area_nav_sibling_pills .nav-pills li a {
  border-radius: 0;
  margin: 0 5px;
  padding: 5px;
  background: #fff;
  border: 1px solid #007abd;
  color: #007abd;
}
.area_nav_sibling_pills .nav-pills li a:hover {
  background: #a3dfff;
}
.area_nav_sibling_pills .nav-pills li.active a {
  border: 1px solid #999;
  background: #999;
  color: #fff;
}
.area_nav_sibling_pills .nav-pills li.active a .fa {
  display: none;
}
@media (max-width: 730px) {
  .area_nav_sibling_pills .nav-pills li {
    padding: 0;
    margin: 1px;
  }
  .area_nav_sibling_pills .nav-justified > li {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding: 0;
  }
}
@media (min-width: 640px) {
  .hk_sibling_toggle .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .hk_sibling_toggle .navbar-header {
    display: block;
    padding: 20px;
    background: #ddd;
  }
  .hk_sibling_toggle .navbar-collapse {
    background-color: #eee;
    padding-top: 20px;
  }
  .hk_sibling_toggle .area_nav_sibling_pills .nav-pills {
    padding-bottom: 0px;
  }
}
.d_pagenation {
  text-align: center;
}
.d_pagenation .cell_pagenation_all .pagination {
  margin: 0 0 5px 0;
  border: 0;
}
.d_pagenation .cell_pagenation_all .pagination li a {
  border: 0;
  background: #007abd;
  color: #fff;
  margin: 2px;
}
.d_pagenation .cell_pagenation_all .pagination li a:hover {
  background: #10aaff;
}
.d_pagenation .cell_pagenation_all .pagination li.active a {
  background: #fff !important;
  color: #222;
  font-weight: 400;
}
.d_pagenation .cell_pagenation_next .pagination li a {
  border: none!important;
  font-weight: 400;
}
.d_pagenation .cell_pagenation_next .pagination li a:hover .btn {
  background: #10aaff;
}
.d_pagenation .pagination li a,
.d_pagenation .pagination li a .btn {
  border-radius: 0;
}
#area_head {
  margin: 20px 0;
}
@media (max-width: 730px) {
  #area_head {
    padding-top: 30px;
  }
}
#area_head .area_logo {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 900px) {
  #area_head .area_logo {
    float: left;
    width: 25%;
  }
}
@media (max-width: 899px) {
  #area_head .area_logo {
    text-align: center;
  }
  #area_head .area_logo img {
    width: 250px;
    margin-bottom: 20px;
  }
}
@media (max-width: 729px) {
  #area_head .area_logo img {
    margin-bottom: 0!important;
  }
}
#area_head .area_head_mat {
  float: right!important;
  text-align: right;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  #area_head .area_head_mat {
    float: left;
    width: 100%;
  }
}
@media (min-width: 900px) {
  #area_head .area_head_mat {
    float: left;
    width: 66.66666667%;
  }
}
#area_head .area_head_mat .d_tel {
  font-family: YakuHanJP, "Noto Sans JP", Helvetica, Arial, sans-serif;
}
#area_head .area_head_mat .d_tel span {
  font-weight: 500;
  font-size: 1.4em;
  padding-left: 8px;
}
#area_head .area_head_mat .d_tel span span {
  font-weight: 500;
  font-size: 1.5em;
}
#area_head .area_head_mat .head_mat {
  text-align: right;
}
@media (min-width: 900px) {
  #area_head .area_head_mat {
    padding-top: 20px;
  }
}
@media (min-width: 730px) {
  #area_head .area_head_mat {
    text-align: right;
    /*    .hk_gsc {
     .make-sm-column(16);
      .make-sm-column-push(8);
    }*/
  }
}
@media (max-width: 729px) {
  #area_head .area_head_mat {
    padding: 0;
  }
}
.area_searchbox {
  padding: 10px 0;
  background: #eee;
}
.area_hk_gsc {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.area_hk_gsc .gsc-control-cse {
  background-color: transparent!important;
  border: none!important;
  padding: 0;
}
@media (min-width: 730px) {
  .area_hk_gsc {
    float: left;
    width: 41.66666667%;
  }
}
@media screen and (min-width: 730px) {
  .area_hk_gsc {
    float: right!important;
  }
}
.box-sizing_content input,
.box-sizing_content input:before,
.box-sizing_content input:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.hk_gsc .gsc-input-box {
  border: 1px solid #999;
}
.hk_gsc .gsc-input-box input.gsc-input {
  font-size: 1em;
  line-height: 100%;
}
/* Search button */
.hk_gsc input.gsc-search-button {
  background: #007abd !important;
  background: -ms-linear-gradient(top, #007abd 0%, #007abd 100%) !important;
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color_gsc', endColorstr='@color_gsc', GradientType=0) !important;
  /* IE6-9 */
  border: 1px solid #007abd !important;
}
.hk_gsc input.gsc-search-button:hover {
  background: #0091e1 !important;
}
.area_chg_fsz {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  margin-top: 5px;
}
@media (min-width: 730px) {
  .area_chg_fsz {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 900px) {
  .area_chg_fsz {
    float: left;
    width: 16.66666667%;
  }
}
@media screen and (min-width: 730px) {
  .area_chg_fsz {
    float: right!important;
  }
}
.area_chg_fsz input {
  padding: 2px 4px;
  color: #fff;
  cursor: pointer;
  background: #000;
  border: none;
}
.area_chg_fsz input:hover {
  background: #666;
}
.area_chg_fsz input.bt_s {
  font-size: 82%;
}
.area_chg_fsz input.bt_m {
  font-size: 96%;
}
.area_chg_fsz input.bt_l {
  font-size: 105%;
}
@media screen and (max-width: 729px) {
  .area_chg_fsz {
    display: none;
  }
}
.area_gTranslate {
  display: none;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  .area_gTranslate {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 900px) {
  .area_gTranslate {
    float: left;
    width: 16.66666667%;
  }
}
.design_base .cell_category {
  text-align: center;
  font-family: YakuHanJP, "Noto Sans JP", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 730px) {
  .design_base .cell_category {
    text-align: right;
  }
}
.design_base .cell_category .active a {
  border-bottom: 3px solid #007abd;
}
.design_base .cell_category div {
  margin: 2px 0 0 30px;
  display: inline-block;
}
.design_base .cell_category div a {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 3px solid #fff;
}
.design_base .cell_category div a:hover {
  border-bottom: 3px solid #007abd;
  text-decoration: none!important;
}
@media screen and (max-width: 729px) {
  .design_base .cell_category {
    margin: 10px 0;
  }
  .design_base .cell_category:before,
  .design_base .cell_category:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .design_base .cell_category:after {
    clear: both;
  }
  .design_base .cell_category:before,
  .design_base .cell_category:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .design_base .cell_category:after {
    clear: both;
  }
  .design_base .cell_category div {
    display: block;
    margin: 0;
    padding: 6px;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ddd;
  }
  .design_base .cell_category div a {
    border-bottom: 3px solid #fff;
  }
}
.area_footer {
  padding-top: 30px;
  text-align: center;
  background: #007abd;
  color: #fff;
}
.area_footer_link {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.area_footer_link a {
  color: #fff;
}
.col_logo_jp,
.col_logo_en {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  .col_logo_jp,
  .col_logo_en {
    float: left;
    width: 50%;
  }
}
.col_logo_jp img,
.col_logo_en img {
  height: 40px;
}
@media screen and (max-width: 480px) {
  .col_logo_jp,
  .col_logo_en {
    margin: 10px 0;
  }
}
.footer_logo {
  padding: 10px 0 10px 0;
  font-size: 1.2em;
}
.footer_mat {
  line-height: 180%!important;
}
@media screen and (min-width: 730px) {
  .footer_mat span {
    display: inline-block;
  }
}
@media screen and (max-width: 730px) {
  .footer_mat span {
    display: block;
  }
}
.area_apndx {
  background: #007abd;
}
.area_apndx .area_apndx_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 730px) {
  .area_apndx .area_apndx_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.area_apndx .area_apndx_container .col_websvc,
.area_apndx .area_apndx_container .col_bnr {
  padding-top: 26px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 730px) {
  .area_apndx .area_apndx_container .col_websvc,
  .area_apndx .area_apndx_container .col_bnr {
    padding-top: 34px;
    width: 100%;
  }
}
.area_apndx .area_apndx_container .col_websvc img {
  padding: 0 20px;
}
.area_apndx .area_apndx_container .col_websvc .icon_instagram {
  padding: 6px;
  margin: 0 20px;
  background-color: #fff;
  background-color: #FF0069;
  border-radius: 8px;
}
@media screen and (min-width: 730px) {
  .area_apndx .area_apndx_container .col_websvc .icon_YT {
    height: 50px;
  }
  .area_apndx .area_apndx_container .col_websvc .icon_line {
    height: 50px;
  }
  .area_apndx .area_apndx_container .col_websvc .icon_instagram {
    height: 50px;
  }
}
@media screen and (max-width: 730px) {
  .area_apndx .area_apndx_container .col_websvc .icon_YT {
    height: 50px;
  }
  .area_apndx .area_apndx_container .col_websvc .icon_line {
    height: 50px;
  }
  .area_apndx .area_apndx_container .col_websvc .icon_instagram {
    height: 50px;
  }
}
.area_apndx .area_apndx_container .col_bnr {
  width: 50%;
}
.area_apndx .area_apndx_container .col_bnr > div {
  margin: 0 10px;
}
.area_apndx .area_apndx_container .col_bnr > .col_bnr_default img {
  height: 66px;
}
.area_apndx .area_apndx_container .col_bnr > .col_bnr_bg_white {
  background-color: #fff;
  padding: 8px;
}
.area_apndx .area_apndx_container .col_bnr > .col_bnr_bg_white img {
  height: 50px;
}
.col_copyright {
  margin-top: 26px;
  margin-bottom: 40px;
  text-align: right;
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.86em;
}
@media screen and (max-width: 730px) {
  .col_copyright {
    text-align: center;
  }
}
.footer_link_smph {
  background-color: #333;
  padding: 10px;
}
@media (min-width: 730px) {
  .area_nav_foot {
    font-size: 80%;
    margin-top: 40px;
    border-top: 2px solid #ddd;
    padding: 20px;
    margin-left: 0px!important;
    margin-right: 0px!important;
  }
  .area_nav_foot:before,
  .area_nav_foot:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .area_nav_foot:after {
    clear: both;
  }
  .area_nav_foot:before,
  .area_nav_foot:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .area_nav_foot:after {
    clear: both;
  }
  .area_nav_foot > div {
    padding-right: 0px!important;
    padding-left: 0px!important;
  }
  .area_nav_foot .col_nav {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .area_nav_foot h4 {
    font-size: 90%;
    padding: 0 0 10px 0;
    margin: 0;
  }
  .area_nav_foot ul {
    margin-bottom: 20px;
  }
  .area_nav_foot ul li a {
    display: inline-block;
    padding: 2.17391304px 0;
  }
  .area_nav_foot em {
    color: #999;
  }
  .area_nav_foot .nav_emph {
    border: 1px solid #ccc;
    padding: 2px 2px;
  }
}
@media (min-width: 730px) and (min-width: 730px) {
  .area_nav_foot .col_nav {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 730px) and (min-width: 900px) {
  .area_nav_foot .col_nav {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 730px) {
  .area_nav_foot {
    margin-top: 20px;
    background: #eee;
    border-top: 2px solid #ddd;
  }
  .area_nav_foot h4 {
    padding: 5px;
    background: #333;
    color: #fff;
  }
  .area_nav_foot ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  .area_nav_foot ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px dotted #999;
  }
  .area_nav_foot ul li a:hover {
    background: #ddd;
  }
}
@media (max-width: 480px) {
  .area_nav_foot {
    display: none;
  }
}
.area_2nd {
  margin-left: 0px!important;
  margin-right: 0px!important;
}
.area_2nd > div {
  padding-right: 0px!important;
  padding-left: 0px!important;
}
.design_free .area_2nd {
  display: none;
}
.design_1clmn .area_main_contents {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  .design_1clmn .area_main_contents {
    float: left;
    width: 100%;
  }
}
@media (min-width: 730px) {
  .design_1clmn .area_main_contents {
    left: 0%;
  }
}
@media (min-width: 730px) {
  .design_1clmn .area_main_contents {
    margin-left: 0%;
  }
}
.design_1clmn .area_side {
  display: none;
}
.area_main_contents {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  .area_main_contents {
    float: left;
    width: 79.16666667%;
  }
}
@media (min-width: 900px) {
  .area_main_contents {
    float: left;
    width: 79.16666667%;
  }
}
@media (min-width: 730px) {
  .area_main_contents {
    left: 20.83333333%;
  }
}
@media (min-width: 900px) {
  .area_main_contents {
    left: 20.83333333%;
  }
}
.area_side {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  .area_side {
    float: left;
    width: 20.83333333%;
  }
}
@media (min-width: 900px) {
  .area_side {
    float: left;
    width: 20.83333333%;
  }
}
@media (min-width: 730px) {
  .area_side {
    right: 79.16666667%;
  }
}
.area_title {
  background: #007abd;
}
.area_title:before,
.area_title:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.area_title:after {
  clear: both;
}
.area_title:before,
.area_title:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.area_title:after {
  clear: both;
}
@media screen and (max-width: 730px) {
  .area_title {
    margin: 0 5px;
    margin: 0 5px 20px 5px;
  }
}
.area_title .title_vis {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background-size: 100%;
}
@media (min-width: 730px) {
  .area_title .title_vis {
    float: left;
    width: 45.83333333%;
  }
}
@media (min-width: 730px) {
  .area_title .title_vis {
    float: left;
    width: 41.66666667%;
  }
}
@media screen and (min-width: 730px) {
  .area_title .title_vis {
    height: 140px;
  }
}
@media screen and (min-width: 1070px) {
  .area_title .title_vis {
    height: 230px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1069px) {
  .area_title .title_vis {
    height: 180px;
  }
}
@media screen and (max-width: 840px) and (max-width: 899px) {
  .area_title .title_vis {
    height: 200px;
  }
}
@media screen and (min-width: 730px) and (max-width: 839px) {
  .area_title .title_vis {
    height: 140px;
  }
}
@media screen and (max-width: 729px) {
  .area_title .title_vis {
    height: 180px;
  }
}
@media screen and (min-width: 500px) and (max-width: 729px) {
  .area_title .title_vis {
    height: 220px;
  }
}
@media screen and (max-width: 480px) {
  .area_title .title_vis {
    height: 200px;
  }
}
@media screen and (max-width: 460px) {
  .area_title .title_vis {
    height: 160px;
  }
}
@media screen and (max-width: 380px) {
  .area_title .title_vis {
    height: 140px;
  }
}
.area_title .title_t {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  .area_title .title_t {
    float: left;
    width: 54.16666667%;
  }
}
@media (min-width: 730px) {
  .area_title .title_t {
    float: left;
    width: 58.33333333%;
  }
}
.area_title .corner_title {
  text-align: right;
  padding: 60px 10px 0 0;
  color: #fff;
  line-height: 110%;
  font-size: 2em;
  font-family: "Rounded Mplus 1c" !important;
  font-weight: 200 !important;
}
@media screen and (max-width: 729px) {
  .area_title .corner_title {
    text-align: center;
    padding: 20px 10px;
    font-size: 1.3em;
  }
}
div.brd_link {
  padding: 10px 5px;
  font-size: 86%;
  text-align: left;
}
@media screen and (max-width: 730px) {
  div.brd_link {
    padding-top: 0;
    margin-top: -10px;
    padding-bottom: 20px;
    font-size: 90%;
  }
}
.d_design_title {
  background: url(../images/slide_kenshu.jpg);
  background-size: 100% auto;
  background-position: center;
}
.d_design_title .d_design_title_inner {
  background-color: rgba(0, 0, 0, 0.17);
  text-align: center;
}
.d_design_title .d_design_title_inner h2 {
  color: #fff !important;
}
@media (max-width: 730px) {
  .d_design_title .d_design_title_inner {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .d_design_title .d_design_title_inner {
    padding: 50px 0;
  }
}
@media (min-width: 730px) {
  .d_design_title .d_design_title_inner {
    padding: 100px 0;
  }
}
@media (min-width: 900px) {
  .d_design_title .d_design_title_inner {
    padding: 140px 0;
  }
}
@media (min-width: 1070px) {
  .d_design_title .d_design_title_inner {
    padding: 120px 0;
  }
}
#d_index .d_logo {
  text-align: center;
  padding: 20px 0;
  border-bottom: 2px dotted #ccc;
}
#d_index .d_logo img {
  width: 400px;
}
@media screen and (max-width: 480px) {
  #d_index .d_logo img {
    width: 250px;
  }
}
#d_index .area_cate {
  text-align: center;
  font-family: YakuHanJP, "Noto Sans JP", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.4em;
}
#d_index .area_cate div {
  /*  margin:2px @pd_small*2; */
  /* display:inline-block;*/
}
#d_index .area_cate div a {
  display: block;
  text-decoration: none;
  padding-bottom: 4px;
  padding-bottom: 6px;
  border-bottom: 2px solid #fff !important;
}
#d_index .area_cate div a:hover {
  border-bottom: 2px solid #007abd !important;
  text-decoration: none;
}
#d_index .area_cate div a:active {
  border-bottom: 2px solid #007abd !important;
  text-decoration: none;
}
@media screen and (min-width: 730px) {
  #d_index .area_cate div {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 730px) and (min-width: 730px) {
  #d_index .area_cate div {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  #d_index .area_cate div {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 900px) and (min-width: 730px) {
  #d_index .area_cate div {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 729px) {
  #d_index .area_cate div {
    display: block;
  }
  #d_index .area_cate div a {
    border-bottom: 2px solid #fff !important;
  }
}
#d_index .area_cate div img {
  border-radius: 50%;
  width: 40px;
  margin: 0 20px;
}
#d_index .area_category {
  display: none;
}
#d_index .area_category .cell_category {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media (min-width: 730px) {
  #d_index .area_category .cell_category {
    float: left;
    width: 50%;
  }
}
@media (min-width: 900px) {
  #d_index .area_category .cell_category {
    float: left;
    width: 25%;
  }
}
#d_index .area_category .cell_category h2 {
  font-family: 'Sawarabi Mincho', serif;
}
#d_index .area_category .cell_category img {
  border-radius: 50%;
  width: 110px;
  margin: 20px;
}
@media screen and (max-width: 729px) {
  #d_index .area_category .cell_category h2 {
    display: block;
    font-size: 1em;
    margin-bottom: 0;
    padding: 0;
  }
  #d_index .area_category .cell_category p {
    font-size: 0.8em;
  }
  #d_index .area_category .cell_category img {
    margin: 20px;
  }
}
#d_index .title_header {
  text-align: center;
  border-bottom: 1px dotted #ccc;
  padding: 20px 10px;
  margin: 20px 0;
  font-family: YakuHanJP, "Noto Sans JP", Helvetica, Arial, sans-serif;
}
#d_index .title_header h2 {
  font-weight: 300;
  font-size: 2.8em;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
  line-height: 100%;
}
#d_index .title_header p {
  font-weight: 400;
  padding: 5px 0 0 0;
  margin: 0;
}
#d_index .d_news {
  padding: 20px;
  padding-bottom: 0;
}
#d_index .col_side_bnr {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
#d_index .col_side_bnr a {
  text-decoration: none;
}
@media (min-width: 900px) {
  #d_index .col_side_bnr {
    float: left;
    width: 66.66666667%;
  }
}
#d_index .col_main {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 900px) {
  #d_index .col_main {
    float: left;
    width: 33.33333333%;
  }
}
#d_index .col_main .mds_news {
  border-top: 1px solid #ddd;
  padding: 5px 0;
}
#d_index .col_main .news_horizontal {
  padding: 0;
  font-size: 90%;
}
#d_index .col_main .grp_mds {
  border: none!important;
  margin: 0 0 5px 0;
  padding: 5px!important;
}
#d_index .col_main .grp_mds:before,
#d_index .col_main .grp_mds:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index .col_main .grp_mds:after {
  clear: both;
}
#d_index .col_main .grp_mds:before,
#d_index .col_main .grp_mds:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index .col_main .grp_mds:after {
  clear: both;
}
#d_index .area_exp {
  padding: 20px;
  border: 1px solid #ddd;
}
#d_index .area_exp .dl_bs dt {
  padding: 5px 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  #d_index .area_exp .dl_bs dt {
    float: left;
    width: 16.66666667%;
  }
}
#d_index .area_exp .dl_bs dd {
  padding: 5px 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  #d_index .area_exp .dl_bs dd {
    float: left;
    width: 83.33333333%;
  }
}
@media (max-width: 480px) {
  #d_index .area_exp {
    padding: 0;
    border: none;
  }
  #d_index .area_exp .dl_bs {
    padding: 0;
    margin: 0;
  }
  #d_index .area_exp .dl_bs dt {
    background: #eee;
    padding: 5px;
  }
}
#d_index .area_bnr_small_01 {
  margin-left: 0px!important;
  margin-right: 0px!important;
  padding-top: 20px;
  text-align: center;
}
#d_index .area_bnr_small_01:before,
#d_index .area_bnr_small_01:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index .area_bnr_small_01:after {
  clear: both;
}
#d_index .area_bnr_small_01:before,
#d_index .area_bnr_small_01:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index .area_bnr_small_01:after {
  clear: both;
}
#d_index .area_bnr_small_01 > div {
  padding-right: 0px!important;
  padding-left: 0px!important;
}
#d_index .area_bnr_small_01 .bnr_small {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
@media (min-width: 730px) {
  #d_index .area_bnr_small_01 .bnr_small {
    float: left;
    width: 25%;
  }
}
@media (min-width: 730px) {
  #d_index .area_bnr_small_01 .bnr_small {
    margin-left: 16.66666667%;
  }
}
#d_index .area_bnr_small_01 .shortcut {
  display: block;
  padding: 6.66666667px;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007abd), to(#006297));
  background-image: linear-gradient(to bottom, #007abd 0%, #006297 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007abd', endColorstr='#ff006297', GradientType=0);
  border: 1px solid #007abd;
}
#d_index .area_bnr_small_01 .shortcut h3 {
  color: #fff;
}
#d_index .area_bnr_small_01 .shortcut:hover {
  background: #007abd;
}
#d_index .area_bnr_small_02 {
  margin-left: -5px !important;
  margin-right: -5px !important;
  padding-top: 20px;
}
#d_index .area_bnr_small_02:before,
#d_index .area_bnr_small_02:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index .area_bnr_small_02:after {
  clear: both;
}
#d_index .area_bnr_small_02:before,
#d_index .area_bnr_small_02:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index .area_bnr_small_02:after {
  clear: both;
}
#d_index .area_bnr_small_02 > div {
  padding-right: 5px!important;
  padding-left: 5px!important;
}
#d_index .area_bnr_small_02 .bnr_small {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
#d_index .area_bnr_small_02 .shortcut {
  margin: 0 0.9% 1em;
  padding: 6.66666667px;
  border-top: 2px solid #007abd;
  background: #eee;
}
#d_index .area_bnr_small_02 .shortcut h3 {
  color: #007abd;
}
#d_index .area_bnr_small_02 .shortcut:hover {
  border-top: 2px solid #00598a;
  background: #007abd;
}
#d_index .area_bnr_small_02 .shortcut:hover h3 {
  color: #fff;
}
#d_index .bnr_small .shortcut {
  text-align: center;
  text-decoration: none;
}
#d_index .bnr_small .shortcut span {
  vertical-align: middle;
  color: #fff;
  display: inline-block;
  display: none;
}
#d_index .bnr_small .shortcut h3,
#d_index .bnr_small .shortcut h4,
#d_index .bnr_small .shortcut h5 {
  line-height: 100%;
  margin: 0;
  padding: 0;
}
#d_index .bnr_small .shortcut h3 {
  font-weight: 400;
  display: inline-block;
  padding: 8px 5px;
}
#d_index .bnr_001 .shortcut {
  background: #eee;
  text-align: center;
  text-decoration: none;
  margin: 0 0.9% 1em;
  padding: 13.33333333px;
}
#d_index .bnr_001 .shortcut span {
  line-height: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
}
#d_index .d_news_tabs .tab-content {
  padding: 10px;
  margin-top: -1px;
  border: 1px solid #ddd;
  background: #fff;
}
#d_index .d_news_tabs .nav-tabs li {
  font-size: 86%;
}
#d_index .d_news_tabs .nav-tabs li a {
  border-radius: 0;
  margin-right: 4px!important;
  padding: 6px!important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
  background-image: linear-gradient(to bottom, #ccc 0%, #999 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ff999999', GradientType=0);
  color: #fff;
}
#d_index .d_news_tabs .nav-tabs li a:hover {
  background: #ccc;
}
#d_index .d_news_tabs .nav-tabs li.active > a {
  background: #fff;
  color: #000;
}
@media (max-width: 730px) {
  #d_index .d_news_tabs .tab-content {
    padding: 0!important;
    border: none!important;
  }
}
#d_index ul.wrap_d_tile {
  display: none;
}
#d_index ul.wrap_d_tile li {
  text-align: center;
  list-style: none;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  #d_index ul.wrap_d_tile li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 900px) {
  #d_index ul.wrap_d_tile li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1070px) {
  #d_index ul.wrap_d_tile li {
    float: left;
    width: 16.66666667%;
  }
}
#d_index ul.wrap_d_tile li a {
  margin: 6px 0;
  padding: 10px;
  display: block;
  border: 1px solid #e6f6ff;
  text-decoration: none;
  color: #333;
  background: #fff;
}
#d_index ul.wrap_d_tile li a:hover {
  background: #bde8ff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#d_index ul.wrap_d_tile li img {
  padding: 0 0 0 0;
}
#d_index ul.wrap_d_tile li h4 {
  font-size: 0.96em;
  font-family: 'Sawarabi Mincho', serif;
  margin: 0;
  padding: 10px 0;
}
#d_index ul.wrap_d_tile li p {
  padding: 5px 0 0 0;
  display: none;
}
@media (max-width: 729px) {
  #d_index ul.wrap_d_tile {
    margin-left: 0px!important;
    margin-right: 0px!important;
    margin-left: -10px;
    margin-right: -10px;
  }
  #d_index ul.wrap_d_tile:before,
  #d_index ul.wrap_d_tile:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #d_index ul.wrap_d_tile:after {
    clear: both;
  }
  #d_index ul.wrap_d_tile:before,
  #d_index ul.wrap_d_tile:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #d_index ul.wrap_d_tile:after {
    clear: both;
  }
  #d_index ul.wrap_d_tile > div {
    padding-right: 0px!important;
    padding-left: 0px!important;
  }
  #d_index ul.wrap_d_tile li {
    padding-left: -20px;
    padding-right: -20px;
  }
  #d_index ul.wrap_d_tile li a {
    padding: 3px;
  }
  #d_index ul.wrap_d_tile li h4 {
    font-size: 0.8em;
    font-family: YakuHanJP, "Noto Sans JP", Helvetica, Arial, sans-serif;
  }
}
#d_index ul.wrap_d_tile_text li {
  text-align: center;
  list-style: none;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  #d_index ul.wrap_d_tile_text li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 900px) {
  #d_index ul.wrap_d_tile_text li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1070px) {
  #d_index ul.wrap_d_tile_text li {
    float: left;
    width: 16.66666667%;
  }
}
#d_index ul.wrap_d_tile_text li .d_tile {
  margin: 0 auto;
  display: block;
  background: #eee;
  margin: 6px 0;
  padding: 8px;
}
#d_index ul.wrap_d_tile_text li .d_tile a {
  text-align: center;
  /*  vertical-align:middle;
   display:table-cell;*/
  text-decoration: none;
  color: #222;
}
#d_index ul.wrap_d_tile_text li .d_tile:hover {
  background: #007abd;
}
#d_index ul.wrap_d_tile_text li .d_tile:hover h4 {
  color: #fff;
}
#d_index ul.wrap_d_tile_text li img {
  padding: 0 0 0 0;
}
#d_index ul.wrap_d_tile_text li h4 {
  font-size: 0.96em;
  margin: 0;
  padding: 10px 0;
}
#d_index ul.wrap_d_tile_text li p {
  padding: 5px 0 0 0;
  display: none;
}
@media (max-width: 729px) {
  #d_index ul.wrap_d_tile_text {
    margin-left: 0px!important;
    margin-right: 0px!important;
    margin-left: -10px;
    margin-right: -10px;
  }
  #d_index ul.wrap_d_tile_text:before,
  #d_index ul.wrap_d_tile_text:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #d_index ul.wrap_d_tile_text:after {
    clear: both;
  }
  #d_index ul.wrap_d_tile_text:before,
  #d_index ul.wrap_d_tile_text:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #d_index ul.wrap_d_tile_text:after {
    clear: both;
  }
  #d_index ul.wrap_d_tile_text > div {
    padding-right: 0px!important;
    padding-left: 0px!important;
  }
  #d_index ul.wrap_d_tile_text .d_tile {
    padding: 6.66666667px !important;
  }
  #d_index ul.wrap_d_tile_text li {
    padding-left: -20px;
    padding-right: -20px;
  }
  #d_index ul.wrap_d_tile_text li a {
    padding: 0px!important;
  }
  #d_index ul.wrap_d_tile_text li img {
    padding: 0 0 10px 0;
  }
  #d_index ul.wrap_d_tile_text li h4 {
    padding: 0;
    font-size: 0.8em;
    font-family: "Rounded Mplus 1c";
  }
}
#d_index .navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
#d_index .navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
#d_index .navbar-wrapper .navbar .container {
  width: auto;
}
@media (min-width: 730px) {
  #d_index .navbar-wrapper {
    margin-top: 10px;
  }
  #d_index .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  #d_index .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  #d_index .featurette-heading {
    font-size: 50px;
  }
}
#d_index_02 .area_logo {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 900px) {
  #d_index_02 .area_logo {
    float: left;
    width: 33.33333333%;
  }
}
#d_index_02 .area_logo img {
  width: 330px!important;
  padding: 10px;
}
@media (max-width: 730px) {
  #d_index_02 .area_logo img {
    width: 300px!important;
  }
}
#d_index_02 #footer_fixed {
  color: #fff;
}
#d_index_02 #footer_fixed h4 {
  color: #fff;
}
#d_index_02 #footer_fixed a {
  color: #eee;
}
@media (max-width: 730px) {
  #d_index_02 #footer_fixed a {
    color: #000;
  }
}
#d_index_02 .area_cr {
  padding: 20px 0;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.86em;
}
#d_index_02 .area_category .cell_category {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media (min-width: 730px) {
  #d_index_02 .area_category .cell_category {
    float: left;
    width: 50%;
  }
}
@media (min-width: 900px) {
  #d_index_02 .area_category .cell_category {
    float: left;
    width: 25%;
  }
}
#d_index_02 .area_category .cell_category h2 {
  font-family: 'Sawarabi Mincho', serif;
}
#d_index_02 .area_category .cell_category img {
  border-radius: 50%;
  width: 110px;
  margin: 20px;
}
@media screen and (max-width: 729px) {
  #d_index_02 .area_category .cell_category h2 {
    display: block;
    font-size: 1em;
    margin-bottom: 0;
    padding: 0;
  }
  #d_index_02 .area_category .cell_category p {
    font-size: 0.8em;
  }
  #d_index_02 .area_category .cell_category img {
    margin: 20px;
  }
}
#d_index_02 .title_header {
  text-align: center;
  border-bottom: 1px dotted #ccc;
  padding: 20px 10px;
  margin: 20px 0;
  font-family: YakuHanJP, "Noto Sans JP", Helvetica, Arial, sans-serif;
}
#d_index_02 .title_header h2 {
  font-weight: 300;
  font-size: 2.8em;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
  line-height: 100%;
}
#d_index_02 .title_header p {
  font-weight: 400;
  padding: 5px 0 0 0;
  margin: 0;
}
#d_index_02 .d_news {
  padding: 20px;
  padding-bottom: 0;
}
#d_index_02 .col_side_bnr {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media (min-width: 900px) {
  #d_index_02 .col_side_bnr {
    float: left;
    width: 54.16666667%;
  }
}
#d_index_02 .col_main {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 900px) {
  #d_index_02 .col_main {
    float: left;
    width: 45.83333333%;
  }
}
#d_index_02 .col_main .news_horizontal {
  padding: 0;
}
#d_index_02 .col_main .grp_mds {
  border: none!important;
  margin: 0 0 5px 0;
  padding: 5px!important;
}
#d_index_02 .col_main .grp_mds:before,
#d_index_02 .col_main .grp_mds:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index_02 .col_main .grp_mds:after {
  clear: both;
}
#d_index_02 .col_main .grp_mds:before,
#d_index_02 .col_main .grp_mds:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index_02 .col_main .grp_mds:after {
  clear: both;
}
#d_index_02 .area_bnr_small {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
#d_index_02 .area_bnr_small:before,
#d_index_02 .area_bnr_small:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index_02 .area_bnr_small:after {
  clear: both;
}
#d_index_02 .area_bnr_small:before,
#d_index_02 .area_bnr_small:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index_02 .area_bnr_small:after {
  clear: both;
}
#d_index_02 .area_bnr_small > div {
  padding-right: 5px!important;
  padding-left: 5px!important;
}
#d_index_02 .bnr_small {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
#d_index_02 .bnr_small .shortcut {
  text-align: center;
  text-decoration: none;
  margin: 0 0.9% 1em;
  background-size: 100%;
  background-position: center;
  border-radius: 4px;
}
#d_index_02 .bnr_small .shortcut > div {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 48px 10px;
  border-radius: 4px;
}
#d_index_02 .bnr_small .shortcut > div:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#d_index_02 .bnr_small .shortcut span {
  padding-bottom: 20px;
  color: #fff;
}
#d_index_02 .bnr_small .shortcut h4 {
  font-family: YakuHanJP, "Noto Sans JP", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.4em;
}
#d_index_02 .d_news_tabs .tab-content {
  padding: 10px;
  margin-top: -1px;
  border: 1px solid #ddd;
  background: #fff;
}
#d_index_02 .d_news_tabs .nav-tabs li {
  font-size: 86%;
}
#d_index_02 .d_news_tabs .nav-tabs li a {
  border-radius: 0;
  margin-right: 4px!important;
  padding: 6px!important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
  background-image: linear-gradient(to bottom, #ccc 0%, #999 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ff999999', GradientType=0);
  color: #fff;
}
#d_index_02 .d_news_tabs .nav-tabs li a:hover {
  background: #ccc;
}
#d_index_02 .d_news_tabs .nav-tabs li.active > a {
  background: #fff;
  color: #000;
}
@media (max-width: 730px) {
  #d_index_02 .d_news_tabs .tab-content {
    padding: 0!important;
    border: none!important;
  }
}
#d_index_02 ul.wrap_d_tile li {
  text-align: center;
  list-style: none;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  #d_index_02 ul.wrap_d_tile li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 900px) {
  #d_index_02 ul.wrap_d_tile li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1070px) {
  #d_index_02 ul.wrap_d_tile li {
    float: left;
    width: 16.66666667%;
  }
}
#d_index_02 ul.wrap_d_tile li a {
  margin: 6px 0;
  padding: 0;
  display: block;
  border: 1px solid #e6f6ff;
  text-decoration: none;
  color: #333;
  background: #fff;
}
#d_index_02 ul.wrap_d_tile li a:hover {
  background: #bde8ff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#d_index_02 ul.wrap_d_tile li img {
  padding: 0 0 0 0;
}
#d_index_02 ul.wrap_d_tile li h4 {
  font-size: 0.96em;
  font-family: 'Sawarabi Mincho', serif;
  margin: 0;
  padding: 10px 0;
}
#d_index_02 ul.wrap_d_tile li p {
  padding: 5px 0 0 0;
  display: none;
}
@media (max-width: 480px) {
  #d_index_02 ul.wrap_d_tile {
    background: #e60012;
    margin-left: 0px!important;
    margin-right: 0px!important;
    margin-left: -10px;
    margin-right: -10px;
  }
  #d_index_02 ul.wrap_d_tile:before,
  #d_index_02 ul.wrap_d_tile:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #d_index_02 ul.wrap_d_tile:after {
    clear: both;
  }
  #d_index_02 ul.wrap_d_tile:before,
  #d_index_02 ul.wrap_d_tile:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #d_index_02 ul.wrap_d_tile:after {
    clear: both;
  }
  #d_index_02 ul.wrap_d_tile > div {
    padding-right: 0px!important;
    padding-left: 0px!important;
  }
  #d_index_02 ul.wrap_d_tile li {
    padding-left: -20px;
    padding-right: -20px;
  }
  #d_index_02 ul.wrap_d_tile li a {
    padding: 3px;
  }
  #d_index_02 ul.wrap_d_tile li h4 {
    font-size: 0.8em;
    font-family: "Rounded Mplus 1c";
  }
}
#d_form .area_nav_sibling_pills,
#d_form .d_pagenation {
  display: none;
}
#d_form h2 {
  text-align: center;
}
.d_dpc {
  /* .font_gwf-roundedmplus1c; */
  /* a */
  /*a:link {
	color: #0000FF;
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
	padding-bottom: 1px;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
	padding-bottom: 1px;
}

a:hover {
	color: #0000FF;
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
	padding-bottom: 1px;
}

a:active {
	color: #0000FF;
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
	padding-bottom: 1px;
}
*/
}
.d_dpc .template-table {
  /*	border-collapse : collapse; */
}
.d_dpc .template-table th {
  border: 1px solid #A9A9A9;
  background-color: #B9C9FE;
  padding: 5px;
  font-weight: bold;
  /*normal;*/
  font-size: small;
  color: #696969;
}
.d_dpc .template-table th.left_align {
  text-align: left;
}
.d_dpc .template-table td {
  border: 1px solid #A9A9A9;
  padding: 5px;
}
.d_dpc .number-cell {
  text-align: right;
  width: 75px;
}
.d_dpc .div-title,
.d_dpc .div-title-hist {
  font-weight: 600;
  border-left: 5px solid #007abd;
  padding: 7px 0px 7px 10px;
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: large;
}
.d_dpc .div-title-hist {
  border-left: 5px solid #C90 !important;
}
.d_dpc .out_link {
  text-align: right;
}
.d_dpc .comment {
  background-color: #E3EAFF;
  background: #eee;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 15px 10px 15px;
}
.d_dpc a.csv_btn {
  border: 1px solid #008000;
  color: #008000;
  background-color: #b8f28c;
  width: 75px;
  font-size: x-small;
  font-weight: bold;
  padding: 5px;
  margin-left: 20px;
  position: relative;
  top: -2px;
}
.d_dpc span.kome {
  font-size: x-small;
}
.d_dpc .hist_list dt {
  clear: both;
  float: left;
  width: 130px;
}
.d_dpc .hist_list dd {
  margin-left: 140px;
  margin-bottom: 25px;
}
.d_dpc div[id^="cd_top3_nm_"],
.d_dpc div[id^="ope_top3_nm_"] {
  padding: 5px;
  padding: 4px 10px;
  background: #666;
  color: #fff;
}
.d_dpc div[id^="cd_top3_nm_"]:before,
.d_dpc div[id^="ope_top3_nm_"]:before {
  content: "■";
  font-size: large;
}
.list_img_base li h3,
.list_img_base li p {
  /* padding-bottom: 0!important;*/
}
ul.list_img_base li a {
  border: 1px solid #ddd;
}
.area_d_list {
  margin: 20px 0;
}
.area_d_list h3 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 1.4em;
}
.area_d_list a {
  display: block;
  padding: 20px 20px 20px 30px;
  background: url(../img/common/d_list_bg.png) no-repeat top left;
  text-decoration: none;
}
.area_d_list a:hover {
  background: url(../img/common/d_list_bg_hover.png) no-repeat top left;
}
.area_d_news {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  margin: 20px 0;
  padding: 10px;
  background: #fafafa;
}
#d_img_list ul.list_img_base:before,
#d_img_list ul.list_img_base:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_img_list ul.list_img_base:after {
  clear: both;
}
#d_img_list ul.list_img_base:before,
#d_img_list ul.list_img_base:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_img_list ul.list_img_base:after {
  clear: both;
}
#d_img_list ul.list_img_base li {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  #d_img_list ul.list_img_base li {
    float: left;
    width: 50%;
  }
}
@media (max-width: 730px) {
  .area_sq_list_img {
    padding-top: 20px;
  }
}
@media (max-width: 730px) {
  .table-responsive > table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .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 > tr:last-child > th,
  .table-responsive > tr:last-child > td {
    border-bottom: 0;
  }
}
/*----------------------------------------------------------*/
/*  test */
.area_centered_sample {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#fff));
  background-image: linear-gradient(to bottom, #333 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ffffffff', GradientType=0);
  background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#fff));
  background-image: linear-gradient(to right, #333 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ffffffff', GradientType=1);
  background-image: radial-gradient(circle, #333, #fff);
  background-repeat: no-repeat;
}
/*----------------------------------------------------------*/
@media print {
  div[class^="col-"] {
    float: left;
  }
  .col-xs-24,
  .col-sm-24,
  .col-md-24,
  .col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#d_square .btn {
  border: 1px solid transparent;
  border-radius: 0;
}
#d_square div.grp_mds_bg {
  margin: 0 0 15px 0;
  border-radius: 6px;
  overflow: hidden;
}
#d_square div.grp_mds {
  border: 3px solid #eee;
  padding: 0 10px;
  overflow: hidden;
}
#d_square div.grp_mds .mds_t {
  float: left;
  padding: 10px 0;
  font-size: 1.2em;
  color: #666;
  line-height: 100%;
}
#d_square div.grp_mds .mds_link a {
  float: right;
  background-color: #333;
  margin: 10px 0;
  padding: 5px 5px 4px 8px;
  width: 60px;
  display: block;
  text-align: center;
  color: #fff;
}
#d_square div.grp_mds .mds_link a:hover {
  text-decoration: none;
  background: #666666;
}
#d_square .d_pagenation .pagination {
  border-radius: 0;
}
#d_square .d_pagenation .pagination li a {
  border-radius: 0;
}
/* #d_square ここまで */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 390px;
  /* Declare heights because of positioning of img element */
}
.carousel .item {
  height: 390px;
  background-color: #eee;
}
@media (max-width: 480px) {
  .carousel-control {
    display: none;
  }
}
@media (max-width: 729px) {
  .carousel {
    height: 214.5px;
  }
  .carousel .item {
    height: 214.5px;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    height: auto;
  }
  .carousel-caption h2 {
    color: #fff;
    font-size: 1em;
    font-family: YakuHanJP, "Noto Sans JP", Helvetica, Arial, sans-serif;
    margin-bottom: 40px;
  }
}
@media (min-width: 730px) {
  .carousel {
    height: 390px;
  }
  .carousel .item {
    height: 390px;
  }
  .carousel-caption h2 {
    color: #fff;
    font-size: 1.4em;
    font-family: YakuHanJP, "Noto Sans JP", Helvetica, Arial, sans-serif;
    margin-bottom: 50px;
  }
}
@media (min-width: 900px) {
  .carousel {
    height: 390px;
  }
  .carousel .item {
    height: 390px;
  }
  .carousel-caption h2 {
    color: #fff;
    font-size: 2em;
    font-family: YakuHanJP, "Noto Sans JP", Helvetica, Arial, sans-serif;
    margin-bottom: 100px;
  }
}
@media (min-width: 1070px) {
  .carousel {
    height: 604.5px;
  }
  .carousel .item {
    height: 604.5px;
  }
}
@media (min-width: 1300px) {
  .carousel {
    height: 663px;
  }
  .carousel .item {
    height: 663px;
  }
}
@media (min-width: 1600px) {
  .carousel {
    height: 858px;
  }
  .carousel .item {
    height: 858px;
  }
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  position: absolute;
  bottom: -18% !important;
  top: auto!important;
  left: 0;
  min-width: 100%;
}
/* Bump up size of carousel content */
.carousel-caption a {
  text-decoration: none!important;
}
.carousel-caption h2 {
  padding: 10px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+28,000000+74,000000+100&0+0,0.35+28,0.5+75,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(28%, rgba(0, 0, 0, 0.35)), color-stop(74%, rgba(0, 0, 0, 0.35)), color-stop(75%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 28%, rgba(0, 0, 0, 0.35) 74%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
.carousel-caption h2 .h2_title_sub {
  margin: 0;
  padding: 0 5px;
  display: block;
}
.carousel-caption h2 .h2_title_sub span {
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 3px 10px;
  color: #fff;
  /*      font-size:60%; */
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.carousel-caption p {
  display: none;
  margin-bottom: 20px;
  line-height: 1.4;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
  width: 8%;
}
.carousel_inner_bnr a {
  display: inline-block;
  margin: 5px 0;
}
@media (min-width: 730px) {
  .carousel_inner_bnr {
    position: absolute;
    top: 100px;
    left: 100px;
    bottom: 0;
    width: 200px;
    font-size: 20px;
  }
}
@media (max-width: 730px) {
  .carousel_inner_bnr {
    position: static;
    display: block;
  }
}
#myCarousel {
  overflow: hidden;
}
#myCarousel .carousel-inner {
  overflow: hidden;
}
#myCarousel .carousel-item,
#myCarousel .carousel-item > img,
#myCarousel img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#myCarousel [style*="100vw"],
#myCarousel .u-100vw {
  width: 100% !important;
}
#myCarousel .carousel-caption,
#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
  max-width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767.98px) {
  #myCarousel .row {
    margin-left: 0;
    margin-right: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: YakuHanJP, "Noto Sans JP", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
h1:first-of-type,
h2:first-of-type,
h3:first-of-type,
h4:first-of-type,
h5:first-of-type,
h6:first-of-type {
  margin-top: 0;
}
@media (min-width: 730px) {
  h1 {
    font-size: 2.4em !important;
  }
  h2 {
    font-size: 150%;
  }
  h3 {
    font-size: 117%;
  }
  h4 {
    font-size: 100%;
  }
  h5 {
    font-size: 100%;
  }
  h6 {
    font-size: 100%;
  }
}
@media (max-width: 729px) {
  h1 {
    font-size: 1.6em;
  }
  h2 {
    font-size: 130%;
  }
  h3 {
    font-size: 100%;
  }
  h4 {
    font-size: 100%;
  }
  h5 {
    font-size: 100%;
  }
}
.area_main h1.bg_01 {
  font-family: 'Sawarabi Gothic', serif;
  padding: 0;
  line-height: 140%;
}
@media (max-width: 480px) {
  .area_main h1.bg_01 {
    background-image: none;
    padding: 20px 0;
  }
}
.area_main h2.bg_01 {
  padding: 10px 20px;
  background: url(../img_main/images/h2_bg_01.png);
}
.area_main h3.bg_01 {
  padding: 10px 10px;
  border-left: 6px solid #007abd;
  background: #e4edff;
}
@media (max-width: 480px) {
  .area_main h3.bg_01 {
    padding: 5px;
  }
}
h3.h_link a {
  display: block;
  background: url(../images/ico_link_bs_wh.png) no-repeat right top;
  padding: 10px 80px 10px 15px;
}
h3.h_link a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.area_main h4.bg_01 {
  padding: 8.33333333px 10px;
  background: #eee;
}
@media (max-width: 480px) {
  .area_main h4.bg_01 {
    padding: 5px;
  }
}
.area_main h5.bg_01 {
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 2px dotted #ccc;
  color: #666;
}
.area_main h3.bg_02 {
  padding: 10px 10px;
  border-left: 6px solid #007abd;
  background: #eadffa;
}
@media (max-width: 480px) {
  .area_main h3.bg_02 {
    padding: 5px;
  }
}
.area_main ul,
.area_main ol {
  margin-bottom: 20px;
}
.area_main table {
  margin-bottom: 20px;
}
.area_box_frm {
  margin-bottom: 20px;
}
.t_fff {
  color: #fff;
}
.t_000 {
  color: #000;
}
.t_att {
  color: #f00;
}
.t_bold {
  font-weight: bold;
}
.t_cap {
  font-size: 86%;
}
img.img_bt_totop {
  margin: 20px 0 20px 0;
}
@media (max-width: 740px) {
  a.img_bt_totop img {
    width: 100%;
  }
}
ul.list_bs,
ul.list_bs_001,
ul.list_bs_002 {
  list-style: none;
}
.d_li_base {
  display: block;
  padding: 4px 0 4px 22px;
  margin: 3px 0;
  font-weight: normal;
}
ul.list_bs li {
  display: block;
  padding: 4px 0 4px 22px;
  margin: 3px 0;
  font-weight: normal;
  padding-left: 17px;
  background: url(../images/ico_list_bs.png) no-repeat 0 5px;
}
ul.list_bs_wh li {
  display: block;
  padding: 4px 0 4px 22px;
  margin: 3px 0;
  font-weight: normal;
  background: url(../images/ico_list_bs_wh.png) no-repeat 0 5px;
}
ul.list_bs_001 li {
  display: block;
  padding: 4px 0 4px 22px;
  margin: 3px 0;
  font-weight: normal;
  background: url(../images/ico_list_bs_001.png) no-repeat 0 5px;
}
ul.list_bs_002 li {
  margin-left: 0;
  padding: 8px 25px;
  background: url(../images/ico_list_bs_002.png) no-repeat 0 10px;
  border-bottom: 1px dotted #ccc;
}
ul.list_bs_002 li:first-child {
  border-top: 1px dotted #ccc;
  padding-top: 6px;
}
ul.link_bs li {
  display: block;
  padding: 4px 0 4px 22px;
  margin: 3px 0;
  font-weight: normal;
  background: url(../images/ico_link_bs.png) no-repeat 5px 7px;
  color: #333;
}
ul.link_bs_001 li {
  margin: 10px 0;
  font-weight: 400;
}
ul.link_bs_001 li a {
  display: block;
  border-radius: 6px;
  padding: 10px 26px;
  border: 2px dotted #007abd;
  background-color: #fafafa;
  background: url(../images/ico_link_bs.png) no-repeat 8px 12px;
  text-decoration: none;
}
ul.link_bs_001 li a:hover {
  border: 2px dotted #008cd9;
  background-color: #94d9ff;
  color: #999;
}
ul.link_bs_wh li {
  display: block;
  padding: 4px 0 4px 22px;
  margin: 3px 0;
  font-weight: normal;
  padding-left: 15px;
  background: url(../images/ico_link_bs_wh.png) no-repeat 0 5px;
}
ul.link_bs_wh li a {
  color: #fff;
}
ul.link_sub li {
  display: block;
  padding: 4px 0 4px 22px;
  margin: 3px 0;
  font-weight: normal;
  padding-left: 15px;
  background: url(../images/ico_link_sub.png) no-repeat 0 5px;
}
ul.link_sub li a {
  color: #fff;
}
ol.list_num_001 {
  counter-reset: li;
  /* Initiate a counter */
  padding: 0;
  /* Remove the default left padding */
  list-style: none;
  /* Disable the normal item numbering */
}
ol.list_num_001 li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 6px 2em;
  /* Give each list item a left margin to make room for the numbers */
  padding: 4px 8px;
  background: #f6f6f6;
}
ol.list_num_001 li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: -2px;
  left: -2em;
  width: 2em;
  padding: 4px 0;
  color: #fff;
  background: #666;
  font-weight: bold;
  text-align: center;
}
.design_d_tile_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: 100%;
}
.design_d_tile_text li {
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  float: left;
  list-style: none;
}
@media (min-width: 900px) {
  .design_d_tile_text li {
    width: 25%;
  }
}
@media (min-width: 1070px) {
  .design_d_tile_text li {
    width: 12.5%;
  }
}
@media (min-width: 730px) {
  .design_d_tile_text li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 900px) {
  .design_d_tile_text li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1070px) {
  .design_d_tile_text li {
    float: left;
    width: 16.66666667%;
  }
}
.design_d_tile_text li .d_tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 8px;
  margin: 8px 0;
  background-color: #eee;
}
.design_d_tile_text li .d_tile h4 {
  font-size: 0.96em;
  margin: 0;
  padding: 10px 0;
}
.design_d_tile_text li .d_tile p {
  padding: 5px 0 0 0;
  display: none;
}
.hk_img_fit {
  position: relative;
  overflow: hidden;
}
.hk_img_fit img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fit_50 {
  padding-top: 50%;
}
.fit_60 {
  padding-top: 60%;
}
.fit_70 {
  padding-top: 70%;
}
/* 固定 */
/* 固定 */
/* R0 G122 B189 */
/* R 23 G 55 B 94 */
/* @color_blue:         #00acff; */
/* @color_blue:  #0070c2; */
/* RGB 238 */
.color_red {
  color: #e60012;
}
.color_pink {
  color: #FCA9BB;
}
.color_blue {
  color: #007abd;
}
.color_yellow {
  color: #f9e200;
}
.color_green {
  color: #00826F;
}
.color_purple {
  color: #c6a9f3;
}
.color_gray {
  color: #eee;
}
.bg_red {
  background-color: #e60012;
}
.bg_pink {
  background-color: #FCA9BB;
}
.bg_blue {
  background-color: #007abd;
}
.bg_blue_light {
  background-color: #a7c3ff;
}
.bg_yellow {
  background-color: #f9e200;
}
.bg_green {
  background-color: #00826F;
}
.bg_purple {
  background-color: #c6a9f3;
}
.bg_gray {
  background-color: #eee;
}
.bg_orange {
  background-color: #F5AC3C;
}
.bg_olive {
  background-color: #BBC94F;
}
.btn-yellow {
  color: #222;
  background-color: #f9e200;
  border-color: #938500;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: #222;
  background-color: #d0bd00;
  border-color: #564e00;
}
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  background-image: none;
}
.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
  background-color: #f9e200;
  border-color: #938500;
}
.btn-blue {
  color: #fff;
  background-color: #007abd;
  border-color: #006aa4;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #006094;
  border-color: #004266;
}
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
  background-color: #007abd;
  border-color: #006aa4;
}
.btn-gray {
  color: #000;
  background-color: #eee;
  border-color: #d5d5d5;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  color: #000;
  background-color: #dadada;
  border-color: #b6b6b6;
}
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: #eee;
  border-color: #d5d5d5;
}
.btn-pink {
  color: #222;
  background-color: #FCA9BB;
  border-color: #fb90a8;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
  color: #222;
  background-color: #fb829c;
  border-color: #f95579;
}
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
  background-image: none;
}
.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink.active {
  background-color: #FCA9BB;
  border-color: #fb90a8;
}
.btn-wh {
  color: #007abd;
  background-color: #fafafa;
  border-color: #ffffff;
}
.btn-wh:hover,
.btn-wh:focus,
.btn-wh:active,
.btn-wh.active,
.open .dropdown-toggle.btn-wh {
  color: #007abd;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-wh:active,
.btn-wh.active,
.open .dropdown-toggle.btn-wh {
  background-image: none;
}
.btn-wh.disabled,
.btn-wh[disabled],
fieldset[disabled] .btn-wh,
.btn-wh.disabled:hover,
.btn-wh[disabled]:hover,
fieldset[disabled] .btn-wh:hover,
.btn-wh.disabled:focus,
.btn-wh[disabled]:focus,
fieldset[disabled] .btn-wh:focus,
.btn-wh.disabled:active,
.btn-wh[disabled]:active,
fieldset[disabled] .btn-wh:active,
.btn-wh.disabled.active,
.btn-wh[disabled].active,
fieldset[disabled] .btn-wh.active {
  background-color: #fafafa;
  border-color: #ffffff;
}
.btn-fb {
  color: #fff;
  background-color: #3b5998;
  border-color: #344e86;
}
.btn-fb:hover,
.btn-fb:focus,
.btn-fb:active,
.btn-fb.active,
.open .dropdown-toggle.btn-fb {
  color: #fff;
  background-color: #30487b;
  border-color: #23345a;
}
.btn-fb:active,
.btn-fb.active,
.open .dropdown-toggle.btn-fb {
  background-image: none;
}
.btn-fb.disabled,
.btn-fb[disabled],
fieldset[disabled] .btn-fb,
.btn-fb.disabled:hover,
.btn-fb[disabled]:hover,
fieldset[disabled] .btn-fb:hover,
.btn-fb.disabled:focus,
.btn-fb[disabled]:focus,
fieldset[disabled] .btn-fb:focus,
.btn-fb.disabled:active,
.btn-fb[disabled]:active,
fieldset[disabled] .btn-fb:active,
.btn-fb.disabled.active,
.btn-fb[disabled].active,
fieldset[disabled] .btn-fb.active {
  background-color: #3b5998;
  border-color: #344e86;
}
.btn-tw {
  color: #fff;
  background-color: #4DA4E8;
  border-color: #3698e5;
}
.btn-tw:hover,
.btn-tw:focus,
.btn-tw:active,
.btn-tw.active,
.open .dropdown-toggle.btn-tw {
  color: #fff;
  background-color: #2992e3;
  border-color: #197ac5;
}
.btn-tw:active,
.btn-tw.active,
.open .dropdown-toggle.btn-tw {
  background-image: none;
}
.btn-tw.disabled,
.btn-tw[disabled],
fieldset[disabled] .btn-tw,
.btn-tw.disabled:hover,
.btn-tw[disabled]:hover,
fieldset[disabled] .btn-tw:hover,
.btn-tw.disabled:focus,
.btn-tw[disabled]:focus,
fieldset[disabled] .btn-tw:focus,
.btn-tw.disabled:active,
.btn-tw[disabled]:active,
fieldset[disabled] .btn-tw:active,
.btn-tw.disabled.active,
.btn-tw[disabled].active,
fieldset[disabled] .btn-tw.active {
  background-color: #4DA4E8;
  border-color: #3698e5;
}
