@charset "UTF-8";

body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  word-wrap: break-word;
  font-size: 16px;
}

#rent_car_top {
  max-width: 100%;
  margin: 0 auto;
}

#layout-header {
  display: flex;
  justify-content: space-between;
}

#layout-header-globalNav>ul {
  display: flex;
  gap: 8px;
  list-style: none;
  padding-top: 30px;
}

#layout-header-left {
  padding-top: 16px;
}

#layout-header-right img.pc {
  padding-top: 16px;
}

#layout-header-right img.sp {
  display: none;
}

#layout-body .layout-body-top img.pc {
  width: 100%;
  height: auto;
  padding-top: 113px;
  /* padding-bottom: 70px; */
}

#layout-body .layout-body-top img.sp {
  display: none;
}

#layout-body .layout-body-center img.pc {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}

#layout-body .layout-body-center img.sp {
  display: none;
  margin-bottom: 20px;
}

#layout-banner .block-list {
  display: flex;
  justify-content: space-evenly;
}

#layout-banner .block-list .block-item img.sp {
  display: none;
}

iframe {
  width: 100%;
  margin-top: 20px;
}

#layout-footer-top .footer-info {
  text-align: center;
  margin-top: 40px;
}

#layout-footer-top .footer-info .footer-logo p {
  margin-top: 20px;
}

#layout-footer-top .footer-info .footer-contact img.pc {
  margin-bottom: 10px;
}

#layout-footer-top .footer-info .footer-contact img.sp {
  display: none;
}

#layout-footer-top .footer-info .footer-tel {
  line-height: 63px;
  color: #000;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  margin-right: 42px;
}

#layout-footer-top .footer-openDate {
  padding-bottom: 30px;
}

#layout-footer-top .footer-info .footer-tel-img img.pc {
  position: relative;
  margin-top: -18px;
}

#layout-footer-top .footer-info .footer-tel-img img.sp {
  display: none;
}

#layout-footer-contents .contents-copy.pc {
  color: #FFF;
  clear: both;
  text-align: left;
  padding: 30px 0 0 172px;
  font-size: 13px;
}

#layout-footer-contents {
  width: 100%;
  height: 300px;
  padding-top: 20px;
  background: #E20A16;
  position: relative;
  margin-top: 20px;
  width: 100%;
}

.contents-left-sp ul {
  display: none;
}

.contents-left-pc ul {
  display: block;
  padding-top: 40px;
  padding-left: 120px;
}

.contents-left-pc ul li a {
  color: #FFF;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  font-size: 13px;
  padding: 2px 0 0 10px;
  /* display: inline-block;
  margin-top: -30px; */
}

.contents-left-pc ul li {
  display: inline-block;
  /* border: 5px solid transparent;
  border-left: 5px solid #FFF;
  box-sizing: border-box;
  height: 4px; */
  margin-left: 59px;
  /* margin-top: 0.5em; */
  margin-bottom: 1.5em;
}

.contents-left-pc ul li::before {
  content: "・";
  width: 13px;
  color: #fff;
  transform: rotate(90deg);
  display: inline-block;
  margin: 0;
  font-size: 10px;
}

.reservation-banner-pc {
  margin: 40px auto;
  max-width: 1200px;
}

.reservation-banner-sp {
  display: none;
}

.sns-section_pc{
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 10px;
}

.sns-section-2_pc{
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 40px auto 20px;
  gap: 10px;
}

.sns-section_sp {
  display: none;
}

#header {
  width: 100%;
  height: 120px;
  position: fixed;
  z-index: 101;
  background-color: #FFF;
}

#header:after {
  content: '';
  background: url(../../images/common/header/header_bg.png);
  background-repeat: repeat-x;
  display: inline-block;
  width: 100%;
  height: 60px;
  margin-top: -20px;
}

#layout-header {
  padding: 20px 0;
  width: 100%;
  position: relative;
  margin: 0 auto;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#layout-header-left a {
  display: block;
}

.top_logo {
    margin-top: 1%;
    width: 350px;
    margin-left: 20px;
}

#layout-header-globalNav ul {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

#layout-header-globalNav ul li a {
  display: block;
}

