/*----------------------------------------------*/
/* design.less は使用していません */
/*----------------------------------------------*/
/*!
 * 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.
 */
/*@import "variables.less";*/
/*@import "normalize.less";*/
/*@import "print.less";*/
*,
*: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;
  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: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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: #428bca;
}
.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;
  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: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .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: 4px;
}
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: 4px;
}
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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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%;
  }
}
/*@import "tables.less";*/
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: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
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: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .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: 7px;
}
.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: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
/*@import "buttons.less";*/
/*@import "component-animations.less";*/
/*@import "glyphicons.less";*/
/*@import "dropdowns.less";*/
/*@import "button-groups.less";*/
/*@import "input-groups.less";*/
.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: #428bca;
}
.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: 4px 4px 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: 768px) {
  .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: #428bca;
}
.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: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
/*
.nav-justified {
  width: 100%;

  > li {
    float: none;
     > a {
      text-align: center;
    }
  }

  @media (min-width: @screen-sm) {
    > 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: #428bca;
  border-bottom-color: #428bca;
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.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: 50px;
  margin-bottom: 20px;
  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: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .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: 15px 10px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .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: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .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: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-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: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.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: #777;
}
.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: #e7e7e7;
}
.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: #e6e6e6;
}
.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: #e7e7e7;
  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: 767px) {
  .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: #e7e7e7;
  }
  .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: 767px) {
  .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;
}
/*@import "breadcrumbs.less";*/
/*@import "pagination.less";*/
/*@import "pager.less";*/
/*@import "labels.less";*/
/*@import "badges.less";*/
/*@import "jumbotron.less";*/
/*@import "thumbnails.less";*/
/*@import "alerts.less";*/
/*@import "progress-bars.less";*/
/*@import "media.less";*/
/*@import "list-group.less";*/
/*@import "panels.less";*/
/*@import "wells.less";*/
/*@import "close.less";*/
/*@import "modals.less";*/
/*@import "tooltip.less";*/
/*@import "popovers.less";*/
/*@import "carousel.less";*/
.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: 767px) {
  .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: 768px) and (max-width: 991px) {
  .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: 992px) and (max-width: 1199px) {
  .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: 1200px) {
  .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: 767px) {
  .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: 768px) and (max-width: 991px) {
  .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: 992px) and (max-width: 1199px) {
  .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: 1200px) {
  .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: 767px) {
  .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: 768px) and (max-width: 991px) {
  .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: 992px) and (max-width: 1199px) {
  .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: 1200px) {
  .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: 767px) {
  .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: 768px) and (max-width: 991px) {
  .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: 992px) and (max-width: 1199px) {
  .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: 1200px) {
  .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: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .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: 992px) and (max-width: 1199px) {
  .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: 1200px) {
  .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: 767px) {
  .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: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .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: 1200px) {
  .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: 767px) {
  .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: 768px) and (max-width: 991px) {
  .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: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .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: 767px) {
  .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: 768px) and (max-width: 991px) {
  .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: 992px) and (max-width: 1199px) {
  .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: 1200px) {
  .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;
  }
}
.color_red {
  color: #DF0000;
}
.color_pink {
  color: #FF8EB0;
}
.color_blue {
  color: #0080cb;
}
.color_yellow {
  color: #FCD93D;
}
.color_green {
  color: #61A600;
}
.color_purple {
  color: #7373FF;
}
.color_orange {
  color: #F5AC3C;
}
.color_brown {
  color: #D3B684;
}
.color_olive {
  color: #BBC94F;
}
.color_gray {
  color: #aaa;
}
.color_black {
  color: #000;
}
.color_white {
  color: #fff;
}
.bg_red {
  background-color: #DF0000;
}
.bg_pink {
  background-color: #FF8EB0;
}
.bg_blue {
  background-color: #0080cb;
}
.bg_yellow {
  background-color: #FCD93D;
}
.bg_green {
  background-color: #61A600;
}
.bg_purple {
  background-color: #7373FF;
}
.bg_orange {
  background-color: #F5AC3C;
}
.bg_brown {
  background-color: #D3B684;
}
.bg_olive {
  background-color: #BBC94F;
}
.bg_gray {
  background-color: #aaa;
}
.bg_black {
  background-color: #000;
}
.bg_red_light {
  background-color: #f8cac1;
}
.bg_pink_light {
  background-color: #fdeae6;
}
.bg_blue_light {
  background-color: #ddf1fc;
}
.bg_yellow_light {
  background-color: #fffbc9;
}
.bg_green_light {
  background-color: #dceede;
}
.bg_purple_light {
  background-color: #d6d0e7;
}
.bg_orange_light {
  background-color: #fbd7c0;
}
.bg_brown_light {
  background-color: #e1ccbb;
}
.bg_olive_light {
  background-color: #cccdb8;
}
.bg_gray_light {
  background-color: #eee;
}
.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;
}
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;
}
td,
th,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-size: inherit;
}
ul li {
  list-style: none;
}
ol li {
  margin-left: 20px;
}
a img {
  border: none;
}
dt {
  font-weight: normal;
}
.uk-table th {
  color: #555;
}
.justifyleft {
  text-align: left;
}
.justifyright {
  text-align: right;
}
.text_justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
html {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 480px) {
  html {
    font-size: 15px;
  }
}
body {
  line-height: 190%;
}
@media (max-width: 480px) {
  body {
    line-height: 175%;
  }
}
@media (max-width: 480px) {
  .br_xs_non br {
    display: none;
  }
}
@media (min-width: 480px) {
  p {
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  p {
    padding-bottom: 8px;
  }
}
@media (max-width: 480px) {
  p.p_nbr br {
    display: none;
  }
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.4rem;
    line-height: 140%;
  }
  h2 {
    font-size: 2.4rem;
    line-height: 140%;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.3rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.15rem;
  }
  h4 {
    font-size: 1rem;
  }
}
.h_center {
  text-align: center;
}
@media (max-width: 480px) {
  .h_center {
    text-align: left;
  }
}
.bg_main {
  background: #0080cb;
}
.bg_recruit {
  background: #FCD93D;
}
.bg_dark {
  background-color: rgba(0, 0, 0, 0.6);
}
.pdt_xs {
  padding-top: 4px;
}
.pdt_sm {
  padding-top: 8px;
}
.pdt_md {
  padding-top: 20px;
}
.pdt_lg {
  padding-top: 36px;
}
.pdt_xlg {
  padding-top: 60px;
}
.mgt_xs {
  margin-top: 4px;
}
.mgt_sm {
  margin-top: 8px;
}
.mgt_md {
  margin-top: 20px;
}
.mgt_lg {
  margin-top: 36px;
}
.mgt_xlg {
  margin-top: 60px;
}
h2.h_heading {
  padding-bottom: 36px;
}
@media (max-width: 768px) {
  h2.h_heading {
    padding-bottom: 20px;
  }
  h2.h_heading:before {
    border-top: 4px solid #000;
  }
}
.contents_padding_base,
table.contents_padding_base {
  display: block;
}
@media (min-width: 768px) {
  .contents_padding_base,
  table.contents_padding_base {
    padding: 0 100px;
  }
}
@media (min-width: 1200px) {
  .contents_padding_base,
  table.contents_padding_base {
    padding: 0 200px;
  }
}
.d_totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
.d_totop .uk-totop {
  background: #0080cb;
  color: #fff !important;
  padding: 10px 7px;
  border: 1px solid #fff;
}
.d_totop .uk-totop span {
  display: none!important;
}
.d_totop .uk-totop:hover {
  color: #fff;
  background: #006098;
}
a.link_box_base {
  display: inline-block;
  margin: 0;
  padding: 30px 30px!important;
  background: #0080cb;
  border-radius: 3px;
  color: #fff !important;
}
a.link_box_base:hover {
  background: #18aaff !important;
}
@media (max-width: 480px) {
  a.link_box_base {
    padding: 20px 10px!important;
  }
}
a.link_box_sm {
  margin: 0;
  padding: 10px 20px!important;
  background: #0080cb;
  color: #fff !important;
}
a.link_box_sm:hover {
  background: #18aaff !important;
}
.d_block {
  display: block;
}
.d_transition_base {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.anchor_target {
  /*		display: inline-block;*/
  vertical-align: top;
  margin-top: -100px;
  padding-top: 100px;
}
header {
  z-index: 10;
}
header #area_head {
  background: #fff;
}
header #area_head:before,
header #area_head:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header #area_head:after {
  clear: both;
}
header #area_head:before,
header #area_head:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header #area_head:after {
  clear: both;
}
header #area_head .d_tgline {
  display: block;
}
@media (min-width: 480px) {
  header #area_head .d_tgline {
    text-align: right;
    padding-bottom: 12.8px;
    padding-right: 8px;
  }
}
@media (max-width: 480px) {
  header #area_head .d_tgline {
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  header #area_head .d_tgline img {
    width: 200px;
  }
}
header #area_head .col_logo {
  float: left;
  width: 58.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  header #area_head .col_logo {
    float: left;
    width: 29.16666667%;
  }
}
@media (min-width: 480px) {
  header #area_head .col_logo img {
    padding: 0 0 8px 0;
    display: block;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  header #area_head .col_logo img {
    padding: 4px 0;
    width: 270px;
  }
}
header #area_head .col_nav {
  float: left;
  width: 41.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-right: 0;
}
@media (min-width: 992px) {
  header #area_head .col_nav {
    float: left;
    width: 70.83333333%;
  }
}
header #area_head .col_nav .navbar {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
header #area_head .col_nav .navbar li a {
  padding: 16px 14px;
}
header #area_head .col_nav .d_toggle {
  padding-top: 10px;
}
header #area_head .col_nav .d_toggle span {
  font-size: 2rem;
}
header #area_head .col_nav .li_recruit a {
  padding: 16px 30px!important;
  background: #FCD93D;
  color: #000 !important;
}
header #area_head .col_nav .li_recruit a:hover {
  background: #fde888 !important;
}
footer {
  margin-top: 36px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  footer {
    margin-top: 36px;
  }
}
footer .area_footer {
  background: #000;
  padding-bottom: 36px;
}
footer .area_footer .footer_link {
  padding-top: 36px;
  text-align: left;
}
@media (max-width: 768px) {
  footer .area_footer .footer_link {
    display: none;
  }
}
footer .area_footer .footer_link > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .area_footer .footer_link > div a {
  color: #fff;
}
footer .area_footer .footer_link > div a:hover {
  color: #ddd;
}
footer .area_footer .footer_link > div ul li:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '\f105' !important;
}
footer .area_footer .footer_link > div ul > li ul li {
  padding-left: 8px;
  font-size: 94%;
}
footer .area_footer h3 {
  padding-top: 36px;
  color: #fff;
  font-size: 1rem !important;
}
footer .area_cr {
  color: #ddd;
  padding: 8px 0 0 0;
  text-align: center;
  font-size: 80%;
}
.navbar a {
  color: #000;
  font-weight: 600;
}
@media (min-width: 992px) {
  .navbar {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .navbar {
    float: right;
  }
}
@media (max-width: 768px) {
  .navbar {
    /*		.navbar-fixed-top!important;*/
  }
}
.uk-offcanvas-bar ul li a:hover {
  background: #666;
}
.nav_sub li a {
  padding: 4px 0;
  color: #333;
}
.d_heading {
  font-weight: 600;
  color: #fff;
}
.title_corner {
  background: #0080cb;
  position: relative;
  color: #fff;
  text-align: center;
}
.title_corner .col_t {
  white-space: nowrap;
  position: absolute;
  padding: 30px 0px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.title_corner .col_t h1,
.title_corner .col_t p {
  display: block;
  margin: 0;
  padding: 0 100px;
  line-height: 100%;
}
.title_corner .col_t h1 {
  font-size: 2rem;
}
.title_corner .col_t p {
  display: block;
  border-top: 1px dotted #aaa;
  margin-top: 15px;
  padding-top: 12px;
}
@media (max-width: 480px) {
  .title_corner .col_t p {
    display: none;
  }
}
@media (max-width: 480px) {
  .title_corner {
    margin-bottom: 36px;
  }
  .title_corner .col_t {
    padding: 15px 0;
  }
  .title_corner .col_t h1 {
    font-size: 1rem;
    padding: 0 50px;
  }
  .title_corner .col_t p {
    display: block;
    border-top: none;
    margin-top: 0;
    padding-top: 10px;
  }
}
.brd_link {
  background: #eee;
  font-size: 0.8rem;
  margin-bottom: 36px;
}
.brd_link .uk-container > div {
  padding: 8px 20px;
  background: #fafafa;
}
@media (max-width: 480px) {
  .brd_link {
    display: none;
  }
}
.d_concept {
  text-align: center;
}
@media (max-width: 768px) {
  .d_concept {
    text-align: left;
  }
  .d_concept br {
    display: none;
  }
}
.area_carousel .uk-thumbnav li img {
  border: 2px solid #fff;
}
@media (min-width: 768px) {
  .area_carousel .uk-thumbnav li img {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .area_carousel .uk-thumbnav li img {
    width: 60px;
  }
}
.d_text_number {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 6em;
}
@media (max-width: 768px) {
  .d_text_number {
    font-size: 2em;
  }
}
#d_index .title_corner,
#d_index .brd_link {
  display: none;
}
#d_index .d_main_index img {
  width: 100%;
}
#d_index .uk-dotnav > * > * {
  color: #000 !important;
}
#d_index ul.d_bnr {
  padding: 4px;
}
#d_index ul.d_bnr:before,
#d_index ul.d_bnr:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index ul.d_bnr:after {
  clear: both;
}
#d_index ul.d_bnr:before,
#d_index ul.d_bnr:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_index ul.d_bnr:after {
  clear: both;
}
#d_index ul.d_bnr li {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 4px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  #d_index ul.d_bnr li {
    float: left;
    width: 50%;
  }
}
#d_index ul.d_bnr li a {
  display: block;
  color: #fff !important;
}
#d_index ul.d_bnr li a:hover img {
  opacity: 0.7;
}
#d_index ul.d_bnr li .col_t {
  position: absolute;
  padding: 20px 0px;
  width: 230px;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 480px) {
  #d_index ul.d_bnr li .col_t {
    width: 180px;
  }
}
#d_index ul.d_bnr li .col_t:hover {
  background-color: #0080cb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#d_index ul.d_bnr li .col_t h3,
