@charset "utf-8";
/*
Theme Name: Super-Norudake-Set
Theme URI: http://komitsuboshi.com/
Author: Kawamitsu Akinori
Author URI: http://komitsuboshi.com/
Version: 1.0
License: MIT License
License URI: https://github.com/twbs/bootstrap/blob/master/LICENSE
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * This theme based on bootstrap v3.1.1
/* スタイル追記：
　　保守作業でスタイルを追記する場合はファイルの頭に追記していくこと。
　　クラス名が衝突している場合スタイルが反映されないことで気づくことができる。
   追記に際してはどこの変更かをコメントで残すこと。
*/



.center {
  text-align: center;
  margin: auto;
  max-height: 500px;
  overflow: hidden;
}

/*トップ(文字)インフォメーション(店休など) ここから*/
.important-information {
    background-color: #fffafa;
    font-family: serif;
    color: #696969;
    font-weight: bold;
    padding: 0 2%;
    margin: 1rem auto;
/*    width: 1200px;*/
    max-width: 100%;
    font-size: 18px;
    line-height: 1.2;
    border:solid 1px #a0522d;
}
.important-information-title {
    text-align: center;
    background-color: #fffafa;
    font-family: serif;
    color: #696969;
    font-weight: bold;
    padding: 0 0 0.3em 0;
    line-height: 1.2;
    font-size: 1.4em;
    text-shadow: 0.5px 0.5px 0 #699;
}
.important-information dl {
    margin: 0.5em 0;
    line-height: 1.3;
}

.important-information dt {
    width: 7em;
    float: left;
    clear: both;
    padding-left: 3%;
}
.important-information dd {
    margin-left: 1em;
}
.important-information-footer {
    text-align: right;
    font-size: 1.1em;
}

@media (max-width: 470px) {
    
    .important-information {
        font-size: 12px;
    }
    
    .important-information dt {
        margin-top: 0.3em;
    }
    
}
/*トップ(文字)インフォメーション(店休など) ここまで*/

/* 動画テレビ枠：クラシックブラウン管 */
.tv-classic {
  position: relative;
  clear: both;
    width: 800px;
    max-width: 100%;
    margin: auto;
}

.tv-classic-antena {
  overflow: hidden;
  padding-top: 105px;
  position: relative;
  width: 100%;
}
.tv-classic-antena::after {
  position: absolute;
  left: 40%;
  bottom: -30px;
  content: " ";
  display: block;
  width: 20%;
  height: 60px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  background-color: #543E38;
}

.classic-antena-left {
  width: 15%;
  min-width: 80px;
  height: 5px;
  background-color: #543E38;
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: rotate(20deg);
  transform-origin: right bottom;
}
.classic-antena-left::before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #543E38;
  position: absolute;
  left: -5px;
  top: -5px;
}

.classic-antena-right {
  width: 15%;
  min-width: 80px;
  height: 5px;
  background-color: #543E38;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: rotate(-40deg);
  transform-origin: left bottom;
}
.classic-antena-right::before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #543E38;
  position: absolute;
  right: -5px;
  top: -5px;
}