#layout-header-right img.pc {
  float: right;
}

#layout-header-right a img.pc {
  display: block;
  margin-right: 20%;
}

#layout-header-sp {
  display: none;
}

/* ボタンを選択時に透明化 */
img:hover {
  opacity: 0.8;
}

/* 透明度を解除 */
#pcimg-reason, #pcimg-tel, #pcimg-top {
  opacity: 1;
}

.footer-border {
  margin-top: 50px;
  border-bottom: 4px solid #707070;
  opacity: 0.6;
}

@media (max-width: 1350px) {
  #layout-header-globalNav ul {
    width: 85%;
  }
}
/* sp  */
@media (max-width: 768px) {
  #header {
    height: auto;
    position: unset;
    z-index: 1;
    border: none;
  }

  #layout-header {
    display: none;
  }

  #layout-header-sp {
    width: 100%;
    height: 70px;
    display: block;
    position: fixed;
    background-color: #FFF;
    z-index: 101;
    /* border-bottom: 1px solid #71bc7f; */
  }

  #layout-header-sp:after {
    content: '';
    background: url(../../images/sp/common/header/header_bg.png);
    background-repeat: repeat-x;
    display: inline-block;
    width: 100%;
    height: 30px;
    margin-top: 0;
  }

  #layout-header-sp-top {
    max-width: 100%;
    height: 100%;
    overflow: hidden;
  }

  #layout-header-sp-top div {
    width: 74%;
    margin: 12px 0px 0px 12px;
  }

  #layout-header-sp-top div img {
    width: 100%;
    height: auto;
    max-height: 100px;
    max-width: 240px;
  }

  #layout-header-sp-top div>img {
    margin-top: -6px;
  }

  /***** グローバルナビ **************/
  .drawer-nav .drawer-menu li {
    padding-bottom: 2px;
    width: 100%;
  }

  .drawer-nav .drawer-menu li a {
    font-size: 14px;
    width: 100%;
    color: #333333;
    border-bottom: 1px solid #EFEFEF;
  }

  .drawer-nav .drawer-menu .triangle-icon {
    position: relative;
    padding-left: 10px;
  }

  .drawer-nav .drawer-menu .triangle-icon::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #DBD6D6;
    top: 50%;
    left: 5px;
    margin-top: -5px;
  }

  .nav-row-1 {
    width: 100%;
    height: 48px;
    background-color: #FF616A;
  }

  .nav-row-1 div {
    padding: 5px 8px 0px 0px;
    float: right;
    width: 48px;
  }

  .nav-row-2 {
    width: 100%;
    height: 35px;
    background-color: #DBD6D6;
  }

  .nav-row-3 {
    text-align: center;
    padding: 10px;
    height: 80px;
  }

  #layout-body .layout-body-top img.sp {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    margin-top: 26px;
  }

  #layout-body .layout-body-top img.pc {
    display: none;
  }

  #layout-body .layout-body-center img.sp {
    display: block;
    width: 100%;
    height: auto;
  }

  #layout-body .layout-body-center img.pc {
    display: none;
  }

  #layout-banner  {
    display: flex;
    justify-content: center;
  }

  #layout-banner .block-list {
    display: block;
  }

  #layout-banner .block-list .block-item img.sp {
    display: block;
    margin-bottom: 20px;
  }

  #layout-banner .block-list .block-item img.pc {
    display: none;
  }

  #layout-footer-top .footer-info {
    margin: 20px auto;
  }

  #layout-footer-top .footer-info .footer-tel {
    line-height: 60px;
    color: #000;
    display: block;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin: 0px 0 0;
  }

  #layout-header-right img.sp {
    display: block;
    margin: 20px auto;
    max-width: 75%;
  }

  #layout-header-right img.pc {
    display: none;
  }

  .reservation-banner-pc {
    display: none;
  }

  .reservation-banner-sp {
    display: block;
    margin: 20px;
    text-align: center;
  }

  .sns-section_pc {
    display: none;
  }

  .sns-section_sp {
    display: flex;
    flex-direction: column;
    margin: 20px;
    gap: 15px;
    text-align: center;
  }

  .sns-section-2_pc {
    flex-direction: column;
    margin: 20px;
    gap: 15px;
  }
  .sns-section-2_pc a{
    display: flex;
    justify-content: center;
  }
  .sns-section-2_pc img{
    width: 100%;
  }

  #layout-footer-top .footer-info .footer-contact img.pc {
    display: none;
  }

  #layout-footer-top .footer-info .footer-contact img.sp {
    display: block;
    padding: 0 10px;
  }

  #layout-footer-top .footer-info .footer-tel-img img.pc {
    display: none;
  }

  #layout-footer-top .footer-info .footer-tel-img img.sp {
    display: block;
    width: 40px;
    margin: 0px 0px -48px 215px;
  }

  .contents-left-pc ul {
    display: none;
  }

  .contents-left-sp ul {
    display: block;
  }

  .contents-left-sp ul li a {
    color: #FFF;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
    font-size: 13px;
    padding: 3px 0 0 10px;
    /* display: inline-block; */
    /* margin-top: -30px; */
  }

  .contents-left-sp ul li {
    display: block;
    /* border: 5px solid transparent;
    border-left: 5px solid #FFF;
    box-sizing: border-box; */
    /* height: 4px; */
    margin-left: 30px;
    /* margin-top: 0.5em;
    margin-bottom: 1.6em;
    margin-top: -3px; */
  }

  .contents-left-sp ul li::before {
    content: "▲";
    width: 12px;
    color: #fff;
    transform: rotate(90deg);
    display: inline-block;
    margin: 0;
    font-size: 10px;
  }

  /* 透明度を解除 */
  #spimg-reason, #spimg-tel, #spimg-top {
    opacity: 1;
  }

  .footer-border {
  margin-top: 25px;
  border-bottom: 4px solid #707070;
  opacity: 0.6;
  }
  #layout-footer-contents {
  width: 100%;
  height: 280px;
  padding-top: 1px;
  background: #E20A16;
  }
}