#d_index ul.d_bnr li .col_t p {
  padding: 0;
  margin: 0;
  line-height: 100%;
}
#d_index ul.d_bnr li .col_t p {
  display: block;
  border-top: 1px dotted #aaa !important;
  margin-top: 10px;
  padding-top: 8px;
}
@media (max-width: 480px) {
  #d_index ul.d_bnr li .col_t p {
    display: none;
  }
}
#d_index .bnr_recruit {
  background: #0080cb;
  color: #000;
}
#d_index .bnr_recruit .uk-container {
  background: #FCD93D;
}
#d_index .bnr_recruit .col_text {
  padding: 8px 0;
}
@media (min-width: 768px) {
  #d_index .bnr_recruit .col_text {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  #d_index .bnr_recruit .col_text {
    padding-top: 2.8rem;
  }
}
@media (min-width: 1200px) {
  #d_index .bnr_recruit .col_text {
    padding-top: 3rem;
  }
}
#d_index .bnr_recruit a.uk-button {
  background: #fff;
  color: #000;
}
#d_index .bnr_recruit a.uk-button:hover {
  background: #0080cb;
  color: #fff;
}
#d_index .col_news {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #d_index .col_news {
    float: left;
    width: 79.16666667%;
  }
}
#d_index .col_news a {
  color: #004D94;
}
#d_index .col_news dl {
  padding-top: 8px;
}
#d_index .col_news dl dt {
  padding: 4px;
}
@media (min-width: 768px) {
  #d_index .col_news dl dt {
    padding: 1px 0;
    clear: left;
    float: left;
    width: 8em;
  }
  #d_index .col_news dl dd {
    margin: 0 0 1em 7em;
    padding: 0 0 0 0.8em;
  }
}
@media (max-width: 767px) {
  #d_index .col_news dl {
    min-height: 20px;
    margin-bottom: 4px;
    display: block;
  }
  #d_index .col_news dl dt {
    text-align: left;
    padding: 8px 0;
  }
  #d_index .col_news dl dd {
    padding: 0 0 8px 0;
    border-bottom: 1px dotted #666;
  }
}
#d_index .col_topics {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #d_index .col_topics {
    float: left;
    width: 20.83333333%;
  }
}
@media (max-width: 768px) {
  #d_index .col_topics {
    padding-top: 20px;
    text-align: center;
  }
  #d_index .col_topics .bnr_horizontal img {
    width: 300px!important;
  }
}
#d_index .col_topics ul li {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
#d_index .col_topics ul li img {
  padding: 20px 8px;
}
@media (max-width: 480px) {
  #d_works h2.h_works_dtl br {
    display: none;
  }
}
#d_works h2.h_works_dtl span {
  display: block;
  font-size: 70%;
  padding: 4px 14px;
  margin-bottom: 20px;
  font-weight: 300;
  border-left: 2px solid #000;
}
#d_works .d_list_tile img {
  padding-bottom: 20px;
}
#d_works .d_list_tile h3,
#d_works .d_list_tile p {
  padding: 0;
  margin: 0;
}
#d_works .d_list_tile h3 {
  padding-bottom: 8px;
}
#d_works .d_list_tile h3 span {
  display: inline-block;
  padding: 6px 6px 3px 6px;
  margin: 0 0 3px 6px;
  font-size: 0.8rem;
  background: #0080cb;
  color: #fff;
  font-weight: normal;
  line-height: 100%;
  vertical-align: middle;
}
#d_works .d_list_tile h3:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '\f105';
}
#d_works .d_list_tile p {
  color: #000;
  line-height: 160%;
  margin-bottom: 10px;
}
#d_works .d_list_tile .t_item span {
  color: #666;
  line-height: 120%;
}
#d_works .d_list_tile .t_item span::after {
  content: "/";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#d_works ul.list_column_2:before,