.tv-classic-body {
  width: 90%;
  margin: 0 auto;
  background-color: #E53931;
  padding: 3%;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.tv-classic-body::after {
  content: "";
  clear: both;
  display: block;
  line-height: 0;
}

.tv-classic-inner {
  border-radius: 30px;
  padding: 20px 10px;
  background-color: #FFFCEB;
  width: 100%;
}
.tv-classic-inner::after {
  content: "";
  clear: both;
  display: block;
  line-height: 0;
}

.tv-classic-display {
  border-radius: 30px;
  width: 75%;
  float: left;
  padding: 0px;
  background-color: #FFF;
}
.tv-classic-display video {
  display: block;
  border-radius: 40px;
  border: 1px solid #CCC;
  width: 100%;
}

.tv-classic-speacker {
  width: 18%;
  margin: 10px 2%;
  height: 80px;
  float: right;
  background-image: linear-gradient(0deg, #E53931 25%, #FFFCEB 25%, #FFFCEB 50%, #E53931 50%, #E53931 75%, #FFFCEB 75%);
  background-size: 40px 40px;
}

.tv-classic-control {
  width: 18%;
  float: right;
  margin: 10px 2%;
}
.tv-classic-control input {
    width: auto;
    max-width: 100%;
    height: auto;
}
.tb-classic-foot {
  clear: both;
  position: relative;
  margin-top: 30px;
  height: 60px;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d000000', endColorstr='#00000000',GradientType=1 );
}
.tb-classic-foot::before {
  content: "";
  display: block;
  position: absolute;
  top: -33px;
  left: 20%;
  width: 20px;
  border-top: 60px solid #543E38;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(10deg);
}
.tb-classic-foot::after {
  content: "";
  display: block;
  position: absolute;
  top: -33px;
  right: 20%;
  width: 20px;
  border-top: 60px solid #543E38;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-10deg);
}

@media screen and (max-width: 768px) {
  .tv-classic-antena {
    padding-top: 13%;
  }

  .tv-classic-speacker {
    background-size: 12px 12px;
    height: 38px;
  }

  .tv-classic-display video {
    border-radius: 30px;
  }
}
@media screen and (max-width: 480px) {
  .tv-classic-antena {
    padding-top: 20%;
  }

  .tv-classic-body {
    padding: 10px;
    border-radius: 10px;
  }

  .tv-classic-control {
    position: absolute;
    bottom: -100px;
    left: 0;
    float: none;
    width: 100%;
    height: 60px;
  }
  .tv-classic-control input {
    display: block;
    width: 24%;
    float: left;
    margin: 0 0.5%;
  }
  .tv-classic-control br {
    display: none;
  }

  .tb-classic-foot {
    height: 40px;
  }
  .tb-classic-foot::before {
    border-top: 40px solid #543E38;
  }
  .tb-classic-foot::after {
    border-top: 40px solid #543E38;
  }

  .tv-classic-display video {
    border-radius: 10px;
  }

  .tv-classic-inner {
    border-radius: 15px;
    padding: 10px;
  }
}


/* 乗るだけ7　メンテナンス年表 */
.mente-width {
    max-width: 500px;
    margin: auto;
}

.simple7-logo {
    font-family: sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #D93933;
    margin: 0;
}

.simple7-service {
    text-align: center;
    color: #666;
    font-size: 18px;
    margin: 5px 0;
}

.service-icon {
    position: relative;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    box-shadow: 1px 1px 3px #999;
}

.service-icon::before {
    content: " ";
    display: block;
    padding-top: 100%;
    line-height: 0;
}

.service-text {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 16px;
    line-height: 1.1;
    font-size: 18px;
    font-weight: bold;
    color: #777;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.bg-syaryoudai {
    background-color: #FEB2DB;
    background-image: url(img/SNS7_icon_syaryoudai.png);
    background-position: center;
    background-size: cover;
}

.bg-yen {
    background-color: #FEB2DB;
    background-image: url(img/SNS7_icon_yen.png);
    background-position: center;
    background-size: cover;
}

.bg-yen7 {
    background-color: #FEB2DB;
    background-image: url(img/SNS7_icon_yen7.png);
    background-position: center;
    background-size: cover;
}

.bg-mente {
    background-color: #FEB2DB;
    background-image: url(img/SNS7_icon_mente.png);
    background-position: center;
    background-size: cover;
}

.bg-oil {
    background-color: #FEB2DB;
    background-image: url(img/SNS7_icon_oil.png);
    background-position: center;
    background-size: cover;
}

.bg-text {
    background-color: #FEB2DB;
    background-image: url(img/SNS7_icon_text.png);
    background-position: center;
    background-size: cover;
}

.bg-wrecker {
    background-image: url(img/wrecker.png);
    background-position: right 10px bottom 5px;
    background-size: auto 50%;
    background-repeat: no-repeat;
}

.service-text-text {
    top: calc(50% - 1em);
    padding: 0 1em;
}

.mente-plus {
    text-align: center;
    background-color: #DE0F7C;
    color: #FFF;
    transform: rotate(-5deg)
}

.mente-price {
    font-weight: bold;
    font-size: 2em;
}

.mente-plus p {
    color: #FFF;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    line-height: 1.2;
}

.mente-item {
    text-align: center;
    background-color: #FEB9DE;
    position: relative;
}

.mente-item-term {
    font-weight: bold;
    color: #666;
    line-height: 1.2;
}

.mente-item-ticket {
    font-size: 1.6em;
    line-height: 1;
    color: #FFF;
}

.service-title img {
    vertical-align: text-bottom;
    height: 40px;
    width: auto;
    margin: 0;
}

.icon-list-container {
    border: 1px solid #E3007F;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #966;
    padding: 10px;
}

.icon-list::after {
    content: " ";
    clear: both;ボーナス払いなし
    display: block;
    line-height: 0;
}

.icon-list .icon img {
    height: 35px;
    width: auto;
}

.icon-list-title {
    background-color: yellow;
    font-size: 20px;
    display: table;
    margin: 10px auto 5px;
    line-height: 1;
}

.icon-list {
    list-style: none;
    padding: 0;
    text-align: center;
}

.icon-list-item {
    display: inline-block;
    margin: 5px 10px 5px 0;
    width: 100px;
    line-height: 1;
    vertical-align: top;
}

.icon {
    display: block;
    text-align: center;
}

.icon-name {
    display: block;
    text-align: center;
    font-size: 14px;
}

.norudake7-service-list {
    display: flex;
    align-content: stretch;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.mente-list-box {
    list-style: none;
    margin-bottom: 5px;
    width: 31%;
    padding: 10px;
    margin: 1%;
    float: left;
    border: 1px solid #E3007F;
    border-radius: 16px;
}

@media screen and (max-width: 640px) {
    .mente-list-box {
        width: 48%;
    }
}

@media screen and (max-width: 470px) {
    .mente-list-box {
        width: 98%;
    }
    .service-text {
        font-size: 14px;
    }
}

.mente-period {
    line-height: 1;
    color: #E3007F;
    padding: 3px;
    min-width: 48px;
    float: left;
    font-size: 1.5em;
}

.mente-period::after {
    content: "ヵ月目";
    font-size: 14px;
    font-weight: normal;
}

.mente-contents img {
    height: 50px;
    width: auto;
}

.mente-event {
    padding: 3px;
    line-height: 1;
    color: #E3007F;
    min-width: 88px;
}

.mente-event-lead {
    font-size: 12px;
    display: block;
}

.mente-event-main {
    font-size: 20px;
    display: block;
    font-weight: bold;
}

.mente-event-sub {
    font-size: 12px;
    display: block;
}

.mente-contents {
    clear: both;
    text-align: center;
    width: 100%;
    border-top: 1px solid #999;
    padding-top: 5px;
}

@media screen and (max-width: 640px) {
    .mente-list-box {
        padding: 5px;
    }
    .mente-list-box {
        width: 48%;
        min-height: auto;
    }
    .mente-period {
        font-size: 1.8em;
    }
    .mente-period::after {
        display: block;
        font-size: 13px;
    }
    .mente-list-box .mente-contents img {
        height: 40px;
        width: auto;
    }
    .mente-event-main {
        font-size: 18px;
    }
}

@media screen and (max-width: 470px) {
    .mente-list-box .mente-contents img {
        height: 35px;
        width: auto;
    }
}


/* TOP LP　テレビ */
h2.top-tittler {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    background: #e53931;
    padding: 5px 8px;
    width: 100%;
}
.ono-tv {
    width: 640px;
    max-width: 100%;
    margin: 0 auto 10px;
}
.top-movie {
    position: relative;
    margin-top: 20px;
}
.top-movie video {
    padding: 4% 22% 8% 13%;
    position: relative;
    z-index: 1;
}
.syaken .top-movie video {
    padding: 4% 22% 8% 13%;
}
.top-movie img {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.controls {
    z-index: 5;
}
input {
        margin-bottom: 5%;
}
.controls p.col-3 {
    padding: 0 0;
}
.vide-sp-btn {
    padding: 4px;
    text-align: center;
}
@media screen and (max-width: 360px) {
    .controls {
        top: 78%;    }
.controls {
    right: -5%;
}
}
input {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.sp {
display: block;
}
@media screen and (min-width: 640px){
.sp, .sp-inline {
display: none;
}
}


/* 2017.09.29 乗るだけセットページリニューアル */
.lease5-mentelist div {
    margin-top: 0;
    margin-bottom: 0;
    padding: 7px;
}

.lease5-menteitem img {
    border-radius: 10px;
    box-shadow: 1px 1px 2px #666;
    line-height: 1;
    margin: 0;
}

.lease5-end-1 {
    width: 35%;
    float: left;
    margin-right: 2%;
}

.lease5-end-2 {
    width: 28%;
    float: left;
    margin-right: 2%;
}

.lease5-end-3 {
    width: 31.5%;
    float: left;
}

/* 2017.09.15 乗るだけセット価格一覧テキスト化 */
.lease-car-name {
    font-size: 24px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    color: #666;
    margin: 0 0 5px 0;
    line-height: 1;
}

.grade {
    font-size: 0.63em;
    margin-left: 0.7em;
    display: inline-block;
    text-align: right;
}

.lease-price-container {
    position: relative;
    margin: 0;
    padding: 0;
}

.lease-period {
    display: block;
    text-align: left;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.lease-price {
    font-size: 44px;
    font-weight: bold;
    text-align: right;
    margin: 0;
    line-height: 24px;
    padding-top: 12px;
}

.lease-price-unit {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}

.lease-price-bonus {
    text-align: right;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 0.5em;
}

.lease-price-normal {
    font-weight: normal;
    font-size: 0.8em;
}

.lease-item-box {
    padding: 0 10px;
}

.lease-item-box img {
    max-height: 130px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.lease-price-times {
    display: inline-block;
}

@media screen and (max-width: 640px){
    .lease-car-name {
        font-size: 24px;
    }
    .lease-price {
        font-size: 34px;
        line-height: 18px;
        padding-top: 10px;
        font-weight: bold;
    }
    .lease-price-unit {
        font-size: 16px;
    }
    .lease-price-bonus {
        font-size: 14px;
    }
}

@media screen and (max-width: 470px){
    .lease-car-name {
        font-size: 18px;
    }
    .lease-price {
        font-size: 24px;
        line-height: 18px;
        padding-top: 4px;
    }
    .lease-price-unit {
        font-size: 16px;
    }
}
.color-8k {
    color: #DF037F;
}

.color-10k {
    color: #DF8644;
}

.color-14k {
    color: #C5A;
}

.color-16k {
    color: #E34F4D;
}

/* 2017.9.6 乗るだけセットロゴ更新に関連したリニューアル
　　トップページ「らくだもん」のアニメーションで表示されるテキスト類
*/
.rakudamon-lead {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#rakudamon-lead-rail {
    position: relative;
    display: table;
    margin: 0 auto;
    position: relative;
    text-align: center;
    left: 100%;
    z-index: 2;
}

#rakudamon-lead-rail.animated {
    left: 0;
    transition-property: left;
    transition-duration: 4s;
}

.rakudamon-lead-img {
    float: left;
    margin: 0;
}

.rakudamon-lead-text {
    display: table;
    margin: 0 0 0 18px;
    background-color: #1EAA39;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 0 11px;
    border-radius: 10px;
    vertical-align: bottom;
    line-height: 1;
}

.rakudamon-lead-text::before {
    display: table-cell;
    content: url(images/rakudamon-fukidasi.png);
    margin:  0 10px 0 -21px;
    padding: 0;
    float: left;
}

.rakudamon-text-inner {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 620px){

    .rakudamon-lead-text {
        margin: 0;
        display: block;
        padding: 10px;
    }
    .rakudamon-lead-text::before {
        display: none;
    }

}

/* add style end */
html {
  font-family: sans-serif;

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
.wrapper {
	position: relative;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;

  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;

  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
}
body {
  background-color: #fff;
  color: #555;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}
input,
button,
select,
textarea {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  padding: 4px;
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  line-height: 1.42857143;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-weight: 500;
  font-family: inherit;
  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,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  color: #999;
  font-weight: normal;
  line-height: 1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 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;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  background-color: #428bca;
  color: #fff;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  margin: 40px 0 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}
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 {
  margin-left: -5px;
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  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;
    clear: left;
    overflow: hidden;
    width: 160px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #999;
  cursor: help;
}
.initialism {
  text-transform: uppercase;
  font-size: 90%;
}
blockquote {
  margin: 0 0 20px;
  padding: 10px 20px;
  border-left: 5px solid #eee;
  font-size: 17.5px;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  color: #999;
  font-size: 80%;
  line-height: 1.42857143;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #f9f2f4;
  color: #c7254e;
  white-space: nowrap;
  font-size: 90%;
}
kbd {
  padding: 2px 4px;
  border-radius: 3px;
  background-color: #333;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  color: #fff;
  font-size: 90%;
}
pre {
  display: block;
  margin: 0 0 10px;
  padding: 9.5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 13px;
  line-height: 1.42857143;
}
pre code {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  white-space: pre-wrap;
  font-size: inherit;
}
.pre-scrollable {
  overflow-y: scroll;
  max-height: 340px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
/*@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}*/

  .container {
    width: 940px;
  }

@media (min-width: 992px) {
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-bottom: 15px;
  margin-left: -15px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: 0;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: 0;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0;
}

table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  margin-bottom: 20px;
  width: 100%;
}
.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;
  border-top: 1px solid #ddd;
  vertical-align: top;
  line-height: 1.42857143;
}
.table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
}
.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-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #ddd;

    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
  border: 0;
}
legend {
  display: block;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  font-size: 21px;
  line-height: inherit;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  color: #555;
  font-size: 14px;
  line-height: 1.42857143;
}
.form-control {
  display: block;
  padding: 6px 12px;
  width: 100%;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  color: #555;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  outline: 0;
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  min-height: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
  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 {
  padding: 5px 10px;
  height: 30px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  padding: 10px 16px;
  height: 46px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.33;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  border-color: #3c763d;
  background-color: #dff0d8;
  color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  border-color: #8a6d3b;
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  border-color: #a94442;
  background-color: #f2dede;
  color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-image: none;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.42857143;
  cursor: pointer;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
  filter: alpha(opacity=65);
  cursor: not-allowed;
  pointer-events: none;
}
.btn-default {
  border-color: #ccc;
  background-color: #fff;
  color: #333;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  border-color: #adadad;
  background-color: #ebebeb;
  color: #333;
}
.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 {
  border-color: #ccc;
  background-color: #fff;
}
.btn-default .badge {
  background-color: #333;
  color: #fff;
}
.btn-primary {
  border-color: #357ebd;
  background-color: #428bca;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  border-color: #285e8e;
  background-color: #3276b1;
  color: #fff;
}
.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 {
  border-color: #357ebd;
  background-color: #428bca;
}
.btn-primary .badge {
  background-color: #fff;
  color: #428bca;
}
.btn-success {
  border-color: #4cae4c;
  background-color: #5cb85c;
  color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  border-color: #398439;
  background-color: #47a447;
  color: #fff;
}
.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 {
  border-color: #4cae4c;
  background-color: #5cb85c;
}
.btn-success .badge {
  background-color: #fff;
  color: #5cb85c;
}
.btn-info {
  border-color: #46b8da;
  background-color: #5bc0de;
  color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  border-color: #269abc;
  background-color: #39b3d7;
  color: #fff;
}
.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 {
  border-color: #46b8da;
  background-color: #5bc0de;
}
.btn-info .badge {
  background-color: #fff;
  color: #5bc0de;
}
.btn-warning {
  border-color: #eea236;
  background-color: #f0ad4e;
  color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  border-color: #d58512;
  background-color: #ed9c28;
  color: #fff;
}
.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 {
  border-color: #eea236;
  background-color: #f0ad4e;
}
.btn-warning .badge {
  background-color: #fff;
  color: #f0ad4e;
}
.btn-danger {
  border-color: #d43f3a;
  background-color: #d9534f;
  color: #fff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  border-color: #ac2925;
  background-color: #d2322d;
  color: #fff;
}
.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 {
  border-color: #d43f3a;
  background-color: #d9534f;
}
.btn-danger .badge {
  background-color: #fff;
  color: #d9534f;
}
.btn-link {
  border-radius: 0;
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
}
.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 {
  background-color: transparent;
  color: #2a6496;
  text-decoration: underline;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-block {
  display: block;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}

/* glyphicons are removed */

.caret {
  display: inline-block;
  margin-left: 2px;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  margin: 2px 0 0;
  padding: 5px 0;
  min-width: 160px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  list-style: none;
  font-size: 14px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  overflow: hidden;
  margin: 9px 0;
  height: 1px;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  clear: both;
  padding: 3px 20px;
  color: #333;
  white-space: nowrap;
  font-weight: normal;
  line-height: 1.42857143;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #f5f5f5;
  color: #262626;
  text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  outline: 0;
  background-color: #428bca;
  color: #fff;
  text-decoration: none;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  background-color: transparent;
  background-image: none;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  color: #999;
  font-size: 12px;
  line-height: 1.42857143;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  max-width: 100%;
  width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  width: 100%;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 10px 16px;
  height: 46px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.33;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 5px 10px;
  height: 30px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  vertical-align: middle;
  white-space: nowrap;
}
.input-group-addon {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #eee;
  color: #555;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 18px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
  font-size: 0;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #eee;
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  background-color: transparent;
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #428bca;
  background-color: #eee;
}
.nav .nav-divider {
  overflow: hidden;
  margin: 9px 0;
  height: 1px;
  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;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  line-height: 1.42857143;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  background-color: #fff;
  color: #555;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #428bca;
  color: #fff;
}
.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 {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  margin-bottom: 20px;
  min-height: 50px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  padding-right: 15px;
  padding-left: 15px;
  max-height: 340px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    overflow: visible !important;
    padding-bottom: 0;
    height: auto !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  height: 50px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  padding: 9px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: transparent;
  background-image: none;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.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;
    margin-top: 0;
    width: auto;
    border: 0;
    background-color: transparent;
    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;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  border-color: #e7e7e7;
  background-color: #f8f8f8;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  background-color: transparent;
  color: #5e5e5e;
}
.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 {
  background-color: transparent;
  color: #333;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  background-color: transparent;
  color: #ccc;
}
.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: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.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;
}
@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 {
    background-color: transparent;
    color: #333;
  }
  .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 {
    background-color: #e7e7e7;
    color: #555;
  }
  .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 {
    background-color: transparent;
    color: #ccc;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  border-color: #080808;
  background-color: #222;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #080808;
  color: #fff;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  background-color: transparent;
  color: #444;
}
.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;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #fff;
  }
  .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 {
    background-color: #080808;
    color: #fff;
  }
  .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 {
    background-color: transparent;
    color: #444;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  margin-top: 0px;
  margin-bottom: 0;
  padding: 8px 0;
  background-color: none;
  list-style: none;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 14px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #666;
  content: ">";
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  margin: 20px 0;
  padding-left: 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  padding: 6px 12px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #428bca;
  text-decoration: none;
  line-height: 1.42857143;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  border-color: #ddd;
  background-color: #eee;
  color: #2a6496;
}
.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;
  border-color: #428bca;
  background-color: #428bca;
  color: #fff;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  border-color: #ddd;
  background-color: #fff;
  color: #999;
  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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #ddd;
  border-radius: 15px;
  background-color: #fff;
}
.pager li > a:hover,
.pager li > a:focus {
  background-color: #eee;
  text-decoration: none;
}
.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 {
  background-color: #fff;
  color: #999;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  border-radius: .25em;
  color: #fff;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 75%;
  line-height: 1;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.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;
  padding: 3px 7px;
  min-width: 10px;
  border-radius: 10px;
  background-color: #999;
  color: #fff;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  background-color: #fff;
  color: #428bca;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #eee;
  color: inherit;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-weight: 200;
  font-size: 21px;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  margin-bottom: 20px;
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  line-height: 1.42857143;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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 {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  border-color: #bce8f1;
  background-color: #d9edf7;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  border-color: #faebcc;
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  margin-bottom: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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;
  margin-bottom: -1px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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 {
  background-color: #f5f5f5;
  text-decoration: none;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  border-color: #428bca;
  background-color: #428bca;
  color: #fff;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  background-color: #dff0d8;
  color: #3c763d;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  background-color: #d0e9c6;
  color: #3c763d;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  border-color: #3c763d;
  background-color: #3c763d;
  color: #fff;
}
.list-group-item-info {
  background-color: #d9edf7;
  color: #31708f;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  background-color: #c4e3f3;
  color: #31708f;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  border-color: #31708f;
  background-color: #31708f;
  color: #fff;
}
.list-group-item-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  background-color: #faf2cc;
  color: #8a6d3b;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  border-color: #8a6d3b;
  background-color: #8a6d3b;
  color: #fff;
}
.list-group-item-danger {
  background-color: #f2dede;
  color: #a94442;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  background-color: #ebcccc;
  color: #a94442;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  border-color: #a94442;
  background-color: #a94442;
  color: #fff;
}
.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;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #f5f5f5;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 4px;
}
.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 {
  border-color: #ddd;
  background-color: #f5f5f5;
  color: #333;
}
.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: #428bca;
}
.panel-primary > .panel-heading {
  border-color: #428bca;
  background-color: #428bca;
  color: #fff;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #3c763d;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  border-color: #bce8f1;
  background-color: #d9edf7;
  color: #31708f;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  border-color: #faebcc;
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #a94442;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
  font-size: 21px;
  line-height: 1;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: pointer;
}
button.close {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;

  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  margin: 10px;
  width: auto;
}
.modal-content {
  position: relative;
  outline: none;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  min-height: 16.42857143px;
  border-bottom: 1px solid #e5e5e5;
}
.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;
  border-top: 1px solid #e5e5e5;
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
    width: 600px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: .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 {
  padding: 3px 8px;
  max-width: 200px;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
.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 {
  right: 5px;
  bottom: 0;
  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;
  padding: 1px;
  max-width: 276px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  text-align: left;
  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;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  background-color: #f7f7f7;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
  content: " ";
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
  content: " ";
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
  content: " ";
}
.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, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  border-right-width: 0;
  border-left-color: #fff;
  content: " ";
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  font-size: 20px;
  opacity: .5;
  filter: alpha(opacity=50);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  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;
  margin-left: -30%;
  padding-left: 0;
  width: 60%;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  margin: 1px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  text-indent: -999px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  border: 0;
  background-color: transparent;
  color: transparent;
  text-shadow: none;
  font: 0/0 a;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */


/*
 *  *********************        個別デザイン         *************************
 */
.subrow {
  margin-right: -15px;
  margin-bottom: 15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
}
.subrow:before,
.subrow:after {
  display: table;
  content: " ";
}
.subrow:after {
    clear: both;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.tilebace {
    margin: 0 0 0 -10px;
    width: 970px;
}

.tile2 {
    float: left;
    margin: 0 10px 20px 10px;
    width: 460px;
}

.tile2 img {
    width: 460px;
}

.tile2:before {
    display: block;
    visibility: hidden;
    clear: both;
    content: ".";
    line-height: 0;
}

.tile4 {
    position: relative;
    display: block;
    float: left;
    margin: 0 10px 20px 10px;
    padding: 0 0 0 0;
    width: 220px;
    max-height: 152px;
}

.tile4 img {
    width: 220px;
}

.top-topics {
    clear: both;
    float: none;
    margin: 0 10px 20px 10px;
    padding: 0;
    width: 940px;
    max-width: 100%;
    background-color: #FFF;
    border: 2px solid #e83817;
}

.top-topics-titlebar {
    background-color: #e83817;
}

.top-topics-titlebar::after {
    content: " ";
    display: block;
    clear: both;
    line-height: 0;
}

.top-topics-container {
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    clear: both;
    margin: 10px 10px 15px;
}

.top-topics-box {
    margin: 10px 10px;
    border: 3px solid #e83817;
    padding: 0 0 200px 0;
    position: relative;
}

.top-topics-inner {
    padding: 5px 10px;
}

.block {
    display: block;
}
.block:after {
    display: block;
}

.n-margintop {
    margin-top: -30px;
}

.bg-gray img {
    background-color: #E7E7E7;
}
.bg-gray p {
    color: #777;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 14px;
}
.btn-contact:before {
    display: block;
    visibility: hidden;
    clear: both;
    content: ".";
    line-height: 0;
}
.btn-contact div {
    display: inline-block;
    width: 49%;
}
.btn-contact p {
    margin-bottom: 2px;
    line-height: 1.3;
}

.btn-contact img {
    width: 100%;
}

/*                header              */

.header {
	top: 0;

	z-index: 1000;
    display: block;
    width: 100%;
    border-bottom: #fff 2px solid;
    background-color: #EFEFEF;
    color: #8C8C8C;
    font-size: 14px;
}

.h-top {
    margin: 0 auto;
    padding: 0;
    width: 1070px;
    background-image: url(images/rainbowbar.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.h-top:after,
.h-top:before {
    display: block;
    clear: both;
    content: " ";
    line-height: 0;
}

.title {
    display: block;
    float: left;
    margin-top: 16px;
    margin-bottom: 0;
    margin-left: 6px;
}
.header .title {
    margin-top: 7px;
}
.header img {
    width: auto;
}

.h-menu {
    display: inline-block;
    float: right;
    margin: 32px 0 0 0;
    padding: 0 8px 0 0;
}

.h-menu li {
    display: inline;
    list-style: none;
}

.h-menu li:after {
    content: "|";
}

.h-menu li:last-child:after {
    content: "";
}

.h-menu a {
    margin: 0 5px;
    color: #838484;
    font-weight: bold;
}

.sp-switch {
    display: inline-block;
    float: right;
    margin: 0 8px 4px 0 ;
    padding: 16px 0 0 0;
    font-size: 12px;
}
.sp-switch p {
    margin: 0;
    text-align: center;
    font-size: 10px;
}
.sp-switch ul {
    margin: 0;
    padding: 10px 0 0 0;
}
.sp-switch li {
    display: inline-block;
    list-style: none;
}
.sp-switch li a {
    display: block;
    margin: 0;
    padding: 1px 4px;
    width: 100%;
    height: 100%;
    background-color: #888888;
    color: #FFF;
    text-decoration: none;
}

.t-tel {
    display: block;
    float: right;
    margin-right: 24px;
    margin-bottom: 6px;
    padding-top: 15px;
    width: 310px;
    height: auto;
    text-align: right;
}

.t-tel img {
    width: auto;
    height: 50px;
}

.header-tel {
	position: relative;

	display: table;
	float: right;
	margin: 15px 2px 2px 2px;
	padding: 2px;
	background-color: #DDDDDD;
	box-shadow: 1px 1px 0 #AAAAAA;
	text-align: center;
	font-weight: bold;
}

.header-tel-title {
	margin: 0;
	padding: 0;
	color: #777;

	line-height: 21px;
}

.header-tel-num {
	margin: 0;
	padding: 0;
	color: #6a6a6a;

	font-size: 14px;
	font-family: Arial, sans-serif;
	line-height: 1;
}

.header-tel-sp {
	margin: 0;
	padding: 0;
	color: #6a6a6a;
	font-weight: normal;

	font-size: 10px;
	line-height: 1;
}

.header-tel-link {
	position: absolute;
	top: 0;
	left: 0;

	display: block;
	width: 100%;
	height: 100%;
}

.header-tel img {
	margin: -2px 2px 0 0;

	width: 21px;
	height: 21px;
	vertical-align: middle;
}

.gnavi {
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #EFEFEF;
}

.gnavi ul.gnaviPC {
    margin: 0 auto;
    margin: 0 auto;
    padding : 0;
    width: 1070px;
    height: 40px;
    list-style: none;
    text-align: center;
}


.MenuBarVertical {
    display: none;
}

.gnavi ul.gnaviPC li>a {
    display: block;
    margin: 0;
    padding: 0;
    height: 38px;
    color: #888888;
    font-weight: bold;
}

.gnavi ul.gnaviPC li {
    float: left;
    list-style: none;
}
.gnavi ul.gnaviPC li a{
    padding: 0;
}
.gnavi ul.gnaviPC li img{
    width: auto;
}
.container:before,
.gnavi:after,
.gnaviSP,
.gnaviSP:before,
.gnaviSP:after,
.gnaviPC:before,
.gnaviPC:after {
    display: none;
}

/*
 *         ***  トップページ　メインカラムデザイン  ***
 */
/* スライドショー */
.slider {
    margin-bottom: 20px;
}

.metaslider {
    margin: 0 auto;
}
#metaslider_container_406 {
    box-sizing: content-box;
    border-right: #FFF 10px solid;
    border-left: #FFF 10px solid;
}
#metaslider_406 li:first-child {
    margin-left: 120px;
}

.sliderbg {
    width: 100%;
    height: 100%;
    background-color: #EFEFEF;
}

/* メインカラム */

.main {
    margin-top: 10px;
}


.top-thumb {
    float: none;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 200px;
    background-color: #e83817;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.top-thumb img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 10px 2px;
}

.space-right {
    position: relative;
    float: left;
    box-sizing: ;
    margin-right: 15px;
    padding: 10px 15px ;
    padding-right: 15px;
    width: 100%;
    height: 319px;
    background-color: #FFF;
    font-size: 14px;
}

.news h2 {
    float: left;
    margin: 0;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    padding: 6px 4px 6px 10px;
}

.news h2:before {
    display: inline-block;
    margin-right: 5px;
    content: url("./images/icon-car-white.png");
    vertical-align: middle;
}

.goarchive {
    float: right;
    margin: 4px 30px 4px 0;
    background-color: #FFF;
    position: relative;
    font-size: 13px;
}

.goarchive::after {
    content: " ";
    line-height: 0;
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    top: 0;
    border-left: 1.2em solid #FFF;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}

.goarchive a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2px 0px 2px 8px;
}

.goarchive a:hover,
.goarchive a:active {
    text-decoration: none;
    opacity: 0.6;
}

.goarchive-inner {
    color: #e83817;
    font-weight: bold;
}

.goarchive-inner::after {
    display: inline-block;
    content: "▲";
    transform: rotate(90deg);
}

.news-title {
    clear: both;
    margin-bottom: 0;
}

h3.news-title {
    margin-top: 8px;
    margin-bottom: 6px;
    font-size: 16px;
}

span.news-title {
    margin-top: 8px;
    margin-bottom: 6px;
    font-size: 14px;
}

h3.news-title a,
span.news-title a {
    color: #777;
    font-weight: bold;
}

ul.news-list {
    padding: 0;
    list-style: none;
}

.top-excerpt {
    font-size: 14px;
    line-height: 1.3;
}

.exlink a {
    color: #555;
}

.date {
    font-size: 14px;
}

.top-chuko a,
.top-sinsya a {
    display: block;
    background-color: #acf;
}
.top-syaken a {
    display: block;
    background-color: #C9C;
}
.top-bankin a,
.top-tenken a {
    display: block;
    background-color: #FCF;
}
.top-coat a {
    display: block;
    background-color: #FC6;
}
.top-hoken a {
    display: block;
    background-color: #FF9;
}
.top_company a,
.top_koe a {
    display: block;
    background-color: #488c38;
}

.top_tirashi a,
.movie a,
.top_aboutsns a,
.top_recruit a {
    display: block;
}

.gnavi li a img:hover,
.top-chuko img,
.top-sinsya img,
.top-syaken img,
.top-bankin img,
.top-tenken img,
.top-coat img,
.top-hoken img,
.top_company img,
.top_koe img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.gnavi li a img,
.top-chuko img:hover,
.top-sinsya img:hover,
.top-syaken img:hover,
.top-bankin img:hover,
.top-tenken img:hover,
.top-coat img:hover,
.top-hoken img:hover,
.top_company img:hover,
.top_koe img:hover {

    opacity: 1;
    filter: alpha(opacity=100);
}



.movie {
    background-color: #E7F2D2;
}
.movie h3 {
    margin: 0;
    padding: 2px 10px;
}

.movie p {
    text-align:center;
}

.tirashi {
    margin-top: 0;
}

.migi-sankaku:before {
    display: inline;
    margin: 0 3px;
    color: inherit;
    content: "\25B6";
    font-size: 110%;
}


/* 下層ページ　コンテンツデザイン */
.contents img {
    width: auto;
}

.contents h1,
.contents h2,
.contents h3,
.contents h4 {
    clear: both;
    padding-bottom: 0;
}

.contents h1:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ".";
    line-height: 0;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}



/* sidebar */
.sidebar {
    padding-left: 15px;
}
.side-banner1 {
    margin-bottom: 10px;
}

.side-movie {
    margin-bottom: 10px;
}
.sidemenu {
    padding: 0;
    list-style: none;
}

.side-annai,
.side-news {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-color: #EEEEEE;
    color: #878787;
}

.side-annai h2,
.side-news h2 {
    margin-top: 0;
    padding: 4px 10px;
    background-color: #AAAAAA;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
}
.side-news h3 {
    margin: 0 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
}

.side-annai p,
.side-news p,
.side-movie p {
    margin: 0 10px;
    font-size: 13px;
    line-height: 1.5;
}
.annai p {
    margin: 0;
    font-size: 13px;
    line-height: 1.2;
}
.annai .address {
    margin-top: 6px;
}
.side-annai .tel {
	margin-bottom:10px;
    font-size: 22px;
}
.side-annai .shop {
	font-weight:bold;
}
.annai .tel {
	margin-bottom:10px;
    font-size: 20px;
}
.annai .shop {
	font-weight:bold;
}

.more {
    text-align: right;
}

.more:after {
    visibility: hidden;
    clear: both;
    content: " ";
    line-height: 0;
}


.side-annai a,
.side-news a {
    color: inherit;
}

.side-movie {
    padding: 0;
    background-color: #E7F2D0;
}
.side-movie h2 {
    margin-top: 0;
    margin-bottom: 3px;
    padding: 6px 10px 5px;
    background-color: #8EC21F;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
}
.side-movie h3 {
    margin: 0 0 6px 0;
    padding: 0 10px;
}
.side-movie p {
    margin: 0 10px;
}
p.movie {
    text-align: center;
}
/* footer */

.footer {
    position: relative;
    margin: 0 auto;
    width: 100%;
    background-color: #EFEFEF;
    color: #838484;
}

.footer>.container {
    position: relative;
    width: 970px;
    background-image: url(images/rainbowbar.jpg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.backtotop {
    position: fixed;
    bottom : 0px;
    margin: 0 auto;
    display: block;
    width: 980px;
    box-sizing: border-box;
    max-width: 100%;
    z-index: 10;
}

.footer .backtotop a {
    display: block;
    float: right;
    padding: 8px;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
}

.ff-cell {
    display: block;
    float: left;
    margin: 0 20px 10px 0;
    width: 290px;
}
.ff-cell.annai img {
    width: 100%;
}

.footer h3 {
    margin: 15px 0 6px 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #838484;
    color: #838484;
    font-weight: bold;
    font-size: 16px;
}

.footer ul {
    padding-left: 6px;
}
.footer li {
    margin-left: 16px;
    list-style-type: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
}
.footer a {
    display: inline-block;
    height: 100%;
    color: #838484;
}
.footer a:hover,
.footer a:active {
}
.footer li:before {
    display: block;
    float: left;
    clear: both;
    margin-right: 4px;
    margin-left: -16px;
    color: #838484;
    content: "\25B6";
    font-size: 110%;
    line-height: 1.25;
}
.linebtn {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    width: 82px;
    text-align: left;
}
.linebtn img {
    width: 82px;
}

.facebook {
    margin-top: 16px;
    border-bottom: #aaa 1px solid;
}
.facebook.ff-cell {
    margin-right: 0;
}
.facebook body {
    width: 100%;
}

.contact .fb,
.privacy-policy .fb,
.sitemap .fb,
.notfound .fb{
    display: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100%!important;
}
.fb-like,
.fb-like[span],
.fb-like span iframe {
    width: 100% !important;
}

.copyright {
    clear: both;
    margin-bottom: 0;
    padding-bottom: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}
.sp-switch {
    position: relative;
    z-index: 5;
    float: right;
    margin: 0 auto;
    padding: 0;
    width: 220px;
    text-align: center;
}
.sp-switch h3 {
    width: 100%;
    text-align: left;
}
.sp-switch div{
    display: block;
    float: left;
    padding: 0 2px;
    width: 110px;
    height: 4em;
    text-align: center;
}
.sp-switch a {
    padding: 1%;
    width: 100%;
    height: 100%;
    background-color: #999999;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.6;
}
/*
 *        固定ページのスタイル
 */
.contents {
}
/* 固定ページ　h1表示設定 */
.norudakeset h1, .norudake_kari h1,.simpleseven h1, .custompage h1,
.sinsya h1,
.tyuko h1,
.syaken h1,
.syaken2 h1,
.about-syaken h1,
.norudakesaken-story h1,
.bankin h1,
.tenken h1,
.coat h1,
.hoken h1,
.about h1,
.access h1,
.qa h1,
.houjin h1
{
    display: none;
}
.norudakeset h1.title,.norudake_kari h1.title, .simpleseven h1.title, .custompage h1.title,
.sinsya h1.title,
.tyuko h1.title,
.syaken h1.title,
.syaken2 h1.title,
.bankin h1.title,
.tenken h1.title,
.coat h1.title,
.hoken h1.title,
.about h1.title,
.access h1.title,
.qa h1.title,
.houjin h1.title
{
    display: block;
    margin: 0 15px 20px 0;
    width: 100%;
}
.norudakeset h1.title img,.norudake_kari h1.title img, .simpleseven h1.title img, .custompage h1.title img,
.sinsya h1.title img,
.tyuko h1.title img,
.syaken h1.title img,
.syaken2 h1.title img,
.about-syaken h1.title img,
.norudakesaken-story h1.title img,
.bankin h1.title img,
.tenken h1.title img,
.coat h1.title img,
.hoken h1.title img,
.about h1.title img,
.access h1.title img,
.qa h1.title img,
.houjin h1.title img
{
    width: 100%;
}

/*　スーパー乗るだけセット　*/
.norudakeset h2,.norudake_kari h2,
.qa h2,
.houjin h2 {
    padding: 6px 10px 5px;
    background-color: #8EC21F;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
}

.norudakeset h3,.norudake_kari h3,
.qa h3,
.houjin h3 {
    padding: 30px 0 5px 0 ;
    background-image: url(images/bg_sns.png);
    background-position: bottom;
    background-repeat: repeat-x;
    color: #8CC11B;
    font-weight: bold;
    font-size: 18px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.norudakeset h3:before,.norudake_kari h3:before,
.qa h3:before,
.houjin h3:before {
    display: block;
    float: left;
    margin: -2px 0 0 0 ;
    padding: 0 5px 5px 6px;
    content: url(images/h3_sns.png);
}
.norudakeset h4,.norudake_kari h4,
.qa h4,
.houjin h4 {
    padding-top: 16px;
    border-bottom: #E8F2D0 2px solid;
    color: #8DC21F;
}
.norudakeset strong,
.qa strong,
.houjin strong {
    color: #8CC11B;
}
/*　新車購入　*/
.sinsya h2 {
    padding: 6px 10px 5px;
    background-color: #7BBBE7;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
}

.sinsya h3 {
    padding: 3px 0 5px 0 ;
    background-image: url(images/bg_sinsya.png);
    background-position: bottom;
    background-repeat: repeat-x;
    color: #7DBAE6;
    font-weight: bold;
    font-size: 18px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.sinsya h3:before {
    display: block;
    float: left;
    margin: -2px 0 0 0 ;
    padding: 0 5px 5px 6px;
    content: url(images/h3_sinsya.png);
}
.sinsya h4 {
    padding-top: 16px;
    border-bottom: #8CC4E7 2px solid;
}
.sinsya strong {
    color: #8CC4E7;
}


/*　特選中古車　*/


.tyuko h2 {
    padding: 6px 10px 5px;
    background-color: #2BA6E1;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
}

.tyuko h3 {
    padding: 3px 0 5px 0 ;
    background-image: url(images/bg_tyuko.png);
    background-position: bottom;
    background-repeat: repeat-x;
    color: #25A8EC;
    font-weight: bold;
    font-size: 18px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.tyuko h3:before {
    display: block;
    float: left;
    margin: -2px 0 0 0 ;
    padding: 0 5px 5px 6px;
    content: url(images/h3_tyuko.png);
}
.tyuko h4 {
    padding-top: 16px;
    border-bottom: #25A8EC 2px solid;
}
.tyuko strong {
    color: #25A8EC;
}

/*　車検　*/
.syaken h2 {
    padding: 6px 10px 5px;
    background-color: #A54997;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
}

.syaken h3 {
    padding: 3px 0 5px 0 ;
    background-image: url(images/bg_shaken.png);
    background-position: bottom;
    background-repeat: repeat-x;
    color: #A44998;
    font-weight: bold;
    font-size: 18px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.syaken h3:before {
    display: block;
    float: left;
    margin: -2px 0 0 0 ;
    padding: 0 5px 5px 6px;
    content: url(images/h3_shaken.png);
}
.syaken h4 {
    margin-top: 10px;

    padding-top: 6px;
    padding-left: 5px;
    border-bottom: #A44998 2px solid;
    border-left: #A44998 5px solid;
    color: #A54997;
}
.syaken strong {
    color: #A44998;
}

/*　車検2　*/
.syaken2 h2,
.about-syaken h2,
.norudakesaken-story h2 {
    padding: 6px 10px 5px;
    background-color: #A54997;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
}

.syaken2 h3,
.about-syaken h3,
.norudakesaken-story h3 {
    padding: 3px 0 5px 0 ;
    background-image: url(images/bg_shaken.png);
    background-position: bottom;
    background-repeat: repeat-x;
    color: #A44998;
    font-weight: bold;
    font-size: 18px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.syaken2 h3:before,
.about-syaken h3:before,
.norudakesaken-story h3:before {
    display: block;
    float: left;
    margin: -2px 0 0 0 ;
    padding: 0 5px 5px 6px;
    content: url(images/h3_shaken.png);
}
.syaken2 h4,
.about-syaken h4,
.norudakesaken-story h4
 {
    padding-top: 16px;
    border-bottom: #A44998 2px solid;
    color: #A54997;
}
.syaken2 strong,
.about-syaken strong,
.norudakesaken-story strong {
    color: #A44998;
}

.table-syaken {
    border: none;
    line-height: 1.3;
}
.table-syaken .t-titlenum {
    padding: 2px;
    background-color: #A54997;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
}
.table-syaken .t-title {
    padding: 0.5em;
    width: 10em;
    background-color: #E8E8E8;
    color: #444;
}
@media (max-width: 640px) {
.table-syaken .t-title {
    min-width: 5em;
    width: auto;
}
}
.table-syaken tr {
    border: 2px solid #FFF;
}
.table-syaken td {
    padding: 4px;
    border-left: #FFF 1px solid;
    background-color: #EEE;
}

.table-syaken2 {
    border: none;
    line-height: 1.3;
}
.table-syaken2 .t-title {
    padding: 0.5em;
    width: 20%;
    background-color: #E4D3E4;
    color: #A44796;
}
.table-syaken2 th {
    padding: 1em;
    background-color: #E4D3E4;
    color: #A44796;
}
@media (max-width: 640px) {
.table-syaken2 .t-title {
    min-width: 5em;
    width: auto;
}
}
.table-syaken2 tr {
    border: 2px solid #FFF;
}
.table-syaken2 td {
    padding: 4px;
    width: 40%;
    border-left: #FFF 1px solid;
    background-color: #EEE;
    color: #A44796;
}


/*　板金　*/
.bankin h2,
.simpleseven h2 {
    padding: 6px 10px 5px;
    background-color: #E85C9B;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
}

.bankin h3,
.simpleseven h3 {
    padding: 3px 0 5px 0 ;
    background-image: url(images/bg_bankin.png);
    background-position: bottom;
    background-repeat: repeat-x;
    color: #E85D98;
    font-weight: bold;
    font-size: 18px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.bankin h3:before,
.simpleseven h3:before {
    display: block;
    float: left;
    margin: -2px 0 0 0 ;
    padding: 0 5px 5px 6px;
    content: url(images/h3_bankin.png);
}
.bankin h4,
.simpleseven h4 {
    padding-top: 16px;
    border-bottom: #E85D98 2px solid;
}
.bankin strong,
.simpleseven strong  {
    color: #E85D98;
}

/*　点検・整備　*/
.tenken h2 {
    padding: 6px 10px 5px;
    background-color: #E2007E;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
}

.tenken h3 {
    padding: 3px 0 5px 0 ;
    background-image: url(images/bg_tenken.png);
    background-position: bottom;
    background-repeat: repeat-x;
    color: #E4007E;
    font-weight: bold;
    font-size: 18px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.tenken h3:before {
    display: block;
    float: left;
    margin: -2px 0 0 0 ;
    padding: 0 5px 5px 6px;
    content: url(images/h3_tenken.png);
}
.tenken h4 {
    padding-top: 16px;
    border-bottom: #E4007E 2px solid;
}
.tenken strong {
    color: #E4007E;
}


/*　コーティング　*/
.coat h2 {
    padding: 6px 10px 5px;
    background-color: #E95412;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
}

.coat h3 {
    padding: 3px 0 5px 0 ;
    background-image: url(images/bg_coat.png);
    background-position: bottom;
    background-repeat: repeat-x;
    color: #E8530F;
    font-weight: bold;
    font-size: 18px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.coat h3:before {
    display: block;
    float: left;
    margin: -2px 0 0 0 ;
    padding: 0 5px 5px 6px;
    content: url(images/h3_coat.png);
}
.coat h4 {
    padding-top: 16px;
    border-bottom: #E8530F 2px solid;
}
.coat strong {
    color: #E8530F;
}

/*　乗るだけ保険　*/
.hoken h2 {
    padding: 6px 10px 5px;
    background-color: #F7B52B;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
}

.hoken h3 {
    padding: 3px 0 5px 0 ;
    background-image: url(images/bg_hoken.png);
    background-position: bottom;
    background-repeat: repeat-x;
    color: #F7B32C;
    font-weight: bold;
    font-size: 18px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.hoken h3:before {
    display: block;
    float: left;
    margin: -2px 0 0 0 ;
    padding: 0 5px 5px 6px;
    content: url(images/h3_hoken.png);
}
.hoken h4 {
    padding-top: 16px;
    border-bottom: #F7B32C 2px solid;
}
.hoken strong {
    color: #F7B32C;
}


/*　見出し：グレー　*/


.access h2,
.about h2 {
    padding: 6px 10px 5px;
    background-color: #787878;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
}


.access h3,
.about h3,
.archive
h1,
.entry-title,
.other-posts {
    padding: 3px 0 5px 0 ;
    background-image: url(images/bg_news.png);
    background-position: bottom;
    background-repeat: repeat-x;
    color: #A8A8A8;
    font-weight: bold;
    font-size: 18px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.entry-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.access h3:before,
.about h3:before,
.archive h1:before,
.entry-title:before,
.other-posts:before {
    display: block;
    float: left;
    margin: -2px 0 0 0 ;
    padding: 0 5px 5px 6px;
    content: url(images/h3_news.png);
}
 h4,
.access h4,
.about h4 {
    padding-top: 16px;
    border-bottom: #A8A8A8 2px solid;
}

strong,
.access strong,
.about strong {
    color: #A8A8A8;
}

/* お問合せ,プライバシーポリシー,サイトマップ */
.contact h1,
.privacy h1,
.sitemap h1,
.notfound h1  {
    padding: 3px 0 5px 0 ;
    background-image: url(images/bg_news.png);
    background-position: bottom;
    background-repeat: repeat-x;
    color: #A8A8A8;
    font-weight: bold;
    font-size: 18px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.contact h1:before,
.privacy h1:before,
.sitemap h1:before,
.notfound h1:before   {
    display: block;
    float: left;
    margin: -2px 0 0 0 ;
    padding: 0 5px 5px 6px;
    content: url(images/h3_news.png);
}
.contact .contents h2,
.privacy .contents h2,
.notfound>h2{
    padding: 6px 10px 5px;
    background-color: #787878;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
}
.contact h3,
.privacy h3,
.contact h4,
.privacyh4,
.notfound h3,
.notfound h4 {
    padding-top: 16px;
    border-bottom: #A8A8A8 2px solid;
}
.access .contents strong,
.about .contents strong {
    color: #A8A8A8;
}
.contact-form {
    width: 100%;
    border-bottom: 1px dotted #666;
    background-color: #DFDFDF;
}
.contact-form::after {
    display: block;
    visibility: hidden;
    clear: both;
    content: " ";
    line-height: 0;
}
.contact-form dt {
    display: block;
    float: left;
    clear: both;
    margin: 0;
    padding: 3px 10px;
    width: 30%;
    border-top: 1px dotted #666;
    background-color: #DFDFDF;
    font-size: 16px;
    line-height: 36px;
}
.contact-form dd {
    display: block;
    margin: 0 0 0 30%;
    padding: 9px 10px 0;
    width: 70%;
    border-top: #666 1px dotted;
    background-color: #FFF;
    font-size: 16px;
    line-height: 20px;
}
.contact-form dd:after {
    display: block;
    visibility: hidden;
    float: none;
    clear: both;
    padding-bottom: 10px;
    width: 100%;
    content: " ";
    line-height: 0;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
}
.wpcf7-submit{
    width: 5em;
    text-align: center;
    font-weight: bold;
}
.gmap {
position: relative;
overflow: hidden;
margin: 0 auto;
padding-bottom: 75%;
width: 100%;
height: 0;
}
.gmap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/*
 *         投稿ページ関連のスタイル
 */
.postdate {
    display: block;
    float: right;
    margin-top: 7px;
    padding-bottom: 6px;
    font-size: 13px;
}

.btn-campaign {
    padding :2px 8px;
    background-color: #80C4D9;
    color: #FFF;
    font-size: 12px;
}
.btn-cp {
    padding :2px 8px;
    background-color: #A4A1DA;
    color: #FFF;
    font-size: 12px;
}
.btn-carinfo {
    padding :2px 8px;
    background-color: #C9CF40;
    color: #FFF;
    font-size: 12px;
}
.btn-news {
    padding :2px 8px;
    background-color: #FD6A70;
    color: #FFF;
    font-size: 12px;
}
.btn-knowledge {
    padding :2px 8px;
    background-color: #96CF7E;
    color: #FFF;
    font-size: 12px;
}
.btn-cat {
    display: inline-block;
    line-height: 1.1;
}
.btn-headline {
    padding :2px 8px;
    background-color: #888888;
    color: #FFF;
    font-size: 12px;
}
.btn-koe {
    padding: 2px 8px;
    background-color: #DBAB51;
    color: #FFF;
    font-size: 12px;
}
.btn-noborikawa {
    padding: 2px 8px;
    background-color: #E3C361;
    color: #FFF;
    font-size: 12px;
}
.btn-awase{
    padding: 2px 8px;
    background-color: #00BFFF;
    color: #FFF;
    font-size: 12px;
}
.btn-tomigusuku{
    padding: 2px 8px;
    background-color: #228B22;
    color: #FFF;
    font-size: 12px;
}
.norudakeset-like {
    margin-top: 12px;
    text-align: right;
}
.contact .norudakeset,
.sitemap .norudakeset,
.privacy-policy .norudakeset{
    display: none;
}

/*
 *         アーカイブページ関連のスタイル
 */
.archive h1 {
    margin-top: 5px;
    margin-bottom: 3px;
}
.archive-nav {
    margin: 5px 0 10px 0;
    padding: 4px 10px 5px 10px;
    width: 100%;
    background-color: #EEEEEE;
}
.archive-nav a {
    display: inline-block;
    margin: 0;
    padding: 5px 15px;
    font-size: 13px;
    line-height: 1;
}
.cat-top-content h3 {
    display: inline-block;
    margin: 0 0 3px 8px;
}
.cat-top-content h3:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ".";
    line-height: 0.1;
}
.cat-top-content h3 a{
    color: #777;
    font-size: 18px;
}
.catlist {
    display: inline-block;
    float: left;
    vertical-align: middle;
}
.catbox {
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
    padding: 10px;
    min-height: 290px;
    width: 32%;
    border: #DDDDDD 1px solid;
    background-color: #EEEEEE;
}
.catbox:after {
    display: block;
    visibility: hidden;
    content: ".";
    line-height: 0;
}
.catbox img {
    width: 100%;
}
.cat-thumb {
    overflow: hidden;
    max-height: 130px;
}
.catbox h3 a {
    color: #7D7D7D;
    font-weight: bold;
    font-size: 16px;
}
.catbox h3 {
    margin: 0 0 3px 0;
    background: none;
    line-height: 0.9;
}
.catbox h3:before {
    margin: 0;
    padding:0;
    content: "";
}
.catbox .more a {
    color: #868686;
    font-size: 14px;
}
.catbox p {
    margin: 0;
    line-height: 1.3;
}
.catbox .date {
    font-size: 13px;
}

.local-navigation {
    text-align: center;
}
.local-navigation:before {
    display: block;
    visibility: hidden;
    clear: both;
    content: ".";
    line-height: 0;
}


/* 会社概要テーブル
-------------------------------------------------------- */
table.gaiyou {
	width: 700px;
	border: 1px solid #BBB;
}
table.gaiyou th {
	padding: 5px 5px 5px 15px;
	border: 1px solid #BBB;
	background-color: #EEE;
	color: #777;
	text-align: left;
}
table.gaiyou td {
	padding: 5px;
	padding: 5px 5px 5px 15px;
	border: 1px solid #BBB;
	color: #777;
}

.w700 {
	width: 700px;
}
.w200 {
	width: 200px;
}

.popup-container {
	position: absolute;
	top: -300px;
	z-index: 1100;
	background: rgba(255,255,255,0.2);
}

.popup-container.visible {
	top: 80px;
	left: 0;
	width: 100%;
	height: 100vh;
}

.popup-toggle {
	cursor: pointer;
}

.spgmenu-container {
    display: none;
}

/*     スマートフォン用　表示設定　　　*/
@media (max-width: 640px) {
	.wrapper {
	}
	.h-top {
		width: 98%;
	}
	.header {
		position: fixed;
		height: 85px;
		}
	.header + * {
		margin-top: 100px;
	}
	.header .title {
		display: block;
		float: none;

		margin: 0;
		padding: 5px 0 0;
		max-width: 40%;
		text-align: left;
	}
	.header-reserve-btn {
		position: absolute;
		top: 0px;
		right: 127px;
	}
	.header-logo {
		max-height: 40px;
		width: auto;
		margin: 0;
		padding: 0;
		vertical-align: top;
	}
	.popup-toggle {
		position: absolute;
		top: 0px;
		right: 5px;
	}
	.title {
		margin: 6px 0 0 0;
		padding: 0;
	}
	.pc {
		display: none;
	}
	.t-tel {
		margin: 7px 0 0 0 ;
		padding: 0;
		max-width: 75%;
	}
	.t-tel img {
		max-width: 32%;
		width: auto;
		height: auto;
	}
	.header-tel {
		margin-top: 6px;
	}
	.news {
		font-size: 14px;
	}
	.h-menu {
		display: none;
		float: none;
		clear: both;
		margin: 0;
		padding: 0;
	}
	.h-menu li {
		display: table;
		float: left;
		margin: 5px 0;
		width: 25%;
		height: 1.5em;
		border-left: #868686 1px solid;
		vertical-align: middle;
		text-align: center;
		line-height: 1.2;
	}
	.h-menu li:first-child {
		padding-left: 0;
		border-left: none;
	}
	.h-menu li:after {
		content: "";
	}
	.h-menu li a {
		display: table-cell;
		padding: 3px;
		width: 100%;
		height: 100%;
	}

	/*  グローバルナビ　プルダウンメニュー  */
	ul.gnaviPC,
	ul.gnaviPC:after {
		display: none;
	}

	ul.gnaviSP {
		display: block;
		font-size: 14px;
	}

	ul.gnaviSP {
		position: relative;
		margin-bottom: 0;
		padding-left: 1%;
		width: 99%;
	}
	ul.gnaviSP>li {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 40px;
	}

	li.spgmanu a {
		display: block;
		padding-top: 8px;
		padding-left: 0;
		color: #888888;
		text-indent: 4px;
		font-weight: bold;
	}
	.toggle {
		position: relative;
		height: 60px;
	}
	.toggle>a {
		display: block;
		padding: 8px 0 0 10px;
		height: 40px;
		color: #888888;
		text-indent: 4px;
		font-weight: bold;
	}
	.toggle>a::before {
		display: block;
		float: left;
		margin-top: 2px;
		margin-right: 8px;
		width: 0;
		height: 0;
		border-top: rgba(0,0,0,0) solid 7px;
		border-right: none;
		border-bottom: rgba(0,0,0,0) solid 7px;
		border-left: #888 solid 12px;
		content: " ";
		line-height: 0;
	}
	.toggle.visible>a::before {
		display: block;
		float: left;
		margin-top: 4px;
		margin-right: 6px;
		width: 0;
		height: 0;
		border-top: #888 solid 14px;
		border-right: rgba(0,0,0,0) solid 8px;
		border-bottom: none;
		border-left: rgba(0,0,0,0) solid 8px;
		content: " ";
		line-height: 0;
	}
	.toggle>ul {
		position: relative;
	}

	ul.gnaviSP .visible.toggle>a {
		border-bottom: #666 1px solid;
	}

    .spgmenu-container {
        display: block;
        position: absolute;
        left: 100%;
        z-index: 1000;
        padding: 0;
    }

    .spgmenu-container.visible {
        left: 0;
	    background: rgba(255,255,255,0.2);
        width: 100%;
        height: 100vh;
    }

    .spgmenu {
        background-color: #EFEFEF;
    }

	ul.gnaviSP>li a:hover,
	ul.gnaviSP>li a:active,
	ul.gnaviSP>li a:focus {
		text-decoration: none;
	}
	.spgmenu {
		display: block;
		float: left;
		max-width: 150px;
		width: 50%;
		height: 40px;
	}
	.spgmenu:first-child {
        max-width: 300px;
        width: 100%;
    }

	li.spgmenu a {
		display: block;
		padding-top: 8px;
		padding-left: 4px;
		height: 40px;
		border-bottom: #666 1px solid;
		border-right: #666 1px solid;
		color: #888888;
		font-weight: bold;
	}
	.container {
		width: 100%;
	}
	.top-topics {
		margin: 0;
		width: 100%;
		height: auto;
	}

    .top-topics-container {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

	.tilebace {
		float: none;
		margin: 0 10px 20px 10px;
		width: 100%;
	}
	.slider {
		margin-bottom: 10px;
	}
	.top-topics {
		width: 95%;
	}
	.tile2 {
		margin: 3% 0 0 0;
		width: 95%;
	}
	.tile2 img {
		float: none;
		width: 100%;
	}
	.tile4 {
		margin: 3% 3% 0 0;
		width: 46%;
	}
	.tile4 img {
		width: 100%;
	}
	.tirashi {
		margin-top: 14px;
	}


	/* 下層 */
	.container {
		padding: 0;
		width: 98%;
	}
	.main {
		margin: 10px 0;
		padding: 0;
		width: 100%;
	}
	.contents {
		float: none;
		width: 100%;
	}
	.contents img {
		width: 100%;
	}
    .wpcf7-captchac.wpcf7-captcha-captcha-1 {
        width: auto;
    }
	.main>.col-sm-9 {
		width: 100%;
	}
	.entry-content:after {
		display: block;
		visibility: hidden;
		clear: both;
		content: ".";
		line-height: 0;
	}
	.gmap {
		width: 90%;
	}
	.fb {
		margin: 12px 0 0 10px;
	}
	/* 会社概要E*/
	.gaiyou th.w200 {
		width: 35%;
	}
	/* お問合せ */
	.contact-form {
		background-color: #FFF;
	}
	.contact-form dt {
		float: none;
		margin : 16px 8% 0 2%;
		width: 90%;
		line-height: 1.3;
	}
	.contact-form dd {
		float: none;
		margin: 0 auto ;
		padding-top: 4px;
		width: 87%;
		border-top: none;
		line-height: 1.6;
	}
	/* 会社概要テーブル---- */
	table.gaiyou {
		width: 100%;
		border: 1px solid #BBB;
		table-layout: fixed;
	}
	table.gaiyou th {
		padding: 5px 3px 5px 5px;
		border: 1px solid #BBB;
		background-color: #EEE;
		color: #777;
		text-align: left;
	}
	table.gaiyou td {
		padding: 5px;
		padding: 5px 5px 5px 5px;
		border: 1px solid #BBB;
		color: #777;
	}

	.w700 {
		width: auto;
	}
	.w200 {
		width: 4em;
	}

	/*  archive  */
	.catbox {
		width: 49%;
	}
	.catbox:nth-child(2n) {
		clear: both;
	}
	/*  sidebar  */
	.sidebar {
		padding: 0;
	}
	.sidebar.col-sm-3 {
		width: 100%;
	}
	.sidebar>div {
		margin: 10px auto 0;
		width: 95%;
	}
	.side-banner1,
	.side-banner2 {
		text-align: center;
	}
	.side-banner1 img,
	.side-banner2 img {
		width: auto;
	}

	/*   footer   */
	.footer {
		width: 960px;
        max-width: 100%;
	}
	.footer>.container {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.ff-cell {
		position: relative;
		float: none;
		margin: 0 auto;
		width: 90%;
	}
	.annnai {
		position: relative;
		padding-top: 30px;
	}
	.footer h3 {
		padding-top: 12px;
	}
	.sp-switch {
		position: relative;
		z-index: 5;
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 90%;
		text-align: center;
	}
	.sp-switch h3 {
		margin-left: 5%;
		width: 100%;
		text-align: left;
	}
	.sp-switch div{
		display: inline-block;
		float: none;
		margin-left: 5%;
		padding: 0;
		width: 45%;
		text-align: center;
	}
	.sp-switch a {
		padding: 5%;
		width: 100%;
		height: 3em;
		background-color: #999999;
		color: #FFF;
		font-weight: bold;
		font-size: 14px;
		line-height: 2;
	}


	.facebook {
		display: none;
	}
	.backtotop{
        bottom: 2em;
	}
}

/*20160520*/
#od-count{
	margin-bottom: 20px;
}

.od-memo {
    font-size: 12px;
    font-weight: bold;
}
/*20160527*/
.f_s a:hover img{
	opacity: 0.5;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}
/*20160530*/
@media (min-width: 768px) {
.mail {
	padding-right: 12px;
}
.contact-icon a:hover img{
	opacity: 0.5;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}
.od-set a:hover img{
	opacity: 0.5;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}
}
/*20160531*/
/*
label {
	display: block;
	margin: 0;
}

label:hover img{
	opacity: 0.5;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

input[type="checkbox"].on-off{
	display: none;
}

.menu ul {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.menu li {
	padding: 5px;
}

input[type="checkbox"].on-off + ul{
	height: 0;
display: none;

}

input[type="checkbox"].on-off:checked + ul{
	height: 1300px;
	display: block;
}
*/

/*　norudakeset accordion 　*/
.accordion-toggle {
	cursor: pointer;
	font-weight: normal;
}
.accordion-toggle:hover {
		background: rgba(202, 224, 156, 0.55);
}

.accordion-item {
	overflow: hidden;
	padding: 0 10px;
	height: 0;
	transition: 0.2s;
}

.accordion-item.open {
	padding: 10px;
	height: auto;
}


/* 価格表 */
.sp-cost-table {
	width: 100%;
}
.syaken .font-color{
    color:red;
    text-align: center;
    font-weight:bold;

    font-size:25px;
}
table.cost {
        margin-bottom: 20px;
        max-width: 100%;
        width: 100%;
        border: 2px solid #A44998;
        border-collapse: collapse;
}
table.cost th,
table.cost td {
        padding: 2px;
        border-bottom: 1px solid #999;
        border-left: 1px solid #999;
	min-width: 90px;
}
table.cost td img {
    max-width: 130px;
}
table.cost th {
	background-color: #ffe47d;
	color: #000000;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}
table.cost td {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
}
.table-cell-1 {
	max-width: 130px;
	width: 10%;
}
.cost td[data-label="最大割引後"] {
	background-color: #FBB03B;
}
.cost td[data-label="合計"] {
	background-color: #FFD2E3;
}
.syaken .btn {
	position: relative;
    padding: initial;
    border: none;
}
a.btn {
	position: absolute;
	top: 0 ;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.syaken .btn-reserve {
	display: block;
	line-height: 1.3;
	text-align: center;
    position: relative;
    margin: 0 10px 20px;
    padding: 0.3em 0.3em;
    border: 3px solid #a54996;
    border-radius: 2em;
    background: rgb(255,101,201);
    background: -moz-linear-gradient(top, rgba(255,101,201,1) 0%, rgb(237,219,234) 100%);
    background: -webkit-linear-gradient(top, rgba(255,101,201,1) 0%, rgb(237,219,234) 100%);
    background: linear-gradient(to bottom, rgba(255,101,201,1) 0%, rgb(237,219,234) 100%);
    box-shadow: 2px 2px 1px #666;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff65c9', endColorstr='#ff753d',GradientType=0 );
}
.syaken .col-syaken-tab-12:hover {
    background: rgb(237,219,234);
    background: -moz-linear-gradient(top, rgb(237,219,234) 0%, rgba(255,101,201,1) 100%);
    background: -webkit-linear-gradient(top, rgb(237,219,234) 0%, rgba(255,101,201,1) 100%);
    background: linear-gradient(to bottom, rgb(237,219,234) 0%, rgba(255,101,201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff65c9', endColorstr='#ff753d',GradientType=0 );
}
.syaken .reserve .float{
    background:#fff4ff;
}
.syaken .btn-reserve-icon {
    float: left;
}
.syaken .btn-reserve-text {
    padding-top: 0.3em;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px #9b005c;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}
.syaken .btn-reserve-subtext {
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px #9b005c;
    font-weight: bold;
    font-size: 16px;
}
.syaken p.web-reserve-sup {
    margin: 10px 5px;
    color: #A44998;

    font-size: 15px;
}
.syaken .btn-reserve p {
    margin: 0 0 0;
}
.syaken .col-syaken-6 {
    float: left;
}
.syaken .reserve-icon-body {
    width: auto;
    height: 2.5em;
	padding-left: 8px;
}
.body-btn-link {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.body-btn-link:hover, .body-btn-link:active {
	text-decoration: none;
}

@media screen and (min-width: 769px){
.syaken .col-syaken-4.center, .syaken .float .col-syaken-4.center {
    float: left;
    margin: 10px 10px;

    width: calc(33.33333% - 20px);
}
 .syaken .float.tokuten-list1 .col-syaken-4.center img, .syaken .float .col-syaken-4.center img {
    max-width: 100%;
}
.syaken .col-syaken-tab-12, .syaken .col-syaken-tab-12r {
    width: calc(100% - 20px);
}
.syaken .col-syaken-6, .syaken .col-syaken-6r {
    width: calc(50% - 20px);
}
}
.syaken .float {
    overflow: hidden;
}
.syaken .recommend-pic-box {
    float: right;
    padding-left: 10px;
    width: 50%;
    line-height: 1.6;
}
.syaken .recommend-text {
    float: left;
    padding-right: 10px;
    width: 50%;
    line-height: 1.6;
}
.syaken .recommend-pic-box img, .syaken .recommend-text img {
    max-width:100%;
}
.syaken .recommend-box {
    overflow: hidden;
}
@media screen and (max-width: 768px) {
	.syaken table.cost td {
		font-size: 18px;
	}
.syaken .col-syaken-6:hover {
    background: rgb(237,219,234);
    background: -moz-linear-gradient(top, rgb(237,219,234) 0%, rgba(255,101,201,1) 100%);
    background: -webkit-linear-gradient(top, rgb(237,219,234) 0%, rgba(255,101,201,1) 100%);
    background: linear-gradient(to bottom, rgb(237,219,234) 0%, rgba(255,101,201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff65c9', endColorstr='#ff753d',GradientType=0 );
}
.syaken .btn-reserve-text {
    font-size: 16px;
}
.syaken .col-syaken-6 {
    float: none;
}
}
@media (max-width: 640px) {
.syaken .tokuten-list1 {
    text-align: center;
}
.syaken .tokuten-list1 img {
    max-width: 70%;
    width: 100%;
}
.syaken .col-syaken-4.center {
    text-align: center;
}
.syaken .col-syaken-4.center img {
    max-width: 70%;
    width: 100%;
}
}
@media screen and (max-width: 620px) {
  table.cost {
    border: none;
  }
  table.cost thead {
    display: none;
  }
  table.cost tr {
    display: block;
    margin-bottom: 20px;
    border-top: 1px solid #999;
  }
  table.cost td {
    display: block;
    padding: 10px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    text-align: right;
  }
  table.cost td::before {
    float: left;
    content: attr(data-label);
    vertical-align: bottom;
    font-weight: bold;
}
.cost td[data-label="重量"] {
    position: relative;
}
.cost td[data-label="重量"] img {
	display: block;
	margin: 0 auto;
	max-width: 214px;
	height: auto;
}
table.cost td[data-label="重量"]::before {
	position: absolute;
	bottom: 10px;
	left: 10px;
	}
.syaken .recommend-pic-box {
    float: none;
    padding-left: 0px;
    width:100%;
}
.syaken .recommend-text {
    float: none;
    padding-right: 0px;
    width:100%;
}
.syaken .recommend-pic-box img, .syaken .recommend-text img {
    margin-bottom:20px;

    max-width:100%;
}
}
a.tap {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
/*法人*/
.houjin-newcar .entry-title,
.welfare_vehicles .entry-title,
.company .entry-title {
	display: none;
}
.houjin-newcar .houjin h3,
.welfare_vehicles .houjin h3,
.company .houjin h3 {
	color:#389600;
	font-weight:bold;
}
.houjin .btn-reserve {
    position: relative;
    margin: 0 0 20px;
    padding: 0.3em 0.3em;
    border: 3px solid #389700;
    border-radius: 2em;
    background: rgb(255,101,201);
    background: -moz-linear-gradient(top, rgba(53,154,0,1) 0%, rgb(212,245,188) 100%);
    background: -webkit-linear-gradient(top, rgba(53,154,0,1) 0%, rgb(212,245,188) 100%);
    background: linear-gradient(to bottom, rgba(53,154,0,1) 0%, rgb(212,245,188) 100%);
    box-shadow: 2px 2px 1px #666;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff65c9', endColorstr='#ff753d',GradientType=0 );
}
.houjin .btn-reserve:hover {
    background: rgb(237,219,234);
    background: -moz-linear-gradient(top, rgb(212,245,188) 0%, rgba(53,154,0,1) 100%);
    background: -webkit-linear-gradient(top, rgb(212,245,188) 0%, rgba(53,154,0,1) 100%);
    background: linear-gradient(to bottom, rgb(212,245,188) 0%, rgba(53,154,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff65c9', endColorstr='#ff753d',GradientType=0 );
}
.houjin .reserve .float{
    background:#fff4ff;
}
.houjin .btn-reserve-icon {
    float: left;
}
.houjin .btn-reserve-text {
    padding-top: 0.3em;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px #2d8b13;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}
.houjin .btn-reserve-subtext {
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px #2d8b13;
    font-weight: bold;
    font-size: 16px;
}
.houjin p.web-reserve-sup {
    margin: 10px 5px;
    color: #A44998;

    font-size: 15px;
}
.houjin .btn-reserve p {
    margin: 0 0 0;
}
.houjin .col-houjin-6 {
    float: left;
}
.houjin .reserve-icon-body {
    width: auto;
    height: 3em;
}
.welfare_vehicles .col-sm-13{
    width: 60%;
}
@media (max-width: 640px) {
	.houjin .col-sm-4,
	.houjin .alignright,
	.houjin .col-sm-6,
	.houjin .col-sm-8{
		float:none;
		width:100%;
	}
	.houjin .alignright{
		margin:0 0;
	}
	.houjin .col-sm-4,
	.houjin .col-sm-6{
		margin:5px 0 0;
	}
	.company .col-sm-6 img.check-box{
		width: 5%;
    		margin: 0 0 10px 5%;
	}
	.welfare_vehicles .center{
		margin: auto;
    		width: 50%;
	}
}

/* 採用情報 */
.page-menu {
    list-style: none;
    padding: 0;
}

.page-item {
    line-height: 1;
    color: #FFF;
    width: 16.6%;
    padding: 0 2px 0 0;
}

.page-item a {
    box-shadow: 1px 1px 1px #999;
    border: 2px solid #8EC21F;
    background-color: #7EA20F;
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4px 4px;
    text-align: center;
    border-radius: 0 0 4px 4px;
}

.page-item a:hover {
    opacity: 0.8;
}

.recruit-table {
    width: 100%;
    line-height: 1.3;
}

.recruit-table th {
    width: 20%;
    min-width: 6em;
    text-align: center;
    background-color: #E2ECC9;
    border: 1px solid #8EC21F;
    padding: 4px;
}

.recruit-table td {
    border: 1px solid #8EC21F;
    padding: 4px;
}

.recruit h2 {

}

.recruit h3 {
    margin-top: 40px;
    font-weight: bold;
    border-bottom: 3px solid #999;
}

.recruit strong {
    color: #444;
}
/*タブのスタイル*/
.tab_item {
  background: #8cc63f;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 10px #009245;
  border-radius: 30px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
}

.tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
}

.tab_item:active {/*ボタンを押したとき*/
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

@media screen and (max-width: 576px) {
  .tab_item {
    font-size: 16px;
    padding: 10px 0;
  }
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  width: 100%;
}

/*選択されているタブのコンテンツのみを表示*/
#kei:checked ~ #kei_content,
#kogata:checked ~ #kogata_content,
#chuugata:checked ~ #chuugata_content,
#hutu:checked ~ #hutu_content,
#ban:checked ~ #ban_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background: #f15a24;
  border-bottom: none;
  color: #fff;
}
.tabs input:checked + .tab_item:hover {
  opacity: 1;
  cursor: context-menu;
}
.tabs input:checked + .tab_item:active {
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);/*下に動く*/

}

.bg-gray{
  background: #f5f6ff;
  border-radius: 10px;
}
.bgcolor{
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 20px auto;
}
.bgcolor span{
  background: #3fa9f5;
  border-radius: 20px;
  padding: 5px 40px;
}
.radius dl{
  background: #ffffff;
  padding: 0;
  border-radius: 10px;
}
.radius .fee-blue1{
  color: #ffffff;
  font-weight: bold;
  background: #3fa9f5;
  border-radius: 10px 10px 0 0;
  margin: 0;
  text-align: center;
  padding: 5px 0;
}
.radius dd {
    position: relative;
    clear: right;
    padding: 0;
    width: calc(100% - 2em);
    line-height: 1.5;
    margin: 0 1em;
}
.radius dd .text {
   float: left;
   background-color: #FFF;
   position: relative;
   z-index: 2;
   padding: 0 4px 0 0;
}
.radius dd:before {
    content: " ";
    display: block;
    width: 100%;
    border-bottom: 1px dotted #333;
    position: absolute;
    top: 0.6em;
}
.radius dd .price-normal {
    float: right;
    background-color: #FFF;
    position: relative;
    z-index: 2;
    padding: 0 0 0 4px;
}
.radius dd.border-bottom{
  border-bottom: solid 3px #000000;
}
.radius dd.color-red {
    text-align: center;
    color: #f15a24;
    background: #fcee21;
    width: 100%;
    margin: 0;
    border-radius: 0 0 10px 10px;
    padding: 5px 0;
}
.radius  dd.color-red:before {
    content: " ";
    display: block;
    width: 100%;
    border-bottom: none;
    position: absolute;
    top: 0;
}
.red-font-l{
  color: #f15a24;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .tab_item{
    margin: 0 auto 5px;
    padding-right: 3%;
    padding-left: 3%;
  }
}
.legal-expenses-caution {
  color: red;
}
/*定休日・台風時の営業について*/
.typhoon-news {
  font-size: 1.2em;
  line-height: 1.8em;
}
.color-red {
  color: red;
}
.teikyubi {
  font-weight:bold;
  font-size: 15px;
}