@media (max-width: 430px) {
    #layout-footer-top .footer-info .footer-tel-img img.sp {
        display: block;
        width: 40px;
        margin: 0px 0px -48px 47px;
    }
}

@media (max-width: 414px) {
    #layout-footer-top .footer-info .footer-tel-img img.sp {
        display: block;
        width: 40px;
        margin: 0px 0px -48px 39px;
    }
}

@media (max-width: 390px) {
    #layout-footer-top .footer-info .footer-tel-img img.sp {
        display: block;
        width: 40px;
        margin: 0px 0px -48px 19px;
    }
}

/***** 4. footer(less用import) **************/
body footer {
  border: none;
  background: none;
}

#layout-footer {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}

#layout-footer-top {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

#layout-footer-top a.footer-webLink {
  display: none;
}

#layout-footer-top .footer-contact {
  display: block;
  margin: 0px auto 0;
  padding: 0px 0px;
}

#layout-footer-map {
  max-width: 100%;
  width: 100%;
  height: 450px;
  margin-top: 28px;
  position: relative;
}

#layout-footer-map iframe {
  height: 100%;
}

#layout-footer-contents>div .contents-right {
  width: 350px;
  float: right;
  overflow: hidden;
}

#layout-footer-contents>div .contents-right a {
  display: block;
}

.contents-copy.sp {
  display: none;
}

/* sp  */
@media (max-width: 768px) {
  body footer {
    border: none;
  }

  #layout-footer {
    max-width: 100%;
    height: auto;
  }

  #layout-footer-top {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }

  #layout-footer-top a.footer-webLink img {
    width: 100%;
  }

  #layout-footer-top a.footer-contact {
    width: 70%;
    height: auto;
    border-radius: 5px;
    background: none;
    display: block;
    padding: 0;
    margin: 0 auto;
  }

  #layout-footer-top a.footer-contact img {
    width: 100%;
  }

  #layout-footer-map {
    height: 225px;
    margin-top: 20px;
  }

  #layout-footer-map iframe {
    height: 100%;
  }

  .contents-copy.pc {
    display: none;
  }

  #layout-footer-contents .contents-copy.sp {
    display: block;
    color: #FFF;
    clear: both;
    text-align: left;
    padding: 19px 0 0 29px;
    font-size: 13px;
  }
}

