body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #cacaca;
}

.container-fluid {
    padding: 30px 25px;
}

.bg-grey {
    background-color: #f6f6f6;
}

.navbar {
    margin-bottom: 0;
    background-color:#167b97 !important;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: 'Malgun Gothic';
}

.navbar li a,
.navbar .navbar-brand {
    color: #cfcfcf !important;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: rgb(45, 46, 45);
}

.footer {
    background-color: #666666;
    ;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

.copyright {
    text-align: center;
}

.glyphicon-exclamation-sign {
    color: white;
}

hr {
    font-weight: bolder;
}

.fumikasan_web {
    background-color: #36393E;
    text-align: center;
    font-family: 'SeoulNamsanM';
}

.fumikasan_web_post_left {
    background-color: #36393E;
    text-align: left!important;
    font-family: 'SeoulNamsanM';
}

.fumikasan_web_text_color {
    color: #cfcfcf;
    text-align: center;
    margin-bottom: 20px;
}

@font-face {
    font-family: 'SeoulNamsanM';
    src: url('SeoulNamsanM_1.woff');
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 0rem!important;
    font-family: 'SeoulNamsanM';
    border: 1px solid transparent;
    border-radius: .25rem;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #36393E;
    background-color: #ffffff;
}

.no_use_margin {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'SeoulNamsanM';
}