#d_works ul.list_column_2:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_works ul.list_column_2:after {
  clear: both;
}
#d_works ul.list_column_2:before,
#d_works ul.list_column_2:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_works ul.list_column_2:after {
  clear: both;
}
#d_works ul.list_column_2 li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  #d_works ul.list_column_2 li {
    float: left;
    width: 50%;
  }
}
#d_works ul.list_column_3:before,
#d_works ul.list_column_3:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_works ul.list_column_3:after {
  clear: both;
}
#d_works ul.list_column_3:before,
#d_works ul.list_column_3:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_works ul.list_column_3:after {
  clear: both;
}
#d_works ul.list_column_3 li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  #d_works ul.list_column_3 li {
    float: left;
    width: 33.33333333%;
  }
}
#d_works ul.arch_case:before,
#d_works ul.arch_case:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_works ul.arch_case:after {
  clear: both;
}
#d_works ul.arch_case:before,
#d_works ul.arch_case:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_works ul.arch_case:after {
  clear: both;
}
#d_works ul.arch_case li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #d_works ul.arch_case li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 480px) {
  #d_works ul.arch_case li {
    padding-bottom: 20px;
  }
}
#d_works ul.arch_case table th,
#d_works ul.arch_case table td {
  vertical-align: top;
  padding: 2px;
}
#d_works ul.arch_case table th {
  white-space: nowrap;
  font-weight: normal;
  color: #666;
  font-size: 90%;
}
#d_works ul.arch_case_3:before,
#d_works ul.arch_case_3:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_works ul.arch_case_3:after {
  clear: both;
}
#d_works ul.arch_case_3:before,
#d_works ul.arch_case_3:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_works ul.arch_case_3:after {
  clear: both;
}
#d_works ul.arch_case_3 li {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #d_works ul.arch_case_3 li {
    float: left;
    width: 33.33333333%;
  }
}
#d_company table th,
#d_company table td {
  vertical-align: top;
}
#d_company dl.dl_bs dt {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 8px 8px;
  /*			border-top: 1px dotted #ddd;*/
}
@media (min-width: 768px) {
  #d_company dl.dl_bs dt {
    float: left;
    width: 16.66666667%;
  }
}
#d_company dl.dl_bs dd {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 8px 8px;
  /*			border-top: 1px dotted #ddd;*/
}
@media (min-width: 768px) {
  #d_company dl.dl_bs dd {
    float: left;
    width: 83.33333333%;
  }
}
@media (max-width: 767px) {
  #d_company dl.dl_bs dt,
  #d_company dl.dl_bs dd {
    padding: 8px 0;
    border-bottom: none;
  }
  #d_company dl.dl_bs dt {
    padding: 8px;
    background: #eee;
  }
}
#d_company #family .d_table_base th {
  background: #eee;
}
#d_company #family .d_table_base td.t_item {
  white-space: nowrap;
  font-weight: 600;
}
@media (max-width: 768px) {
  #d_company #family .d_table_base th {
    display: none;
  }
  #d_company #family .d_table_base td.t_item {
    background: #eee;
  }
}
#d_access ul.tile_access:before,
#d_access ul.tile_access:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_access ul.tile_access:after {
  clear: both;
}
#d_access ul.tile_access:before,
#d_access ul.tile_access:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_access ul.tile_access:after {
  clear: both;
}
#d_access ul.tile_access > li {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #d_access ul.tile_access > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #d_access ul.tile_access {
    margin-left: -36px;
    margin-right: -36px;
  }
  #d_access ul.tile_access > li {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding: 36px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #d_access ul.tile_access > li {
    float: left;
    width: 50%;
  }
}
#d_access .col_access h3,
#d_access .col_access h4,
#d_access .col_access h5,
#d_access .col_access h6 {
  margin: 20px 0 8px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #ddd;
}
.d_map iframe {
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  #d_contact .d_table_base td,
  #d_contact .d_table_base th {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #d_contact .d_table_base th {
    background: #eee;
  }
}
#d_cheer .title_corner {
  display: none;
}
#d_cheer h3.bg_01 {
  background: #FF8EB0;
  border-color: #ff5b8c;
}
#d_cheer h5.bg_02 {
  text-align: center;
}
#d_cheer table th,
#d_cheer table td {
  vertical-align: text-bottom;
  text-align: left;
}
#d_cheer #staff img {
  padding: 10px 10px;
  max-width: 250px;
  border-radius: 3px;
}
@media (max-width: 480px) {
  #d_cheer #staff img {
    padding: 10px;
    max-width: 220px;
  }
}
#d_cheer .table_staff th,
#d_cheer .table_staff td {
  padding: 2px 6px;
}
#d_cheer .box_bdr_cheer {
  background: repeating-linear-gradient(-45deg, #ffeaf0, #ffeaf0 5px, #fff 5px, #fff 10px);
  padding: 36px;
}
@media (max-width: 768px) {
  #d_cheer .box_bdr_cheer {
    padding: 36px 8px;
  }
}
.col_img_pdb img {
  padding-bottom: 20px;
}
.col_d_2:before,
.col_d_2:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.col_d_2:after {
  clear: both;
}
.col_d_2:before,
.col_d_2:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.col_d_2:after {
  clear: both;
}
.col_d_2 .col_main {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .col_d_2 .col_main {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .col_d_2 .col_main {
    float: left;
    width: 75%;
  }
}
@media (min-width: 991px) {
  .col_d_2 .col_main {
    border-right: 1px solid #ddd;
  }
}
@media (min-width: 991px) {
  .col_d_2 .col_main .col_main_inner {
    padding-right: 36px;
  }
}
.col_d_2 .col_sub {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .col_d_2 .col_sub {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .col_d_2 .col_sub {
    float: left;
    width: 25%;
  }
}
@media (min-width: 991px) {
  .col_d_2 .col_sub > div {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .col_d_2 .col_sub > div {
    padding-top: 20px;
    padding-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .col_d_2 .col_sub > div {
    padding-top: 20px;
    padding-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .col_sub {
    margin-top: 36px;
    background: #eee;
  }
  .col_sub:before,
  .col_sub:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .col_sub:after {
    clear: both;
  }
  .col_sub:before,
  .col_sub:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .col_sub:after {
    clear: both;
  }
}
.col_sub ul.d_nav_sub {
  margin: 0;
  padding: 0;
}
.col_sub ul.d_nav_sub:before,
.col_sub ul.d_nav_sub:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.col_sub ul.d_nav_sub:after {
  clear: both;
}
.col_sub ul.d_nav_sub:before,
.col_sub ul.d_nav_sub:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.col_sub ul.d_nav_sub:after {
  clear: both;
}
.col_sub ul.d_nav_sub li {
  padding: 0 0 4.4px 0;
}
@media (min-width: 480px) and (max-width: 991px) {
  .col_sub ul.d_nav_sub li {
    padding: 0 0 8px 0;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .col_sub ul.d_nav_sub li {
    padding: 0 0 8px 0;
  }
  .col_sub ul.d_nav_sub li a {
    padding: 20px 8px;
  }
}
.col_sub ul.d_nav_sub li a {
  display: block;
  padding: 10.4px 14px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 94%;
  line-height: 100%;
}
.col_sub ul.d_nav_sub li a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '\f105' !important;
}
.col_sub ul.d_nav_sub li a:hover {
  background: #0080cb;
  border: 1px solid #0080cb;
  color: #fff;
}
.col_sub ul.d_nav_sub li.active a {
  background: #0080cb;
  border: 1px solid #0080cb;
  color: #fff;
}
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: 8px;
}
@media (min-width: 768px) {
  dl.dl_bs dt {
    float: left;
    width: 25%;
  }
}
dl.dl_bs dd {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 8px;
}
@media (min-width: 768px) {
  dl.dl_bs dd {
    float: left;
    width: 75%;
  }
}
dl.dl_bs input.w_fluid {
  width: 100%;
}
@media (max-width: 768px) {
  dl.dl_bs {
    margin: 0px;
  }
}
.d_list_tile {
  margin: 0 auto;
}
.d_list_tile > div {
  padding-bottom: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  /*padding: 10px;*/
  /*					display: flex;
    align-items: stretch;*/
}
@media (min-width: 768px) {
  .d_list_tile > div {
    float: left;
    width: 50%;
  }
}
.d_list_tile > div a {
  display: block;
  border-top: 6px solid #eee;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
.d_list_tile > div a:before,
.d_list_tile > div a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.d_list_tile > div a:after {
  clear: both;
}
.d_list_tile > div a:before,
.d_list_tile > div a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.d_list_tile > div a:after {
  clear: both;
}
@media (max-width: 767px) {
  .d_list_tile > div a {
    padding: 20px 0 0 0;
  }
}
.d_list_tile > div a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #eee;
}
.d_list_tile > div a .list_tile_vis {
  position: relative;
  float: left;
  width: 29.16666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.d_list_tile > div a .list_tile_t {
  position: relative;
  float: left;
  width: 70.83333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .d_list_tile > div a img {
    float: none;
    display: block;
    padding: 0 0 15px 0;
    width: 100%;
  }
}
h3.bg_01 {
  padding: 10.8px 20px;
  background: #888;
  border-left: 10px solid #0080cb;
  color: #fff;
}
@media (max-width: 480px) {
  h3.bg_01 {
    padding: 10.8px 8px;
    border-left: 8px solid #0080cb;
  }
}
h3.bg_02 {
  padding: 10.8px 20px;
  border-left: 10px solid #000;
  background: #eee;
  color: #000;
}
@media (max-width: 480px) {
  h3.bg_02 {
    padding: 10.8px 8px;
    border-left: 8px solid #000;
  }
}
h4.bg_01 {
  padding: 8px 20px;
  background: #ddd;
}
@media (max-width: 480px) {
  h4.bg_01 {
    padding: 8px 8px;
  }
}
h4.bg_02 {
  padding: 8px 8px;
  border-left: 4px solid #000;
  color: #000;
}
h5.bg_01 {
  padding: 8px 0;
  border-bottom: 1px dotted #333;
}
h5.bg_02 {
  padding: 8px 0;
  border-bottom: 1px dotted #333;
}
.d_table_base {
  margin-bottom: 36px;
}
.d_table_base td,
.d_table_base th {
  border: 1px solid #ccc;
  vertical-align: top;
}
.d_table_base td {
  border-left: 1px solid #ccc;
}
.d_table_base th {
  font-size: inherit;
  color: inherit;
  font-weight: 600;
}
@media (max-width: 768px) {
  .d_table_base {
    border-top: 1px solid #ccc;
  }
  .d_table_base th,
  .d_table_base td {
    display: block;
    border-top: none;
  }
}
ul.list_bs,
ul.list_bs_001,
ul.list_bs_002 {
  list-style: none;
}
.d_li_base,
ul.list_bs li {
  display: block;
  padding: 3px 0 4px 20px;
  margin: 3px 0;
  background-position: 0 7px;
  background-repeat: no-repeat;
  font-weight: normal;
}
ul.list_bs li {
  background-image: url(../images/ico_list_bs.png);
}
.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;
}
#d_recruit .col_mainvis {
  border-top: 20px solid #FCD93D;
}
#d_recruit .voice_tile .d_list_tile {
  padding-top: 20px;
}
#d_recruit .voice_tile .d_list_tile > div {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 380px) {
  #d_recruit .voice_tile .d_list_tile > div {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  #d_recruit .voice_tile .d_list_tile > div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #d_recruit .voice_tile .d_list_tile > div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #d_recruit .voice_tile .d_list_tile > div {
    float: left;
    width: 25%;
  }
}
#d_recruit .voice_tile .d_list_tile > div a {
  padding: 8px;
  background: #fff;
  color: #0080cb !important;
}
#d_recruit .voice_tile .d_list_tile > div a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #eee;
  background: #18aaff;
}
#d_recruit .area_recruit_link {
  text-align: center;
}
#d_recruit .area_recruit_link:before,
#d_recruit .area_recruit_link:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_recruit .area_recruit_link:after {
  clear: both;
}
#d_recruit .area_recruit_link:before,
#d_recruit .area_recruit_link:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#d_recruit .area_recruit_link:after {
  clear: both;
}
#d_recruit .area_recruit_link > div {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 20px 0;
  background: #fffbc9;
  border: 3px solid #FCD93D;
}
#d_recruit .area_recruit_link > div a {
  color: #000;
}
#d_recruit .area_recruit_link > div i {
  font-size: 3rem;
  color: #D3B684;
}
#d_recruit .area_recruit_entry_link {
  text-align: center;
  padding: 20px 0;
  background: #0080cb;
}