.mw_wp_form .vertical-item {
  /* display: block; */
  display: flex;
  justify-content: left;
}

/* ---不要なスタイルは削除する--- */
:after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

/* telの線 */
a.footer-tel:focus, a.footer-tel:hover {
  color: #23527c;
  text-decoration: underline
}

a.footer-tel:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

img {
  vertical-align: middle
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

[role=button] {
  cursor: pointer
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

.h1, h1 {
  font-size: 36px
}

.h2, h2 {
  font-size: 20px
}

.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-size: 16px;
  font-weight: 300;
  line-height: 1.4
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px
}

dl {
  margin-top: 0;
  margin-bottom: 20px
}

dd, dt {
  line-height: 1.42857143
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

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;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

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

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

.row {
  margin-right: -15px;
  margin-left: -15px
}

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

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

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

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

input[type=checkbox], input[type=radio] {
  /* margin: 4px 0 0; */
  line-height: normal
}

input[type=file] {
  display: block
}

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed
}

textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 15px
}

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

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

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

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

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

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

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

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

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto
}

.has-feedback {
  position: relative
}

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none
}

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -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 {
  cursor: not-allowed;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none
}

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

.dropdown, .dropup {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}

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

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
  color: #777
}

.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none
}

.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;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap
}

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

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px
}

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

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

.btn-group>.btn-group:last-child:not(:first-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-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  width: 1%
}

.btn-group-justified>.btn-group .btn {
  width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}

.input-group .form-control:focus {
  z-index: 3
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap
}

.input-group-btn>.btn {
  position: relative
}

.input-group-btn>.btn+.btn {
  margin-left: -1px
}

.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
  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 {
  z-index: 2;
  margin-left: -1px
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.nav>li.disabled>a {
  color: #777
}

.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav>li>a>img {
  max-width: none
}

.nav-tabs {
  border-bottom: 1px solid #ddd
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent
}

.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
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd
}

.nav-pills>li {
  float: left
}

.nav-pills>li>a {
  border-radius: 4px
}

.nav-pills>li+li {
  margin-left: 2px
}

.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
}

.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:focus, .nav-tabs-justified>.active>a:hover {
  border: 1px solid #ddd
}

.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;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none
}

.navbar-brand>img {
  display: block
}

.navbar-nav {
  margin: 7.5px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}

.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 {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  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-text {
  margin-top: 15px;
  margin-bottom: 15px
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  /* content: "/\00a0" */
}

.breadcrumb>.active {
  color: #777
}

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

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

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out
}

.thumbnail a>img, .thumbnail>img {
  margin-right: auto;
  margin-left: auto
}

.thumbnail .caption {
  padding: 9px;
  color: #333
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert .alert-link {
  font-weight: 700
}

.alert>p, .alert>ul {
  margin-bottom: 0
}

.alert>p+p {
  margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}

.media {
  margin-top: 15px
}

.media:first-child {
  margin-top: 0
}

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

p {
  margin-bottom: 1.2em
}

dl, ol, ul {
  margin-top: 1.5em;
  margin-bottom: 1.2em
}

li {
  /* margin-bottom: .8em; */
  line-height: 1.65em
}

nav {
  font-size: 14px
}

nav ul {
  margin-top: 0
}

.mainSection .postList {
  margin-bottom: 25px
}

.mainSection .postList::after {
  content: "";
  clear: both;
  display: block
}

.media {
  border-bottom: 1px solid #e5e5e5;
  padding: 2em 0;
  margin-top: 0
}

.media:first-child {
  border-top: 1px solid #e5e5e5
}

.media .media-body .media-heading {
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: .4em;
  font-weight: 400;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0
}

footer {
  background-color: #f5f5f5
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px
  }

  .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none
  }

  .hidden-xs {
    display: none !important
  }

  h1 {
    font-size: 24px
  }

  h3 {
    font-size: 20px
  }

  h4 {
    font-size: 18px
  }

  h5 {
    font-size: 18px
  }

  h6 {
    font-size: 16px
  }

  h1.entry-title {
    font-size: 26px
  }

  .media .media-body .media-heading {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: .5em
  }
}
